Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm vcdsrvctl - configuration operation of the information of the server used for storing VCD
Format
rcxadm vcdsrvctl register -url url -user_name user_name -passwd passwd rcxadm vcdsrvctl unregister rcxadm vcdsrvctl list
Description
rcxadm vcdsrvctl is the command for setting, deleting, and referencing the information of the server for storing VCD.
When changing the server for storing VCD, delete it and then perform settings again.
Subcommands
Configures the information of the server used for storing VCD.
Deletes the information of the server used for storing VCD.
Displays the information registered using the command.
Item Name | Description | Display Example |
---|---|---|
URL | The URL of the FTP server used for storing VCD | ftp://example.co.jp/iso |
USER_NAME | The user name of the FTP server used for storing VCD | user01 |
Options
In "url", specify the URL of the FTP server used for storing VCD.
Specify this option even when changing from a well-known port.
Example
ftp://example.co.jp:777/iso/
Specify a character string starting with "ftp://", containing up to 256 characters using alphanumeric characters (upper/lower case), colons (":"), slashes ("/"), periods ("."), underscores ("_"), and hyphens ("-").
In "user_name", specify the user name of the FTP server used for storing VCD.
Specify a character string using up to 32 characters, including alphanumeric characters (upper or lower case), underscores ("_"), or hyphens ("-").
In "passwd", specify the password of the server used for storing VCD.
Specify a character string using up to 32 characters, including alphanumeric characters (upper or lower case), underscores ("_"), or hyphens ("-").
Requirements
One of the following permissions is required:
OS Administrator
Resource Orchestrator Privileged User
Admin server
Example
Configuration of the information of the server for storing VCD
> rcxadm vcdsrvctl register -url ftp://example.co.jp/iso -user_name user1 -passwd pass1 <RETURN> |
Configuration results of the information of the server for storing VCD
> rcxadm vcdsrvctl list <RETURN> URL USER_NAME ------------------------------- --------- ftp://example.co.jp/iso user1 |
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.