- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvlnboot -v displays nothing for root,boot;swa...
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
09-04-2001 04:20 PM
09-04-2001 04:20 PM
lvlnboot -v displays nothing for root,boot;swap
on raw root disk. What is the best way to recover, if any, the root, boot; swap area
on root disk. If there is no way to recover, then what is the best way to create new "root"
disk, and copy data from damaged root disk
to new root disk drive. Need specifics.
Thank you.
gcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 04:40 PM
09-04-2001 04:40 PM
Re: lvlnboot -v displays nothing for root,boot;swap
Looks to me that your root disk is gone if that cxtcdx you are referring is your root disk. Are you still able to work with that. If your root disk is gone and you don't have a mirror copy, you have to reinstall the OS. I doubt you'll be able to recover anything from the disk cxtxdx. Anyway maybe someone can help. Keep your fingers crossed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 04:45 PM
09-04-2001 04:45 PM
Re: lvlnboot -v displays nothing for root,boot;swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 04:47 PM
09-04-2001 04:47 PM
Re: lvlnboot -v displays nothing for root,boot;swap
I hope you have an Ignite make_tape_recovery tape from which to recover. Otherwise, you're looking at a cold-install.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 09:43 PM
09-04-2001 09:43 PM
Re: lvlnboot -v displays nothing for root,boot;swap
Hi
If the specified device file is the device file of root HDD, then U will have to go for an OS installation even though it was accidental. If U have mirror copy of root HDD, then U can boot thru that.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 09:43 PM
09-04-2001 09:43 PM
Re: lvlnboot -v displays nothing for root,boot;swap
Hi
If the specified device file is the device file of root HDD, then U will have to go for an OS installation even though it was accidental. If U have mirror copy of root HDD, then U can boot thru that.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 09:52 PM
09-04-2001 09:52 PM
Re: lvlnboot -v displays nothing for root,boot;swap
You might have corrupted your boot area. So, do not reboot the box. Take a make_recovery of the system and then re-install. If you already rebooted the system, then you don't have any other option except to reboot.
But before rebooting, I would try to refresh the boot disk if at all it works by starting with mkboot etc.,. Follow the usual process and see if it works. I have very minor hopes on it though.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2001 01:27 PM
09-05-2001 01:27 PM
Re: lvlnboot -v displays nothing for root,boot;swap
first: how big is that kernel you copied?
is it your root- and boot-vg?
is it the only disk in there?
second: DO NOT REBOOT NOW!
third: run the following commands to re-create the
overwritten areas (it might not be possible, depending
on the amount of space you have overwritten):
1) vgcfgrestore -n /dev/vg00 /dev/rdsk/cxtydz
2) mkboot /dev/rdsk/cxtydz
3) lvlnboot -b /dev/vg00/lvol1 # is this your /stand?
4) lvlnboot -r /dev/vg00/lvol3 # is this your root-fs?
5) lvlnboot -s /dev/vg00/lvol2 # is this your swap space?
6) lvlnboot -d /dev/vg00/lvol2 # is this your dump area?
well, if you got that far, perhaps you are restored
- BUT DO NOT TRUST THAT RIGHT NOW!
First create a bootable copy of your whole system on
tape: get and install "Ignite/UX" if it is not there, already.
Do it: "make_tape_recovery -AvI"
Test your backup tape:
mt -t /dev/rmt/0mn fsf 1 # fast forward over bootcode
tar tvf /dev/rmt/0m # do get the list of files?
only now you may try to reboot...
Good luck!!!
Wodisch