This action (ViewPartitions) displays the partition summary of the following supported tables:
Oracle:
EVENTS
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
SQL Server
EVENTS
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 SDM installed in order to view the partition summary.
This command uses the following 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.
Oracle Example:
./sdm action viewPartitions tableName EVENTS connectFile sdm.connect
SQL Server Example:
sdm action viewPartitions tableName EVENTS connectFile sdm.connect