TO bring zones in VCS
Created: 29 Aug 2012
Please let me know the procedure to bring zones in VCS configuration.
I have given the path like this:
bash-3.2# zoneadm list -cvi
ID NAME STATUS PATH BRAND IP
0 global running / native shared
1 myzone running /DB103/BSSP/ORACLE/datafiles native shared
bash-3.2# df -h /DB103/BSSP/ORACLE/datafiles
Filesystem size used avail capacity Mounted on
/dev/vx/dsk/BSSPdg/data
900M 337M 528M 39% /DB103/BSSP/ORACLE/datafiles
the FS(/DB103/BSSP/ORACLE/datafiles )is under cluster...
Till now I have created zones in both the nodes.
Let me know how we can proceed further.
Comments
Have a look at "How to add
Have a look at "How to add Oracle Database under VCS configuration using Command Line" - http://www.symantec.com/business/support/index?page=content&id=TECH87319
and also the Veritas Storage Foundation and High Availability Solutions Virtualization Guide
5.1SP1: https://sort.symantec.com/public/documents/sfha/5.1sp1/solaris/productguides/pdf/sfha_virtualization_51sp1_sol.pdf
6.0.1: http://www.symantec.com/business/support/resources/sites/BUSINESS/content/live/DOCUMENTATION/5000/DOC5860/en_US/sfhas_virtualization_601_sol.pdf
Also https://www-secure.symantec.com/connect/articles/whitepaper-portable-virtualized-oracle-environments-solaris-using-sf-hadr may be helpful
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Hi, Steps to bring Zone under
Hi,
Steps to bring Zone under VCS configuration -
Configure, install and boot the zone
Perform initial console configuration for the zone.
For more details refer to Oracle documentation about "Performing the Initial Internal Zone Configuration" section in the System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones guide.
Make sure global zone hostname is pingable from inside the zone
Run /opt/VRTSvcs/bin/hazonesetup utility on each node of the cluster with Zone on that node.
/opt/VRTSvcs/bin/hazonesetup utility will create service groups, resources, if required. Also, it will setup password-less communication between local zone global zone. Password-less communication is required by applications running inside zone to communicate to VCS engine running in global zone.
If you already have VCS storage resources (Mount, DiskGroup, Volume, etc) to monitor zoneroot FS (/DB103/BSSP/ORACLE/datafiles), you can add Zone resource to same service group as storage resources by providing same service group name to hazonesetup.
Make sure you setup correct dependencies between storage resources and Zone resource, such that zoneroot FS is brought online before Zone resource online is initiated (make Zone resource parent of storage resource).
Hope this helps.
Thanks and Regards,
Paresh Bafna
Thanks and Regards,
Paresh Bafna
Would you like to reply?
Login or Register to post your comment.