The viewPartitions action displays the partition summary of the following supported tables:
PostgreSQL
EVENTS
AUDIT_RECORDS
CORRELATED_EVENTS
EVT_DEST_EVT_NAME_SMRY_1
EVT_DEST_SMRY_1
EVT_DEST_TXNMY_SMRY_1
EVT_PORT_SMRY_1
EVT_SEV_SMRY_1
EVT_SRC_SMRY_1
NOTE:You need to have the SDM installed in order to view the partition summary.
This command uses the following flags:
Table 5 Viewing Partition Summaries Flags
Command |
Command Flags |
---|---|
-action |
viewPartitions |
-tableName |
<table name> |
-connectFile |
<filePath> |
To View Partition Summaries:
Execute this command as follows:
-action viewPartitions -tableName <table name> -connectFile <filePath>
The following example, displays the list of partitions of the EVENTS table and status of each partition.
PostgreSQL Example:
./sdm –action viewPartitions –tableName EVENTS –connectFile sdm.connect
For trademark and copyright information, see Legal Notices.