system configuration recovery cluster recreate
Recreate cluster
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The system configuration recovery cluster recreate command re-creates a cluster, using either the current node or a configuration backup as a configuration template. After you re-create the cluster, rejoin nodes to the cluster using the system configuration recovery cluster rejoin command.
Parameters
- -from {node|backup} - From Node or Backup
- Use this parameter with the value node to re-create the cluster using the current node as a configuration template. Use this parameter with the value backup to re-create the cluster using a configuration backup as a configuration template.
- [-backup <text>] - Backup Name
- Use this parameter to specify the name of a configuration backup file to use as a configuration template. If you specified the -from parameter with the value backup, you must use this parameter and specify a backup name. Use the system configuration backup show command to view available configuration backup files.
Examples
The following example shows how to re-create a cluster using the node node1 as a configuration template.
cluster1::*> system configuration recovery cluster recreate -from node
cluster1::*> system configuration recovery cluster recreate -from backup -backup siteconfig.backup.7z
Give documentation feedback