Mike's PBX Cookbook

Linux Base CLI commands

The Avaya CS 1000 Linux Base system provides a platform for the various server applications, such as:

Command Groups:

Avaya CS 1000 Linux Base (Rel. 6 - 7.6) uses common CLI commands, plus the following command categories:

* dbadmin and logadmin are not covered.

Getting help:

There are two ways to get help with commands:

1 Type (command) -h | --help | help to display a brief summary of the CLI command:

$ poos --help
Usage:
    poos <patch_id>|--all|--help,-h

Options:
    <patch_id>
        Deactivate patch with <patch_id> handle.

    --all
        Deactivate all patches.

    --help
        Print this help message and exit.

2 Type man (command) to display a detailed description of the CLI command:

$ man poos
POOS(1)                 Avaya Contributed Documentation                POOS(1)

NAME
       poos - Put a patch out of service.

SYNOPSIS
       poos <patch_id> --all --help,-h

DESCRIPTION
       Remove a patch from service.  The patch is removed from service from
       all processes in which it was in service.

OPTIONS
       <patch_id>
           Deactivate patch with <patch_id> handle.

       --all
           Deactivate all patches.

       --help
           Print this help message and exit.

EXAMPLES
:

Press <RETURN> to advance by line, <SPACE> to advance by page, and/or 'q' to exit when done.
The extensive 'man' (manual) page navigation options can be displayed with man -h | --help.