Basic Troubleshooting for ESM Flashcards
What are the steps that you need to execute if ESM fails to communicate with the client App?
- Check if ESM is powered on
- Check if ESM is connected to the network
- Check if database is dow. If so, start database with the command
service cpservice start
- If after these steps the issue persist contact Trellix
what you need to do if you are unable to access ESM via its web interface?
- Check if you can access ESM via SSH
- Check if EMS web server is running with the command
~~~
ps auxf | grep http
~~~ - Run the command to restart the httpd service on ESM
~~~
service httpd restart
~~~ - Check if
cpserviced
is running using the command
~~~
ps -A
~~~
What process can occasionally require a restart to restore web interface functionality?
httpd
What is the process to recover the NGCP password if lost?
- Copy the following files contained on the path
/usr/local/ess/data
- The files are:
- ngcp.dfl
- Users.blob
- Users.data
- Send those files to Trellix
What is the process to recover a password for a root user on a device?
- If you have access to the device via ESM
- Go to system properties
- Key Management
- Generate a new key
- Alternatevly you can use a linux bootable distro
- Mount the root partition
- Edit the password file by typing
vi /etc/shadow
- Type “i” for insert mode and remove the password string following “root” using the “X” key
- Save and exit the field by pressing “ESC”, and typing :wq!
- Reboot the system and log in as root with a blank password.
- When you are logged in reset the root password by running the following command
Echo root: (new password) | chnpasswd -m
No rights after loggin into ESM console via a user from Active Directory
- You need to run
tailf /var/log/messages
to look for specific errors - Check if the user belongs to the correct groups by executing
nkinit -p password -u username
How to get the serial number for an ESM?
Locating the sticker on the machine or looking into the ESM UI under properties screen
What is the process you need to do before applying and update on ESM?
- Perform an ESM Backup
- Verify the status of ESM (it should be OK)
- Verifiy the status of each device (it should be OK)
What is the process you need to do after applying and update on ESM?
- Check each device (it should be OK)
- Some devices may need to be re-keyed manually
- Rollout Policy to all upgraded devices
How do you initialize a Callhome with Trellix?
- Log in to ESM as NGCP
- System Properties
- ESM Management
- Maintenance
- Connect (uses port 443)
- Inform Technical Support of the connection and the IP address given
- Provide NGCP user and password to Support
- Alternatevly open a SSH session to ESM
- Log in as “root”
- Type the following command
callhome
- Wait for 5 sec and press “Enter” or “CTRL-C”
- Type
ifconfig
and get the “tun0” address for Technical Support - Inform Technical Support of the connection and the IP address given
- Provide NGCP user and password to Support
What you need to check if the EMS is unable to download rules?
- Perform a manual check in System Properties, Rules Update
- Click “Check Now”
- Check if there is any error given
- Check if there a proxy or firewall preventing ESM to reaching internet access
- Check if ESM DNS settings are correct
How do you determine if you are getting data from your data source?
- Run the following command
tcpdump -nni eth0 host <IP_address of datasource>
- Run the following command
iptables -nvL
- On ESM go to the views and select “Device Status”