Create system command
Use this command to create a storage system.
Syntax
>>- satask -- mkcluster -- -- -clusterip --ipv4-- --+-------------+-- --+---------------+-- --> '- -gw --ipv4-' '- -mask --ipv4-' >--+-----------------------+-- -------------------------------->< '- -name --cluster_name-'
>>- satask -- mkcluster -- -- -clusterip_6 --ipv6-- --+---------------+-- --+------------------+-- --> '- -gw_6 --ipv6-' '- -prefix_6 --int-' >--+-----------------------+-- -------------------------------->< '- -name --cluster_name-'
Parameters
- -clusterip ipv4
- (Optional) The IPv4 address for Ethernet port 1 on the system.
- -gw ipv4
- (Optional) The IPv4 gateway for Ethernet port 1 on the system.
- -mask ipv4
- (Optional) The IPv4 subnet for Ethernet port 1 on the system.
- -clusterip_6 ipv6
- (Optional) The IPv6 address for Ethernet port 1 on the system.
- -gw_6 ipv6
- (Optional) The IPv6 gateway for Ethernet port 1 on the system.
- -prefix_6 int
- (Optional) The IPv6 prefix for Ethernet port 1 on the system.
- -name cluster_name
- (Optional) The name of the new system.
Description
This command creates a storage system.This command calls the satask mkcluster command.