Sample VCS_Site_Info.xml file

The following sample xml depicts the VCS_Site_Info.xml file. This file lists the attribute values for the configured application components, on both the sites.

<SiteInfo>
<site name="SiteB">
<attr resname="GenericApplication-SG-Lanman" 
attrname="VirtualName" type="scalar">
<value data="LanmanName_SiteB"/>
</attr>                
<attr resname="GenericApplication-SG-VMWareDisks" 
attrname="ESXDetails" type="assoc">
<value data="ESXIP_SiteB" rvalue="root=ESXPassword_encrypted
ByVCS_SiteB"/>
</attr> 
<attr resname="GenericApplication-SG-IP" attrname="Address" type="scalar">
</attr>
</site>
<site name="SiteA">
<attr resname="GenericApplication-SG-Lanman" 
attrname="VirtualName" type="scalar">
</attr> 
<attr resname="GenericApplication-SG-VMWareDisks" 
attrname="ESXDetails" type="assoc">
<value data="ESXIP_SiteA" rvalue="root=ESXPassword_encrypted
ByVCS_SiteA"/>
</attr> 
<attr resname="GenericApplication-SG-IP" attrname="Address" type="scalar">
</attr>
</site>
</SiteInfo>