Sponsored Content
Operating Systems HP-UX Remove Faulty disk from HP-UX LVM VG Post 302597132 by Shirishlnx on Thursday 9th of February 2012 09:44:57 AM
Old 02-09-2012
No this is another set of server on which am testing the clone behaviors ..

Here what have did
# OS data alread in 1 mirrored state
# HAVE mirrored it to one more disk
# AND removed the third disk
# Then have run below script
Code:
# sh -x  lvmirr_b.sh
## cat lvmirr_b.sh
for i in 1 2 3 4 5 6 7 8 9
do
 # lvextend -m 1 /dev/vg00/lvol${i} /dev/dsk/c2t0d0    ## As have extended to  -m 2
 lvreduce -m 1 -A n -k  /dev/vg00/lvol${i} /dev/dsk/c2t0d0
done

# vgreduce -f  /dev/dsk/c2t0d0
# mv /etc/lvmtab /etc/lvmtab_9212
# vgscan -v 

### And now am getting above error 

### Below out for more desc..
 # lvdisplay -v /dev/vg00/lvol1
lvdisplay: Warning: couldn't query physical volume "/dev/dsk/c2t0d0":
The specified path does not correspond to physical volume attached to
this volume group
lvdisplay: Warning: couldn't query all of the physical volumes.
--- Logical volumes ---
LV Name                     /dev/vg00/lvol1
VG Name                     /dev/vg00
LV Permission               read/write
LV Status                   available/stale
Mirror copies               1
Consistency Recovery        MWC
Schedule                    parallel
LV Size (Mbytes)            504
Current LE                  63
Allocated PE                126
Stripes                     0
Stripe Size (Kbytes)        0
Bad block                   off
Allocation                  strict/contiguous
IO Timeout (Seconds)        default

   --- Distribution of logical volume ---
   PV Name            LE on PV  PE on PV
   /dev/dsk/c2t2d0    63        63

   --- Logical extents ---
   LE    PV1                PE1   Status 1 PV2                PE2   Status 2
   00000 /dev/dsk/c2t2d0    00000 current  ???                00000 stale
   00001 /dev/dsk/c2t2d0    00001 current  ???                00001 stale
   00002 /dev/dsk/c2t2d0    00002 current  ???                00002 stale
.
.

--Shirish

Last edited by methyl; 02-09-2012 at 10:56 AM.. Reason: please use code tags
 

10 More Discussions You Might Find Interesting

1. HP-UX

disk adding through lvm

Hi dear(s) Can u explain how to add a disk through lvm with commands. I need to add a 9 gb scsi HS disk to a Hp D class 9000 server. (2 Replies)
Discussion started by: sreekumar.R
2 Replies

2. AIX

Removing Faulty Disk SSA

Hi Experts, I have configured A D40 Array. There is an faulty disk which is not part of an raid volume but shows fault in the diagnostics. pdisk15 U0.1-P1-I1/Q1-W40AA83CC2400D SSA160 Physical Disk Drive ( MB) Is there a way to stop this... (2 Replies)
Discussion started by: vuppala360
2 Replies

3. AIX

Disk I/O Issue using LVM

We have a filesystem which contains 8 hard disks but i am facing disk I/O issue becuase data is not spreading across all the disks.Is there any way i can check how data is spreading and any parameter we need to change to spread ata across all disks. OS--AIX 5.3 (1 Reply)
Discussion started by: ukatru
1 Replies

4. Solaris

Help with faulty Disk on Sun OS

Hi, Recently i came across a disk that seems to be faulty and need help. I have gathered some information by running below commands and any help on how to solve this will be great. # uname –a SunOS XYZ 5.7 Generic_106541-16 sun4u sparc SUNW,Ultra-4 #df -k Filesystem kbytes used... (3 Replies)
Discussion started by: phanidhar6039
3 Replies

5. HP-UX

Remove faulty disk LV from VG

Hi, Have mirrored the primary disk to 3 . Server and OS: # uname -a HP-UX pdwp1s B.11.11 U 9000/800 118434630 unlimited-user license # model 9000/800/L3000-7x # strings /etc/lvmtab /dev/vg00 +F@< /dev/dsk/c1t2d0 /dev/dsk/c2t2d0 /dev/dsk/c2t0d0 But now I have only 1 disk... (5 Replies)
Discussion started by: Shirishlnx
5 Replies

6. HP-UX

FAULTY DISK replacement HP rx4640

Hello, I'm new to this forum and as you will see from my question I'm new to UNIX as well. One of our costumers has HP rx4640 running on UNIX with two 300GB hot-swappable disks that are mirrored. They reported to us that one of the disks is faulty and they want us to take care of it. Below is... (16 Replies)
Discussion started by: gjk
16 Replies

7. Solaris

[solved] How to blink faulty disk in Solaris hardware?

Hi Guys, One of two disks in my solaris machine has failed, the name is disk0, this is SUN physical sparc machine But I work remotely, so people working near that physical server are not that technical, so from OS command prompt can run some command to bink faulty disk at front panel of Server.... (9 Replies)
Discussion started by: manalisharmabe
9 Replies

8. UNIX for Advanced & Expert Users

LVM - restore metadata on other disk

Hi guys, I would like to ask your opinion about my theory, how to fix my broken LVM without risking any data loss. I use Archlinux at home. I just love this distro, even it gives me a lots of work (particularly after system updates). Basic system spec: AMD FX(tm)-6100 Six-Core Processor... (1 Reply)
Discussion started by: lyynxxx
1 Replies

9. HP-UX

LVM: is possible to replace a disk?

Scenario1: VG00 lvm,not mirrored,2 disk of 36GB vg size VG00 size is under 30G. Is possible to remove a disk of 36GB and replace "on fly" with a disk of 300GB on VG00? Thanks (6 Replies)
Discussion started by: Linusolaradm1
6 Replies

10. UNIX for Beginners Questions & Answers

Show faulty shows PS1 faulty

I plugged both power cables in both power supply. When I unplugged each power cable one by one, the SPARC T4-1 machine keep running. However, show faulty command shows below message. (I have also attached the picture of both power supply) -> show faulty Target ... (1 Reply)
Discussion started by: z_haseeb
1 Replies
PVCK(8) 						      System Manager's Manual							   PVCK(8)

NAME
       pvck - check physical volume metadata

SYNOPSIS
       pvck [-d|--debug] [-h|--help] [-v|--verbose] [--labelsector] PhysicalVolume [PhysicalVolume...]

DESCRIPTION
       pvck checks physical volume LVM metadata for consistency.

OPTIONS
       See lvm for common options.

       --labelsector sector
	      By  default, 4 sectors of PhysicalVolume are scanned for an LVM label, starting at sector 0.  This parameter allows you to specify a
	      different starting sector for the scan and is useful for recovery situations.  For example, suppose the partition table is corrupted
	      or  lost	on  /dev/sda, but you suspect there was an LVM partition at approximately 100 MB.  This area of the disk may be scanned by
	      using the --labelsector parameter with a value of 204800 (100 * 1024 * 1024 / 512 = 204800):

	      pvck --labelsector 204800 /dev/sda

	      Note that a script can be used with --labelsector to automate the process of finding LVM labels.

SEE ALSO
       lvm(8), pvcreate(8), pvscan(8) vgck(8)

Sistina Software UK					 LVM TOOLS 2.02.95(2) (2012-03-06)						   PVCK(8)
All times are GMT -4. The time now is 02:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy