The following describes how to delete a virtual NIC in the physical server environment using the configuration in "3.2.1 Setting up a virtual NIC in a physical server environment" as an example.
Deleting an IP interface
If an IP interface remains, delete the IP interface on the virtual NIC with the ipadm delete-ip command beforehand. This because the virtual NIC cannot be deleted with the rvnetadm command.
# ipadm delete-ip fjvnet0
See
For details on the ipadm(1M) command, see the Solaris manual.
Disabling a network monitoring function
Disable a network monitoring function with the rvnetadm stop-observ command.
# /opt/FJSVrvnet/bin/rvnetadm stop-observ
See
For details on the rvnetadm command, see "A.1 rvnetadm command."
Deleting a virtual NIC
Delete a virtual NIC with the rvnetadm delete command.
# /opt/FJSVrvnet/bin/rvnetadm delete -n fjvnet0
See
For details on the rvnetadm command, see "A.1 rvnetadm command."