Sponsored Content
Full Discussion: failing drive
Operating Systems AIX failing drive Post 302216743 by zaxxon on Monday 21st of July 2008 05:19:26 AM
Old 07-21-2008
If I recall correct from your other post it was hdisk2?
You need to know if it is part of a VG:
Code:
lspv| grep hdisk2

Next check if it is mirrored:
Code:
lsvg -l <nameofthatvg>

You will get a list where there is a column calle LPs and PPs.
If the PPs are a multiple of LPs, you have set up a mirror, which is good and makes it easy. You'll have to check that for all LVs/FS's that are listed. Else you have

If you don't have a mirror, you'll have to varyoffvg the VG and replace the disk, but you'll have to restore from your backup.

When it is mirrored like described above, you can just do following, like "man unmirrorvg" says:
Code:
       3    To replace a bad disk drive in a mirrored volume group, enter:

            unmirrorvg workvg hdisk7
            reducevg workvg hdisk7
            rmdev -l hdisk7 -d
            replace the disk drive, let the drive be renamed hdisk7
            extendvg workvg hdisk7
            mirrorvg workvg
            Note: By default in this example, mirrorvg will try to create 2 copies for logical
            volumes in workvg. It will try to create the new mirrors onto the replaced disk
            drive. However, if the original system had been triply mirrored, there may be no
            new mirrors created onto hdisk7, as other copies may already exist for the logical
            volumes. This follows the default behavior of unmirrorvg to reduce the mirror copy
            count to 1. Note: When unmirrorvg workvg hdisk7 is run, hdisk7 will be the
            remaining drive in the volume group. This drive is not actually removed from the
            volume group. You must run the migratepv command to move the data from the disk
            that is to be removed from the system to disk hdisk7.

 

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

The best partitioning schem for a 250GB Sata hard drive & a 75GB SCSI hard drive

Hi I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
Discussion started by: sirbijan
0 Replies

2. UNIX for Dummies Questions & Answers

Map Drive From Windows To Apache Shared Drive?

Anyone know how I can map a windows drive to an apache shared drive? In my httpd.conf file, I have: Alias /merc_rpts/ "/u/merc_rpts/" <Directory "/u/merc_rpts"> Options Indexes </Directory> I'm able to bring up a browser and see the contents of this folder. In... (0 Replies)
Discussion started by: gseyforth
0 Replies

3. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

4. Shell Programming and Scripting

ps -ef failing sometimes

Hi Everyone, we have a shell script "DLP_recv.sh" that has below command which is supposed to return the number of active instances of itself, which means of there is no other instance then commad would return 1 (for the current instance). The problem is that it sometimes it returns 0 which is... (3 Replies)
Discussion started by: guycool
3 Replies

5. Hardware

How to Clone a Drive with 512 byte Sectors to a Drive with 4096 bytes/sector (AF)?

I have a 320 GB drive which dual boots Windows and Debian: Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal):... (0 Replies)
Discussion started by: phillipsoasis
0 Replies

6. HP-UX

DLT 7000 tape drive failing with "write error on a record in the index"

HP rp5450 (L2000) running HP-UX 11.11B Using DLT 7000 and DLT 4000 tape drives for nightly full backups Backup jobs created by SAM DLT 7000 cron entry is as follows: 00 2 * * 1-6 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/0m /var/sam/graphLCAa17036 root Y 1 N > /var/sam/SAM_br_msgs 2>&1... (1 Reply)
Discussion started by: dreh99
1 Replies

7. UNIX for Dummies Questions & Answers

Need help to move .csv file from UNIX path to windows shared drive or c:\ drive

Hi Guys, Can any one help me on this. I need help to move .csv/.xls file from unix path to windows shared drive or c:\ drive? Regards, LKR (1 Reply)
Discussion started by: lakshmanraok117
1 Replies

8. Solaris

Drive is showing offline in the /var/adm/messages and shows "drive type unknown" in the format outpu

Hi, I am facing issue with one of the drive is solaris 10. it is showing offline in the messages file scsi: WARNING: /pci@2,600000/QLGC,qlc@0/fp@0,0/ssd@w5006016746e00b1b,0 (ssd0): drive offline genunix: WARNING: Page83 data not standards compliant DGC LUNZ 0430 ... (1 Reply)
Discussion started by: Prasanth T K
1 Replies
lvsync(1M)																lvsync(1M)

NAME
lvsync - synchronize stale mirrors in LVM logical volumes SYNOPSIS
lv_path ... Remarks This command requires the installation of the optional HP MirrorDisk/UX software (not included in the standard HP-UX operating system) before it can be used. If the logical volume input arguments belong to a combination of volume groups version 1.0 and 2.0 or higher, the arguments may not be pro- cessed in the order they are listed on the command line. DESCRIPTION
The command synchronizes the physical extents of each logical volume specified by lv_path. Synchronization occurs only on physical extents that are stale mirrors of the original logical extent. The synchronization process can be time consuming, depending on the hardware char- acteristics and the amount of data. Arguments recognizes the following argument: lv_path The block device path name of a mirrored logical volume. Options recognizes the following option: Perform mirror synchronization of logical volumes within a volume group using multiple parallel threads. Logical volumes belonging to different volume groups will be synchronized serially. It is possible that logical volumes start and/or complete their synchronization in a different order than specified on the command line. The maximum number of threads used can be controlled using the system tunable. NOTE: This option has no effect if the volume group is activated in shared mode. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
Synchronize the mirrors on a logical volume: Synchronize the mirrors on three logical volumes using multiple parallel threads: Add mirror copies using with the option for three logical volumes, and then synchronize mirrors on these three logical volumes using multi- ple parallel threads. First, add mirror copies to each logical volume using with the option: Now synchronize the mirrors on these three logical volumes using multiple parallel threads: SEE ALSO
lvdisplay(1M), lvextend(1M), vgsync(1M). Requires Optional HP MirrorDisk/UX Software lvsync(1M)
All times are GMT -4. The time now is 08:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy