Setup guide
Note
The script must be executed by the operating system user account that was used to save the password on the admin server.
Example
Script (batch file) content:
[Windows]
@echo off
set RCX_USER=userA
rem Write down commands that can be run with userA's privileges.
Installation_folder
\Manager\bin\rcxserver stop -name svr0001 -force
Installation_folder
\Manager\bin\rcxserver start -name svr0002
...
[Linux]
#!/bin/sh
RCX_USER=userA
export RCX_USER
# Write down commands that can be run with userA's privileges.
/opt/FJSVrcvmr/bin/rcxserver stop -name svr0001 -force
/opt/FJSVrcvmr/bin/rcxserver start -name svr0002
...
Exit Status
This command returns the following values:
0
The command executed successfully.
non-zero
An error has occurred.
- 6 -