![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2132935.1 : How to create/delete/modify SP users , using ilomconfig tool , for the SPARC T-X(T3/T4/T5) servers
In this Document
Applies to:SPARC T4-1 - Version All Versions to All Versions [Release All Releases]Sun SPARC Enterprise T5120 Server - Version All Versions to All Versions [Release All Releases] Sun SPARC Enterprise T5140 Server - Version All Versions to All Versions [Release All Releases] Sun SPARC Enterprise T5440 Server - Version All Versions to All Versions [Release All Releases] SPARC T3-2 - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. GoalThis is a quick guide is about how to create/delete/modify SP users, using the ilomconfig tool (part of the OHMP suite) SolutionStarting from Solaris 11.2 , OHMP (Oracle Hardware Management Pack), is installed by default in the OS distribution The tool can be used also in Solaris 10, but must be downloaded and installed Open MOS This software suite offers a set of tools used to manage daily system administration (system firmware upgrade, disk firmware upgrade, ilom configuration , hardware raid management) among other things. To verify the supported servers that can be managed by this tool, you can see the following link http://www.oracle.com/technetwork/server-storage/servermgmt/tech/hardware-management-pack/support-matrix-423358.html We will focus in ilomconfig tool First we can see the SP users created in the System root@nt5-1b:/# ilomconfig list user Users The roles define the type of privileges that the user has, in order to execute some tasks on the server a: Admin
Create User To verify the options , when we create a user , we can type this root@nt5-1b:/# ilomconfig create user help
Operands: Options: General Options: As we can see , we can create the user and the role assigned to it For example we will create an user with no roles assigned root@nt5-1b:/# ilomconfig create user newuser We can see that by default the tool assigns only read options, when there's no role defined root@nt5-1b-sca11-a:/# ilomconfig list user | grep newuser newuser o ***** root@nt5-1b-sca11-a:/#
Now we will create another user with full privileges (aucro)
root@nt5-1b/# ilomconfig create user fulluser --role=aucro root@nt5-1b/# ilomconfig list user | grep fulluser We can test our new user (fulluser), connecting to the ilom login as: fulluser Oracle(R) Integrated Lights Out Manager Version 3.2.5.6.b r103360 Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. Warning: The system appears to be in manufacturing test mode. Warning: HTTPS certificate is set to factory default. Hostname: nt5-1b -> show /SP/users/fulluser/ /SP/users/fulluser Properties: Commands:
Delete User To delete a user, let see the options available root@nt5-1b:/# ilomconfig delete user help
Operands: Options: General Options: In our case, let's delete the fulluser account root@nt5-1b:/# ilomconfig delete user fulluser
This user cannot be listed anymore by the tool root@nt5-1b:/# ilomconfig list user Username Role Password We cannot login to the ilom neither login as: fulluser
Modify User Let see the options available: root@nt5-1b:/# ilomconfig modify user help Operands: Options: General Options: In this case we can modify the password and the role of the user In our case we will modify the newuser account changing the password and adding full acess to the SP (aucro) For example Modifying password root@nt5-1b:/# ilomconfig modify user newuser -p Changing role root@nt5-1b:/# ilomconfig modify user newuser --role=aucro Now we can verify the new status root@nt5-1b-sca11-a:/# ilomconfig list user
Attachments This solution has no attachment |
||||||||||||||
|