network ipspace rename
Rename an IPspace
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Rename an IPspace.
Parameters
- -ipspace <IPspace> - IPspace name
- The name of the IPspace to be renamed.
- -new-name <IPspace> - New Name
- The new name for the IPspace.
- The name must contain only the following characters: A-Z, a-z, 0-9, ".", "-" or "_".
- The first character of each label, delimited by ".", must be one of the following characters: A-Z or a-z.
- The last character of each label, delimited by ".", must be one of the following characters: A-Z, a-z or 0-9.
- The maximum supported length is 47 characters.
- The system reserves the following names: "all", "cluster", "local" and "localhost".
Examples
The following example renames IPspace "ips1" to "ips2".
cluster1::> network ipspace rename -ipspace ips1 -new-name ips2
Give documentation feedback