Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1002927.1
Update Date:2018-02-15
Keywords:

Solution Type  Technical Instruction Sure

Solution  1002927.1 :   How to Create or Change a Password on the Sun[TM] Remote System Control (RSC) card.  


Related Items
  • Sun Fire V880z Visualization Server
  •  
  • Sun Fire V880 Server
  •  
  • Sun Fire V890 Server
  •  
  • Sun Fire 280R Server
  •  
  • Sun Fire V480 Server
  •  
  • Sun Fire V490 Server
  •  
Related Categories
  • PLA-Support>Sun Systems>SPARC>Workgroup Servers>SN-SPARC: SF-Vx80
  •  
  • _Old GCS Categories>Sun Microsystems>Servers>Entry-Level Servers
  •  

PreviouslyPublishedAs
204028


Applies to:

Sun Fire V480 Server - Version All Versions and later
Sun Fire V490 Server - Version All Versions and later
Sun Fire V880 Server - Version All Versions and later
Sun Fire V880z Visualization Server - Version All Versions and later
Sun Fire V890 Server - Version All Versions and later
All Platforms

Goal

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.

Solution

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 
/usr/platform/`uname -i`/rsc/rscadm userperm  cuar
/usr/platform/`uname -i`/rsc/rscadm userpassword 

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
Previously Published As
 91318



Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback