- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- STABACKIT won't boot if disk is ODS5 structured
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
06-14-2005 01:45 AM
06-14-2005 01:45 AM
Same procedure with an ODS2 disk runs without a problem! Until this problem is fixed use ODS2!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 02:29 AM
06-14-2005 02:29 AM
Re: STABACKIT won't boot if disk is ODS5 structured
which version of OpenVMS ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 02:48 AM
06-14-2005 02:48 AM
Re: STABACKIT won't boot if disk is ODS5 structured
is it there?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 08:34 PM
06-14-2005 08:34 PM
Re: STABACKIT won't boot if disk is ODS5 structured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 10:46 PM
06-14-2005 10:46 PM
Solutionthis seems to be effected by the Parse Style settings of your current process when creating the disk with STABACKIT.COM
$ SET PROC/PARSE=TRADITIONAL should prevent this problem from happening, SET PROC/PARSE=EXTENDED will create lowercase directory names.
APB does not seem to be able to correctly handle lowercase directory names.
If you care about this problem, consider to write 2 internal PTRs:
- make sure AXPVMS$PCSI_INSTALL_MIN.COM sets parse style = traditional when creating a new SYSCOMMON directory tree on the target disk.
- enhance APB to handle lowercase directory names on ODS-5 disks.
Volker.