...
Include Page | ||||
---|---|---|---|---|
|
Div | ||
---|---|---|
| ||
Virtual tapes management
Specify mapping to tape container in the following way in the CHARON configuration file:
set <adapter name> container[<unit name>] = ".vtape" removable[<unit name>] = true |
Warning |
---|
|
Example:
set PKA container[600] = ".vtape" removable[600] = true |
Once it is done using the following commands it is possible to manage virtual tapes attached to CHARON.
To create the specified host-file (if it does not already exist) and attach it to the specified virtual tape device, use:
$ CHARONCP SET MAGTAPE <device> /LOAD="<filename>.vtape" |
Example:
$ CHARONCP SET MAGTAPE MKA600: /LOAD=" |
To detach any file currently attached to te specified virtual tape device, use:
...
Example:
$ CHARONCP SET MAGTAPE MKA600: /UNLOAD |
Possible error | Description |
---|---|
BADFILENAME | The filename specified as a value to the qualifier /LOAD was either too long or does not have a file extension of ".vtape". |
DEVNOTDISM | Attempting to execute a Perform a |
...