VXVM Tips

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Maximum size of a VxVM volume

VxVM supports volume lengths up to 256TB. However, any 32-bit legacy application
s that use system calls such as seek, lseek, read and write are limited to a max
imum offset that is determined by the operating system. This value is usually 23
1-1 bytes (1 byte less than 2 terabytes).
========================================================================
To see the host using any of the used dg
[root@node14 by-path]# vxdisk list disk_5|more
Device:
disk_5
devicetag: disk_5
type:
auto
hostid:
node13
disk:
name= id=1341569837.11.node13
group:
name=firstdg id=1341569870.13.node13
info:
format=cdsdisk,privoffset=256,pubslice=3,privslice=3
flags:
online ready private autoconfig autoimport
pubpaths: block=/dev/vx/dmp/disk_5s3 char=/dev/vx/rdmp/disk_5s3
guid:
{c3c8cece-c753-11e1-916f-7c7d8b2f84c9}
udid:
SECOND%20I%5FVIRTUAL-DISK%5FDISKS%5F494554202020202030303032303030310
000000000000000
site:
version: 3.1
iosize:
min=512 (bytes) max=1024 (blocks)
public:
slice=3 offset=65792 len=1978112 disk_offset=0
private: slice=3 offset=256 len=65536 disk_offset=0
update:
time=1341569910 seqno=0.7
ssb:
actual_seqno=0.0
headers: 0 240
configs: count=1 len=51360
logs:
count=1 len=4096
Defined regions:
config priv 000048-000239[000192]: copy=01 offset=000000 enabled
config priv 000256-051423[051168]: copy=01 offset=000192 enabled
log
priv 051424-055519[004096]: copy=01 offset=000000 enabled
lockrgn priv 055520-055663[000144]: part=00 offset=000000
Multipathing information:
numpaths: 1
sdg
state=enabled
[root@node14 by-path]#
================================================================================
===
How to verify that the volumes have been stopped or not
The below sample vxinfo output shows that the volume "vol01" has been stopped (
i.e. "startable" ), however, volumes vol01-L01 and vol01-L02 are still started (
i.e. "enabled" ).
Sample vxinfo output
#vxinfo -g firstdg
Vol01
fsgen
Vol01-L01
fsgen
Vol01-L02
fsgen

Starteable
Started
Started

================================================================================

====
*150*04#

You might also like