Sun System Handbook - ISO 3.4 June 2011 Internal/Partner Edition | |||
|
|
Solution Type Technical Instruction Sure Solution 1002927.1 : How to Create or Change a Password on the Sun[TM] Remote System Control (RSC) card.
PreviouslyPublishedAs 204028 Description This document describes how to change a password for a user on the RSC card. Also, if needed, how to create a new user or delete a user. Steps to Follow To see what user accounts have been made for the RSC card use the usershow command from the Operating Environment: # /usr/platform/`uname -i`/rsc/rscadm usershow username permissions password frank cuar Assigned This shows one user name of frank. That user has the permissions of cuar and has a password. To create a new account with full permissions 3 commands would be run in this order: /usr/platform/`uname -i`/rsc/rscadm useradd <username> /usr/platform/`uname -i`/rsc/rscadm userperm <username> cuar /usr/platform/`uname -i`/rsc/rscadm userpassword <username> Example: # /usr/platform/`uname -i`/rsc/rscadm useradd foobar # /usr/platform/`uname -i`/rsc/rscadm userperm foobar cuar # /usr/platform/`uname -i`/rsc/rscadm userpassword foobar Password: Re-enter Password: # /usr/platform/`uname -i`/rsc/rscadm usershow username permissions password -------- ----------- -------- frank cuar Assigned foobar cuar Assigned # If a user forgot their password it can be over written by just making a new password again: # /usr/platform/`uname -i`/rsc/rscadm userpassword foobar Password: Re-enter Password: With the new password made the user would now be able to log into the RSC card. If a user needed to be deleted the command would be: # /usr/platform/`uname -i`/rsc/rscadm userdel foobar ----------------------------------------------------------------------------------- If you have an account on the RSC and want to create accounts this can be done similarly: rsc> usershow Username Permissions Password frank cuar Assigned rsc> useradd foobar rsc> userperm foobar cuar rsc> userpassword foobar New password: Re-enter new password: rsc> usershow Username Permissions Password frank cuar Assigned foobar cuar Assigned To remove a user: rsc> userdel foobar Product Sun Fire 280R Server Sun Fire V890 Server Sun Fire V880 Server Sun Fire V880z Visualization Server Sun Fire V490 Server Sun Fire V480 Server Internal Comments Audited/updated 11/19/09 - [email protected], Entry Level SPARC Content Team Member This document contains normalized content and is managed by the the Domain Lead Normalized, RSC, Password Previously Published As 91318 Change History Date: 2007-12-14 User Name: 7058 Action: Approved Comment: Internal info added. OK to publish. Version: 5 Date: 2007-12-13 User Name: 7058 Action: Accept Comment: Version: 0 Date: 2007-12-13 User Name: 102144 Action: Approved Attachments This solution has no attachment |
||||||||||||
|