Sun Java System Web Server 7.0 CLI Reference Manual
  Искать только в названиях книг
Загрузить это руководство в формате PDF (1944 КБ)

pull-config(1)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO

NAME

    pull-config– pulls a configuration from a node to overwrite the config-store

SYNOPSIS

    pull-config <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] --config|-c name nodehost

DESCRIPTION

    Use this command to pull a configuration from any instance of the configuration and overwrite the configuration in the config-store. You can use this command when an instance is modified manually, so that the manual modification can be reflected in the config-store.


    Caution – Caution –

    Do not edit any file under the config-store directory. The files under this directory are created by Sun Java System Web Server for internal use.


OPTIONS

    For connect_options description, see help(1).

    --echo|-e

    Specify this option to print this command on the standard output before executing. Also, prints the default value for all the non-mandatory options that you have not provided in the command.

    --no-prompt|-Q

    If you specify this option, wadm will not prompt you for passwords while executing this command. Use this option if you have defined all passwords in a password file and specified the file using the --password-file connect_option.

    --verbose|-v

    Specify this option to display a verbose output.

    --config|-c

    Specify the name of the server configuration.

OPERANDS

    nodehost

    Specify the name of the node.

EXAMPLES


    wadm pull-config --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1 node1
    

EXIT STATUS

    The following exit values are returned:

    0

    command executed successfully

    >0

    error in executing the command

SEE ALSO

Sun Java System Web Server  Last Revised Nov 2006

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO