rmsess
Use the rmsess command to
delete an existing Replication Manager session.
Syntax

>>-repcli-- --rmsess-- --+--------+-- -------------------------->
'--quiet-'
>--session_name--+-[. . .]-+-----------------------------------><
'---------'
Parameters
- -quiet
- An optional parameter that turns off the confirmation prompt for this
command.
- session_name [. . .] | -
- Specifies the session name to delete. Separate multiple session names
with a white space between each name. Alternatively, use the dash (-) to specify
that input for this parameter comes from an input stream (stdin).
Description
You can use the rmsess command to delete an existing
Replication Manager session.
Return values
Session session_name successfully deleted.
Possible failures
- Session session_name does not exist.
- Cannot delete a session currently in progress. Stop the session before
attempting to delete it.
Examples
An invocation example:
repcli rmsess session2
The resulting output:
Are you sure you want to delete session session2? Y/N
Y
Session session2 successfully deleted.