Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ OpsCenter Administrator's Guide
  3. Appendix D. Creating views using CSV, TSV, and XML files
  4. Example 1: Adding an object
Veritas NetBackup™ OpsCenter Administrator's Guide

Example 1: Adding an object

Example 1, when imported into OpsCenter Analytics, adds the object Detroit under the MyMasterServers view.

(The DTD header has been snipped.)

<application version="2.0">
<objects>
<object id="o3" name="master.abc.domain.com" action="declare" 
type="MASTER_SERVER" dbid="58">
<attribute>
<name>Location</name> 
<value>Illinois</value> 
</attribute>
</object>
<object id="o4" name="master1" action="declare" 
type="MEDIA_CLIENT" dbid="61" /> 
<object id="o5" name="dailybackuppolicy" action="declare" 
type="POLICY" dbid="62" /> 
<object id="o6" name="weeklybackuppolicy" action="declare" 
type="POLICY" dbid="63" /> 
<object id="o7" name="monthlybackuppolicy" action="declare" 
type="POLICY" dbid="64" /> 
</object>
<object id="o10" name="Detroit" action="add" type="GENERIC" /> 
</objects>
<view identifier="MyMasterServers" type="Master Server" 
action="update">
<node id="n268" action="add" object="o9" /> 
<node id="n269" action="add" object="o3" parents="n268" /> 
</view>
</application>

Feedback

Was this page helpful?
Previous

Examples of XML files

Next

Example 2: Adding a view

Feedback

Was this page helpful?