Sun Java System Web Server 7.0 Update 2 CLI Reference Manual
  Search only this book
Download this book in PDF (2046 KB)

delete-virtual-server(1)

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

NAME

    delete-virtual-server – deletes virtual servers

Synopsis

    delete-virtual-server <connect_options> [--echo|-e] 
    [--no-prompt|-Q] [--verbose|-v] --config|-c name 
    virtual-server-name
    

Description

    Use this command to delete a 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.

Operands

    virtual-server-name

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

Examples


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

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