- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- OpenVMS boot failure after turning on Shadowing
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
Forums
Discussions
Discussions
Discussions
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
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
03-13-2007 01:53 AM
03-13-2007 01:53 AM
OpenVMS boot failure after turning on Shadowing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:19 AM
03-13-2007 02:19 AM
Re: OpenVMS boot failure after turning on Shadowing
note that OpenVMS shadowing of the system disk REQUIRES a non-zero allocation class.
What was the bugcheck name ?
What's the status value in R0 ?
To turn off system disk shadowing during boot:
>>> b -fl 0,1 ! assuming SYS0 as system root
SYSBOOT> SET SHADOW_SYS_DISK 0
SYSBOOT> C
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:31 AM
03-13-2007 02:31 AM
Re: OpenVMS boot failure after turning on Shadowing
However, How do I now shadow the system disk? Do I need to create a single member shadow set for the system disk, turn on shadow_sys_disk and reboot or is there something I am missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 02:50 AM
03-13-2007 02:50 AM
Re: OpenVMS boot failure after turning on Shadowing
make sure the SYSGEN parameter ALLOCLASS is set to a non-zero value. Then boot with SHADOW_SYS_DISK = 1 - the system will form a system disk shadowset with the single boot device as a member.
Then add the 2nd member with: MOUNT/SYS DSAx:/SHAD=$n$DKAx: label/CONFIRM and let the shadow-copy add the second member. In the future, the system will search for both members at boot and and add them into the system disk shadowset, if available.
Please look at the system crashdump for the failure to boot with a shadowed system disk:
$ ANAL/CRASH SYS$SYSTEM:
SDA> CLUE CRASH
...
SDA> EXIT
Please report the bugcheck name and the value of R0.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 03:33 AM
03-13-2007 03:33 AM
Re: OpenVMS boot failure after turning on Shadowing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 04:29 AM
03-13-2007 04:29 AM
Re: OpenVMS boot failure after turning on Shadowing
is this system clustered?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 04:51 AM
03-13-2007 04:51 AM
Re: OpenVMS boot failure after turning on Shadowing
Thanks to everyone for their assistance.