Sun Java System Web Server 7.0 CLI Reference Manual
  Buscar sólo este libro
Descargar este libro en PDF (1944 KB)

expire-lock(1)

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

NAME

    expire-lock– expires a lock

SYNOPSIS

    expire-lock <connect_options> [--echo|-e] [--no-prompt|-Q] [--verbose|-v] --vs|-s name --lock-uri|-l uri --opaque-token|-o token --collection-uri|-d uri --config|-c name

DESCRIPTION

    Use this command to expire a lock.

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 configuration where the locks exist.

    --vs|-s

    Specify the name of the virtual server.

    --lock-uri|-l

    Specify the URI on which the lock exists.

    --collection-uri|- d

    Specify the name of the collection URI.

    --opaque-token|-o

    Specify the ID of the lock that you want to expire. Lock IDs are displayed when you run the list-lock command.

EXAMPLES


    wadm expire-lock --user=admin --password-file=admin.pwd --host=serverhost
    --port=8989 --config=config1 --vs=config1 --collection-uri=/dav1 
    --lock-uri=/dav1/file.html --opaque-token=opaquelocktoken
    

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 | EXAMPLES | EXIT STATUS | SEE ALSO