You can change settings to disable validation for Active Directory
sAMAccountName and domain.
- Log on to the Analyzer detail view server or Analyzer probe server through an SSH client (like putty) as a root user.
- Stop the crond service and verify the status with these commands:
service crond stop
service crond status
- Stop the megha service and verify the status with these commands:
/usr/local/megha/bin/megha-jetty.sh stop
/usr/local/megha/bin/megha-jetty.sh status
-
Go to the /usr/local/megha/conf directory:
-
(If the custom directory does not exist) create it as
follows:
-
(If the
custom.properties file does not exist), create it in the
custom directory.
-
Change ownership of the custom directory:
chown -R megha:megha /usr/local/megha/conf/custom
-
Open the custom.properties file and add the following
properties:
-
Save the changes.
- Start the megha service and verify the status with these commands:
/usr/local/megha/bin/megha-jetty.sh start
/usr/local/megha/bin/megha-jetty.sh status
- Start the crond service and verify the status with these commands:
service crond start
service crond status