Operating System - OpenVMS
1828212 Members
2631 Online
109975 Solutions
New Discussion

Re: Common system disk ($1DGAn) boot problem

 
Deepak kumar_3
Frequent Advisor

Common system disk ($1DGAn) boot problem

Hi,
I have two node cluster which is booted
with common system disk located on
subsystem.
The problem i am facing with device($$DGAn) which are located on subsystem. on both the nodes some of the devices are visible but WWID of devices are visible either of one node only.I want WWId to get visible on both the nodes .


i feel this is parameter setting problem.Any idea/suggestion is appreciated.

Thanks
Deepak
3 REPLIES 3
John H. Reinhardt
Frequent Advisor

Re: Common system disk ($1DGAn) boot problem

Deepak,
My experience comes from recently setting up my two AS1200's and an RA8000 (dual HSG80) and having a similar problem, so if your configuration differs, please take that into account.

a) Get set up so you can run wwidmgr - certain machines require you to be in diagnostic mode (like my AS1200's), if so type "set mode diag"
b) Do a "wwidmgr -show wwid" and examine the results. Do you see the devices now? If not then you should check your storage subsystem and make sure that the connection from that node is enabled. To do this:
i) First look at the connections ("Show conn") and note what the connection name(s) is for that node.
ii) If an HSG80 then at the prompt type "Show {unit}" where "[unit}" is the device which doesn't show up on the node you are currently working with. Look to see if that device is enabled for the connection from that node. If not then issue a "Set {unit} enable_access {connection(s)}" command.
iii) Execute an "Init" command at the console of your node and start over again at "a" above to check to see if the device shows up now.
c) If the device shows up then look in the listing and see if it has a udid number that is NOT "-1", if so then try executing a quickset command to set up the device like this "wwidmgr -quickset -udid {number}" Do a "show device" and see if the unit shows up. If it does then you should be set and can repeat this on the other node to make all the devices show up there.
i) If the udid is -1 for the device then check at the storage subsystem to make sure the unit has an identifier assigned. VMS requires one. This is accomplished by issuing a "set {unit} id {number}" where {number} is the unit number you want the device to have on your system. If you did have to set an identifier (though if you've booted from this device then you must have already had one set so this is probably not necessary) then issue an "Init" on the node's console and start again at step "a" above.

If this hasn't helped then your problem is beyond my meager experience and hopefully one of the more knowledgeable people here can step in. If you haven't seen it, the wwidmgr commands are documented in the "WWIDMGR User's Guide" which can be found in PDF format on your Alpha Firmware CD I haven't seen a web location for this document but maybe someone else has.
Uwe Zessin
Honored Contributor

Re: Common system disk ($1DGAn) boot problem

John H. Reinhardt
Frequent Advisor

Re: Common system disk ($1DGAn) boot problem

Uwe,
Doh! Of course! Slipped my mind.

John