Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Einstellungsanleitung Seite 16

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 82
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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 -
Seitenansicht 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 81 82

Kommentare zu diesen Handbüchern

Keine Kommentare