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.

Sunday 16 March 2014

VCS Configruation: Part I

The below post will show how to create a Cluster HA filesystem resource:

[root@node1 /]# vxdisk -e list
DEVICE       TYPE           DISK        GROUP        STATUS               OS_NATIVE_NAME   ATTR
disk_8       auto:cdsdisk   -            -           online               sdc              -
sda          auto:none      -            -           online invalid       sda              -
sdb          auto:LVM       -            -           LVM                  sdb              -
[root@node1 /]#

[root@node2 ~]# vxdisk -e list
DEVICE       TYPE           DISK        GROUP        STATUS               OS_NATIVE_NAME   ATTR
disk_8       auto:cdsdisk   -            -           online               sdb              -
sda          auto:none      -            -           online invalid       sda              -
[root@node2 ~]#


Creating a disk group:

[root@node1 /]# vxdg init oracle disk_8
[root@node1 /]# vxdg list
NAME         STATE           ID
oracle       enabled,cds          1394886552.14.node1.cluster.com
[root@node1 /]#

Creating a volume:

[root@node1 /]# vxassist -g oracle make oracle_vol 500M
[root@node1 /]# vxprint -g oracle
TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
dg oracle       oracle       -        -        -        -        -       -

dm disk_8       disk_8       -        2027264  -        -        -       -

v  oracle_vol   fsgen        ENABLED  1024000  -        ACTIVE   -       -
pl oracle_vol-01 oracle_vol  ENABLED  1024000  -        ACTIVE   -       -
sd disk_8-01    oracle_vol-01 ENABLED 1024000  0        -        -       -
[root@node1 /]#

Formating and Mount the filesystem:

[root@node1 /]# mount -t vxfs /dev/vx/dsk/oracle/oracle_vol /oracle
[root@node1 /]# df -Th /oracle
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/vx/dsk/oracle/oracle_vol
              vxfs    500M  3.3M  466M   1% /oracle
[root@node1 /]#




No comments:

Post a Comment