NAME

lsxcatd - lists xCAT daemon information.


SYNOPSIS

lsxcatd [-h | --help | -v | --version | -d | --database | -a | --all ]


DESCRIPTION

The lsxcat command lists important xCAT daemon (xcatd) information.


OPTIONS

-v|--version

Command Version.

-h|--help

Display usage message.

-d|--database

Displays information about the current database being used by xCAT. Any user can run the command.

-a|--all

Displays all information about the daemon supported by the command.


RETURN VALUE

0 The command completed successfully.

1 An error has occurred.


EXAMPLES

  1. To display information about the current database:

     lsxcatd -d

    Output is similar to:

      cfgloc=Pg:dbname=xcatdb;host=7.777.47.250|xcatadm
      dbengine=Pg
      dbname=xcatdb
      dbhost=7.777.47.250
      dbadmin=xcatadm


FILES

/opt/xcat/bin/lsxcatd


SEE ALSO