Log files are being filled with VCS ERROR V-16-3005006 Problem with loglevels!!

book

Article ID: 100021166

calendar_today

Updated On:

Description

Error Message

VCS ERROR V-16-3005006 Problem with loglevels!!

Resolution

Edit the MQM agent script /opt/VRTSvcs/bin/MQM/mqm_common on all nodes in the cluster.

Change the following section near the top of the script:

#  Convert msglevel and loglevel to numericform...
$num_msglevel = $levels[ $msglevel ];
$num_loglevel = $levels{$loglevel ];


To read (notice the extra line to set $loglevel to a goodvalue):

# Convert msglevel and loglevel to numeric form...
$loglevel ="error";
$num_msglevel = $levels{ $msglevel };
$num_loglevel = $levels{$loglevel };


After making these changes to the MQM agent, restart HAD

- hastop -local -force
- hastart


This is safe to do in a Production server.  This will not cause an outage, as we are just stopping ha-daemon and restarting it back up again.  All applications will be up and running.  
 

 

Issue/Introduction

Log files are being filled with VCS ERROR V-16-3005006 Problem with loglevels!!