Sponsored Content
Top Forums UNIX for Advanced & Expert Users Finding volumes with mirrored DRL(Dirty Region Log) Post 302199249 by Grippo on Monday 26th of May 2008 07:56:41 AM
Old 05-26-2008
Quote:
Originally Posted by prasi_in
hi,
How do I find VxVM volumes which have a mirrored DRL.

thanks in advance
Prasi
The following output from vxprint shows a mirror volume with a DRL attached.

v vol04 fsgen ENABLED ACTIVE 20480 SELECT −
pl vol04−02 vol04 ENABLED ACTIVE 21280 CONCAT − RW
sd datadg01−04 vol04−02 datadg01 256880 21280 0 c2t1d0 ENA
pl vol04−03 vol04 ENABLED ACTIVE LOGONLY CONCAT − RW
sd disk06−06 vol04−03 disk06 20720 2 LOG c2t2d0 ENA
pl vol04−01 vol04 ENABLED ACTIVE 20720 CONCAT − RW
sd disk01−04 vol04−01 disk01 62160 20720 0 c2t0d1 ENA

plexes vol04-01 and vol04-02 are the mirror plexes.

plex vol04-03 is the DRL - indicated by the keyword LOGONLY. Note that this is a very small plex because is is simply a bit map of the mirror.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

stack region

how can i determine that what percentage of stack region is currently is used? (i am using tru64 unix) (2 Replies)
Discussion started by: yakari
2 Replies

2. Shell Programming and Scripting

Quick-and-dirty g++ compilation

I am creating a small bash file that will take one argument and compile it: #!/bin/bash OUT=${$1%.cpp} # C++ source files always end in .cpp g++ -Wall $1 -o $OUT chmod 777 $OUT The error message says 'bad substitution', namely where OUT is defined. How to fix this? (1 Reply)
Discussion started by: figaro
1 Replies

3. AIX

Can't mount showing 0506-342 The superblock on /dev/fslv00 is dirty

Dear All Last day in Aix 5.2 server by executing # df –g I found following: Filesystem GB blocks Free %Used Iused %Iused Mounted on . . /dev/fslv00 58.00 136.70 -135% 212103 1% /sprod After shutting down by following command # shutdown –h And when... (1 Reply)
Discussion started by: xa52000
1 Replies

4. Solaris

odd behaviour of app writes to mirrored volumes

Hi, Normally, I setup my volumes under Solaris (doesnt matter, 8 or 10), as vxassist -g dg01 -U gen make vol01 500m dg0101, then I do a mirror vxassist -g dg01 mirror vol01 dg0102. Which is legal and does work, however, when the primary dg01 array (or simply in this case, the volume)... (2 Replies)
Discussion started by: mrmurdock
2 Replies

5. Shell Programming and Scripting

noob question - is awk the tool to clean dirty text files?

Hi, nevermind. I think I've found the answer. It appears I was looking for index, match, sub, and gsub. I want to write a shell script that will clean the html out of a bunch of files and format the data for import into excel. Awk seems like a powerful tool, but it seems oriented to... (1 Reply)
Discussion started by: yogert909
1 Replies

6. Shell Programming and Scripting

Need a quick and dirty solution

I have a list of multiple versions of software. The list is formated as follows: NAME VERSION I simply need to pull out the highest version of each software, for example: Original File a v1.0 a v1.1 a v1.2 b v2.1 b v2.2 b v2.21 b v3.0 Output a v1.2 b v3.0 (13 Replies)
Discussion started by: Finja
13 Replies

7. UNIX for Advanced & Expert Users

Superblock marked dirty

Good morning! I met a problem on a FS with AIX 5.3 It's not possible to mount the FS because of a dirty superblock. I tried few things without success. I need your help to solve my problem guys. Do you have any idea please? Thanks a lot drp01,/home/root # mount /GSPRES/data Replaying... (9 Replies)
Discussion started by: Castelior
9 Replies

8. What is on Your Mind?

Anybody want to talk about Dirty Cow?

Hi All, How worried is everyone about the Dirty Cow Linux exploit? Has anybody experienced attacks yet? From the research I've done it seems that the exploit is "reliable" (that is it works nearly every time on vulverable systems) which is not good news. We all believe that Unix/Linux... (3 Replies)
Discussion started by: hicksd8
3 Replies
lvmerge(1M)															       lvmerge(1M)

NAME
lvmerge - merge two LVM logical volumes into one logical volume SYNOPSIS
autobackup] copy_lv_path master_lv_path Remarks This command requires the installation of the optional HP MirrorDisk/UX software, which is not included in the standard HP-UX operating system. DESCRIPTION
The command merges two logical volumes of the same size. The copy_lv_path is added as a mirrored copy of master_lv_path and only the mas- ter_lv_path logical volume is retained. The number of mirrored copies of the master_lv_path is increased by the number of copies in the copy_lv_path. Either copy_lv_path or master_lv_path must be an unmirrored logical volume. Data previously contained in the copy_lv_path will be resynchronized using the data in the master_lv_path. All new data on the copy_lv_path will be destroyed and the copy_lv_path logical volume will be removed. By default, completes after all the extents are resynchronized. When run with the option, if there is no bitmap (see below), returns with- out resynchronizing the remaining logical volume. Using the option may affect data high availability as extents may remain stale. Use or to synchronize the mirrors. The normal usage for this command is to merge previously mirrored logical volumes that have been split using the command. However, the two logical volumes are not required to have been the result of a previous operation. NOTE: When a mirrored logical volume of a non-shared volume group is split into two logical volumes using a bitmap is stored that keeps track of all writes to either logical volume in the split pair. If the volume group was shared at the time of the split, no bitmap was created. When the two logical volumes are subsequently merged using the bitmap is used to decide which areas of copy_lv_path need to be resynchronized with the master_lv_path. This bitmap remains in existence until one of the following conditions occurs: o The merge is completed. o One of the logical volumes is extended, reduced, or split again. o The volume group is deactivated, or cross-activated to shared mode (see vgchange(1M)). o The system is rebooted. If there is no bitmap available, all the physical extents from the copy_lv_path are marked stale. If there is a bitmap available, the option is ignored. Options and Arguments recognizes the following options and arguments: copy_lv_path The block device path name of a logical volume that will be removed. master_lv_path The block device path name of a logical volume that will remain. Set automatic backup for this invocation of this command. autobackup can have one of the following values: Automatically back up configuration changes made to the logical volume. This is the default. After this command executes, the command (see vgcfgbackup(1M)) is executed for the volume group to which the logical volume belongs. Do not back up configuration changes this time. If there is no bitmap, do not synchronize the new mirrors in the master_lv_path after the merge. Using the option may affect data high availability as extents may remain stale. Use or to synchronize the mirrors. Shared Volume Group Considerations For volume group version 1.0 and 2.0, cannot be used if the volume group is activated in shared mode. For volume groups version 2.1 (or higher), can be performed when activated in either shared, exclusive, or standalone mode. Note that the daemon must be running on all the nodes sharing a volume group activated in shared mode. See lvmpud(1M). When a node wants to share the volume group, the user must first execute a if logical volumes were merged at the time the volume group was not activated on that node. LVM shared mode is currently only available in Serviceguard clusters. 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
Merge with Data in will be overwritten by and will be removed. Merge with Data in will be overwritten by and will be removed. If the bitmap does not exist, then mark all extents associated with as stale and complete without resynchronizing. WARNINGS
does not check to guarantee that the allocation policy of master_lv_path is preserved after the merge. SEE ALSO
lvcreate(1M), lvextend(1M), lvmpud(1M), lvsplit(1M), lvsync(1M), vgsync(1M). Requires Optional HP MirrorDisk/UX Software lvmerge(1M)
All times are GMT -4. The time now is 11:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy