Smarts NCM: Is it possible to see the exact version from command line? How do I determine the exact build version of my NCM installation?
search cancel

Smarts NCM: Is it possible to see the exact version from command line? How do I determine the exact build version of my NCM installation?

book

Article ID: 331048

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Symptoms:


User needs to see the exact version of Smarts NCM when logged into the server using putty and not using the GUI 

How to see the exact version of Smarts NCM when logged into the server using putty and not using the GUI 


Environment

VMware Smart Assurance - NCM

Resolution

The exact build version is contained in $VOYENCE_HOME/ui/html/powerup.jnlp on the appserver

An example:

        <property name="core.version" value="9.3.0.0.106  (Solaris)"/>
        <property name="deviceservices.version" value="19.0.106"/>

To see the output on the command line, use these commands:
  • source /etc/voyence.conf
  • cat $VOYENCE_HOME/ui/html/powerup.jnlp | grep core.version
  • cat $VOYENCE_HOME/ui/html/powerup.jnlp | grep deviceservices.version