- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Disk geometry in OpenVMS
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-24-2004 05:19 PM
03-24-2004 05:19 PM
Disk geometry in OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 05:32 PM
03-24-2004 05:32 PM
Re: Disk geometry in OpenVMS
I have two different set of OpenVMS cluster running on OpenVMS V7.1-2.
First cluster is accessing a HSJ50 storage while the second cluster is accessing a HSZ80 storage.
In these two storages, each has a stripeset consists of four 9.1GB disks.
In the first cluster connected to HSJ50, the show device full shows the stripeset has,
Total cylinders 5258
Tracks per cylinder 80
From the second cluster connected to HSZ80,
Total cylinders 21029
Tracks per cylinder 20
May I know what cause this difference and who determines these geometry?
Thanks and Regards,
Ronny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:45 PM
03-24-2004 06:45 PM
Re: Disk geometry in OpenVMS
I have no experience with this kind of controllers, but can think of a few possibilities.
Assuming that the stripe-sets are created from the controller, I'm quite certain that the difference is caused by the controller. For reasons, I can think of optimalisation of seek, read and write operations, speed of the on-board porcessor, memory-size and organization - buffers and cache.
The actual geometry of the physical disk won't matter (but could have some influence), it's more the way the set is organized over these physical disks. That too _could_ be different between the two controllers! (making is impossible to change controller only, I think).
One other possibility is that internally the structures are equal but the result of teh request by VMS to send this geometrical information is interpreted differently by each controller.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:09 PM
03-24-2004 07:09 PM
Re: Disk geometry in OpenVMS
as Willem has already said, it is the controller who 'decides' what geometry to present. The HSJ and HSZ series have a somewhat different history and talk different protocols (MSCP / SCSI) to their hosts. One would have to ask the engineers of both controllers for the reason.
As far as I know VMS has given up most if not all dependency on disk geometries. Since VMS V6.2 the geometry-independend placement of homeblocks is possible (its the default). It doesn't even make sense any longer, because modern drive don't have a fixed geometry (cyl,head,sector) anyway and a RAID controller between the host and the physical disks will completely invalidate any assumptions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:47 PM
03-24-2004 07:47 PM
Re: Disk geometry in OpenVMS
Thank you for the detailed explanations.
Regards,
Ronny