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