Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cms supervisor passwords

Status
Not open for further replies.

mnortman

Technical User
Sep 24, 2012
46
US
How do I change/add cms supervisor passwords? I looked in the help menu and it said to use the Solaris system but all I normally do in that is the backups and I do not see a place to change passwords.
 

You have to log into the CMS server directly as a root user, not your CMS Supervisor login. This is usually done with the CMS Terminal Emulator appliction, or you can set up a generic system in ASA.

If you are logging into the server remotely you may have to login as cms first then change your login to root. If you find that the system won't let you log in directly as root then log in with the cms login and password. Use 615 as the terminal type. This will get you to the $ prompt.

Then enter the command: su - root and enter the root password. This will get you to the # prompt.

Once you are at the # prompt this is how I like to change passwords:

1) Enter the command: passwd [user's login] for example: passwd jsmith
2) The system will prompt you for a new password for the user. I enter a temporary password such as cms12345
3) The system will prompt you to verify the password
4) The system will tell you the password has been changed. Now enter the command: passwd -f [user's login]
The system will tell you that information for the password has been changed.

This last command will force the user to change the tempoaray password to a new password when the use it to log into CMS.



- Stinney

I love learning and passing on knowledge. "Because knowing is half the battle".... GI JOOOOOE!
 
You can also use the command: passwd [userid] -df

The -d option will delete the existing password and the 'f' will force them to create a new one the next time that they login.

Kevin
 

I think you meant to say: passwd -df [userid]

But -d will delete the password and leave it blank. I think it's better to at least set a temporary password than to leave it blank. Just my opinion.

- Stinney

I love learning and passing on knowledge. "Because knowing is half the battle".... GI JOOOOOE!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top