Top
ServerView Resource Orchestrator V2.2.1 User's Guide

E.5.1 rcxadm template

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

import

Imports the L-Server template defined in an XML file.

list

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.

show

Displays the detailed information for the specified L-Server template.

export

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.

modify

Modifies the label, comment, and name of the specified L-Server template.

delete

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

-file file

In file, specify the L-Server template XML file to import or export.

-nowait

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.

-name name

In name, specify the L-Server template name.

-verbose

Use this option to display the redundancy configuration and the operation location.

-new_name name

In name, specify the new L-Server template name.

-label label

In label, specify the new label.

-comment comment

In comment, specify the new comments.

-force

Use the -force option to forcibly delete the specified L-Server template even if there are L-Servers created from the template.


Examples