Manually configuring network on V240/V210/V125 ALOM
From Peter Pap's Technowiki
Revision as of 02:00, 3 June 2013 by Ppapa (talk | contribs) (Created page with "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 s...")
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.