Operating System - OpenVMS
1824936 Members
3884 Online
109678 Solutions
New Discussion юеВ

Shadowing Under OpenVMS7.3-2

 
SOLVED
Go to solution
VMS Support
Frequent Advisor

Shadowing Under OpenVMS7.3-2

I have an old Alpha server 400/233 that has a SCSI disk rack attatched to it.
I have loaded VMS 7.3-2 and patched to the Update V400 ECO.
I'm trying to create a shadow set so i can test the new mini-merge facility.

However I get the following following when trying to create a shadow set.

$ init dka400: test400
$ mount dka400: test400
%MOUNT-I-MOUNTED, TEST400 mounted on _TST731$DKA400:
$ show dev dka400/full

Disk TST731$DKA400:, device type COMPAQ BD018635C4, is online, allocated,
deallocate on dismount, mounted, file-oriented device, shareable, available
to cluster, error logging is enabled.

Error count 0 Operations completed 320
Owner process "_RTA1:" Owner UIC [SYSTEM]
Owner process ID 00000118 Dev Prot S:RWPL,O:RWPL,G:R,W
Reference count 2 Default buffer size 512
Total blocks 35565080 Sectors per track 254
Total cylinders 7001 Tracks per cylinder 20
Logical Volume Size 35565080 Expansion Size Limit 39997440

Volume label "TEST400" Relative volume number 0
Cluster size 35 Transaction count 1
Free blocks 35564445 Maximum files allowed 493959
Extend quantity 5 Mount count 1
Mount status Process Cache name "_TST731$DKA100:XQPCACHE"
Extent cache size 64 Maximum blocks in extent cache 3556444
File ID cache size 64 Blocks in extent cache 0
Quota cache size 0 Maximum buffers in FCP cache 1104
Volume owner UIC [SYSTEM] Vol Prot S:RWCD,O:RWCD,G:RWCD,W:RWCD

Volume Status: ODS-2, subject to mount verification, file high-water marking,
write-back caching enabled.

$
$
$ dismount dka400
$ mount dsa2:/sys/shadow=dka400: test400
%MOUNT-F-NOMASTER, no master member found for this virtual unit
%MOUNT-I-SHDWMEMFAIL, _DKA400: failed as a member of the shadow set
-MOUNT-F-NOTSHDWDEV, not a valid shadow set member
$

Anything I'm missing ?

4 REPLIES 4
VMS Support
Frequent Advisor

Re: Shadowing Under OpenVMS7.3-2

Left a bit out ...DSA2 never existed prior on this server.

$ sh dev d

Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
TST731$DKA0: Online 0
TST731$DKA100: Mounted 0 ALPHASYS 31069010 333 1
TST731$DKA200: Online 0
TST731$DKA400: Online 0
TST731$DKA500: Online wrtlck 0
TST731$DRMA0: Online 0
TST731$DVA0: Online 0
$ product show hist
----------------------------------- ----------- ----------- --------------------
PRODUCT KIT TYPE OPERATION DATE AND TIME
----------------------------------- ----------- ----------- --------------------
DEC AXPVMS VMS732_UPDATE V4.0 Patch Install 21-JUL-2005 09:41:14
DEC AXPVMS VMS732_PCSI V1.0 Patch Install 21-JUL-2005 09:35:41
CPQ AXPVMS CSWB V1.4 Full LP Install 02-APR-2004 14:21:06
CPQ AXPVMS GTK V1.2-10 Full LP Install 02-APR-2004 14:21:06
CPQ AXPVMS OPL V1.0-0A7 Full LP Install 02-APR-2004 14:21:06
DEC AXPVMS TCPIP_ECO V5.4-151 Patch Install 02-APR-2004 11:30:39
DEC AXPVMS VMS732_F11X V1.0 Patch Install 02-APR-2004 11:11:11
DEC AXPVMS VMS732_LAN V1.0 Patch Install 02-APR-2004 10:56:53
DEC AXPVMS VMS732_FIBRE_SCSI V2.0 Patch Install 02-APR-2004 10:46:45
DEC AXPVMS VMS732_SYS V2.0 Patch Install 02-APR-2004 10:42:50
DEC AXPVMS VMS732_DCL V1.0 Patch Install 02-APR-2004 10:33:41
DEC AXPVMS VMS732_RPC V1.0 Patch Install 02-APR-2004 10:05:22
DEC AXPVMS VMS732_GRAPHICS V2.0 Patch Install 02-APR-2004 09:58:39
DEC AXPVMS VMS732_UPDATE V1.0 Patch Install 02-APR-2004 09:50:34
DEC AXPVMS VMS732_PCSI V1.0 Patch Install 02-APR-2004 09:43:15
DEC AXPVMS DECNET_OSI V7.3-2 Full LP Install 02-DEC-2003 10:07:07
CPQ AXPVMS CDSA V2.0-109 Full LP Install 02-DEC-2003 09:49:32
DEC AXPVMS DWMOTIF V1.3-1 Full LP Install 02-DEC-2003 09:49:32
DEC AXPVMS OPENVMS V7.3-2 Platform Install 02-DEC-2003 09:49:32
DEC AXPVMS TCPIP V5.4-15 Full LP Install 02-DEC-2003 09:49:32
DEC AXPVMS VMS V7.3-2 Oper System Install 02-DEC-2003 09:49:32
HP AXPVMS KERBEROS V2.0-6 Full LP Install 02-DEC-2003 09:49:32
----------------------------------- ----------- ----------- --------------------

22 items found
David B Sneddon
Honored Contributor
Solution

Re: Shadowing Under OpenVMS7.3-2

Shadowset members need to have an allocation class
defined. Set the SYSGEN parameter ALLOCLASS to a
non-zero value (you will have to reboot) then use
$ mount dsa2/system/shadow=$111$dka400 test400
(assuming alloclass is 111)

Dave.
VMS Support
Frequent Advisor

Re: Shadowing Under OpenVMS7.3-2

Thanks Dave.

Now works a treat. Always forget the Alloclass....Tut tut ....

$ SH DEV DKA

Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
$3$DKA0: (TST731) Online 0
$3$DKA100: (TST731) ShadowSetMember 0 (member of DSA0:)
$3$DKA200: (TST731) Online 0
$3$DKA400: (TST731) Online 0
$3$DKA500: (TST731) Online wrtlck 0
$ MOUNT DSA2:/SYS/SHADOW=DKA400: TEST400
%MOUNT-F-NOMASTER, no master member found for this virtual unit
%MOUNT-I-SHDWMEMFAIL, _DKA400: (TST731) failed as a member of the shadow set
-MOUNT-F-NOTSHDWDEV, not a valid shadow set member
$ MOUNT DSA2:/SYS/SHADOW=$3$DKA400: TEST400
%MOUNT-I-MOUNTED, TEST400 mounted on _DSA2:
%MOUNT-I-SHDWMEMSUCC, _$3$DKA400: (TST731) is now a valid member of the shadow s
et
$
$
$
$ SH DEV DSA2

Device Device Error Volume Free Trans Mnt
Name Status Count Label Blocks Count Cnt
DSA2: Mounted 0 TEST400 35564445 1 1
$3$DKA400: (TST731) ShadowSetMember 0 (member of DSA2:)
$

VMS Support
Frequent Advisor

Re: Shadowing Under OpenVMS7.3-2

Fixed.