Asset ID: |
1-71-2132922.1 |
Update Date: | 2017-04-07 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2132922.1
:
Ilomconfig usage for the T-X (T3/T4/T5) Sparc Servers
Related Items |
- SPARC T4-1
- SPARC T5-4
- SPARC T3-2
- Sun SPARC Enterprise T5120 Server
- SPARC T5-2
- SPARC T4-2
- Sun SPARC Enterprise T5440 Server
- SPARC T3-1
|
Related Categories |
- PLA-Support>Sun Systems>SPARC>CMT>SN-SPARC: T5xx0
|
In this Document
Applies to:
SPARC T3-2 - Version All Versions to All Versions [Release All Releases]
SPARC T3-1 - Version All Versions to All Versions [Release All Releases]
SPARC T4-1 - Version All Versions to All Versions [Release All Releases]
SPARC T4-2 - Version All Versions to All Versions [Release All Releases]
Sun SPARC Enterprise T5120 Server - Version All Versions to All Versions [Release All Releases]
Information in this document applies to any platform.
Goal
To provide a quick review to the ilomconfig tool
Solution
Starting 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
Go to Patches and Updates
Select product tab
In the Product Field type : "Oracle Hardware Management Pack"
Select Release and download.
Executables placed in dir: /usr/sbin
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.
This is the set of tools available from OHMP
ilomconfig - configures Oracle ILOM service processors
biosconfig - configures the server BIOS (can be used only in x64 servers)
raidconfig - lists/configures the server RAID components (disk events). raidconfig list all -v
fwupdate - updates the server and firmware
hwmgmtcli – provides reports about the health status of the server
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
This document will be focused on ilomconfig tool
Ilomconfig
This utility is used to configure and display System Processor information. You can see here the list of options.
root@nt5-1b:/# ilomconfig help
Usage: ilomconfig <subcommand> <type> [options]
Enter 'ilomconfig <subcommand> --help' for help on a specific subcommand.
Available subcommands:
list : Show ILOM settings, users, SNMP communities, and system summary
create : Create users and SNMP communities
delete : Delete users and SNMP communities
modify : Modify ILOM settings
import : Restore ILOM settings from an XML file
export : Backup ILOM settings to an XML file
reset : Reset ILOM to factory defaults
enable : Enable Host-to-ILOM interconnect
disable : Disable Host-to-ILOM interconnect
General Options:
-h, --help : help
-H, --remote-hostname : hostname or IP address of the remote SP.
-U --remote-username : username to login remote SP.
-V, --version : Show the version of the command.
-q, --quiet : Suppress informational message output and only return error codes.
-y, --yes : Execute command without prompting for confirmation.
Feature |
Ilomconfig command |
Ilom CLI command |
Display SP clock time |
ilomconfig list clock
Clock ===== Date & Time: Thu Apr 28 23:57:15 2016 Timezone: GMT (GMT) NTP Status: disabled NTP Server 1 IP: 0.0.0.0 NTP Server 2 IP: 0.0.0.0
|
->show /SP/clock Targets:
Properties: datetime = Fri Apr 28 23:58:06 2016 timezone = GMT (GMT) uptime = 150 days, 08:26:28 usentpserver = disabled
|
Display SP network configuration |
Ilomconfig list network
Network - IPv4 ============== IP Address: 10.133.X.X IP Discovery: static IP Netmask: 255.255.248.0 IP Gateway: 10.133.X.X Pending IP Address: 10.133.X.X Pending IP Discovery: static Pending IP Netmask: 255.255.248.0 Pending IP Gateway: 10.133.104.X Management Port: MGMT DHCP Server IP: none MAC Address: 00:10:E0:35:45:ED Sideband MAC Address: 00:10:E0:35:45:EC Out-of-Band MAC Address: 00:10:E0:35:45:ED Interface State: enabled
|
->show /SP/network
/SP/network Targets: interconnect ipv6 test
Properties: commitpending = (Cannot show property) dhcp_clientid = none dhcp_server_ip = none ipaddress = 10.133.X.X ipdiscovery = static ipgateway = 10.133.104.X ipnetmask = 255.255.248.0 macaddress = 00:10:E0:35:45:ED managementport = MGMT outofbandmacaddress = 00:10:E0:35:45:ED pendingipaddress = 10.133.X.X pendingipdiscovery = static pendingipgateway = 10.133.104.X pendingipnetmask = 255.255.248.0 pendingmanagementport = MGMT sidebandmacaddress = 00:10:E0:35:45:EC state = enabled
Commands: cd set show
|
Display System Information |
ilomconfig list system-summary
System Summary ============== Product Name: Netra SPARC T5-1B Product Part Number: 31665027+1+1 Product Serial Number: 1312NN31NF Product Manufacturer: Oracle Corporation ILOM Hostname: nt5-1b-sca11-a-sp Uptime: 150 days, 08:39:56 ILOM IP Address: 10.133.105.54 ILOM Version: v3.2.5.6.b r103360.>
|
->show /SYS ->show /HOST |
Display SP users |
ilomconfig list user
Users ===== Username Role Password ----------------------------------------------- root aucro **** jack aucros **** paul (none) *****
|
-> show /SP/users
/SP/users Targets: root jack paul
Properties:
Commands: cd create delete set show
|
Other useful commands
ilomconfig version
ilomconfig -V
lomconfig version 2.3.2.1 r18933
This tool also, can execute other tasks like
Firmware upgrade
Ilom import/export configuration
Configure SP users
Gather snapshot file
For a complete list of command options you can see Oracle's Ilomconfig Page
https://docs.oracle.com/cd/E20451_01/html/E25303/mpclt.gggjk.html#scrolltoc
Attachments
This solution has no attachment