Name
[Windows]
Installation_folder\Manager\bin\rcxadm template - L-Server template operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm template - L-Server template operations
Format
rcxadm template import -file file [-nowait] rcxadm template list [-verbose] rcxadm template show -name name rcxadm template export -file file [-name name] rcxadm template modify -name name {[-new_name name] [-label label] [-comment comment]} [-nowait] rcxadm template delete -name name [-force] [-nowait]
Description
rcxadm template is the command used to perform operations on L-Server templates. L-Server templates define the values such as the number of CPUs, memory capacity, and disk capacity that comprise an L-Server. Using an L-Server template enables easy creation of L-Servers.
Subcommands
Imports the L-Server template defined in an XML file.
Displays a list of the L-Server templates that can be accessed. Using the -verbose option also displays information regarding the redundancy configuration and operation location.
Displays the detailed information for the specified L-Server template.
Exports the specified L-Server template information in the XML format. If you do not specify an L-Server template with the -name option, all L-Server templates are exported.
Modifies the label, comment, and name of the specified L-Server template.
Deletes the specified L-Server template. Use the -force option to forcibly delete the specified L-Server template even if there are L-Servers created from the template.
Options
In file, specify the L-Server template XML file to import or export.
Use this option to return directly to the command prompt without waiting for the operation of the L-Server template specified in the subcommand to complete its execution.
In name, specify the L-Server template name.
Use this option to display the redundancy configuration and the operation location.
In name, specify the new L-Server template name.
In label, specify the new label.
In comment, specify the new comments.
Use the -force option to forcibly delete the specified L-Server template even if there are L-Servers created from the template.
Examples
To display a list of the L-Server templates that can be accessed:
>rcxadm template list <RETURN>
NAME TYPE SPEC DISKS NICS
---- ---- ---- ----- ----
no-nic Virtual 1.0GHz,1,2.0GB 10.0GB,12.0GB -
small Virtual 1.0GHz,1,1.0GB 10.0GB - |
To also display information regarding the redundancy configuration and the positioning:
>rcxadm template list -verbose <RETURN>
NAME TYPE SPEC DISKS NICS REDUNDANCY POSITIONING
---- ---- ---- ----- ---- ---------- -----------
no-nic Virtual 1.0GHz,1,2.0GB 10.0GB,12.0GB - None Fixed
small Virtual 1.0GHz,1,1.0GB 10.0GB - None Fixed |
To display the detailed information for the specified L-Server template:
>rcxadm template show -name small <RETURN>
Name: small
Label: label of the small
ServerType: Virtual
VMType: VMware
CPUArch: IA
CPUPerf: 1.0GHz
NumOfCPU: 1
MemorySize: 1.0GB
DiskSize[0]: 10.0GB
Redundancy: None
Positioning: Fixed |