- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- shadowing the system disk problems
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
тАО06-03-2004 12:23 AM
тАО06-03-2004 12:23 AM
shadowing the system disk problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 12:31 AM
тАО06-03-2004 12:31 AM
Re: shadowing the system disk problems
I inited the system disk and installed OpenVMS on disk $4$dkb0. I set the shadowing parameter to "2" and set the allocation class to "4" and added these to the modparams.dat file. I have two identical disks, $4$dkb0: and $4$dkb100:, that I'm trying to make a shadow set out of with the command "mount/system dsa0: /shadow=($4$dkb0:,$4$dkb100) system".
I can get this to work when I boot off the CD and the dkb0: disk is not mounted. However, when I boot off the system disk, its mounted, and the above command won't work because the dkb0 disk is mounted already.
Can anyone tell me what I'm missing? Do I need to start over and init the two disks together with "init/shadow"? I've set up non-system shadow sets before, but this is the first install I've done from scratch.
thanks,
don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 12:43 AM
тАО06-03-2004 12:43 AM
Re: shadowing the system disk problems
Otherwise, add the 2nd disk to the shadow set and reboot.
Just hope you set shadow_sys_disk to 1 too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 12:49 AM
тАО06-03-2004 12:49 AM
Re: shadowing the system disk problems
IIRC, there are a number of sysgen parameters to be set
SHADOW_SYS_DISK to indicate that the system disk is a shadowset this must be '1' (I presume)
SHADOW_SYS_TMO (is set to 120 seconds)
SHADOW_SYS_UNIT (Unit number, DSAnnnn, 0-9999): the system disk set
SHADOW_SYS_WAIT (is set to 480 seconds)
If you have another system available, check these parameters on that one.
There might be more to do but this is from 'fast memory'.
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 01:06 AM
тАО06-03-2004 01:06 AM
Re: shadowing the system disk problems
Wim & Willem both are close, but not complete.
SYSGEN param SHADOWING should be set to 2 to enable shadowing (to load the shadowdriver very early)
( 2 = Host based Shadowing; 1 = the now obsolete Controler based shadowing )
SYSGEN param SHADOW_SYS_DISK set to 1
(meaning, use shadowdriver for system disk mounting)
SYSGEN param SHADOW_SYS_UNIT to define the number of the shadowset unit ( DSA# ).
SHADOW_SYS_WAIT seconds available for shadow set and all members of other clusternodes to become configured, before error action is taken
If you have a SAN configuration, and especially if that is multi-site, you really MUST acquire the Volume Shadowing Manual, because then a lot of other things come in play as well.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 03:45 AM
тАО06-03-2004 03:45 AM
Re: shadowing the system disk problems
Thanks for the help...
don
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2004 05:56 AM
тАО06-03-2004 05:56 AM
Re: shadowing the system disk problems
Glad to be of help (like the lot that hang around here all are)
I just noticed you are new here, so
WELCOME.
Since you are new, may I direct you to the 'forum etiquette'?
Please have a look at
http://forums1.itrc.hp.com/service/forums/helptips.do
Enjoy VMS,
enjoy this forum!
Jan