Operating System - HP-UX
1834150 Members
2379 Online
110064 Solutions
New Discussion

Purpose of /stand/bootconf file?

 
SOLVED
Go to solution
dictum9
Super Advisor

Purpose of /stand/bootconf file?


Question, does this filem, which lists primary and mirror disks, exist on both PA-RISC and Itanium machines?

4 REPLIES 4
Steven Schweda
Honored Contributor
Solution

Re: Purpose of /stand/bootconf file?

td176> uname -a
HP-UX td176 B.11.23 U ia64 1928826293 unlimited-user license

td176> ls -l /stand/bootconf
-rw-r--r-- 1 root sys 21 Feb 17 2006 /stand/bootconf


td192> uname -a
HP-UX td192 B.11.11 U 9000/800 1839940656 unlimited-user license

td192> ls -l /stand/bootconf
-rw-r--r-- 1 root sys 20 Jan 5 2005 /stand/bootconf


"man bootconf"?
James R. Ferguson
Acclaimed Contributor

Re: Purpose of /stand/bootconf file?

Hi:

As for the purpose of '/stand/bootconf', see the manpages for 'bootconf(4)':

http://docs.hp.com/en/B2355-60105/bootconf.4.html

Regards!

...JRF...
Reshma Malusare
Trusted Contributor

Re: Purpose of /stand/bootconf file?

Hi etc,
For primary & mirror disks,please have a look on the following:

1 -->The boot area is on an LVM root disk:

# Boot Device configuration file
# This file contains information regarding the location
# of the boot LIF. It is used by the KERN-RUN fileset to
# update the boot kernel.
l /dev/dsk/c2t7d0

2-->The system has LVM mirroring on root (the device files indicate that the system is running on a 9.0 release being prepared for updating to 10.0):

# Boot Device configuration file
# This file contains information regarding the location
# of the boot LIF. It is used by the KERN-RUN fileset to
# update the boot kernel.
l /dev/dsk/c1d0s2
l /dev/dsk/c4d0s2
l /dev/dsk/c5d0s2
Please,check this also.
http://docs.hp.com/en/B2355-60105/bootconf.4.html

Reshma Malusare
Trusted Contributor

Re: Purpose of /stand/bootconf file?

Hi etc,
Can you please assign points if your query is solved.

Thanks
Reshma