To
disable a network interface,
use the following sis-console command, Ant task, or related MBean operation.
Console command
disablenetworkinterface
Command  | 
disablenetworkinterface <ra-entity> <interface-name>
    Disable the network interface on the SIS instance
  | 
||
|---|---|---|---|
Example  | 
To disable the network interface called  $ ./sis-console disablenetworkinterface sis default-in Disabled network interface default-in on SIS instance sis  | 
Ant task
disablenetworkinterface
Task  | 
<disablenetworkinterface name="..."/>  | 
|---|---|
Example  | 
To disable a network interface called  <sis-management>
    <disablenetworkinterface name="default-in"/>
</sis-management>
 | 
MBean operation
MBean  | 
|---|
disableNetworkInterface
Operation  | 
To disable a network interface: public void disableNetworkInterface(String name)
    throws NullPointerException, UnrecognizedComponentException,
           InvalidStateException, ManagementException;
 | 
|---|
