Originally published February 20, 2017 @ 1:27 am
Just some quick notes on setting up Oracle Sun T-series server ILOM and network aggregation with LACP. I don’t get to do this very often, so every time it’s a struggle to remember, with much googling required.
ILOM Network Configuration
show /SP/network set /SP/network pendingipdiscovery=static set /SP/network pendingipaddress=192.168.10.22 set /SP/network pendingipgateway=192.168.10.1 set /SP/network pendingipnetmask=255.255.255.0 show /SP/network set /SP/network commitpending=true set /SP/network state=enabled show /SP/network set /SP hostname=host02b-ilo system_identifier="host02b-ilo" system_location="rack c12" show /SP start /SYS start /SP/console
OS Network Information
dladm show-phys dladm show-link dladm show-aggr ipadm show-if ipadm show-addr route -p show
Unconfigure NICs and Existing Aggregations
route -p delete default 192.168.122.1 -ifp aggr0 ipadm delete-ip aggr0 dladm delete-aggr aggr0 ipadm delete-ip net0 ipadm delete-ip net1 ifconfig net0 unplumb ifconfig net1 unplumb
Configure NICs and Aggregations
ifconfig net0 plumb mtu 9000 up ifconfig net1 plumb mtu 9000 up dladm set-linkprop -p mtu=9000 net0 dladm set-linkprop -p mtu=9000 net1 dladm create-aggr -L active -T short -l net0 -l net1 aggr0 ipadm create-ip aggr0 ipadm create-addr -T static -a 192.168.122/24 aggr0 route -p add default 192.168.122.1 -ifp aggr0 -static
Don’t forget to update /etc/hosts after you’re done.
Experienced Unix/Linux System Administrator with 20-year background in Systems Analysis, Problem Resolution and Engineering Application Support in a large distributed Unix and Windows server environment. Strong problem determination skills. Good knowledge of networking, remote diagnostic techniques, firewalls and network security. Extensive experience with engineering application and database servers, high-availability systems, high-performance computing clusters, and process automation.