Policy Manger Not authenticating - cannot login

book

Article ID: 100028370

calendar_today

Updated On:

Description

Error Message

VCS One ERROR V-97-18-24575 Error occurred while authenticating the User.

Cause

Apparently, there were not enough open descriptors available so when a lot of authentication or heartbeat requests came in, it would not be handled by the PM. Increasing the number of open descriptors is supposed to fix the issue

Resolution

First checked the setting for the number of open files for the root user,

# ulimit -a

It is set to 1024.
Engineering asked to have it increased to 10000.

# ulimit -n 10000

Modified /opt/VRTSvcsone/bin/vcsoned,

- added line: 'ulimit -n 10000'

Then the PM was restarted.

Also need to change this setting in the gui.
Edited /opt/VRTSvcsone/web/haweb.
Added line,

ulimit -n 10000

Restarted VCSOne web service group.
Also set the ulimits on the second PM node.


Issue/Introduction

PM process had died and not unable to login now after restart.