- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Autogen on Alpha 8400
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
01-07-2005 02:44 AM
01-07-2005 02:44 AM
%AUTOGEN-I-BADFILE, Bad versions of SYS$SYSTEM:PARAMS.DAT may exist.
We recommend that you delete all versions and start again.
%AUTOGEN-I-ERROR, GETDATA phase was aborted due to an unexpected error.
%SYSTEM-F-ABORT, abort
I did what the message stated - removed all the params.dat files and it still fails with the same error. What other files does it look at and what can I do to get autogen to run?? I can run it on the other nodes fine - just not this one. I have tried every way to run autogen and they all fail with the above error. Any help would be appreciated!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 03:14 AM
01-07-2005 03:14 AM
Re: Autogen on Alpha 8400
the first thing I would do to try and locate the trouble is running with verify.
Depending on the moment of failure, that could generate quite some output, so you probably do best with SET HO 0/log=
Now you define AGEN$VERIFY to TRUE.
(and since AUTOGEN still uses F$LOGICAL, which became obsolete with V4 in 1984, be sure to define it in your process table)
It is reasonable to expect that the error will occur near the end of your trace-file.
If it is not self-evident, then post the piece with the error, and we will try to take it from there.
hth
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 06:23 AM
01-07-2005 06:23 AM
Re: Autogen on Alpha 8400
^@LISA_4> @sys$update:autogen GETDATA TESTFILES feedback
%AUTOGEN-I-BEGIN, GETDATA phase is beginning.
%MOUNT-I-MOUNTED, 1099RAID6 mounted on _$1$DKD203: (VAXL4)
%DCL-I-SUPERSEDE, previous value of ALTSYS has been superseded
%MOUNT-I-MOUNTED, 0697V4AXSYS mounted on _$1$DKA0: (VAXL4)
%MOUNT-F-VOLALRMNT, another volume of same label already mounted
%AUTOGEN-I-BADFILE, Bad versions of SYS$SYSTEM:PARAMS.DAT may exist.
We recommend that you delete all versions and start again.
%AUTOGEN-I-ERROR, GETDATA phase was aborted due to an unexpected error.
%SYSTEM-F-ABORT, abort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 07:55 AM
01-07-2005 07:55 AM
Re: Autogen on Alpha 8400
that surprises (at least me).
I never knew AUTOGEN to MOUNT disks?
Is there no intermediate verified DCL in your logfile?
Is this pretty soon after starting AUTOGEN, or did it already build a big trace?
But, _IF_ I understand your wording correct, _THEN_ you read the message wrong:
It does NOT say that you tried to mount another volume on $1$DKA0, but that you tried to mount (anywhere) a volume with a label that IS already mounted.
Anyway, I will try to look into the MOUNT within AUTOGEN, because I am surprised (a lot!!) by it. But at the moment I have no VMS at hand, so (from me) it will have to wait some.
Anyone deep enough in AUTOGEN invited!!
Sorry, for now no better help.
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:16 AM
01-07-2005 08:16 AM
Solutionhttp://h18000.www1.hp.com/support/asktima/operating_systems/0093F030-4337E720-1C03C5.html
AUTOGEN runs SYCONFIG.COM to determine its hardware configuration and uses information about the types and number of devices on the system to calculate parameters.
AUTOGEN can issue these messages if it finds MOUNT statements in SYCONFIG.COM.
You did not say what version of VMS?
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:24 AM
01-07-2005 08:24 AM
Re: Autogen on Alpha 8400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 08:26 AM
01-07-2005 08:26 AM
Re: Autogen on Alpha 8400
Sys$Manager:Syconfig.Com (passing FULL for the first parameter and then STARTUP_P2 through STARTUP_P8 as the rest of the parameters)
and
Sys$Update:Agen$Mail.Com (with no parameters)
You might want to look at these files on your system and see if they are attempting any mounts and if that can be the source of your problems. If not, I will leave to those that know more than I do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 07:14 PM
01-07-2005 07:14 PM
Re: Autogen on Alpha 8400
If my memory is correct, the problem was that SYLOGICALS was called after SYCONFIG and then it was too late for some logicals, but I am not 100% sure - it's been quite some years since then...
Lisa,
it looks like you have a 'redundant' MOUNT command:
%MOUNT-F-VOLALRMNT, another volume of same label already mounted
Two ways to fix come in my mind:
- put a '$ set NOON' at the top of SYCONFIG.COM and leave the procedure with '$ exit 1'
- check whether the disk is already mounted:
$ if .not. F$GETDVI("DKA0:","MNT")
$ then
$ write sys$output "trying to mount DKA0:"
$ mount /system /... DKA0: label
$ endif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:18 AM
01-11-2005 06:18 AM
Re: Autogen on Alpha 8400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:20 AM
01-11-2005 06:20 AM
Re: Autogen on Alpha 8400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:28 AM
01-11-2005 06:28 AM
Re: Autogen on Alpha 8400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:40 AM
01-11-2005 06:40 AM
Re: Autogen on Alpha 8400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:43 AM
01-11-2005 06:43 AM