To
remove a network interface definition,
…use the following sis-console command, Ant task, or related MBean operation.
Console command
removenetworkinterface
Command  | 
removenetworkinterface <ra-entity> <interface-name>
    Remove a network interface definition from the SIS
  | 
||
|---|---|---|---|
Example  | 
To remove the network interface definition called  $ ./sis-console removenetworkinterface sis default-in Removed network interface definition default-in  | 
Ant task
removenetworkinterface
Task  | 
<removenetworkinterface name="..."/>  | 
|---|---|
Example  | 
To remove a network interface definition called  <sis-management>
    <removenetworkinterface name="default-in"/>
</sis-management>
 | 
MBean operations
MBean  | 
|---|
removeNetworkInterfaceDefinition
Operation  | 
To remove a network interface definition: public void removeNetworkInterfaceDefinition(String name)
    throws NullPointerException,  UnrecognizedComponentException,
           InvalidStateException, ManagementException;
 | 
|---|
MBean  | 
|---|
remove
Operation  | 
To remove the network interface definition managed by this MBean: public void remove()
    throws InvalidStateException, ManagementException;
 | 
|---|
