- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What will be the impact,if i edit /stand/boot...
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-26-2012 07:55 AM
05-26-2012 07:55 AM
When i tried to fire ignite backup the disk which is shown in /etc/bootconf is not the one is in root disk,thus the backup got failed.
Hence i need to change the /etc/bootconf file.Pls find the output as shown below,
#lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk16_p2 -- Boot Disk
/dev/disk/disk13_p2 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk16_p2
/dev/disk/disk13_p2
Root: lvol3 on: /dev/disk/disk16_p2
/dev/disk/disk13_p2
Swap: lvol2 on: /dev/disk/disk16_p2
/dev/disk/disk13_p2
Dump: lvol2 on: /dev/disk/disk13_p2, 0
#cat /stand/bootconf
l /dev/disk/disk9_p2
Ignite error
lifls(open): No such device or address
lifls: Can't list /dev/disk/disk9_p2; file not opened
WARNING: /dev/disk/disk9_p2 is not a LIF volume.
No LIF files on the boot disk will be archived.
Check /stand/bootconf, man bootconf(4), and /dev/dsk to
ensure that the bootconf file is set up correctly.
WARNING: The make_sys_image failed to save the LIF volume.
ERROR: The list_expander command failed. This could be due to a problem with
parsing /etc/fstab or /etc/mnttab file - see messages above.
======= 05/26/12 18:59:38 IST make_tape_recovery completed unsuccessfully
Solved! Go to Solution.
- Tags:
- lvlnboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2012 08:12 AM
05-26-2012 08:12 AM
SolutionSimply edit the file. There should be no negative impact on your system.
Open the file with 'vi' and edit it so it looks like:
# cat /stand/bootconf
l /dev/disk/disk13_p2
l /dev/disk/disk16_p2
Now when you run Ignite it should work fine.