[Contents] [Prev. Chapter] [Next Chapter]

Chapter 6 - The ls Commands

6.1 Description

The DECevent ls commands allow you to display all requested rulesets listed in the specified knowledge library. Rulesets contain instructions necessary for the translation of events. A knowledge library contains the rulesets.

Table 6-1 lists each DECevent ls command.


         Table_6-1:_The_ls_Commands_____________________________________

         Command____________________Action______________________________

         ls evt                     Lists all event rulesets.

         ls_can_____________________Lists_all_canonical_rulesets._______

6.1.1 The ls evt Command

The DECevent ls evt command lists all event rulesets necessary for translating events.

Syntax

The following syntax is used for the ls evt command:

This command provides a directory listing of the rulesets in the event knowledge library similar to the one shown in shown in Example 6-1.


     Example 6-1:  Event Knowledge Library List
     ___________________________________________________________________

      Knowledge Library:

      Ruleset Name     Path
      ==========================================
      ARCHCTRL                 ROOT
      HEADER_EV                ROOT
                      .
                      .
                      .
      SCSI2_DISP               ROOT.ARCHCTRL
      UNKNOWN_DEV_ERR_TIM_ATT  ROOT.ARCHCTRL
      XMI_DISP                 ROOT.ARCHCTRL

     ____________________________________________________________________

6.1.2 The ls can Command

The DECevent ls can command allows you to list all canonical rulesets necessary for formatting a report.

Syntax

The following syntax is used for the ls can command:

This command provides a directory listing of the rulesets in the canonical knowledge library similar to the example shown in Example 6-2.


     Example 6-2:  Canonical Knowledge Library List
     ________________________________________________________________________

     Knowledge Library:

     Ruleset Name       Path
     ========================================================================
     HEADER_CA     ROOT
     MSCP_CA       ROOT
     AXP_CA        ROOT
                 .
                 .
                 .
     KZMSA_CA      ROOT.HEADER_CA.HD_EVT_CA.IO_SUBSYS.IO_SUBSYS_DISP.IO_XMI
     DEFAA         ROOT.HEADER_CA.HD_EVT_CA.IO_SUBSYS.IO_SUBSYS_DISP.ADAPTER
     DEFEA         ROOT.HEADER_CA.HD_EVT_CA.IO_SUBSYS.IO_SUBSYS_DISP.ADAPTER
     DEFTA         ROOT.HEADER_CA.HD_EVT_CA.IO_SUBSYS.IO_SUBSYS_DISP.ADAPTER
     DEFZA         ROOT.HEADER_CA.HD_EVT_CA.IO_SUBSYS.IO_SUBSYS_DISP.ADAPTER

     ________________________________________________________________________

[Contents] [Prev. Chapter] [Next Chapter]