Manually configuring network on V240/V210/V125 ALOM

From Peter Pap's Technowiki
Jump to: navigation, search

1. It helps to start with a default setup

 setdefaults -y

2. Then set the necessary parameters:

 setsc if_network true
 setsc if_connection ssh
 setsc netsc_dhcp false
 setsc netsc_ipaddr X.X.X.X
 setsc netsc_ipnetmask 255.255.X.X
 setsc netsc_ipgateway X.X.X.X

This will allow connection over SSH. best to do this as telnet is a BIG security NO NO!

3. Reset the the ALOM:

 resetsc -y

Done.