Cisco Cisco StadiumVision Mobile Streamer Maintenance Manual

Page of 40
 
 
© 2011 Cisco Systems, Inc. All rights reserved.
 
 
Page 39 of 40 
 
The ping test results display information about the DMP-to-switch interface. This 
helps you determine if there are any local connectivity issues. 
Clearing the ARP Cache 
Send the Clear ARP Cache switch command to clear the entire ARP cache on the 
interface to which the DMP is connected. This is useful to restore connectivity to a 
DMP that was recently replaced. This command sends the Clear ARP Cache 
interface CLI to the switch to which the DMP is connected. 
Adding a Command to the Device Configuration Drawer in 
the Management Dashboard 
1.  SSH into the SVD and go to directory: 
/opt/apache-tomcat-6.0.18/webapps/StadiumVision/WEB-INF/classes 
2.  Open the file with : sudo vim  HPMCommands.xml 
3.  Search for :  "TV Commands", and add your command xml syntax. 
For example: I
f you would like to make a “hardcoded” volume command for 10% you 
would add the following: 
 <command name="SetVolume10" category="TV Commands" 
commandGroup="SVCommand" 
                authorities="ROLE_ADMINISTRATOR, ROLE_SUPPORT" 
        commandDisplayName="Set Volume 10" hasArgs="0" 
        requiresReboot="0" 
        requiresSave="0"> 
        <description>This command sets the output volume level to 
10%. </description> 
        <argument type="common" readOnly="true"> 
                        <name>type</name> 
                        <value>setVolume</value> 
        </argument> 
        <argument type="common" readOnly=”true”> 
                        <name>leftVolume</name> 
                        <value>10</value> 
        </argument> 
        <argument type="common" readOnly=”true”> 
                        <name>rightVolume</name> 
                        <value>10</value> 
        </argument> 
  </command> 
 
If you want Volume  80%, change the value from 10 to 80 in the above. 
 
Important! Restart the Tomcat server after you have made changes in the 
HPMCommands.xml file.