mkcluster

Use the mkcluster command to create a new system.

Syntax


1  satask mkcluster  -clusterip -ipv4_ip?  -gw -ipv4_gw  -mask ipv4_mask?  -name cluster_name?  -vlan vlan_id?  -port port_id?  panel_name 

1  satask mkcluster  -clusterip_6 ipv6_ip ?  -gw_6 ipv6_gw  -prefix  subnet_prefix ?  -name cluster_name?  -vlan vlan_id?  -port port_id?  panel_name

1  satask mkcluster  -ip
2.1 ipv4_address
2.1 ipv6_address ?  -gw
2.1 ipv4_gw
2.1 ipv6_gw  -prefix  subnet_prefix ?  -name cluster_name?  -vlan vlan_id?  -port port_id

Parameters

-clusterip ipv4_ip
(Optional) Specifies the Internet Protocol Version 4 (IPv4) address for the specific port ID.
-mask ipv4_mask
(Optional) Specifies the IPv4 subnet for the specific port ID.
-clusterip_6 ipv6_ip
(Optional) Specifies the Internet Protocol Version 6 (IPv6) address for the specific port ID.
-gw_6 ipv6_gw
(Optional) Specifies the IPv6 gateway for the specific port ID.
-prefix ipv6_subnet
(Optional) Specifies the IPv6 prefix for the specific port ID.
-name cluster_name
(Optional) Specifies the name of the new system.
panel_name
(Optional) Specifies the node being serviced.
Note: If panel_name is not supplied, this command applies to the node on which the command is running.
-ip ipv4_address|ipv6_address
(Optional) Specifies the VLAN ID for a IPv4 or IPv6 address.
-prefix subnet_prefix
(Required) Specifies the prefix of the subnet. The value for IPv4 addresses and IPv6 addresses can range from 1 to 31 and 1 to 127 respectively.
-gw gateway
(Optional) Specifies the IPv4 or IPv6 gateway address. The value consists in the standard format for IPv4 address, or IPv6 address of a string of 40 characters.
-vlan vlan_id
(Optional) Specifies the VLAN ID for a IPv4 or IPv6 address.
-port port_id
(Optional) Specifies a new IP address to the Ethernet Port ID.
Note: If -port parameter is not specified the default port ID is 1.
Remember: You must specify one of the following:
  • IPv4 system IP, gateway, and subnet
  • IPv6 system IP, gateway, and prefix

Description

This command creates a new system.

An invocation example

The following example uses specific -clusterip, -gw, and -mask parameters.

satask mkcluster -clusterip x.xxx.xxx.xxx -gw x.xxx.xxx.xxx -mask x.xxx.xxx.xxx

The resulting output:

No feedback