Wednesday, January 1, 2014

Veritas Proxy and Phantom Configuration

Veritas Proxy and Phantom Configuration


In this document we are going to see how to configure Veritas proxy and phantom
Let’s suppose if we are using more than one service group on cluster and it’s all using same NIC then we can use proxy and phantom on that.
# hagrp -list
ClusterService          node1
ClusterService          node2
apachesg                node1
apachesg                node2
nfsservice              node1
nfsservice              node2

We have two service groups (apachesg, nfsservice) using the same NIC.

Let’s create NIC service group

# hagrp –add nic_sg
# hagrp –modify nic_sg SystemList node1 0 node2 1
# hagrp –modify nic_sg AutoStartList node1 node2
# hagrp –modify nic_sg Enabled 1
# hagrp –modify nic_sg Parallel 1

Create nic resource
# hares –add nic_res NIC nic_sg
# hares –modify nic_res Enabled 1
# hares –modify nic_res Device eth0

Creating phantom resource
# hares –add phantom_res Phantom nic_sg
# hares –modify phantom_res Enabled 1

# hares –state phantom_res
# hares –state nic_sg

Let’s use this nic service group on other application service groups

Delete the nic resources on the app Service group
# hares –delete nic_apache
# hares –delete nic_nfs

Add the phantom nic resource
# hares –add prx_apache Proxy apachesg
# hares –modify prx_apache Enabled 1
# hares –modify prx_apache TargetResName nic_sg

# hares –add nic_nfs Proxy nfssg
# hares –modify nic_nfs Enabled 1
# hares –modify nic_nfs TargetResName nic_sg


Link the dependencies
# hares –link ip_apache prx_apache
# hares –link ip_nfs nic_nfs

---------Veritas proxy and phantom has been configured---------





5 comments:

  1. I read your article and get very important information in addition if you have any query you can click here.
    access Torrentz in UK

    ReplyDelete
  2. I have to survey many sites now I m telling you about blocked sites to access a great method just one click here you will be surprised.
    access Mp3Raid in UK

    ReplyDelete
  3. very nice and helpfull article.The translation service is really very helpful to me.
    Torrentreactor UK proxy

    ReplyDelete
  4. I really like your this work hope so every one who visit this page too share his comments. Thanks for share this.
    Torrentreactor UK proxy

    ReplyDelete
  5. I think if following line we should use nis_res instead of nic_sg:
    hares –modify prx_apache TargetResName nic_sg

    ReplyDelete