- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to undo $ SET SHADOW /SITE=1
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 01:00 PM
тАО11-23-2009 01:00 PM
$ show shadow dsa101
_DSA101: Volume Label: MSOFT01
Virtual Unit State: Steady State
Enhanced Shadowing Features in use:
Dissimilar Device Shadowing (DDS)
VU Timeout Value 3600 VU Site Value 0
Copy/Merge Priority 5000 Mini Merge Disabled
Recovery Delay Per Served Member 30
Merge Delay Factor 200 Delay Threshold 200
Device $1$DKC101 Master Member
Read Cost 2 Site 0
Member Timeout 120
Device $1$DGA11803
Read Cost 501 Site 0
Member Timeout 120
Device $1$DGA12803
Read Cost 501 Site 0
Member Timeout 120
$ set shadow/site=1 DSA101
$ show shadow dsa101
_DSA101: Volume Label: MSOFT01
Virtual Unit State: Steady State
Enhanced Shadowing Features in use:
Dissimilar Device Shadowing (DDS)
VU Timeout Value 3600 VU Site Value 1
Copy/Merge Priority 5000 Mini Merge Disabled
Recovery Delay Per Served Member 30
Merge Delay Factor 200 Delay Threshold 200
Device $1$DKC101 Master Member
Read Cost 42 Site 0
Member Timeout 120
Device $1$DGA11803
Read Cost 501 Site 0
Member Timeout 120
Device $1$DGA12803
Read Cost 501 Site 0
Member Timeout 120
$ set shadow /site=0 dsa101
%SYSTEM-F-BADPARAM, bad parameter value
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 01:08 PM
тАО11-23-2009 01:08 PM
Re: How to undo $ SET SHADOW /SITE=1
I suspect the quickest way is to remove it from the shadow set. Use of mini-copy might make adding it back into the shadow set somewhat less painful than otherwise.
Please formally notify HP.
I'll see what I can do internally to get this dealt with.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 01:43 PM
тАО11-23-2009 01:43 PM
Re: How to undo $ SET SHADOW /SITE=1
$ set shadow /nosite
$ set shadow /nosite=0
but are equally ineffective at clearing the site setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2009 01:53 PM
тАО11-23-2009 01:53 PM
SolutionBizarre; what made you think to try -1? Although -1 and other negative numbers through -(2^32-1) are accepted it is undocumented -- I for one wouldn't call that valid per se.
I don't understand your suggestion. I think you're saying to remove a member from the shadow set. The site value is set on the shadow set itself; not on a member.
Hi Hoff,
Nice tries.
Here's a roundabout way to get where I want;
$ set shadow/site=-2147483648 dsa101
$ show shadow dsa101
_DSA101: Volume Label: MSOFT01
Virtual Unit State: Steady State
Enhanced Shadowing Features in use:
Dissimilar Device Shadowing (DDS)
VU Timeout Value 3600 VU Site Value 0
Copy/Merge Priority 5000 Mini Merge Disabled
Recovery Delay Per Served Member 30
Merge Delay Factor 200 Delay Threshold 200
Device $1$DKC101 Master Member
Read Cost 42 Site 0
Member Timeout 120
Device $1$DGA11803
Read Cost 65535 Site 0
Member Timeout 120
Device $1$DGA12803
Read Cost 501 Site 0
Member Timeout 120
Thanks,
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2009 11:57 AM
тАО11-24-2009 11:57 AM
Re: How to undo $ SET SHADOW /SITE=1
--
Well, the /SITE qualifier is valid for both a virtual unit and a member unit. I haven't looked at the code lately, but I suspect that
specifying the virtual unit is a "shorthand" way of applying the same value to all members devices. Given that, removing and re-adding a member would effectively clear the site specification.
In fact, check out the help for $ SET DEVICE /SITE (note, that's DEVICE, not SHADOW). For some reason, the help is slightly different for the two variants, even though they do the exact same thing.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-25-2009 02:41 PM
тАО11-25-2009 02:41 PM
Re: How to undo $ SET SHADOW /SITE=1
specifying the virtual unit is a "shorthand" way of applying the same value to all members devices. Given that, removing and re-adding a member would effectively clear the site specification.
------
Note quite so; in a multisite cluster with disks in multiple sites each device is assigned its site code; for each server, the DSA device has its site code assigned. This code will be different on each server in a cluster based on where the server is located.
It's done this way so the VMS server has knowledge of which site it is in and can therefore read off its local shadowset member.
Malcolm
PS. G'day Dave; long time no hear!