Red Hat LINUX VIRTUAL SERVER 4.7 - ADMINISTRATION Guia de Configuração Página 16

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 82
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 -
Vista de página 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 81 82

Comentários a estes Manuais

Sem comentários