DX NetOps

 View Only
Expand all | Collapse all

Is there a way to create a watch for Virtual Host Manager since there is no watch configuration available in the Information tab of the model.

  • 1.  Is there a way to create a watch for Virtual Host Manager since there is no watch configuration available in the Information tab of the model.

    Posted Aug 20, 2014 04:59 PM

     

    We would like to setup a watch of attribute of the Virtual host Manager.

    Is there a way to create a watch since there is no watch configuration available in the Information tab of the model.

    SPCCSS 9.3



  • 2.  Re: Is there a way to create a watch for Virtual Host Manager since there is no watch configuration available in the Information tab of the model.

    Posted Aug 22, 2014 03:44 AM

    Margaret,

     

    I don't see the watch option on any of the available modules in Spectrum like configuration manager, SM,SPM ,VHM etc.

     

    Can you specify the business reason for this requirement?

     

    Regards

    Kalyan



  • 3.  Re: Is there a way to create a watch for Virtual Host Manager since there is no watch configuration available in the Information tab of the model.

    Posted Aug 22, 2014 08:08 AM

    Submitting to Idea Wall



  • 4.  Re: Is there a way to create a watch for Virtual Host Manager since there is no watch configuration available in the Information tab of the model.
    Best Answer

    Posted Aug 25, 2014 09:39 AM

    If you are looking to add the Threshold and Watches subview for the Virtual Host Manager model, this can be done by doing the following on the OneClick system:

     

    1. Copy the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/vhm/config/view-vhmmanager-config.xml file to the $SPECROOT/custom/vhm/config directory. If the $SPECROOT/custom/vhm/config directory does not exist, create it.

     

    2. Edit the $SPECROOT/custom/vhm/config/view-vhmmanager-config.xml file

     

    3. Add the following between the </subview-group> and </subviews> tags so it looks like the following:

     

      <subviews>
        <subview-group>
          <title>com.aprisma.spectrum.app.vhm.common.Configuration</title>
          <subviews>
            <subview-group idref="view-vhmmanager-vmware-config"/>
            <subview-group idref="view-vhmmanager-solariszones-config"/>
            <subview-group idref="view-vhmmanager-hyperv-config"/>
            <subview-group idref="view-vhmmanager-ibmlpar-config"/>
            <subview-group idref="view-vhmmanager-huawei-config"/>
          </subviews>
        </subview-group>

    <dynamic-subview idref="spectrowatch-subview-config"/>

      </subviews>

     

    4. Save the file

     

    5. Log out and then log back into OneClick

     

    Joe