Name
[Windows]
Installation_folder\Manager\bin\rcxadm config - import and export of configuration information
[Linux]
/opt/FJSVrcvmr/bin/rcxadm config - import and export of configuration information
Format
rcxadm config import -dir directory rcxadm config export -dir directory [[-noretry]|[-timeout value]] rcxadm config map -file resource_map_file -dir directory rcxadm config filter {-tenant tenant_name|-global|-type vm|-exclude vm |-exclude type -name name |-convert} -indir indir -outdir outdir rcxadm config cleanup -alluser rcxadm config reserve -dir directory rcxadm config show -type type -name name -dir directory -format xml
Description
rcxadm config is the command to import or export configuration information, when executing DR (Disaster Recovery).
Subcommands
Imports the configuration information.
In dir, specify the storage folder for the configuration information of the resource to be imported.
Exports the configuration information.
After executing the command, the following XML files are created in the folder specified using dir.
For details on XML files, refer to "Chapter 2 Resource Configuration Information and User Definition Information (XML Files)".
dir\l_server_templates.xml
dir\l_servers.xml
dir\image.xml
dir\network_resources.xml
dir\address_resource.xml
dir\resource_folders.xml
dir\users.xml
dir\user_groups.xml
dir\pools.xml
dir\lnetdev.xml
Configures the exported Resource Orchestrator, and associate resources of the backup site.
Filters the configuration information to divide and import the exported settings for Resource Orchestrator.
Initialize the settings of this product when failback is performed after Disaster Recovery.
Reserve the resource ID so that the resource ID used in the settings for this product that are exported do not conflict with the resources in the destination for Disaster Recovery failback.
Displays the details of the settings for this product that were exported.
Options
Specify the directory in which the configuration information for associating resources is stored.
Use this option to return directly to the command prompt without waiting for the operation being executed on the admin server to complete its execution.
Export can only be performed when no other operation is being executed. If an operation is being executed, this command will return an error.
Use this option to wait the number of seconds specified in value for completion of the operation being performed on the admin server. If the operation is not completed within the specified time, this command will return an error.
If this option is omitted, the default value (3600 seconds) is set. When this option is specified, value can be specified between 1 to 172800(2days).
Use this option to return with an error when the operation being executed on the admin server does not complete its execution after the expiration of the number of seconds specified in value.
Periodical export may not be able to start its process while the manager is executing a time-consuming operation such as L-Server creation. Specify this option to cancel the backup after the specified number of seconds has elapsed.
The following messages are output by the spacing for 600 seconds while it meets the operation.
INFO:Manager operation is still running
Specify the XML file that describes the association of storage.
Specify the tenant name to filter.
Specify to filter the resources shared with other tenants.
Specify to filter the resources related to the virtual L-Server.
Specify to filter the resources other than those related to the virtual L-Server.
Specify the resource type to be filtered. The following types can be selected.
lserver
lplatform
Specify the name of the resource to be filtered or whose details are to be displayed.
The information that links a configured physical server with an L-Server will be created in outdir.
Specify the directory to store the configuration information of the filtering target.
Specify the directory in which to store the configuration information that was filtered.
Specify when the user information is also to be initialized when the definitions for this product are initialized in Disaster Recovery.
Specify the type of resource to display the details for. The following types can be selected.
lserver
network
Specify xml for the format when the details are to be displayed.
Example
convert.txt
[command] |