Reference Guide

--type Access type <Webserver|Telnet> to configure.
--interface Interface to use for access [bond(0-N)|eth(0-N)].
Result
Successfully added application webserver.
Restarting webserver service ... done.
system --backup_traffic
Description
The command specifies the network interfaces to use for backup network traffic.
Syntax
system --backup_traffic [--add] [--type @NFS|CIFS|OST|NDMP|ISCSI|RDS] [--
interface @bond(0-N)|eth(0-N)|lo#]
[--update] [--type @NFS|CIFS|OST|NDMP|ISCSI|RDS] [--interface
@bond(0-N)|eth(0-N)|lo#]
[--delete] [--type @NFS|CIFS|OST|NDMP|ISCSI|RDS]
--add Add backup network configuration.
--update Update backup traffic network configuration.
--delete Delete backup traffic network configuration.
--type Backup traffic type [NFS|CIFS|OST|NDMP|ISCSI|RDS] to
configure.
--interface Interface to use for backup traffic.
Result
WARNING: This operation requires filesystem server restart. IO to the box will
be stopped.
Do you want to continue (yes/no) [n]? y
Successfully added application.
Restarting file system ... done.
system --replication_traffic
Description
The command sets the default network interface for replicating 'source' data.
Syntax
system --replication_traffic [--add] [--interface <bondN|ethN|lo>]
[--update] [--interface <bondN|ethN|lo>]
[--delete]
--add Add default replication network configuration.
--update Update default replication network configuration.
--delete Delete default replication network configuration.
--interface Interface to use for replicating 'source' data.
For example, to add the replication, run the command, system --replication_traffic --add --
interface bond0
Result
Successfully added application replication.
95