OSI/MHS Configuration and Management Manual
Mailbox Save and Restore Utilities
OSI/MHS Configuration and Management Manual—424827-003
C-4
SAVEMBOX Examples
SAVEMBOX Examples
This example illustrates the RUN SAVEMBOX command without the VERBOSE
option:
COMM 1> SAVEMBOX APPL=$ZD1.#UAMS11 &
INSTALL-SV=$LOGICE.DJOSIMHS &
SAVEFILE=FOO MAXEXTENTS 200
SAVEMBOX - MHS - T6990022 - 30APR95 - D22 SAVEMBOX
Saving APPL $ZD1.#UAMS11 to FOO
Save complete:
Elapsed time = 2880 seconds
Messages saved = 277
Reports saved = 144
Bytes saved = 1324567
COMM 2>
This example illustrates the RUN SAVEMBOX command with the VERBOSE option:
COMM 3> SAVEMBOX APPL=$ZD1.#UAMS12 &
INSTALL-SV=$LOGICE.DJOSIMHS &
SAVEFILE=FOO MAXEXTENTS 200 &
VERBOSE=ON
SAVEMBOX - MHS - T6990022 - 30APR95 - D22 SAVEMBOX
Saving APPL $ZD1.#UAMS12 to FOO
Checking APPL exists.
Checking APPL is stopped.
Finding APPL’s messages.
Saving messages:
Index Sequence # Type Size #Children
----- ---------- ---- ---- ---------
01 101 User 4444 0
02 107 Report 7777 1
Save complete:
Elapsed time = 5 seconds
Messages saved = 1
Reports saved = 1
Bytes saved = 12221
COMM 4>