Smarts NCM: Is it possible to see the license information, server configuration, database configuration from the command line? Where can I find this information on the NCM server?
search cancel

Smarts NCM: Is it possible to see the license information, server configuration, database configuration from the command line? Where can I find this information on the NCM server?

book

Article ID: 331128

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Symptoms:


User needs to see the Smarts NCM configuration settings from the command line.

Where can a user find the configuration settings for NCM from the command line of the server?

Environment

VMware Smart Assurance - NCM

Resolution

Following the installation on the AS a file is created in $VOYENCE_HOME/ conf/setup/install.properties file which contains configuration details.

To see this information, use the following commands:

1.) source /etc/voyence.conf
2.) cat 
$VOYENCE_HOME/conf/setup/install.properties

An example:

# Version
RELEASE=9.3.0.0.106

# Server Configuration
SERVER_CONFIG=CS
SERVER_ALIAS=vm-servername
APPLICATION_SERVER_IP=

# Database Configuration
DB_CONFIG=local
DB_IP=127.0.0.1
DB_ACCESS_LIST=

# Product Configuration
VOYENCE_HOME=/opt/smarts-ncm
CHOSEN_INSTALL_SET=Install
VOYENCE_USER=root
VOYENCE_GROUP=voyence
JBOSS_INSTALL_DIR=
TOMCAT_INSTALL_DIR=/usr/tomcat/apache-tomcat-6.0.37
HTTPD_CONF_DIR=/etc/httpd/conf
JAVA_HOME=/usr/java/jdk1.7.0_45

# License
LICENSE_FILE=/installers/VoyenceControl_2015.key
DIV=Support-ASD
COMPANY=COMPANY NAME

# Additional Information
ROOT_CERT_LIST=
[email protected]
SMTP_SERVER=127.0.0.1
REPORTS_CONFIG=
REPORTS_IP=

DBPW=<ENC>-e21f50d25bb640496675be7890c0d42</ENC>
JBOSS_INSTALL_DIR=/opt/smarts-ncm/jboss

DSR_MAJOR_VERSION=18
DSR_MINOR_VERSION=0