Collecting debug logs when haconf command fails to execute successfully.

book

Article ID: 100026568

calendar_today

Updated On:

Description

Error Message

# /opt/VRTSvcsone/bin/haconf -dbtocmd /var/vcs1config/VCSconfigs
VCS One INFO V-97-1-17409 Verifying configuration ......
VCS One INFO V-97-1-11067 Reading server farm configuration from configuration database
VCS One ERROR V-97-7-2942 No value found for attribute SystemIPAddrs in the database.
VCS One ERROR V-97-7-2964 Error reading value of attribute SystemIPAddrs from the database.
VCS One ERROR V-97-7-1330 Cannot read from DB format
VCS One INFO V-97-1-10029 Cannot load configuration from database
VCS One ERROR V-97-1-12405 Cannot load configuration because the server farm configuration is invalid.
VCS One ERROR V-97-1-17440 Exiting because there are errors in the configuration. Please retry the operation after some time, since this can happen if Policy Master is in middle of some updates.
 

Cause

The Policy Master may have been in the middle of  performing updates.

Resolution

To get additional debug messages from haconf, do the following:

- Set the environment variable for debug messages

# export VCSONE_DEBUG_LOG_TAGS=DBG_CFM:DBG_MSG

- Execute the command and redirect the output to a file

# haconf -dbtocmd

> debug.log

Get 'debug.log' file for analysis.


Issue/Introduction

The haconf command fails to run successfully.