Sun Java System Web Server 7.0 Update 2 CLI Reference Manual
  Suchtext Nur in diesem Buch
Dieses Buch im PDF-Format herunterladen (2046 KB)

copy-virtual-server(1)

NAME | Synopsis | Description | Options | Operands | Examples | Exit Status | See Also

NAME

    copy-virtual-server – creates a copy of an existing virtual server

Synopsis

    copy-virtual-server <connect_options> [--echo|-e] [--no-prompt|-Q] 
    [--verbose|-v] --config|-c name --vs|-s
    source-virtual-server-name  new-virtual-server-name
    

Description

    Use this command to create a copy of an existing virtual server.

Options

    For connect_options description, see help(1).

    --echo|-e

    Specify this option to print this command on the standard output before executing. This option also prints the default value for all the non-mandatory options that you do not provide 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 configuration.

    --vs|-s

    Specify the name of the source virtual server.

Operands

    new-virtual-server-name

    Specify the name of the virtual server that you want to create.

Examples


    wadm copy-virtual-server --user=admin --host=serverhost
    --password-file=../admin.passwd --port=8989 --ssl=true --no-prompt 
    --rcfile=null --config=config1 --vs=vs copiedVs
    

Exit Status

    The following exit values are returned:

    0

    command executed successfully

    >0

    error in executing the command

See Also

SJS Web Server  Last Revised March 2007

NAME | Synopsis | Description | Options | Operands | Examples | Exit Status | See Also