Some useful commands I've gleaned while setting up a number of new T series SPARC boxes.
Create User account:
To create a new Administrator account:
create /SP/users/<account name> role=administrator
To set the password:
set /SP/users/<account name> password
Show users:
show /SP/users
Set NTP settings:
Check settings:
show /SP/clock
(Check the Timezone is correct and the usentpserver=enabled)
To check to see if a NTP server has been assigned:
show /SP/clients/ntp/server/1
Set NTP server:
set /SP/clients/ntp/server/1 address=<ip address>
Set the clock so it uses the NTP server:
set /SP/clock/ usentpserver=enabled
Set timezone:
set /SP/clock timezone=Europe/London
Console - Solaris connection:
To boot the OS:
start /SYS
To make a console connection:
start /SP/console
To exit back into the ILOM from the console:
#.
If the console hangs - check to see if there are any existing console sessions
show /SP/sessions
Then disconnect the running console session:
stop /SP/console
Network settings:
Check configuration:
show /SP/network
I found a number of sites useful while going through the configuration of the ILOM, one of them was this site:
http://skullboxx.net/kb/node/482
A useful link to a Oracle cheat sheet
No comments:
Post a Comment