Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

vdcleavefed

Sriram Nambakam edited this page Nov 16, 2016 · 3 revisions

Lightwave Directory Command-line Tools

vdcleavefed

NAME

vdcleavefed - remove a Lightwave Directory instance from the federation

SYNOPSIS

vdcleavefed [ -h <server name in FQDN> ]
            -u <administrator user name>
            [-w <administrator password>]

DESCRIPTION

vdcleavefed removes a Lightwave Partner server from the federation.

-h  The IP Address or Fully Qualified Hostname of the partner node
    This should be specified if the server is offline

    If the server being removed is the current host, this argument must
    not be specified. The server on the current host must be running.

    If the server being removed is a remote host, this argument must
    be specified. The server on the remote host must not be running.

-u  An account with administrator privileges on the domain

-w  The password to the account.
    The user will be prompted for the password if this argument is not specified.

This command must be executed on a Lightwave server instance

EXIT_STATUS

vdcleavefed exits with 0 on success and >0 on failure

EXAMPLES

vdcleavefed -h eng-web-2.mydomain.com -u administrator
Clone this wiki locally