About Us

RSInfoMinds, a web based IT Training and Consultancy firm. It is established with high dreams in training people in IT Infrastructure Field. We provide Online and Class Room training in various fields of IT Infrastructure Management.

Join Us: http://www.facebook.com/RSInfoMinds
Mail Us: rsinfominds@gmail.com
Twitter: @RSInfoMinds

We are specialized in the below courses:

Redhat Linux Admin Redhat Linux Cluster
Redhat Virutualization IBM AIX Admin
IBM AIX Virtualization IBM AIX Cluster
HP Unix Admin HP Unix Cluster
HP Unix Virtualization Shell Scripting
Veritas Volume Manager Veritas Cluster
Oracle Core DBA VMWare


We provide training in such a way, So that you get in depth knowledge on the Courses you look for.

And we ensure you are very confident from each and every Techincal aspect that the IT Industry needs and expects from you.

We also conduct Workshops on the latest technology and the real time faculties sharing their work experiences to make you the best.

Tuesday 10 January 2012

Need of PVID, UDID and IEEE

To export a physical volume as a virtual device, the physical volume must have an IEEE volume attribute, a unique identifier (UDID), or a physical identifier (PV ID).

Physical Volume Identifiers

A physical volume in an AIX Box (hdisk#) could be identified with Physical Volume ID, UDID (Unique Device Identifier), IEEE Identifier.

PVID : 32 Digit Identified on which the first 16 Digit remains the same on all the Physical Volumes and the remaining 16 Digit vary among the physical volumes.

UDID : This is value that is assigned to the physical volumes that are managed by MPIO.

$ chdev -dev hdisk# -verbose : Command to view the PVID, UDID and IEEE ID for a physical volume.

# lsattr -EHl hdisk# : Command to view the PVID and UDID for a disk.

$ chkdev -dev hdisk1 -verbose

NAME:                hdisk1
IDENTIFIER:          210ChpO-c4HkKBc904N37006NETAPPfcp
PHYS2VIRT_CAPABLE:   YES
VIRT2NPIV_CAPABLE:   NA
VIRT2PHYS_CAPABLE:   NA
PVID:                00c58e40599f2f900000000000000000
UDID:                2708ECVBZ1SC10IC35L146UCDY10-003IBXscsi
IEEE:
VTD:
PHYS2VIRT_CAPABLE:  Shows that the resource could be virtualized.
VIRT2NPIV_CAPABLE:  Shows that the resource is N-Port Virtualization supportive.
VIRT2PHYS_CAPABLE :  Shows the resource could be used as a physical object.