Unreal user
Unreal user

Reputation: 1135

I have a F5 BigIP 1500 system with RedHat v 3.2.25. How do I change the user password?

I have tried login as an admin and then tried

bigip shell
user <username> password none <newpassword> 

But it doesn't seem to work.

Upvotes: 0

Views: 166

Answers (3)

Brad Pitt
Brad Pitt

Reputation: 416

you can use TMSH command to change the password: tmsh modify auth user password

Upvotes: 0

snobb
snobb

Reputation: 1074

The software is NOT the RedHat. BigIP has its own OS which is based on Redhat/CentOS, but RedHat ways won't work on BIGIP. Run version in bpshell (or show sys version in tmsh) to get the actual version of the software. Also search http://ask.f5.com for info like this. (eg. SOL3350).

Given the platform, it would likely be either v9.x.x or v10.x.x.

Upvotes: 0

COLINHY
COLINHY

Reputation: 395

After you log in, just use "passwd" can change it:

$ passwd
Changing password for user xxx.
Changing password for xxx
(current) UNIX password:

Upvotes: 1

Related Questions