- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Port allocation class for CDs
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
11-21-2006 05:43 AM
11-21-2006 05:43 AM
...
[Port
Allocation Class = nn
...
What should I use in place of the "PKA" in the example above if the device in question is a CD-rom drive (DQA0). Do I simply use "DQA" or there is a controller involved here, and I should use some other name?
Thanks for any input.
Ziggy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:37 AM
11-21-2006 07:37 AM
Re: Port allocation class for CDs
In general, PACs are only required for devices that may be directly accessed by more than one node. Since an IDE bus is not shareable, PACs are not needed.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:38 AM
11-21-2006 07:38 AM
SolutionNote that depending on the VMS version you are running you might have to manually edit SYS$SYSTEM:SYS$DEVICES.DAT. IIRC CLUSTER_CONFIG.COM does not support these devices, at least through VMS 7.3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 07:53 AM
11-21-2006 07:53 AM
Re: Port allocation class for CDs
As you said: (non-zero) "PACs are only required for devices that may be directly accessed by more than one node". And "If your sysgen param ALLOCLASS is non-zero, your IDE devices will be prefixed by that allocation class". But there in lies the problem.
If you have two or more nodes with these devices and the same non-zero system ALLOCLASS value then you will have a device name conflict and it will prevent you from MSCP serving them. Setting the PAC to zero for these devices is the work-around.
I use PACs on all nodes that have a non-zero system allocation class so I can set the DQ/DV and any other unshared SCSI bus device names to be node$DQA0, node$DVA0:, etc. Even if there wouldn't be a device name conflict in the cluster I think this makes it more clear that these are local devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 08:01 AM
11-21-2006 08:01 AM
Re: Port allocation class for CDs
----
Touche! I stand (or sit) corrected, having just confirmed that on one of my systems.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 08:22 AM
11-21-2006 08:22 AM
Re: Port allocation class for CDs
Do you have experience with such a configuration in a Fibre Channel environment?
This would be an alternative to use port allocation classes in SAN environments.
Ziggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 08:30 AM
11-21-2006 08:30 AM
Re: Port allocation class for CDs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 09:54 AM
11-21-2006 09:54 AM
Re: Port allocation class for CDs
The following urls point to TIMA documents that explain device naming and setting port allocation class on VMS v7.1 and above:
http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC981117004322.html
http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC000330002406.html
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 11:09 AM
11-21-2006 11:09 AM
Re: Port allocation class for CDs
Ziggy