Luns exported format from storage box
Created: 18 May 2012 | Updated: 29 May 2012
Hi People,
I have a doubt. In veritas storage foundation ,is there a way to know if a exported lun from storage , is stripe or concat ?
Thanks in advance
Alejandro
Quick Look Solution
"vxdisk -e" may work - see
"vxdisk -e" may work - see extract from manual:
If the -e option is specified, an additional two columns are displayed. The first column shows the OS-based disk access name. This option is useful if you have enabled enclosure-based naming. The second column shows the device-specific extended attributes. These attributes are specific to the device, like type of hardware mirroring on the disk, type of dynamic provisioning on disk, mediatype of the disk, etc
Mike
Comments
Luns from hardware array is
Luns from hardware array is presented to the OS as a physical disk. We then use these 'disks' to create VxVM volumes.
You will need to use array tools to view physical layout.
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
"vxdisk -e" may work - see
"vxdisk -e" may work - see extract from manual:
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Hi Some array vendors include
Hi
Some array vendors include such metadata coded in the SCSI inquiry data of the LUN. If it data is exposed AND the ASL has the ability to intepret it, then these extended attributes can be displayed as Mike mentioned.
Below is an extract from the admin guide
https://sort.symantec.com/public/documents/sfha/6....
cheers
tony
VXDISK Extended Attributes
Alejandro,
To determine what the avaiable extened atrributes are, you can run the following comamnds:
#> vxdisk -x (SF 6.0)
#> vxdisk -x list (SF 5.1)
There are nearly 70 differents attributes that we report on. That said, not all array vendors publish the same attribute info.
Joe D
Thank you very much everyone
Thank you very much everyone for your answers
Ale
Just to clarify, as in my
Just to clarify, as in my first post, "vxdisk -e list" MAY work and this depends, as Tony says if array vendors include such metadata coded in the SCSI inquiry data of the LUN.
As Joe says you can use vxdisk -x to see what extended attributes are available, although on 5.1, syntax is not "vxdisk -x list", it is just "vxdisk -x" and this does not give values of extended attributes, just available attributes, as Joe says. Example output on a Solaris system I tried:
Running vxdisk -e list gives:
So this gives the raid type - "RAID 6". You can get hardware mirroring type from "vxdisk -x <attr> -p list", but I tried several attributes HARDWARE_MIRROR, ATYPE, LUN_TYPE and MEDIA_TYPE before I stumbled on correct (non-obvious attibute):
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Would you like to reply?
Login or Register to post your comment.