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
07-27-2007 01:48 PM
07-27-2007 01:48 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:21 PM
07-27-2007 02:21 PM
SolutionHow do you expect to not have data loss if you have a failed disk and are not mirrored?
If are the LVOL's/Volumes on the disk are mirrored then you follow the standard replacement procedure which varies with LVM/VxVM and whether or not the failed disk is a root disk. If you aren't mirrored then you better have backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:52 PM
07-27-2007 02:52 PM
Re: LVM
if there is lvm , try pvdisplay too.
i will vague to give a generic anwer with respect to disk replace. We can give the exact stesp if we can clarify what exactly you have..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:53 PM
07-27-2007 02:53 PM
Re: LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 05:38 PM
07-27-2007 05:38 PM
Re: LVM
Please refer to this doc
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
This is a very nice doc, which will tell you what you are asking here.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2007 08:59 PM
07-28-2007 08:59 PM
Re: LVM
Use this command:
ioscan -fnC disk
check the all HD is okk or not.
If your hard disk is not mirrored then when you will remove the bad HD all data will be lost.
Thanks & Regards
A. Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2007 06:05 PM
07-29-2007 06:05 PM
Re: LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2007 07:07 PM
07-29-2007 07:07 PM
Re: LVM
ioscan -fnH Disk h/w path ---check it out whether the s.w state is NO_HW
diskinfo -v /dev/rdsk/cxtyd0 -----give exact value for x , y
dd if=/dev/rdsk/cxtyd0 of=/dev/null bs=1024k count=1000
The above steps give you the clear information about the disk which you are suspecting .
If the disk is bad as per the above analyse and if you have mirror copy of the data do replace the disk .
vgcfgrestore vg /dev/dsk/cxtyd0
vgsync vgname