Command Reference Guide

Displays detailed information about all current sessions.
-user Username
Displays information on active sessions belonging to the specified user.
-failed
Displays information on sessions containing data objects that failed due to errors.
-error
Displays information on active sessions with the status "In Progress (errors)"
-previous
Lists all sessions from the Application Recovery Manager internal database (IDB).
-since Date
Lists all sessions since the specified Date.
-until Date
Lists all sessions until the specified Date.
-last n
Lists all sessions within the last n days.
EXAMPLES
The following examples illustrate how some options of the omnistat command
work.
1. To see detailed information for the session with the SessionID "2008/04/24-32".
The SessionID can be specified in two different ways:
omnistat -detail -session 2008/04/24-32
omnistat -detail -sess 32
2. To see an overview of the sessions that occurred in last 3 days and were run by
user root:
omnistat -previous -user root -last 3
3. To see information regarding the sessions that occurred within the last 3 days
and had objects that have failed:
omnistat -previous -last 3 -failed
4. To see only the status of session with this SessionID:
omnistat -status_only -session 2
5. To monitor the session with the SessionID "R-2008/05/13-8":
omnistat -session R-8 -monitor
86