Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

4.11 [Symantec] rcx_register_ror.ps1

Name

Drive_on_which_Symantec_Endpoint_Protection_Manager_has_been_installed\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\cmd\rcx_register_ror.ps1 - Script file for registering Resource Orchestrator user information

Format

rcx_register_ror.ps1 create -host host -user user -password password 
rcx_register_ror.ps1 show

Description

rcx_register_ror.ps1 is the command for registering Resource Orchestrator user information with the server on which Symantec Endpoint Protection Manager operates.

Subcommands

create

Encrypts the information specified in the argument and uses it in creation of the following environment definition file.

If the environment definition file already exists, a message checking whether to overwrite it is output.

Location of the Environment Definition File
Storage Location

drive\Symantec\Symantec Endpoint Protection Manager\bin\ResourceOrchestrator\etc

File Name

rcx.config

show

Displays the content of the environment definition file created using "create".

Options

-host host

For host, specify the IP address or the host name (FQDN) of the Resource Orchestrator manager.

-user user_name

For user_name, specify the user name of a privileged user that was created during installation of the Resource Orchestrator manager.

-password password

For password, specify the password of a privileged user that was created during installation of the Resource Orchestrator manager.

Requirements

Privileges

OS administrator

Location

The server on which Symantec Endpoint Protection Manager operates

Usage Example

  • When creating the environment definition file
    PS C:\Symantec\Symantec Endpoint Protection 
    Manager\bin\ResourceOrchestrator\cmd> ./rcx_register_ror.ps1 create -host 192.168.10.40 -user 
    manage -password password 
  • When displaying the content of the environment definition file
    PS C:\Symantec\Symantec Endpoint Protection 
    Manager\bin\ResourceOrchestrator\cmd> ./rcx_register_ror.ps1 show  
    HOST:192.168.10.40 
    PORT:23461 
    USER:manage 
    PASSWORD:*******

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.