- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: error opening primary input file sys$input!!!!
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
06-11-2005 06:01 PM
06-11-2005 06:01 PM
error opening primary input file sys$input!!!!
Error opening primary input file sys$input
Error in device name or inappropriate device type for operation.
then,the server can't startup.
Why?
and I got another information:
SYSBOOT-W-SETMAX,value set to maximum for parameter SHADOW_HBMM_RTC,what's the meaning?
Help me please,thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2005 07:58 PM
06-11-2005 07:58 PM
Re: error opening primary input file sys$input!!!!
- please specify servertype and device configuration.
"Error in device name" probably is the reason you can not access (one of) the startup files.
- are you using shadowing? If so, what are your shadowing parameters?
To find the current shadow params, boot into SYSBOOT, and SHOW SHAD
Please supply that info, and we will go on from there.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2005 09:00 PM
06-11-2005 09:00 PM
Re: error opening primary input file sys$input!!!!
The following remedial kit must be installed
BEFORE installation of UPDATE,
- VMS732_PCSI-V0100
Song
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2005 10:16 PM
06-11-2005 10:16 PM
Re: error opening primary input file sys$input!!!!
could you please describe the context of exactly when you get this error message (during boot, during login) ?
I seem to remember seeing an issue with this kind of symptom in the past. Please do a conversational boot and check the following:
>>> B -fl 0,1
...
SYSBOOT> SHOW/STARTUP
The startup file should be SYS$SYSTEM:STARTUP.COM, if it's not and you see a corrupted filename string, correct it with:
SYSBOOT> SET/STARTUP=SYS$SYSTEM:STARTUP.COM
SYSBOOT> C
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 04:57 PM
06-12-2005 04:57 PM
Re: error opening primary input file sys$input!!!!
had on first system boot failure. And cause
was
SYSBOOT> SHOW/START
EM:STARTUP.COM
On the next cluster after V7.3-2 upgrade
and sunbsequent installation of patches but before reboot checked SYSGEN parameters and
SYSGEN> use active
SYSGEN> show/start
EM:STARTUP.COM
SYSGEN> use current
SYSGEN> show/start
SYS$SYSTEM:STARTUP.COM
In fact, as it happens, I DID change STARTUP_P1 from "MIN" to "" using
SYSGEN> set startup_p1 ""
SYSGEN> write current
note the missing "use current". Did not make
same mistake any more on the second cluster
So, something (VMS732_UPDATE?) changes the said sysgen parameter on ACTIVE and if then...
_veli