Reputation: 1135
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
Reputation: 416
you can use TMSH command to change the password: tmsh modify auth user password
Upvotes: 0
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
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