- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Boot Stopped
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
03-09-2006 01:41 AM
03-09-2006 01:41 AM
Boot Stopped
I try to boot a hp-ux server from a boot_lif on another server. This boot_lif has been created with make_medialif.
When i start my server with :
>boot lan.xxx.xxx.xxx.xxx
and i've the following messages :
>Booting...
>Network Station Address xxxxxx-xxxxxx
>System IP Address xx.xx.xx.xx
>Server IP Address xx.xx.xx.xx
>
>Boot IO Dependent Code (IODC) revision 2
>
>
>HARD Booted.
>
>ISL Revision A.00.44 Mar 12, 2003
>
>ISL booting hpux (;0):INSTALL
>
>Boot
>: lan(0/0/0/0;0):WINSTALL
>11751424 + 1970264 + 2631464 start 0x200d68
>
>alloc_pdc_pages: Relocating PDC from 0xffff800000 to 0x7eb00000.
and after nothing, the boot seems to be freezed at this stage and i dont know why, perhaps it needs something.
Do u know the reason of my problem??
Thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:50 AM
03-09-2006 01:50 AM
Re: Boot Stopped
Seems to me you have aserious hardware issue.
From another thread:
The "alloc_pdc_pages" message is completely normal. The PDC is the "Processor Dependant Code" and is loaded into memory before the Kernal, it actually happens in a fraction of a second. The rest of the time is loading and configuring the Kernel.
Does the machine panic dump after a while?
Have you checked the GPS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 01:51 AM
03-09-2006 01:51 AM
Re: Boot Stopped
Looks like compatibility
What is the system model and what was
the original source model
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:08 AM
03-09-2006 02:08 AM
Re: Boot Stopped
I try to boot a hp-ux server from a boot_lif on another server. This boot_lif has been created with make_medialif.
If they are exactly alike in every aspect, it might work.
Its probably not supported.
I think its impossible if the servers are not exactly alike.
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
03-09-2006 02:16 AM
03-09-2006 02:16 AM
Re: Boot Stopped
The step that follows immediately after PDC reallocation is recognizing the root,swap and dump LVOL's..
ex:
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Possibly, if it hangs at this stage...it could mean that the LABEL file is corrupt or your BDRA is corrupt. You can solve the BDRA corruption by going into LVM maintence mode.
>ISL hpux -lm
.
.
.
#vgchange -a y /dev/vg00
#lvlnboot -r /dev/vg00/lvol3
#lvlnboot -s /dev/vg00/lvol2
#lvlnboot -d /dev/vg00/lvol2
#vgchange -a n /dev/vg00
# reboot
Check whether it boots now normally.
But if the LABEL file corruption is the cause for the issue, then you can restore by going into "HP-UX Recovery MENU" and choosing the option c," Rebuild only the bootlif."
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:17 AM
03-09-2006 02:17 AM
Re: Boot Stopped
To resume, i try to make a network installation of HP-UX 11.11 manually without a Ignite Server but only the boot for the moment.
I'm probably wrong in my method, here is what i 've made :
>make_medialif -f config -r B.11.11 -o 64w -l boot_lif
On a parisc 64bits, config is a configuration from a previous network installation with a ignite server.
>After that, i try to boot the same parisc with the boot_lif.
It's strange because i've no error, no kernel panic, nothing, i can't determine the source of the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:33 AM
03-09-2006 02:33 AM
Re: Boot Stopped
If you are intrested in just recovering the bootlif partition , you do not require to reinstall. All you will have to do is go to "HP-UX Recovery MENU" and choose the option c," Rebuild only the bootlif."
The recovery menu can be accessed by booting from Istall media and choosing "Run a Recovery Shell" ... you could even boot from ignite server to reach this point.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:41 AM
03-09-2006 02:41 AM
Re: Boot Stopped
ISL> hpux -lq
.
.
.
#vgchange -a y /dev/vg00
#lvlnboot -r /dev/vg00/lvol3
#lvlnboot -s /dev/vg00/lvol2
#lvlnboot -d /dev/vg00/lvol2
#vgchange -a n /dev/vg00
# reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:43 AM
03-09-2006 02:43 AM
Re: Boot Stopped
I know that it's perhaps very hard or impossible, but im tenacious and i want to try :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 02:50 AM
03-09-2006 02:50 AM
Re: Boot Stopped
ISL> hpux -lq
or
ISL> hpux -lm
I obtain that :
>Boot
>: lan(0/0/0/0;0)/stand/vmunix
and after nothing, i would like add that i'm novice in HP-UX system, so be understanding for my ignorance...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:07 AM
03-09-2006 03:07 AM
Re: Boot Stopped
Sorry for leading you in the wrong direction . I did not realize that you were trying to install HPUX through ignite. Just now noticed, WINSTALL part in your query. Extremely sorry. My methods are for recovering OS from already installed on HPUX instance on the disk.
I will try gathering some info from the net. Meanwhile I would only hope for more experienced member's to notice this thread again.
Senthil Kumar .A