Operating System - HP-UX
1753816 Members
8679 Online
108805 Solutions
New Discussion юеВ

/stand/bootconf is INCORRECT

 
SOLVED
Go to solution
Leslie Fischer
Frequent Advisor

/stand/bootconf is INCORRECT

This is being reported by the SysInfo command. How do I fix this? /stand/bootconf is INCORRECT and should contain the lines:

l /dev/dsk/c2t1d0
l /dev/dsk/c3t0d0
===============================================
More output details:

BOOTCONF DATA
=============
=== START /stand/bootconf contents ===
l /dev/dsk/c2t1d0
=== END /stand/bootconf contents ===
/stand/bootconf is missing an entry for /dev/dsk/c3t0d0
/stand/bootconf is INCORRECT and should contain the lines:

l /dev/dsk/c2t1d0
l /dev/dsk/c3t0d0
=== END Bootconf Data ===
BOOTABLE DISKS
==============
Volume Name H/W Path Auto Boot String
-------------- ----------------- ----------------
/dev/dsk/c2t1d0 0/1/1/0.1.0 hpux
/dev/dsk/c3t0d0 0/1/1/1.0.0 hpux
=== END Bootable Disks ===
BOOT PATH SETTINGS
==================
Primary Boot Path = 0/1/1/0.1.0
Alternate Boot Path = 0/1/1/1.0.0
Autoboot = ON
Autosearch = ON
=== END Boot Path Settings ===
lvlnboot DATA
=============
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t1d0 (0/1/1/0.1.0) -- Boot Disk
/dev/dsk/c3t0d0 (0/1/1/1.0.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c2t1d0
/dev/dsk/c3t0d0
Root: lvol3 on: /dev/dsk/c2t1d0
/dev/dsk/c3t0d0
Swap: lvol2 on: /dev/dsk/c2t1d0
/dev/dsk/c3t0d0
Dump: lvol2 on: /dev/dsk/c2t1d0, 0

=== END lvlnboot Data ===
LIFLS FOR BOOT DISKS
====================
LIFLS for /dev/dsk/c2t1d0:

volume ISL10 data size 7984 directory size 8 02/05/10 16:25:44
filename type start size implement created
===============================================================
HPUX -12928 584 848 0 07/06/08 17:02:23
ISL -12800 1432 306 0 02/05/10 16:25:44
AUTO -12289 1744 1 0 08/08/20 20:35:22
PAD -12290 1752 1580 0 02/05/10 16:25:45
LABEL BIN 3336 8 0 06/08/09 19:03:32
=== END LIFLS for /dev/dsk/c2t1d0 ===
LIFLS for /dev/dsk/c3t0d0:
volume ISL10 data size 7984 directory size 8 02/05/10 16:25:44
filename type start size implement created
===============================================================
ISL -12800 584 306 0 02/05/10 16:25:44
AUTO -12289 896 1 0 02/05/10 16:25:44
HPUX -12928 904 848 0 02/05/10 16:25:44
PAD -12290 1752 1580 0 02/05/10 16:25:45
LABEL BIN 3336 8 0 06/08/10 16:36:29
=== END LIFLS for /dev/dsk/c3t0d0 ===


=== END LIFLS for Boot Disks ===

4 REPLIES 4
Patrick Wallek
Honored Contributor
Solution

Re: /stand/bootconf is INCORRECT

/stand/bootconf is a simple text file. You can modify it with 'vi'.
James R. Ferguson
Acclaimed Contributor

Re: /stand/bootconf is INCORRECT

Hi:

As Patrick noted, simply edit the file with 'vi'. The 'bootconf' file is used by the SD (Software Distributor) tools ('swinstall', etc.). See the manpages for 'bootconf(4)' for more information.

Regards!

...JRF...
Michael Steele_2
Honored Contributor

Re: /stand/bootconf is INCORRECT

Hi

Man page:

http://docs.hp.com/en/B3921-60631/mkboot.1M.html

a) 'checkinstall' script creates /stand/bootconf

"...Normally the kernel's checkinstall script queries the system's hardware and creates the file..."

b) "...In rare cases...the administrator must edit the /stand/bootconf file manually..."

Support Fatherhood - Stop Family Law
Leslie Fischer
Frequent Advisor

Re: /stand/bootconf is INCORRECT

Thank you for the help.