Top
ServerView Resource Orchestrator Cloud Edition V3.4.0 Reference Guide (Command/XML)
FUJITSU Software

3.17 rcxadm vcdsrvctl

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

register

Configures the information of the server used for storing VCD.

unregister

Deletes the information of the server used for storing VCD.

list

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

-url url

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 ("-").

-user_name user_name

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 ("-").

-passwd password

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

Permissions

One of the following permissions is required:

  • OS Administrator

  • Resource Orchestrator Privileged User

Location

Admin server


Example

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.