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.

Thursday 2 January 2014

Build A Filesystem Using VCS In Linux

VCS Filesystem Creation

Veritas Volume Manager Commands

/etc/default/vxassist : File that contains default attributes of vxassist command.

# vxdisk -f scandisks : Scan for new disks connected to the system and reinitiate dynamic configuration of MPIO disks.

# vxdctl enable : Command to rebuild volume device node directory and updates DMP Internal database upon adding new disk to the system.

# vxdisk scandisks new : Discover only new devices that were not known earlier.


# vxdisk scandisks fabric : Discover for fabric devices.


# vxdisk scandisks device=c#t#d#,c#t#d#  : Scan for particular disks.


# vxdisk scandisks \!device=c1t1d1 : Scan for all device except the c1t1d1.


# vxdisk scandisks \!ctlr=c1 : Scan for all the disks except on the  logical controller c1.

# vxdisk scandisks pctlr=8/12.8.0.255.0 : Scan for devices connected to the specific controller.

The items in a list of physical controllers are separated by + characters.

# vxdmpadm getctlr all : Command to get the controllers on the machine.

# vxddladm list : List all the devices including SCSI Devices.

The following is a sample output:
HBA c2 (20:00:00:E0:8B:19:77:BE)
Port c2_p0 (50:0A:09:80:85:84:9D:84)
Target c2_p0_t0 (50:0A:09:81:85:84:9D:84)
LUN c2t0d0


# vxddladm list hbas : List the HBA on the machine.