- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- startup procedure
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
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
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-28-2007 09:57 PM
тАО06-28-2007 09:57 PM
I had to start one of our VMS servers conversationally (to reset passwd) and I cant get it to startup normally.
Its running OpenVMS Alpha 8.2.
I had started it using :
>> b -fl 0,1
set/startup opa0:
continue
spawn
@sys$system:startup
I was then able to make my changes and reboot.
Now when I boot it doesnt appear to be running the startup.
gets as far as :
Waiting to form a luster
now a VMS cluster
completeing VMS cluster
then it goes to the dollar prompt.
Is there something else I am supposed to do after a conversational boot to get it to bot as normal again?
I have tried halting the machine and running b -fl 0,0
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 10:04 PM
тАО06-28-2007 10:04 PM
SolutionThe SET/STARTUP=OPA: is sticky (survives reboot).
Either:
- run STARTUP.COM again and use either SYSMAN or SYSGEN to reset the STARTUP file; or
- do a conversational boot, when prompted, issue a SET /STARTUP=SYS$SYSTEM:STARTUP.COM
This is a common error.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 10:08 PM
тАО06-28-2007 10:08 PM
Re: startup procedure
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 10:12 PM
тАО06-28-2007 10:12 PM
Re: startup procedure
> set /startup sys$system:startup.com
to be back as before.
The next time you boot like this, do
set writesysparams 0
set/startup opa0:
like this, for the next reboot, you will still have a normal boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 10:19 PM
тАО06-28-2007 10:19 PM
Re: startup procedure
try this
SYSBOOT> SET UAFALTERNATE 1
SYSBOOT> SET WINDOW_SYSTEM 0
SYSBOOT> CONTINUE
Username: [Return]
Password: [Return]
Password: [Return]
$ DEFINE/SYSTEM/EXECUTIVE_MODE SYSUAF SYS$SYSTEM:SYSUAF.DAT
$ SET DEFAULT SYS$SYSTEM
$ RUN AUTHORIZE
AUTHORIZE> MODIFY SYSTEM/PASSWORD=FGLFTUTU
AUTHORIZE> EXIT
$ RUN SYS$SYSTEM:SYSMAN
SYSMAN> PARAMETERS USE CURRENT
SYSMAN> PARAMETERS SET WINDOW_SYSTEM 1
SYSMAN> PARAMETERS SET UAFALTERNATE 0
SYSMAN> PARAMETERS WRITE CURRENT
SYSMAN> EXIT
$ @SYS$SYSTEM:SHUTDOWN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 11:48 PM
тАО06-28-2007 11:48 PM
Re: startup procedure
The next time you boot like this, do
set writesysparams 0
set/startup opa0:
like this, for the next reboot, you will still have a normal boot
<<<
AFAIK, the "set writesysparams 0" must be the last command before the "c(ontinue)" to work.
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 12:03 AM
тАО06-29-2007 12:03 AM
Re: startup procedure
Yes you are right.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2007 12:41 PM
тАО07-03-2007 12:41 PM
Re: startup procedure
>> b -fl 0,1
set/startup opa0:
SET WRITESYSPARAMS 0 ! Doesn't save changes
continue
spawn
@DISK:[VMS$COMMON.SYS$STARTUP]VMS$INITIAL-050_VMS.COM ! this procedure will define the required logicals and will alow you do things easily
$set def sys$system
$MC authorize modi/pass=xxxx