- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX BOOTING
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
05-31-2007 01:30 PM
05-31-2007 01:30 PM
HPUX BOOTING
when i reboot my server, i've got next message:
Boot
: disk(1/0/0/3/0.6.0.0.0.0.0;0)/stand/vmunix
disk(1/0/0/3/0.6.0.0.0.0.0;0)/stand/vmunix: cannnot open, or not executable
how can i fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 01:40 PM
05-31-2007 01:40 PM
Re: HPUX BOOTING
Boot off OS media. The method varies based on whether your system is Itanium or PA-RISC.
Once you boot you can go to recovery mode and gather information as far as whether its just a permissions problem or something that requires an OS reinstall.
I could provide a much more precise answer if you gave the model number and OS version of the system. Either detail would be extremely helpful.
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
05-31-2007 01:47 PM
05-31-2007 01:47 PM
Re: HPUX BOOTING
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 01:52 PM
05-31-2007 01:52 PM
Re: HPUX BOOTING
Recommend you use recovery mode in OS DVD/CD by booting from it.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 02:07 PM
05-31-2007 02:07 PM
Re: HPUX BOOTING
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 02:24 PM
05-31-2007 02:24 PM
Re: HPUX BOOTING
Interrupt the boot process at the 10 second prompt. When you get to the next prompt type: bo pri
When it asks 'Interact with ISL' say: Y
Now you should be at the ISL prompt.
To see what you have try this:
hpux ls
or
hpux ll
If you don't see /stand/vmunix then you have a problem. If you have a /stand/vmunix.prev (backup kernel) then you can try booting from it by doing:
hpux /stand/vmunix.prev
For more information on booting from the alternate kernel, have a look at this document:
The "System Recovery" chapter of the "Software Recovery Handbook"
http://www1.itrc.hp.com/service/cki/search.do?prevQueryString=software+recovery+handbook&mode=id&searchString=emr_na-c01037105+&submit1=Search+%C2%BB&docTypeAll=yesX&docType=Advisories&docType=WhitePapers&docType=EngineerNotes&docType=SecurityBulletins&docType=Manuals&docType=Patch&dateSearchType=lastXdays&dateRange=all&startDateYear=1999&startDateMonth=0&startDateDay=1&endDateYear=2007&endDateMon...
This document also talks about other ways to try to get your system booted and recovered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 02:37 PM
05-31-2007 02:37 PM
Re: HPUX BOOTING
Ls
: disk(1/0/0/3/0.6.0.0.0.0.0;0).
cannot open directory.
We don't have any kernel backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 03:23 PM
05-31-2007 03:23 PM
Re: HPUX BOOTING
From the ISL> prompt type 'hpux -lm' to boot to lvm maint mode.
once booted,
vgchange -a y vg00
lvlnboot -v vg00 # do you see boot, root, swap?
lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -v vg00
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 03:51 PM
05-31-2007 03:51 PM
Re: HPUX BOOTING
/:write failed, file system is full
ERROR: tar: ./sbin/mkboot: HELP - extract write error: No space left on device (errno=28)
/:file system full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 05:14 PM
06-01-2007 05:14 PM
Re: HPUX BOOTING
So, I've temporary boot the system by repairing the LIF by choosing "b" option in recovery console menu.
"No free space" alert from previous message was about RAM-disk with repair vmunix image. That system had several unusable programs also. We've deleted its and recovery procedures have gone successfully.
First time system went online by "hpux -lm /stand/vmunix" command line.
Now system works with "hpux /stand/vmunix" start line, but I afraid, that in boot record start command line is "hpux -lm /stand/vmunix" still...
How should I check this situation and fix it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2007 08:26 PM
06-01-2007 08:26 PM
Re: HPUX BOOTING
mkboot -a "hpux -lq" /dev/rdsk/
To check the contents of the AUTO file
lifcp /dev/rdsk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2007 12:11 AM
06-02-2007 12:11 AM
Re: HPUX BOOTING
Also I should notice, that command
# find / -name vmunix return nothing!
What should I do in this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2007 01:37 AM
06-02-2007 01:37 AM
Re: HPUX BOOTING
find / -name "vmunix*" or 'ls -l /stand' to see if there is an older kernel.
Someone might have started a kernel rebuild and not completed, but started to move the original vmunix.
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2007 01:39 AM
06-02-2007 01:39 AM
Re: HPUX BOOTING
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 12:13 AM
06-03-2007 12:13 AM
Re: HPUX BOOTING
# find / -name "vmunix*"
/tmp/vmunix.CPQswsp
/var/adm/crash/crash.0/vmunix.gz
# ls -l `find / -name "vmunix*"`
-rwxr-xr-x 1 root sys 29024960 Apr 20 2005 /tmp/vmunix.CPQswsp
-rw-r--r-- 1 root root 11693980 Apr 20 2005 /var/adm/crash/crash.0/vmunix.gz
# ls -la /stand
total 48
drwxr-xr-x 5 root root 96 Jun 1 10:40 .
drwxr-xr-x 43 root root 8192 Jun 1 09:10 ..
-rw-rw-r-- 1 root sys 13164 Jun 1 11:01 ioconfig
drwxr-xr-x 2 root root 96 Jun 1 11:02 krs
drwxr-xr-x 2 root root 96 Jun 1 10:40 krs_lkg
drwxr-xr-x 2 root root 96 Jun 1 11:02 krs_tmp
Could you help me to understand, why kernel file is in /tmp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 12:39 AM
06-03-2007 12:39 AM
Re: HPUX BOOTING
As I know, our system have booted from its' hard drive. And its root directory is a real / now, not /ROOT, as in repair mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 05:13 AM
06-03-2007 05:13 AM
Re: HPUX BOOTING
Jov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 07:11 PM
06-03-2007 07:11 PM
Re: HPUX BOOTING
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2007 07:25 PM
06-03-2007 07:25 PM
Re: HPUX BOOTING
setboot
lvlnboot -v
In addition to it you can execute the previously mentioned command to check the content of AUTO file..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:53 PM
06-04-2007 04:53 PM
Re: HPUX BOOTING
# setboot -v
Primary bootpath : 1/0/0/3/0.6.0
Alternate bootpath : 1/0/1/1/0/1/1.6.0
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t6d0 (1/0/0/3/0.6.0) -- Boot Disk
/dev/dsk/c4t6d0 (1/0/1/1/0/1/1.6.0) -- Boot Disk
No Boot Logical Volume configured
In your previous note you have written about mkboot program. Does this program have any "verbose" or "safe mode" with no-corrections option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 04:58 PM
06-04-2007 04:58 PM
Re: HPUX BOOTING
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t0d0 (0/1/1/0.0.0) -- Boot Disk
/dev/dsk/c2t1d0 (0/1/1/0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t0d0
Root: lvol3 on: /dev/dsk/c2t0d0
Swap: lvol2 on: /dev/dsk/c2t0d0
Dump: lvol2 on: /dev/dsk/c2t0d0, 0
ur output doesn't seem to be correct.. you need to execute the following to correct the same:
# lvlnboot -r /dev/vg00/lvol3 /dev/vg00
# lvlnboot -b /dev/vg00/lvol1 /dev/vg00
# lvlnboot -s /dev/vg00/lvol2 /dev/vg00
# lvlnboot -d /dev/vg00/lvol2 /dev/vg00
# lvlnboot -R
# lvlnboot -v
As far as mkboot is concerned, the command I mentioned is used to update the AUTO file so If you want to check the contents of AUTO file execute the following:
# lifcp /dev/rdsk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 11:26 PM
06-05-2007 11:26 PM
Re: HPUX BOOTING
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t6d0 (1/0/0/3/0.6.0) -- Boot Disk
/dev/dsk/c4t6d0 (1/0/1/1/0/1/1.6.0) -- Boot Disk
No Boot Logical Volume configured
Root: lvol3 on: /dev/dsk/c1t6d0
/dev/dsk/c4t6d0
Swap: lvol2 on: /dev/dsk/c1t6d0
/dev/dsk/c4t6d0
Dump: lvol2 on: /dev/dsk/c1t6d0, 0
Is this information ok?
Boot information are different:
# lifcp /dev/rdsk/c1t6d0:AUTO -
hpux -lm /stand/vmunix
# lifcp /dev/rdsk/c4t6d0:AUTO -
hpux (;0)/stand/vmunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 11:46 PM
06-05-2007 11:46 PM
Re: HPUX BOOTING
/dev/vg00/lvol1 83733 57816 17543 77% /stand
In our new system I don't see /dev/vg00/lvol1 to be mounted on. I think that's why I cannot find vmunix on mounted partitions, despite that fact the system is online now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 01:37 PM
06-07-2007 01:37 PM
Re: HPUX BOOTING
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
Have you checked the entries in /etc/fstab and is there /stand specified..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2007 01:19 AM
06-08-2007 01:19 AM
Re: HPUX BOOTING
Maybe I've not worked on HP-UX for too long, but that makes no sense. On most modern installations /stand is part of / and without vmunix (default) then you can boot off another copy or version called anything, but by standard during a kernel change it'd be called vmunix.old (or similar).
For your system to be able to boot off its internal disk without vmunix makes no sense. There must be something that is the kernel booting the system.
Jov