Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Guide d'installation Page 16

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 82
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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 -
Vue de la page 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 81 82

Commentaires sur ces manuels

Pas de commentaire