Oracle ILOM Initial Setup

Table 2-3 Oracle ILOM Initial Setup Commands

Task CLI Command

Show network configuration

show /SP/network

Configure static IPv4 address

set /SP/network pendingipdiscovery=static pendingipaddress=commitpending=trueaddress pendingipnetmask=netmask pendingipgateway=address

Configure static IPv6 address

set /SP/network/ipv6 state=enabled pending_static_ipaddress= ipv6address

set /SP/network commitpending=true

Enable DHCP

set /SP/network pendingipdiscovery=dynamic commitpending=true

Set the Oracle ILOM host name

set /SP hostname=hostname

Set the system identifier

set /SP system_identifier=identifier

Create user account with all privileges

create /SP/users/ role=aucro [password=]newusernamepassword

Create user account with host operator privileges

create /SP/users/ role=cro [password=]newusernamepassword

Create read-only user account

create /SP/users/ role=o [password=]newusernamepassword

Delete user account

delete /SP/users/username

Override DNS servers retrieved from DHCP

set /SP/clients/dns auto_dns=disabled nameserver= searchpath=nameserver1,nameserver2searchpath1,searchpath2

Set the Oracle ILOM date and time

set /SP/clock datetime=MMDDhhmmYYYY.ss

Configure an NTP server

set /SP/clients/ntp/server/1 address=address

set /SP/clock usentpserver=enabled

Change the external serial port speed

set /SP/serial/external pendingspeed=9600|19200|38400|57600|115200 commitpending=true