Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Guida di Configurazione Pagina 16

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 82
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 15
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 -
Vedere la pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 81 82

Commenti su questo manuale

Nessun commento