- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Problem to install C compiler 73
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
04-02-2012 05:20 AM
04-02-2012 05:20 AM
Problem to install C compiler 73
Hi,,
I've got via hobbyist license, C compiler 73 from HP ftp (together with openvms 84...) and when trying to install, vmsinstall do not recognize cc073.A as save set and stop.
How to install this???
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 05:24 AM
04-02-2012 05:24 AM
Re: Problem to install C compiler 73
If you expect help, please provide a qualified problem description.
In this case, the command used and the resulting error message(s) would be nice...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 05:28 AM
04-02-2012 05:28 AM
Re: Problem to install C compiler 73
I've done the following:
unzip c_compiler_73.zip get from HP ftp
I got:
Archive: DKA200:[000000]C_COMPILER_73.ZIP;1
inflating: cc073.a
inflating: cc073.b
inflating: cc073_iguide.txt
then
GFI>SET DEFAULT SYS$UPDATE
GFI>@SYS$UPDATE:VMSINSTAL CC073 $dka100:[temp] OPTIONS N
OpenVMS Software Product Installation Procedure V8.4
It is 1-APR-2012 at 00:30.
Enter a question mark (?) at any time for help.
* Are you satisfied with the backup of your system disk [YES]? y
* Where will the distribution volumes be mounted: dka100:[temp]
The following products will be processed:
CC V7.3
Beginning installation of CC V7.3 at 00:33
**********************************************************************
%VMSINSTAL-I-VALSIGN, Performing product kit validation of signed kits ...
%VMSINSTAL-I-NOVALDONE, Product is not signed by HP
* Do you want to install this product [NO]?y
%VMSINSTAL-I-RESTORE, Restoring product save set A ...
%BACKUP-F-NOTSAVESET, DKA100:[temp]CC073.A;1 is not a BACKUP save set
%VMSINSTAL-E-NOSAVESET, Save set A cannot be restored.
VMSINSTAL procedure done at 00:35
GFI>
So the installation do not install anything!
I do not understand since the c_compiler_73.zip is directly coming from HP ftp.
The fortran, form the same source give not problem of installtion, but was not set of save_set but compressed PSI to be installed with product.
What(s wrong???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 05:34 AM - edited 04-02-2012 05:37 AM
04-02-2012 05:34 AM - edited 04-02-2012 05:37 AM
Re: Problem to install C compiler 73
The record attributes of the product savesets (CC073.%) are most likely incorrect. You can verify this by trying a simple BACKUP/LIS CC073.A/SAVE -> it will also fail with the same %BACKUP-F-NOTSAVESET error message.
You need to correct the record attributes. There is a FIXBCK tool on the OpenVMS Freeware CDs as [000TOOLS]RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM.
But you can probably also get away with:
$ SET FILE/ATTR=(RFM:FIX,RECL=32256) CC073.%
In the future, consider to use the HELP/MESSAGE utility to get a more detailled description of the error message. In this case: HELP/MESSAGE NOTSAVESET
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 06:03 AM
04-02-2012 06:03 AM
Re: Problem to install C compiler 73
THanks a lot,
Your solution with RESET_BACKUP_SAVESET_ATTRIBUTES.COM solve my problem.
Your other solution with your set file did not work since "recl" is not a recognized attribute.
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 06:16 AM - edited 04-02-2012 06:19 AM
04-02-2012 06:16 AM - edited 04-02-2012 06:19 AM
Re: Problem to install C compiler 73
Sorry 'bout that.
$ HELP SET FILE/ATTRIBUTE would have shown, that LRL would have been the correct keyword.
OpenVMS has a very detailled HELP system. When you know what you want to do, figuring out the correct command is easy when using HELP.
HELP/MESS IVKEYW would have pointed you to the OpenVMS HELP utility and you could have figured out the correct keyword by yourself. On OpenVMS, HELP is always there to help you ;-)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 06:56 AM
04-02-2012 06:56 AM
Re: Problem to install C compiler 73
Unfortunately VMS doesn't have a utility to display the file attributes with the keywords as expected by SET FILE/ATTRIBUTE. A SHOW FILE/ATTRIBUTE or the DIRECTORY command would be the right utility. Unfortunately a DIR/FILE displays the file ID and a DIR/ATTR (yeah, not explained in the HELP) does something else. If there is interest, I can make my simple
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 06:56 AM
04-02-2012 06:56 AM
Re: Problem to install C compiler 73
In no particular order...
- ftp strips off VMS file system metadata.
- stripped metadata leads to various errors in various tools.
- binary-mode transfers can sometimes help, but BACKUP has issues irrespective of proper ftp file transfer mode selection.
- Storing a VMS file on a Linux, OS X or Windows box during a transfer can (also) corrupt/strip the file system metadata.
When you are moving these files around yourself, zip "-V" can be your friend here. That's a quoted capital V there, and the quotes and the capitalization are required syntax. Zip (and unzip) know how to protect the file system metadata.
The OpenVMS FAQ is here: www.hoffmanlabs.com/vmsfaq This is covered in the FAQ, as well as at other sites around the net.
OpenVMS V8.4 does (twenty years along) have a (sort-of, kind-of, mostly) fix for BACKUP saveset corruptions, with the advent of the BACKUP /REPAIR command. But the DCL command procedure you're using is equivalent, and it works across any recent OpenVMS version.
Google is also your friend with OpenVMS, as cases such as this have twenty years of folks having slammed into this particular ftp issue, bug, error, whatever. These days, most VMS bugs are old bugs. And Google means you get a quicker answer than you would from posting here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 07:14 AM
04-02-2012 07:14 AM
Re: Problem to install C compiler 73
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 07:23 AM
04-02-2012 07:23 AM
Re: Problem to install C compiler 73
Interestingly enough, I have had similar problems in the past with kits FTPd from HP. I found that making sure that the FTP was in binary mode and that the UNZIP is done on VMS results in correct behavior. UNZIPing on a Windows system even with a binary transfer to a VMS system afterwards will fail more times that not.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 07:41 AM
04-02-2012 07:41 AM
Re: Problem to install C compiler 73
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 10:03 AM
04-02-2012 10:03 AM
Re: Problem to install C compiler 73
>Interestingly enough, I have had similar problems in the past with kits FTPd from HP.
That isn't particularly unusual, in my experience.
I have a posting on how to detect whether -V was used when the archive was zipped.
HP also commonly uses very old versions of zip and unzip as part of their operations.
>I found that making sure that the FTP was in binary mode and that the UNZIP is done on VMS results in correct behavior. UNZIPing on a Windows system even with a binary transfer to a VMS system afterwards will fail more times that not
Again, Microsoft Windows, Unix, HP-UX, Linux and OS X do not preserve the OpenVMS file system metadata, so any storage of an OpenVMS file on a non-OpenVMS platform can and will strip off the file system metadata.
Unzip an archive on a non-OpenVMS platform, and the metadata will be stripped, irrespective of whether "-V" was used when the archive was created.
Some RMS file formats are portable, and will transfer to and from these non-OpenVMS platforms. These formats are not sensitive to the loss of the metadata.
Those OpenVMS files using formats dependent on the metadata will not transfer cleanly. BACKUP is one such format; savesets get the necessary metadata stripped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 12:27 PM
04-02-2012 12:27 PM
Re: Problem to install C compiler 73
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2012 01:03 PM
04-02-2012 01:03 PM
Re: Problem to install C compiler 73
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2012 09:12 PM
04-03-2012 09:12 PM
Re: Problem to install C compiler 73
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2012 07:46 AM
04-04-2012 07:46 AM
Re: Problem to install C compiler 73
It is possible also to reset the RMS file attribute of a saveset file, which gets corrupted while the saveset is transferred through World Wide Web (WWW) or copied using FTP or compressed and uncompressed using ZIP, using the qualifier "/Reset" of the Backup utility :
$ Backup /List save_set_name /Save /Repair
This qualifier is supported starting from OpenVMS V8.3 and later (Alpha and Integrity).
Best Regards,
/Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2012 02:24 PM
04-04-2012 02:24 PM
Re: Problem to install C compiler 73
Maurizio,
> This qualifier is supported starting from OpenVMS V8.3
Sorry to be a pedant, but strictly speaking it's NOT supported at all, it's just a (very) useful undocumented feature.
Although it made it into the released codestream, it's never been documented or announced except by word of mouth. A parting gift from a good friend of OpenVMS, Guy Peleg, implementing a product enhancement request I submitted in the early 1990s. It probably took him all of 20 minutes to implement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2012 12:30 AM
04-05-2012 12:30 AM
Re: Problem to install C compiler 73
>>> ... undocumented feature.
It's documented in 8.4: http://h71000.www7.hp.com/doc/84final/6048/6048pro_025.html.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2012 08:11 AM
04-05-2012 08:11 AM
Re: Problem to install C compiler 73
John,
this new feature is now officially supported and it is also well documented into the OpenVMS V8.4 manual
"HP OpenVMS System Management Utilities Reference Manual: A–L Order, Number: BA555-90008, Jun-2010".
http://h71000.www7.hp.com/doc/84final/6048/ba555_90008.pdf
paragraph 7, page 7-84.
Also the V8.4 help library of the backup utility was modified to include this new qualifier.
Regards,
/Maurizio