- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Problem with OpenVMS SAN Boot from IBM SVC
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
07-03-2007 06:05 AM
07-03-2007 06:05 AM
Problem with OpenVMS SAN Boot from IBM SVC
We're attempting to boot our OpenVMS partition from our SAN and we keep receiving a BUGCHECK code 19:INCONSTATE error msg. Please refer to the attached print screen for more details on the error message.
Here's our environment:
* OpenVMS 8.2.1
* HP Integrity rx4640 Server I64
* HP A6826A FC HBA (Qlogic ISP2312) 2 of these.
* HBA Firmware Driver-1.49 Firmware-3.03.154
* IBM SAN32M Switch (McData 4700)
* IBM SVC running at 4.1.1.3 code level
* IBM 2105-800 Shark on back end of SVC.
Other Information:
* I have defined separate UDID's on the SVC Vdisk per OpenVMS documentation. The Vdisk for the System Boot Disk has a SCSI ID of Zero.
* The "OS Mode" boot option on the HBA firmware is set to HP-UX/OpenVms.
* I have one path defined in the SAN Fabric for each HBA.
Please let me know if you need any further information from me. Thanks in advance for any information!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 06:43 AM
07-03-2007 06:43 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I don't think you can use os_id of zero. The first thing you should try is a non-zero unit.
let us know...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 07:08 AM
07-03-2007 07:08 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Tom wrote
>>>
I don't think you can use os_id of zero. The first thing you should try is a non-zero unit.
<<<
I can even more definite: that _IS_ the issue.
Change all devices that are intended to be seen by VMS to non-zero IDs.
I do not exclude other potential issues, but THIS one definitely is prohibitive.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 08:11 AM
07-03-2007 08:11 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I did run the IO SCSI_PATH_VERIFY and IO AUTOCONFIG commands, but still can't see the drives.
Thanks!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 08:20 AM
07-03-2007 08:20 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
>>>
I did run the IO SCSI_PATH_VERIFY and IO AUTOCONFIG commands
<<<
Does this imply you now booted without a crash?
Then that would imply you see at least the system disk... Please attach the output of
$ SHOW DEVICE SYS$SYSDEVICE
as an ASCII file with .TXT extension.
If my assumption is false, then how did you get to where you ran SYSGEN IO AUTO ?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 08:30 AM
07-03-2007 08:30 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Thanks!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 06:00 PM
07-03-2007 06:00 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
according to the console output, you have been booting from $1$DGA121, when you were seeing the INCONSTATE crash. The EFI console did find the boot path and the dump also worked, so a path to that disk did exist. OpenVMS needs to use the SAME UNIT IDENTIFIER for that device as the console.
If you would enable full console output during the dump (SET DUMPSTYLE bit 1), you should see a failure status in R8. This should tell you what's wrong.
What does the following command tell you about the FC disks:
EFI shell> map -r
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 09:27 PM
07-03-2007 09:27 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Good Question! Unfortunately, the names are all but clear.
My guess it that when you talk about a "SCSI ID", it is really the "LUN address" (sometimes also called "LUN ID", sigh) for mapping a virtual disk. OpenVMS _needs_ a device at LUN address 0, because - as far as I know - it uses SCSI-3 style "REPORT LUNS" inquiries to find FC LUNs.
The "UDID" or "OS Unit ID" or "Unit Identifier" (or what else... - it is 121 in the attachement), which is used to assign a unit number within the SRM console or OpenVMS (DGA121:) lives within a vendor-specific page. Not all arrays can provide this feature. You say you have assigned 6 UDIDs, so apparently the SVC does have that feature.
Can't help with the debugging (Volker is the right person ;-), but maybe I could clear up some confusion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 05:21 AM
07-05-2007 05:21 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
A LUN is a per-host specific quantity, and it can be different for each host a volume is presented to. But since with VMS several systems may be accessing the same volume concurrently, it needs to know, hey, this is the same volume. So the UDID/os_unit_id provides the "volume specific lun" that vms requires.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 06:55 AM
07-05-2007 06:55 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I attached the map -r command. I see all the FC devices are LUN0. I had to changed the SCSI ID back to zero on the SVC for device ($1$DGA121) so that I could reproduce the error. I'm "very" OpenVMS challenged so I'm having troubles changing the DUMPSTYLE parameter to 1. Can I do this through the EFI shell, or do I have to have the OS booted to changed this option? Plese reply back with the proper commands to do this.
Regards,
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 05:42 PM
07-05-2007 05:42 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
try the VMS_SHOW EFI utility first:
Go to the EFI shell, then select fs2: (a file system on an OpenVMS system disk)
fs2:> \efi\vms\vms_show dev
To change a system parameter during boot, you have to do a converstional boot:
fs2:> \efi\vms\vms_loader.efi -fl 0,1
(assuming your system boots from root SYS0).
SYSBOOT> SHOW DUMPSTYLE ! should be 9
SYSBOOT> SET DUMPSTYLE 11 ! add bit 1
SYSBOOT> C
Then post the console output from the crash.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 06:27 PM
07-05-2007 06:27 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
based on your Efi> map -r output, the rx4640 can see ONE SAN disk with 4 partitions via 2 HBAs.
Where did you set the 'number' 121, which OpenVMS uses as a boot device ?
Could you also please clarify this:
* I have defined separate UDID's on the SVC Vdisk
separate from what ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2007 03:08 AM
07-06-2007 03:08 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I attached the output from the dump. Thanks for your help on that part!
_________________________________________
I'll try to explain the 3 different ID's from the SVC perspective:
UID - this is the 32 byte hex string. For device $1$DGA121 it's 60050768019001BC8000000000000003.
UDID (Unit Device Identifier) - For device $1$DGA121 it is 121. (This is the number that's added on to the device names for OpenVMS).
SCSI ID - This is the SCSI ID of the virtual disk. What I'm seeing here is that one of the SAN disk, or virtual disk, has to have a SCSI ID of zero. Otherwise, VMS will not see any of the SAN disk.
Let me know if you need any further explaination on the ID's. Hope that cleared up some confusion.
Thanks!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2007 03:27 AM
07-06-2007 03:27 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
on Itanium, R8 typically contains the return or error status (on Alpha it is in R0). An INCONSTATE crash typically leaves the error status in this register, so that you can 'see' it in the crash:
$ exit %xa50
%SYSTEM-W-ITEMNOTFOUND, requested item cannot be returned
Unfortunately, this does not help a lot. You need to raise a support call with either HP or IBM for further assistance.
What did the VMS_SHOW DEV EFI utility report ?
Can you mount the SAN disk (when booted from SCSI) and look at the crash ? At least a CLUE CRASH command would tell which driver crashed the system. Also look at whether the disk is configured correctly.
$ ANAL/CRASH $1$DGA121:
SDA> CLUE CRASH
SDA> SHOW DEV DGA
SDA> EXIT
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2007 04:48 AM
07-06-2007 04:48 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I've looked at one of my terminal session capture files from a rx2620 and EVA installation.
I see that NONE of the FC devices shown by EFI> map -r have a LUN value of 0 ! They look like:
Fibre(WWN50001FE15003D5A8,Lun1000000000000)
Fibre(WWN50001FE15003D5A8,Lun2000000000000)
and so on...
Your DGA121 FC disk shows a LUN value of 0. LUN 0 on OpenVMS may be mapped to the CCL LUN (i.e. device $1$GGAx:).
In a DS6000 IBM manual I've read, that the first storage volume assigned to a host is LUN 0. Can you somehow change this LUN value for this Vdisk at the SVC ? Or just present a second Vdisk to the rx4640 and check whether it then becomes LUN 1 at the EFI level and allows you to boot.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 07:22 AM
07-09-2007 07:22 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Our application vendor loaded OpenVMS 8.3 on device $1$DGA122 and received the same BUGCHECK error on a SAN boot. I attached the output from another map -r command. As you can see, the LUN number is different for this device than it is for $1$DGA121 (LUN 0). Just like you were talking about in your previous response.
Can you elaborate a little more on the CCL LUN and and at what level it is configured at? I've see this talked about in a few different threads, but I can't pin point it down to where I should be looking for this.
Thanks!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 07:25 AM
07-09-2007 07:25 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I attached the report from the VMS_SHOW DEV EFI command.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 04:54 PM
07-09-2007 04:54 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
> and at what level it is configured at?
CCL (Console Command LUN) was the terminology on HSG60 and HSG80 controllers. On the EVA storage array it is called the SACD (Storage Array Controller Device).
In SCSI terminology, this LUN is not a type 0 (disk), but a type 12(10) device. It is configured on the storage array.
Sometimes it is called the LUN_Z or the 'gatekeeper device'.
Its purpose it to always present a device at LUN address 0, so that SCSI commands like 'REPORT LUNs' work. On some storage arrays like the EVA it is required for in-band management and cannot be disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 05:01 PM
07-09-2007 05:01 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
could you try to unpresent DGA121 (the FC device with LUN0) and see if that allows you to boot from DGA122 ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 06:57 AM
07-11-2007 06:57 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
If you mean to unpresent it from the host on the SVC side, then the OS will not see any of the SAN disk because this disk ($1$DGA121) has the SCSI ID of Zero.
Let me know if this is what you are referring to.
Thanks!
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 08:07 AM
07-11-2007 08:07 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
I attached another efi map after removing the mapping of the host to device $1$DGA121 on the SVC. I also had to issue the "reset" efi command to remove LUN0. I still see LUN300000000000. Still received same error, though, when trying to boot from it.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 12:19 PM
07-11-2007 12:19 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Could you also show the output from the Boot Manager Screen.
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 11:06 PM
07-11-2007 11:06 PM
Re: Problem with OpenVMS SAN Boot from IBM SVC
you'd either have to involve IBM or HP support to find out what kind of configuration problem causes the INCONSTATE crash. Only HP OpenVMS Engineering (or the HP support center, if this problem is already documented internally) will know, what causes this crash to happen.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 08:45 AM
07-23-2007 08:45 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
A developer from SVC Support is able to recreate the BUGCHECK problem at their lab in Tucson, but currently have no resolution to the problem. I will update this thread when the resolution is found. Thanks again for all your help.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 11:33 AM
12-07-2007 11:33 AM
Re: Problem with OpenVMS SAN Boot from IBM SVC
Please advise
thanks
david