To enhance the security, you can use an explicit User Principal Name (UPN) domain name on the
Analyzer detail view server and
Analyzer probe server.
- 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
ad.domain.mappings property with the implicit and explicit domain name:
ad.domain.mappings=Explicit_Domain:Implicit_Domain
For example:
ad.domain.mappings=marsh.com:domain1.com
To map multiple explicit domain names, separate them with commas:
For example:
ad.domain.mappings=marsh.com:domain1.com,marsh1.com:domain1.com
-
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