- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /stand/bootconf
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
06-05-2003 08:47 PM
06-05-2003 08:47 PM
I am currently doing an audit of our systems. All the systems have a mirrored root disk and have been configured to boot from the alternate if necessary
i.e I have checked output of lvlnboot -v, setboot, lifls & lifcp commands.
However I have noticed that only the primary disk has an entry in the /stand/bootconf file.
Is it normal just to see an entry for the primary boot disk in this file?
I'd be grateful for any advice on the implications of this. I haven't come across any steps to update this file when creating boot disks etc.
Thanks for the help.
Cheers
Con
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:06 PM
06-05-2003 09:06 PM
Re: /stand/bootconf
It is normal only.In all of my Root mirrored systems I have only one entry.
There is no need to update this file.
hth
-tamil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:09 PM
06-05-2003 09:09 PM
Re: /stand/bootconf
Have a read of
man bootconf
The file contains the path of the primary bootdisk and is created when configuring disk with pvcreate -B option
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:57 PM
06-05-2003 09:57 PM
Re: /stand/bootconf
Thanks for the replies.
Steve
I read the man page for bootconf and it states
"This file contains the address and disk layout type of the systems boot devices".
I'm curious as to why my alternate disk does not appear as it was also created with pvcreate -B.
I think you're right about only the primary boot disk being listed but where is this stated.
I just want to be 100% sure I haven't missed anything when I complete my audit.
Thanks for the help.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:17 PM
06-09-2003 06:17 PM
Re: /stand/bootconf
Sorry, I wanted to repost this question as I noticed Bill was on the forums & was hoping he or anyone else might be able to clarify what /stand/bootconf shows. Is it just a systems primary boot device?
Thanks.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 06:33 PM
06-09-2003 06:33 PM
Re: /stand/bootconf
bootconf is a simple text file that will have information about the boot disks. This is a reference file used by utilities like make_tape_recovery, some of the postinstall scripts in the core OS packages,Diagnostic packages etc., to find the boot disks and update the utilities accordingly.
If your bootconf file is having wrong information, you can manually update it. The syntax is
l /dev/dsk/c0t6d0
l /dev/dsk/c1t6d0
Where both the above are boot disks configured in LVM.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 07:36 PM
06-09-2003 07:36 PM
Re: /stand/bootconf
Thanks for any clarification.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 08:30 PM
06-09-2003 08:30 PM
SolutionThis file is created during the OS installation basically by the checkinstall script of OS-Core.KERN-RUN fileset. Since mirroring would not be done by that time, it will update the file with only one disk found with 'lvlnboot' command.
Check
/var/adm/sw/products/OS-Core/KERN-RUN/checkinstall and bootlif_funcs scripts for more information.
However, later if there are any patches related to KERN-RUN are installed, it may get updated automatically.
This does not pose any problem under normal circumstances. However, during the installs of Diagnostics etc., where it is required to update the boot information, they will use this file to find the boot disks. So, not having information about the mirror disk may leave it un-updated with the patched utilities.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 08:50 PM
06-09-2003 08:50 PM
Re: /stand/bootconf
1. The file is created at install. Since the root drives are not mirrored at the time, there is only one enty in the /stand/bootconf file.
2. Yes you have to manually edit this file and add any other boot devices. This is to insure that subsequent patches, upgrades etc. know where the boot drives are.
3. Good practices would prevail here and you should make sure that all of your systems have all of their boot drives appear in /stand/bootconf but you will manually or programatically have to add them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 09:01 PM
06-09-2003 09:01 PM
Re: /stand/bootconf
Sridhar, thanks for persevering & the explanation.
John, that's a great summary & helped my understanding. I appreciate your time & it does deserve points.
Cheers
Con