Skip to content

Statistics

Akash B. Sheth edited this page Oct 31, 2018 · 21 revisions

Once the VCE is updated to the latest version, please copy files from /etc/vce/simp/ to /etc/simp/ and update all the config files.

Please check the following for the description of each file.

/etc/simp/simpDataConfig.xml and /etc/simp/compDataConfig.xml:
These files contain redis and rabbitmq configuration for simp-data and simp-comp module. Please refer GlobalNoc Simp in order to change configuration.

/etc/simp/config.xml:
The config file controls the collection interval, and the number of workers to use and what information to collect.

/etc/simp/hosts.d/vce-switch.xml:
This file contains details like IP of the switch, the community it belongs to, version of the switch, name of the switch and the group it belongs to. It contains example values and needs to be updated with actual switch configurations.

<!-- 
    IP: IP of the vce switch
    community: the community of the switch it belongs to. 'public' is the default community.
    snmp_version: '2c' is the default version that vce ships with.
    node_name: name of the switch
-->
<config>
    <host ip="127.0.0.1" community="public" snmp_version="2c" node_name="brocade.example.com">
        <group name="int"></group>
    </host>
</config>
Clone this wiki locally