- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Port Allocation Class set-up
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-16-2006 06:12 AM
03-16-2006 06:12 AM
can be used. How do I boot into SYSBOOT on ES80?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:21 AM
03-16-2006 06:21 AM
Solution+-----
$ type sys$system:sys$devices.dat
! SYS$DEVICES.DAT
! CLUSTER_CONFIG created 9-OCT-2002 10:46:18.94
[Port ATHENA$PKA]
allocation class = 11
[Port ATHENA$PKB]
allocation class = 12
$
+-----
For a conversational bootstrap (to get to SYSBOOT>), you need to set bit 1 in the lower longword of the boot flags. Assuming you are booting from [SYS0]:
>>> boot -flags 0,1
Assuming you are booting from [SYS3]:
>>> boot -flags 3,1
To view your boot configuration:
>>> show BOOT*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:28 AM
03-16-2006 06:28 AM
Re: Port Allocation Class set-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:37 AM
03-16-2006 06:37 AM
Re: Port Allocation Class set-up
Do the conversational boot as described.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:43 AM
03-16-2006 06:43 AM
Re: Port Allocation Class set-up
http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/00/00/33-con.html#portallocationclassesdesassigning
SYSBOOT> SET/CLASS PKB 152
Be sure that the DEVICE_NAMING parameter is set to 1 to enable new device-naming; for example:
SYSBOOT> SET DEVICE_NAMING 1
To deassign a port allocation class, enter the port name without a class number; for example:
SYSBOOT> SET/CLASS PKA
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 06:53 AM
03-16-2006 06:53 AM
Re: Port Allocation Class set-up
of a PAC.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 07:04 AM
03-16-2006 07:04 AM
Re: Port Allocation Class set-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 07:07 AM
03-16-2006 07:07 AM
Re: Port Allocation Class set-up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 07:23 AM
03-16-2006 07:23 AM
Re: Port Allocation Class set-up
----
You do *not* need to set the allocation class to be 1 on all nodes. I have several clusters that use fibre channel storage where each node has a different alloclass (and no node has an alloclass of 1).
I would avoid using PACs unless absolutely necessary.
-- Rob (I/O Exec group of VMS Engineering)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 07:30 AM
03-16-2006 07:30 AM
Re: Port Allocation Class set-up
What I love to do is:
- assign host allocation classes in 10-increments
-- this gives unique device names for IDE CD-ROM
- assign PACs in 1-increments per controller letter
-- node1$PKA gives $11$DKA
-- node1$PKC gives $13$DKA
-- node2$PKB gives $12$DKA
- choose some other values for shared busses
That gives a neatly sorted list on
$ show device D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 11:47 PM
03-16-2006 11:47 PM
Re: Port Allocation Class set-up
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 01:55 AM
03-17-2006 01:55 AM
Re: Port Allocation Class set-up
That is what port allocation classes (PACs) are for!!
Using a PAC creates a separate allocation class and sets the disk controller letter to "A" (e.g. $11$DKA, $37$DGA) no matter what controller letter the SCSI adapter uses (e.g. PGB, PGC).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 05:53 AM
03-17-2006 05:53 AM
Re: Port Allocation Class set-up
let me start with:
WELCOME TO THE VMS FORUM!
To summ up the previous answers:
Robert Brooks pretty much defined it.
I would like to point out one thing he did not say explicitly:
AVOID a system alloclass of 1 if you do (intend to) have local disks also.
The arguments Uwe gives FOR using PACs are also quite valid, you should consider if they would have added (current or future) value for you.
--- and as a final addendum: what has been said about disks-on-fiber with alloclass 1 can be considered to also apply for tapes-on-fiber with TAPE_ALLOCLASS 2.
hth.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 10:22 AM
03-19-2006 10:22 AM
Re: Port Allocation Class set-up
20,21,22,23 for each node respectively. The disks are 1 and the tape drives are 2 giving a total of 6 allocation classes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 02:18 AM
03-20-2006 02:18 AM
Re: Port Allocation Class set-up
Menu sequence:
Change a cluster member's characteristics
-> Change
In some cases I've created the SYS$DEVICES.DAT file for one system using the CLUSTER_CONFIG procedure. Then I've copied the file to the other nodes in the cluster and edited the entries with TPU. In some cases I've created a cluster common version of the file that has all the entries for all the nodes of the cluster. Then I copy the file to all of the specific system directories.
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 06:26 AM
03-21-2006 06:26 AM
Re: Port Allocation Class set-up
Maybe I didn't hit submit.
A few minor comments on using port allocation class.
A non zero allocation class is required if you are going to shadow a disk.
While initial setting of a port allocation class can be set in cluster_config, afterward you are better off doing it at sysboot.
You set the class for the controller, not for the disk.
at sysboot
sysboot>set/class pka0 2
All shared busses must have the same allocation class.
I prefer having all local disks have a zero allocation class so the show up as
node$device, such as Filek$dka0:
If you are going to shadow, put each not into a group of numbers, such as 10s for one node, 20s for another. While this is not required, it will make management easier.
As far as booting into sysboot, the device must be presented to VMS and have a WWID number, and then b -fl root,1 device
as it shows up at the console.
Finally, using DEVICE_NAMING uses a newer, more stable algorythm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2006 07:12 PM
03-21-2006 07:12 PM
Re: Port Allocation Class set-up
All shared busses must have the same allocation class.
[/quote]
Hopefully not!
Should bre read as:
All nodes attached to a shared bus, should use the same allocation class for that bus.
That menas that if you have two shared busses on a system, each of them should have it's own PAC - but it should be the same on all connected systems.
For example:
Node CTRL1 PAC CTRL2 PAC
----- ----- --- ----- ---
NODEA PKA = 100 PKB = 110
NODEB PKA = 100 PKB = 110
NODEC PKA = 100 PKB = 110
and so on.
And yes: CLUSTER_CONFIG.COM can be used to set the port allocation class.
Willem
OpenVMS Developer & System Manager