- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Newly release OpenVMS V7.3-1 Checksum issue.
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-13-2003 09:28 PM
11-13-2003 09:28 PM
Newly release OpenVMS V7.3-1 Checksum issue.
I think that there's a problem with the checksum information in the text file of the patch which is ftp'ing from the new ITRC site, because the checksums does not correspond with the ones in the ".pcsi-dcx_axpexe" files of the patches when I checksum each file individually. See below, is there any one that has expierence the same problem and if so, is there an explaination or workaround regarding this issue.
VMS731_DCL-V0400.PCSI-DCX_AXPEXE Checksum: 1433005636
$ checksum VMS731_DCL-V0400.PCSI-DCX_AXPEXE;1
$ show symbol checksum$checksum
CHECKSUM$CHECKSUM = "4186712135"
VMS731_FIBRE_SCSI-V0400.PCSI-DCX_AXPEXE Checksum: 2780135907
$ checksum VMS731_FIBRE_SCSI-V0400.PCSI-DCX_AXPEXE;1
$ show symbol checksum$checksum
CHECKSUM$CHECKSUM = "2527069764"
VMS731_TTDRVR-V0100.PCSI-DCX_AXPEXE Checksum: 523747416
$ checksum VMS731_TTDRVR-V0100.PCSI-DCX_AXPEXE;1
$ show symbol checksum$checksum
CHECKSUM$CHECKSUM = "996639956"
and the rest of the newly release patches.
Cheers
Patchadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 11:22 PM
11-13-2003 11:22 PM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 11:45 PM
11-13-2003 11:45 PM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
I've done the propose dcl command as requested, but it seems that the ouput does not correspond with the checksum in the text file yet.
Cheers
Patchadmin
Text file extraction:
VMS731_NETACP-V0100.PCSI-DCX_AXPEXE Checksum: 2854952091
DCL commands:
$ checskum VMS731_NETACP-V0100.PCSI-DCX_AXPEXE;1
$ show symbol checksum$checksum
CHECKSUM$CHECKSUM = "1714101403"
$ checskum/image VMS731_NETACP-V0100.PCSI-DCX_AXPEXE;1
file SYS$SYSDEVICE:[SWIST.TMP]VMS731_NETACP-V0100.PCSI-DCX_AXPEXE;1
image section %D'1' checksum is %X'9BD05C90'
image section %D'2' checksum is %X'435B683B'
image section %D'3' checksum is %X'FD1A7B92'
image section %D'4' checksum is %X'11E7FBA1'
image section %D'6' checksum is %X'05543174'
image header checksum is %X'00000019'
checksum of all image sections is %X'312285EC'
$ show symbol checksum$checksum
CHECKSUM$CHECKSUM = "824346092"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2003 09:50 PM
11-14-2003 09:50 PM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
One of the reasons for compressing patch kits into executable images is that the image activator really doesn't care about the file organisation or record attributes, as long as the bits are in the right place. That means a file can be passed through the internet without getting "damaged" by losing its record attributes (unlike, say, a BACKUP saveset). However, unless the record attributes are identical with the original file, the checksum won't match.
You could try:
$ SET FILE/ATTR=(RFM:FIX,MRS:512)
This may give you the correct checksum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2003 08:17 AM
11-15-2003 08:17 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
it does not. I just pulled the DCL kit directly via FTP to my VMS system, made sure that the attributes were correct and do receive the same (wrong) checksum reported here earlier. Just for completeness I also determined the checksum of the extractet PCSI kit and that does not match the one given by hp either. Seems the process at hp determining the checksums is still broken (it is very new for ITRC). John, can you get this resolved internally?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 05:06 PM
11-16-2003 05:06 PM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
was downloaded. I figured that there was
an internal problem that was causing the
kits to become corrupted when they were
posted onto ITRC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 01:56 AM
11-17-2003 01:56 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
To clarify the intended usage of the CHECKSUM command:
1. Don't use CHECKSUM/IMAGE. Use plain CHECKSUM, or CHECKSUM/FILE, which is the same.
2. The calculated checksum is stored in the DCL symbol CHECKSUM$CHECKSUM.
3. CHECKSUM does NOT include the image header. ACLs etc. will not change the checksum. Changing record attributes may change the checksum, since RMS will interpret the data differently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 05:31 PM
11-17-2003 05:31 PM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:57 AM
11-18-2003 02:57 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Bottom line is that if the kits have copied properly and are the correct size they are good and can be installed. The checksum information is incorrect not because of kit corruption but because of a process problem. Now that the cause of the checksum discrepancies has been found, the process is being modified to eliminate the discrepancy. The documentaion for all kits that have been issued with checksums in the documentation are being re-issued with the correct checksum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:18 AM
11-18-2003 03:18 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Thanks a lot for the update. Your effort getting this rectified is greatly appreciated. Now for another nit concerning ITRC:
I did report this problem via the "official" contact hp ITRC mail link as proposed in the ITRC BOF last week at the bootcamp. That was last Saturday. I did receive am automated reply that same day, but nothing else since then. Is that interface just a bit bucket in disguise?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:29 AM
11-18-2003 03:29 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:35 AM
11-18-2003 04:35 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Thanks for the update. It is good to know the process does work internaly, still may I suggest to check why no feedback to the mail has been sent. I am likely to catch up most of the stuff being said in the forums, other customers might not and would get frustrated by the perceived in-action of hp.
Greetings, Martin
P.S. And just to make that perfectly clear, I do appreciate engeneerings efforts to fix this and other problems as fast as possible very much. I just want to make sure that this is not clouded in the general perception by a not optimal communication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:57 AM
11-18-2003 04:57 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
I responded to the ITRC with an answer to the problem this morning. If you do not get an answer via the Contact ITRC route by tomorrow, please let me know.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 04:16 AM
11-20-2003 04:16 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
nothing from the ITRC ask hp feedback link
yet (besides of the initial automated reply)...
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 06:53 AM
11-21-2003 06:53 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
Received the following today:
---------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 09:41 AM
11-21-2003 09:41 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
RE: 3203846592
FR: walter_bridges
Martin,
It appears that the problem with OpenVMS timing out when trying to download patches has been resolved, but due to some internal netw
ork problems with are having you may still see a consistency in it timing out. Please feel free in contacting us for any further as
sistance.
Regards,
Walter
ITRC Usage Support
Note: I have only opened one question with ITRC ask hp up to now. This is about the current thread with checksums. It has nothing todo with timeouts.
Looks like there is room for improvement...
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 09:29 AM
11-25-2003 09:29 AM
Re: Newly release OpenVMS V7.3-1 Checksum issue.
I'll see if I can get a hold of the people behind the curtain and let them know there is a problem.
If anyone is not satisfied with the response from Contact HP please complain about it. I do get customer questions routed to me from services but I really have no idea if they are coming from Contact HP or from some other source.