Tivoli Storage Manager for Windows: Administrator's Guide
To process the mount request:
- The server loads the external program in a newly created process and
creates pipes to the external program.
- The server sends an initialization request description string (in text
form) into the standard input (stdin) stream of the external
program. The server waits for the response.
- When the external process completes the request, the process must write an
initialization response string (in text form) into its standard output
(stdout) stream.
- The server sends the MOUNT request (stdin).
- The agent sends the MOUNT response (stdout).
- The agent waits.
- The server sends the DISMOUNT request (stdin).
- The agent sends the DISMOUNT response (stdout), performs any
necessary cleanup, and calls the stdlib exit routine.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]