- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Cannot install basic
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
Discussions
Discussions
Discussions
Forums
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
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-18-2008 06:50 PM
тАО03-18-2008 06:50 PM
I have a partition rx7640 with openVMS 8.3, and i'm trying to install basic016 with the command @vmsinstall, but im getting the next error:
I copied via ftp the installation files to a directory sys$sysdevice:[000000.temporal]
Im trying to install with this command
$ @VMSINSTAL BASIC016 DKD500:[000000.TEMPORAL] OPTIONS N
... and i'm getting the next error:
Beginning installation of BASIC V1.6 at 20:47
%VMSINSTAL-I-RESTORE, Restoring product save set A ...
%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1
-RMS-F-IOP, operation invalid for file organization or device
%BACKUP-E-READERR, error reading DKD500:[000000.TEMPORAL]basic016.a;1
-BACKUP-E-BLOCKCRC, software block CRC error
%BACKUP-E-INVBLKSIZE, invalid block size in save set
%BACKUP-E-INVRECSIZ, invalid record size in save set
%BACKUP-E-INVRECSIZ, invalid record size in save set
%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1
-RMS-F-IOP, operation invalid for file organization or device
%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1
-RMS-F-IOP, operation invalid for file organization or device
%BACKUP-E-READERR, error reading DKD500:[000000.TEMPORAL]basic016.a;1
-BACKUP-E-HDRCRC, software header CRC error
%BACKUP-E-INVBLKSIZE, invalid block size in save set
%BACKUP-E-INVRECSIZ, invalid record size in save set
%BACKUP-E-READERRS, excessive error rate reading DKD500:[000000.TEMPORAL]basic01
6.a;1
-BACKUP-E-HDRCRC, software header CRC error
%BACKUP-I-SPECIFY, specify option (QUIT or CONTINUE)
BACKUP>
can someone help me, im stuck on this =(
Thank you very much,
also im trying to install with a cd-rom but i'm not seeing my cdrom, i think openvms isn't refreshing my disk, i rebooted the system but im still not seeing my cdrom =(
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2008 06:59 PM
тАО03-18-2008 06:59 PM
SolutionIf you copied the VMSINSTAL savesets via FTP, then you've most likely broken the RMS file attributes, so BACKUP isn't recognising it as a valid saveset. More than likely BACKUP/LIST will give you a similar error.
Since you're running V8.3, you can use BACKUP to repair the savesets:
$ BACKUP/LIST/REPAIR DKD500:[TEMPORAL]BASIC016.A/SAVE
(repeat for .B, .C, etc...)
As long as you get reasonable looking listings your VMSINSTAL should work.
Not seeing the CD drive sounds like a hardware issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2008 10:59 PM
тАО03-18-2008 10:59 PM
Re: Cannot install basic
If you receive a VMS ZIP file, it's better to copy that file to VMS and unzip it there than unzipping it on any other platform and copy the files. If properly done, all file attributes are restored with the files.
If yourkit comes from a CD, use that CD (unles you have no CD drive in your box - than above applies).
Savesets for vmsinstal are basically BACKUP savesets and you must have attributes set in place. John gave the righ commadn for that (Even running 8.3 I still use
$ SET FILE/ATTRIB=(LRL:32256)
On your CD: Does the SRM console recognize the drive? If it is a SCSI one, checking your SCSI controllers should mention your attached drives as well. If the drive isn't mentioned, check whether it is actually connected: When you boot, the front access LED should light up some time - no matter whether it's IDE or SCSI.
If you have an IDE CD-rom in an older system, it may be that your firmware does not access IDE drives.
Don't forget that you will need to MOUNT the CD drive to access the CD - there is (AFAIK) no auto-mount facility for removable media.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 02:51 AM
тАО03-19-2008 02:51 AM
Re: Cannot install basic
As has been said, most likely the file attributes got damaged during the file transfer. Reset the file attributes using either SET FILE or the BACKUP feature, as has been previously noted.
When I need to do this, I generally do a BACKUP/LIST of each saveset. If there are any residual problems, they show up as errors. Then retry the install.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 04:31 AM
тАО03-19-2008 04:31 AM
Re: Cannot install basic
$ backup/lis saveset.a/sav
and the same for all the savesets, to be sure I can read them.
Only the paranoid survive, as said Andy Groove :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 05:31 AM
тАО03-19-2008 05:31 AM
Re: Cannot install basic
Prior to using VMSINSTAL, try a
$ backup/repair/list
on each of the BASIC savesets. See if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 07:22 AM
тАО03-19-2008 07:22 AM
Re: Cannot install basic
Thank You very much to all!,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-19-2008 12:42 PM
тАО03-19-2008 12:42 PM
Re: Cannot install basic
>Even running 8.3 I still use
>$ SET FILE/ATTRIB=(LRL:32256)
I would strongly recommend you cure yourself of this bad habit.
Blindly blasting in the value you assume to be the block size is going to bite you some day.
Yes, MOST savesets use LRL=32256, but not necessarily all. BACKUP/REPAIR, or, on older versions, Hein's FIXSAVESET.COM extract the correct block size from the saveset header.
"It's worked for years" is not an excuse for doing something a in a potentially incorrect and error prone way, when doing it correctly is so simple.