- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Recovery Shell execution error
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
12-18-2005 07:54 PM
12-18-2005 07:54 PM
Recovery Shell execution error
I want to clear bootable disk data in the way "dd" command.
To use Recovery Shell, I tried to use CD Media "10.20 Hardware Extensions 2.0 1997".
but, "chroot_lvmdisk" command is not succeed.
Please, help me.
Please, detail log refer to attachment file.
Sorry, my english is not enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2005 10:08 PM
12-18-2005 10:08 PM
Re: Recovery Shell execution error
Your English is better than mine. Or at least more lucid.
It would appear that either your root disk is not working or your media is bad.
I would suggest trying different media and then getting the hardware checked.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 03:01 AM
12-19-2005 03:01 AM
Re: Recovery Shell execution error
you do not need to run the chroot_lvmdisk command.
try:
loadfile ioscan dd
ioscan -fnkC disk
#then choose the correct disk (identify it by the hardware path ! The devicefile may be different in the recovery shell !!!)
To write zeros the disk:
mknod /dev/zero c 3 4
dd if=/dev/zero of=/dev/rdsk/cxtyd0 bs=1024k &
(I would do it in the background, because the dd may hang on a bad disk).
best regards
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 11:44 AM
12-19-2005 11:44 AM
Re: Recovery Shell execution error
Thank you for replying.
This disk is normal root disk, because it can start boot.
I use another release Media "10.20 Hardware Extensions 3.0 1999", it succeeded.
Why I don't need to run the chroot_lvmdisk command?
I think if I run the chroot_lvmdisk command, I can't mount "/(ROOT)" of root disk to on the memory.
In that case, I think I can't run the dd command for root disk.
Thank you for your consideration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 07:36 PM
12-19-2005 07:36 PM
Re: Recovery Shell execution error
my procedure was to erase the entire disk. If you want to erase single files on the disk, then you have to import the volume group and then check & mount the filesystems.
This will indeed be automatically done by the chroot_lvmdisk script.
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 10:40 PM
12-21-2005 10:40 PM
Re: Recovery Shell execution error
Thank you for replying.
I understand your procedure.
Sorry..
The following my sentence is a mistake.
---------------------------------
I think if I run the chroot_lvmdisk command, I can't mount "/(ROOT)" of root disk to on the memory.
In that case, I think I can't run the dd command for root disk.
---------------------------------
I modify
---------------------------------
I think if I do not run the chroot_lvmdisk command, I can't mount "/(ROOT)" of root disk to on the memory.
In that case, I think I can't run the dd command for root disk.
---------------------------------
How is this?