Configure a server NIC when you want to set the NIC mode and NIC redundancy.
| | Command or Action | Purpose |
| Step 1 | Server#
scope cimc
|
Enters the CIMC command mode.
|
| Step 2 | Server /cimc #
scope network
|
Enters the CIMC network command mode.
|
| Step 3 | Server /cimc/network #
set mode {dedicated | shared_lom | shipping}
| Sets the NIC mode to one of the following:
|
| Step 4 | Server /cimc/network #
set redundancy {none | active-active | active-standby}
| Sets the NIC redundancy mode when the NIC mode is Shared LOM. The redundancy mode can be one of the following:
none—The LOM Ethernet ports operate independently and do not fail over if there is a problem.
active-active—If supported, all LOM Ethernet ports are utilized.
active-standby—If one LOM Ethernet port fails, traffic fails over to another LOM port.
|
| Step 5 | Server /cimc/network #
commit
| Commits the transaction to the system configuration.
| Note
| The available NIC mode and NIC redundancy mode options may vary depending on your platform. If you select a mode not supported by your server, an error message displays when you save your changes.
|
|
This example configures the CIMC network interface:
Server# scope cimc
Server /cimc # scope network
Server /cimc/network # set mode dedicated
Server /cimc/network *# commit
Server /cimc/network #