Forum Discussion

Dev_Roy's avatar
Dev_Roy
Level 6
15 years ago

Can anyone share the main.cf file with me?


Hi All,

I would like to give you a brief description of the setup for your understanding.

There two site Prodcution and Disaster Recovery. Production site has two Solaris Sparc system and DR site has one Solaris Sparc System.
OS: Solaris 10
SF version: 5.0MP3RP3HF2

We have following products that needs to be deployed and integrated together:
1.> Veritas Cluster Server
2.> Veritas Cluster Volume Manager and Cluster File System.
3.> Veritas Volume Replicator for replication of database to the DR site.
4.> Veritas Volume Manager.
5.> We have to cluster the production and DR cluster together ( Global Clustering Option ).
6.> Netbackup

I have done the first 5 things earlier but do not have much experience on integrating Netbackup with GCO. If anyone of you have similar configuration then can you please share just the main.cf file of production site as well as DR site just for my reference. In this envrionment I would like Netbackup to come up fine automatically on DR site in the event of production site failure.

Appreciate your help in advance.

Regards,
Dev.

  • Hey Dev ...

    On DR site... you should have NBU resource configured like this:

      NetBackup Test01-nbu (
                    ServerName = Test_NBU_Server
                    ServerType = Test_NBUMaster
                    )

            NetBackupVBRAgent Test-vba (
                    Critical = 0
                    ServerName = VBRA_Server
                    ServerType = VBRAgent
                    MonScript = NONE
                    RSPFile = "/opt/VRTSccsva/bin/cluster/NBU_RSP"
                    GroupName = Test-NBU-SG
                    )

    RVG should be configured in a different failover service group & your group containing NBU should be hard dependent on RVG group



    Hope this helps..

    Gaurav

3 Replies


  • Hey Dev ...

    On DR site... you should have NBU resource configured like this:

      NetBackup Test01-nbu (
                    ServerName = Test_NBU_Server
                    ServerType = Test_NBUMaster
                    )

            NetBackupVBRAgent Test-vba (
                    Critical = 0
                    ServerName = VBRA_Server
                    ServerType = VBRAgent
                    MonScript = NONE
                    RSPFile = "/opt/VRTSccsva/bin/cluster/NBU_RSP"
                    GroupName = Test-NBU-SG
                    )

    RVG should be configured in a different failover service group & your group containing NBU should be hard dependent on RVG group



    Hope this helps..

    Gaurav
  • Thanks for your help Gaurav!!!
    Thanks for takig the pain to email me the rest of the details.

    Cheers,
    Dev