- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- broken boot disk and save_config fails
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
08-20-2003 02:20 AM
08-20-2003 02:20 AM
broken boot disk and save_config fails
I'm hoping you can rope me out of another one.
I have an HA server with a broken (NO_HW in ioscan) mirrored boot disk. It's a D370 running 11.0. I want to make a recovery tape before replacing it. Save config returns the error..
save_config: error - unknown disk type for ,
lvlnboot -v takes forever and returns nothing.
At this point I'm thinking I'll take the heat from the users for an outage and reboot cleanly from the mirror with a replacement. Still.. having a tape_recovery would be ideal.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 02:26 AM
08-20-2003 02:26 AM
Re: broken boot disk and save_config fails
to ignite server:
/opt/ignite/bin/make_net_recovery -A -n 3 -v -P s -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 02:30 AM
08-20-2003 02:30 AM
Re: broken boot disk and save_config fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 02:40 AM
08-20-2003 02:40 AM
Re: broken boot disk and save_config fails
The system will be in the hung state.
It would have been great if it was IGNITED last week!!
Anyhow,you should go with the other way--mirror disk!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 02:41 AM
08-20-2003 02:41 AM
Re: broken boot disk and save_config fails
lvrmboot,
lvremove -k,
vgreduce -f
and so on....
So you will have a clean vg00 on 1 disk.
Obviously i have no idea on how to fix it directly...
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:16 AM
08-20-2003 03:16 AM
Re: broken boot disk and save_config fails
You have a broken/dead disk and you want to create a make_tape_recovery tape before you replace the disk.
Unfortunately, Ignite will fail if you have any LVM problems. Until the LVM issues are fixed, you wont be able to create the tape.
In order to fix the LVM problems you have to fix the broken disk.
I would do a full fbackup and replace the the disk. You really don't have a choice.
Good luck
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:16 AM
08-20-2003 03:16 AM
Re: broken boot disk and save_config fails
layout of the system. If we have any problems there we can find the reason with following command:
# sh -x /opt/ignite/bin/save_config > /tmp/save_config.out 2>&1
Please provide the contend of /tmp/save_config.out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:21 AM
08-20-2003 03:21 AM
Re: broken boot disk and save_config fails
Please do following before make_tape_recovery
?? reduce all mirror copies (on the ghost disk) using the '-k' option in lvreduse
?? reduce the disk from the volume group using vgreduce -f vgXY
?? move /etc/lvmtab and re-create it
?? re-activate the volume group using vgchange -a y vgXY
Now create the IGNITE/UX tape, after restoring you have to rebuild the mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 03:39 AM
08-20-2003 03:39 AM
Re: broken boot disk and save_config fails
Cheers...
ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 04:06 AM
08-20-2003 04:06 AM
Re: broken boot disk and save_config fails
+ print -u4 cfg "HP-UX System Recovery"=TRUE
+ print -u4 _hp_saved_detail_level="vfph"
+ print -u4 #\n# Variable assignments\n#
+ grep -E hfs|vxfs
+ mount -lp
+ 1> /var/tmp/mount.tmp
+ swapinfo -d
+ 1> /var/tmp/swapinfo.tmp
+ ioscan -C disk -fn
+ 1> /var/tmp/ioscan.tmp
+ find_root_disk
+ [[ = /dev/root ]]
+ + disk_to_path
lssf: Must specify a special_file
usage: lssf special_file ...
save_config: error - unknown disk type for , not SCSI or HPFL
root_hardware_path=
+ print -u4 init _hp_root_disk=""
+ [[ -z ]]
+ fatal cannot determine root disk
save_config: error - cannot determine root disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 04:21 AM
08-20-2003 04:21 AM
Re: broken boot disk and save_config fails
Can you issue lvlnboot -v?
What about vgcfgbackup of vg00?
Does bdf show root mounted on /dev/root instead of /dev/vg00/lvol3?
Do you get messages about a missing physical disk when you issue LVM commands?
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2003 04:56 AM
08-20-2003 04:56 AM
Re: broken boot disk and save_config fails
lvlnboot -v
?
I think that some kernel structure has not been properly updated.
Massimo