HP StorageWorks Application Recovery Manager Command Line Interface Reference (T4395-96007, December 2007)

omniclus (1)
-25-Hewlett-Packard Company AppRM A.06.00: December 2007
-abortsess Specifies the abort session command.
-abortid {== | !=} application_id Specifies the application identification.
-inhibit {* | 0 | minutes} Specifies the number of minutes for Cell Manager
backup inactivity, where * means forever and 0 means activate
now.
NOTE
The command can only be used in the cluster environment.
EXAMPLES
Following example illustrates how the omniclus command works.
1. Abort all running sessions
omniclus -clus cluster.domain.com -session * -abortsess
The utility will connect to all running sessions and will send them abort
messages. The state of the sessions can be then checked with the Application
Recovery Manager omnistat utility.
2. Abort specific running sessions
omniclus -clus cluster.domain.com -session mybackup -abortsess
The utility will connect to backup session managers issuing abort messages and
sending them additional information - the backup specification name. Each
backup session manager checks whether the command addresses it and if this is
the case it aborts.
3. Abort sessions (all or specific) with application identifications
omniclus -clus obvs.hermes.com -session * -abortsess -abortid != 10
This way the user can define groups of sessions and abort only the ones that are
actually related to the application that failed over. For example a backup session
that performs a normal filesystem backup of a remote client is not aborted
because an application server switches, while the application server backup can
be aborted.
4. Temporarily disabling the Application Recovery Manager cell
The following command will inhibit backup sessions for twenty minutes:
omniclus -clus cluster.domain.com -inhibit 20