Oracle® Switch ES2-72 and Oracle Switch ES2-64 Configuration Guide

Exit Print View

Updated: April 2015
 
 

Create a Local User

  1. Log in to the Oracle ILOM CLI on the host.

    See Connect to the Serial Console for Initial Configuration.

  2. Create a user and set the user fs_privilege attribute upon creation.
    ES2-> create /SP/users/username fs_privilege=level
    

    where:

    • username is the user name.

    • level is the privilege level (1 for read-only, 15 for full administrative).

    For example:

    ES2-> create /SP/users/user15 fs_privilege=15
    Creating user...
    Enter new password: ********
    Enter new password again: ********
    Created /SP/users/user15
    
  3. View the user parameters.
    ES2-> show /SP/users/user15
     
     /SP/users/user15
       Targets:
         ssh
       Properties:
         role = o
         password = *****
         fs_privilege = 15
     
       Commands:
         cd
         set
         show
     
    ES2->
    
  4. Repeat Step 2 and Step 3 for each SEFOS user.

    Note - You can perform similar steps from the Oracle ILOM CLI on the SP to create local users on SP.
  5. After you configure all SEFOS users, configure SEFOS.

    See Administering SEFOS.

Related Information