Command | Description |
archive | Forces an immediate archive cycle. |
quit | Stops the DDSM add-in task. |
retrieve | Forces an immediate retrieval cycle. |
run | Forces both an archive and retrieval cycle in the same order as it occurs on the archiving schedule. |
smarchive [file] [management class] | Archives the specified file.
- [file] is the fully qualified path of file to archive. Requires previous call to SMCONNECT.
- [management class] is the Tivoli Storage Manager management class.
For example, tell ddsm smarchive c:\mydoc.doc STANDARD archives the file mydoc.doc, with the STANDARD Tivoli Storage Manager management class. |
smconnect [version] [address] [node name] [password] [port] [directory] | Establishes a connection to a Tivoli Storage Manager server.
- [version] is 1 if you are connecting to Tivoli Storage Manager server v3.7 or higher, 0 if you are connecting to the ADSM server provided with the Domino.Doc Storage Manager v2.5.
- [address] is the network address for Tivoli Storage Manager server.
- [node name] is the client connection name.
- [password] is the client password.
- [port] is the Tivoli Storage Manager connection port.
- [directory] is the directory were the dsm.opt file resides.
For example, tell ddsm smconnect 1 persephone Stephen password 1500 c:\lotus\domino\ specifies the dsm.opt file resides in c:\lotus\domino\dsm.opt. We provide an empty dsm.opt file with Domino.Doc. It should be located in the directory where Domino is installed. We also set the DSMI_CONFIG environment variable to point to the dsm.opt file that gets installed. |
smretrieve [destination] [handle] | Retrieves the specified file from Tivoli Storage Manager. Requires previous call to SMCONNECT.
- [destination] is the location for the retrieved file (includes filename).
- [handle] is the object handle of the file to retrieve.
|
smterm | Ends the DDSM session. |
verbose | Toggles verbose reporting on/off. Results are reported to the server console only. If problems are encountered with Tivoli Storage Manager archive and retrieval, verbose logging may help provide more information. To activate verbose logging, type "tell ddsm verbose." This command also turns off verbose reporting if it is already enabled. |