- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Booting VMS 7.2-1 on AlphaServer DS20
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
11-21-2006 01:19 AM
11-21-2006 01:19 AM
Booting VMS 7.2-1 on AlphaServer DS20
My AlphaServer DS20 developed a serious fault and the hp engineer has replaced the system board. That was just the start of my troubles !! It seems all the boot information was lost when the system board was replaced and now I can't start it up.
The DS20 is attached to a SAN with fibre channel via HSG80 controller. Now after much effort I've got it partially booting the operating system but it's seeing a 'different' machine (ie. not the correct node name). Seems that it's booting out of a different root ?? If so, how do I change the root that it boots from ?? I've looked at >>>Bootdef_dev but haven't been able change it. Am I on the right lines ??
Thanks for your help.
G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:34 AM
11-21-2006 01:34 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
I would consider it best practice to record things like that before replacing the system board. On the other hand, it's something you ought to have a record as well.
os_flags is what you are looking for.
set os_flags n,x
where n is the root, and x is the boot options (usually 0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:34 AM
11-21-2006 01:34 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
See
http://h18002.www1.hp.com/alphaserver/docs/userguide/WebHelp/boot_osflags.htm
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:35 AM
11-21-2006 01:35 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
the console environment variable BOOT_OSFLAGS defines the boot flags.
>>> set boot_osflags 0,0
would be the default value. You should specify the root, from which you want to boot, before the ',', i.e. to boot from SYS1, use
>>> SET BOOT_OSFLAGS 1,0
Use $ SEARCH disk:[SYS*.sysexe]MODPARAMS.DAT SCSNODE to find the root which you want your system to boot.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:35 AM
11-21-2006 01:35 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
I would consider it best practice to record things like that before replacing the system board. On the other hand, it's something you ought to have a record as well.
os_flags is what you are looking for.
set os_flags n,x
where n is the root, and x is the boot options mask (usually 0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:39 AM
11-21-2006 01:39 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 01:55 AM
11-21-2006 01:55 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
re: documenting the console environment variables
It is a good practise to issue the following commands and capture the output (using a console management application or a terminal emulator program):
>>> SHOW *
>>> SHOW DEV
>>> SHOW CONF
This is especially important if you are going to replace some component and you never know when this is going to happen, so you better do it now ;-)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 03:56 AM
11-21-2006 03:56 AM
Re: Booting VMS 7.2-1 on AlphaServer DS20
This Alpha was configured back in 2000 (before my time!) and the documentation is sadly lacking. It boldly stated that the system disk was unit 100 which, it appears, had VMS installed but must have been in another SAN in the distant past. Hence why it was partially booting with a different node name. The SAN has three other mirror sets so I worked my way through each one using wwidmgr and setting the unit number accordingly. Hey presto, it was unit 102 !! It's now up and running.
I've certainly taken on board your tips for recording configuration. This sort of incident just highlights the importance of that.
Thanks once again for all your help.
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 11:53 PM
11-21-2006 11:53 PM
Re: Booting VMS 7.2-1 on AlphaServer DS20
>>> show config >fat:config.lis/dva0:
Good Luck.
Deb