- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ISL problem
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-27-2004 04:30 AM
01-27-2004 04:30 AM
My HP-UX server booting from /stand/WINSTALL. I want booting from /stand/vmunix automaticaly. I don't know how to change this configuration.
Someone help me ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 04:37 AM
01-27-2004 04:37 AM
Re: ISL problem
This ISL configuration is supposed to eneable the box to boot of an Ignite server to get a new image.
I think you need go to the console and reset the autostart parameters.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/rp4440_OpMaint/rp4440_OpMaint_top.html&con=/hpux/onlinedocs/rp4440_OpMaint/00/00/23-con.html&toc=/hpux/onlinedocs/rp4440_OpMaint/00/00/23-toc.html&searchterms=ISL%7cautostart%7cConsole&queryid=20040127-103641
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 04:37 AM
01-27-2004 04:37 AM
Re: ISL problem
#setboot
Primary bootpath : 0/0/1/1.2.0
Alternate bootpath : 0/0/2/0.2.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 04:39 AM
01-27-2004 04:39 AM
Solutione.g.
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c0t6d0
Man mkboot for details. Before changing the auto file string, I would manually boot from /stand/vmunix to make sure that all is well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 04:40 AM
01-27-2004 04:40 AM
Re: ISL problem
Looks like this server was booted off of an ignite server which modified the auto file. At the ISL you could try the following.
ISL>hpux /stand/vmunix
If it boots well, then you can change the auto file using the command.
mkboot -a 'hpux -lq' /dev/dsk/c2t6d0
lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /de/vg00/lvol2
provided you didn't change your default lv names.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 05:03 AM
01-27-2004 05:03 AM
Re: ISL problem
First check the vmunix kernal by booting from that.for that break the auto boot process by pressing any key within 10 sec and type bo pri at pdc menu(Main Menu : bo pri) and intract with isl by answering y to do to want to load isl
at isl prompt /stand/hpux(ISL>/stand/hpux)
if if boots fine and all you applications are working then mkae hpux as default by using mkboot -a 'hpux -lq' /dev/dsk/c2t6d0
BEST OF LUCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 05:23 AM
01-27-2004 05:23 AM
Re: ISL problem
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c1t2d0
All works fine now !