|
VMS Help InfoServer, CREATE, SERVICE, Examples *Conan The Librarian |
1.$ SHOW DEVICE MOVMAN$DQA0:/full
Disk MOVMAN$DQA0:, device type Compaq CRD-8322B, is online, file-oriented
device, shareable, served to cluster via MSCP Server, error logging is
enabled.
Error count 0 Operations completed
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G:R,W
Reference count 0 Default buffer size 512
Total blocks 16515072 Sectors per track 63
Total cylinders 16384 Tracks per cylinder 16
$ MOUNT/SYSTEM dqa0 OVMSIPS11
Volume is write locked
OVMSIPS11 mounted on _MOVMAN$DQA0:
$ InfoServer
InfoServer> CREATE SERVICE VMS_SIPS_V11 _MOVMAN$DQA0:
%INFOSRVR-I-CRESERV, service VMS_SIPS_V11 [ODS-2] created for
_MOVMAN$DQA0:.
This example shows commands you might enter to create a service
for a CD device:
o The SHOW DEVICE . . . /FULL command displays a complete list
of information about the _MOVMAN$DQA0 CD.
o The MOUNT/SYSTEM mounts the OVMSIPS11 volume on the
_MOVMAN$DQA0: CD.
o The InfoServer CREATE SERVICE command creates the VMS_SIPS_
V11 service on the _MOVMAN$DQA0 CD.
2. $LD CREATE KIT1/SIZE-100000
$DIRECTORY KIT1
Directory DKB0:[DISKS]
KIT1.DSK;1 100000/100008 29-APR-2005 14:14:43.49
Total of 1 file, 100000/100008 blocks.
$LD CONNECT KIT1
%LD-I-UNIT, Allocated device is MOVMAN$LDA1:
$INITIALIZE/SYSTEM MOVMAN$LDA1: kit1
$MOUNT/SYSTEM/NOWRITE MOVMAN$LDA1: kit1
%MOUNT-I-MOUNTED, KIT1 mounted on _MOVMAN$LDA1:
$CREATE SERVICE TEST_KIT_1 MOVMAN$LDA1:
%INFOSRVR-I-CRESERV, service TEST_KIT_1 [ODS-2] created for
_MOVMAN$LDA1:
This example shows commands you might enter to create a service
for a logical disk (LD) device:
o The LD CREATE KIT1 command creates a contiguous file, KIT1,
that can be used as a logical disk.
o The DIRECTORY KIT1 command provides information about KIT1.
o The LD CONNECT KIT1 connects the logical disk file, KIT1, to
the logical disk device MOVMAN$LDA1:.
o The INITIALIZE command formats the MOVMAN$LDA1: LD device.
o The MOUNT command makes the LD device available for
processing.
o The CREATE SERVICE command creates the TEST_KIT_1 service on
the _MOVMAN$LDA1 LD device.
|
|