link.attach
ROLE: Admin
Description | Attach network space to link. | |
Syntax | link.attach remote_system=SYSTEM network_space=REPLICATIONNETWORKSPACE | |
Arguments | network_space | Name of an existing replication network space |
remote_system | Name of an existing replication link | |
Example | link.attach system=ibox1089 network_space=replication_link | |
Replication link "ibox1089" attached |
link.authenticate
ROLE: Admin, Pool Admin
Description | Authenticate a link to a remote system. This command authenticates the link between the current InfiniBox system to a remote system. The command receives the name of the remote system as an input. If user credentials to the remote system are not provided as input, you will be asked to type them. | |
Syntax | link.authenticate remote_system=SYSTEM [username=STR] [password=STR] | |
Arguments | password | Any sequence of characters |
username | Any sequence of characters | |
remote_system | Name of an existing replication link | |
Example | link.authenticate system=ibox3010 | |
Authenticated on ibox3010 as user user1 with role ADMIN |
link.change_remote_address
ROLE: Admin
Description | Change remote address. | |
Syntax | link.change_remote_address remote_system=SYSTEM remote_address=HOSTNAME | |
Arguments | remote_address | A valid hostname or IPv4 address |
remote_system | Name of an existing replication link | |
Example | link.change_remote_address system=ibox1089 remote_address=172.16.32.211 | |
The remote address of system "ibox1089" has changed to 172.16.32.211 |
link.change_witness_address
ROLE: Admin
Description | Update the witness address for a link. | |
Syntax | link.change_witness_address remote_system=SYSTEM witness_address=HOSTNAMEORNONE | |
Arguments | remote_system | Name of an existing replication link |
witness_address | A valid hostname or IPv4 address |
link.create
ROLE: Admin
Description | Create a new replication link. | |
Syntax | link.create remote_address=HOSTNAME network_space=REPLICATIONNETWORKSPACE [witness_address=HOSTNAME] | |
Arguments | remote_address | A valid hostname or IPv4 address , of the target network space control IP address |
network_space | Name of an existing replication network space | |
witness_address | A valid hostname or IPv4 address | |
Example | link.create remote_address=ibox3009_rmr_control network_space=REPLICATION | |
Link ibox3009 created |
link.delete
ROLE: Admin
Description | Delete replication link. | |
Syntax | link.delete remote_system=SYSTEM [force=YESNO] | |
Arguments | remote_system | Name of an existing replication link |
force | Either yes or no | |
Example | link.delete system=ibox3009 | |
Link ibox3009 deleted |
link.detach
ROLE: Admin
Description | Detach network space from link. | |
Syntax | link.detach remote_system=SYSTEM | |
Arguments | remote_system | Name of an existing replication link |
Example | link.detach remote_system=ibox1089 | |
Link is detached from the remote system ibox1089 |
link.query
ROLE: All Roles
Description | List existing replication links. The output can be filtered by a remote system, a network space, or both | |
Syntax | link.query [remote_system=SYSTEM[,SYSTEM,...]] [net_space=NETWORKSPACE] [witness_address=HOSTNAME] | |
Arguments | remote_system | Name of an existing replication link (multiple values, separated by commas) |
witness_address | A valid hostname or IPv4 address | |
net_space | Name of an existing network space | |
Example | link.query net_space=REPLICATION | |
REMOTE LINK LAST LOCAL NETWORK REMOTE SYSTEM |
Last edited: 2022-08-06 08:33:14 UTC
Comments