arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Troubleshooting

hashtag
If the UI is not accessible,

hashtag
Check the docker status

Check that Arkime and ES docker are running and the status is ‘UP’ if any of the dockers is not visible. Try running the ‘start.sh’ with the correct permissions, if the issue is not resolved try

hashtag
Check that Elasticsearch is running and the status is ‘green’

hashtag
Try restarting the dockers

when Arkime is unable to connect correctly with Elasticsearch the Arkime UI may not be reachable

Check that UI is reachable by visiting http://arkime-hostname:8005 from your browser

hashtag
If ES keeps restarting after a system reboot

Add the vm.max_map_count setting to a sysctl configuration file to make the change persistent across reboots:

  1. Open the sysctl configuration file /etc/sysctl.conf using a text editor with root privileges: bash

  1. Add the following line to the end of the file:

Save and close the file

  1. To apply the changes, either reboot your system or run the following command to reload the sysctl settings:

hashtag
Changing ES port

If port 9002 is used by another service running on the server, it can be changed in the ‘start.sh’ script before execution

Port format: “Global port:Local port”

Using your favourite text editor, change the ‘Global ports’ to any available and accessible port, also update the same port in the ‘ES_PORT’ attribute.

hashtag

hashtag
Changing Arkime Password

Log in to the Web GUI and navigate to User> admin_user ⚙️>Password, enter ‘admin’ as the current password and set a new password for the admin user.

hashtag
Changing Kibana Port

If port 5601 is used by another service running on the server, it can be changed in the ‘start.sh’ script before execution

also if the ES port was changed, the same can be edited here with the ES node IP.

hashtag
Stopping Arkime & EC

Execute the ‘stop.sh’ script to stop & delete Arkime and EC docker containers, the script will not delete the data & es_data folder and the stored PCAPs.

hashtag
Stopping Kibana

Execute the ‘stop.sh’ script to stop & delete Kibana docker containers

hashtag
External Links

  • OPBNOS download link -

  • OPBNOS configuration guide -

  • Arkime installation script -

Aviz support portal -

  • Arkime official website -

  • contacting supportarrow-up-right
    https://aviznetworks.egnyte.com/fl/r4izmRT790arrow-up-right
    https://aviznetworks.gitbook.io/opbnos/arrow-up-right
    https://aviznetworks.egnyte.com/dl/HfSCF1Xr7parrow-up-right
    output of 'sudo dokcer ps'
    Changing ES ports
    Changing password of Arkime GUI
    Kibana Port
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ sudo docker ps
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ curl http://localhost:9200/_cat/health
    1671295994 16:53:14 es-docker-cluster green 1 1 21 21 0 0 0 0 - 100.0%
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ sudo docker restart arkime
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ sudo docker restart elasticsearch
    sysctl -w vm.max_map_count=262144
    sudo nano /etc/sysctl.conf
    vm.max_map_count=262144
    sudo sysctl -p
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ sudo ./stop.sh 
    [sudo] password for aviz: 
    arkime
    elasticsearch
    aviz@npbsrv01:~/OPB_Arkime/OPB_Analyzer$ 
    aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana$ sudo ./stop.sh 
    [sudo] password for aviz: 
    Stopping Kibana...
    kibana
    kibana
    aviz@npbsrv01:~/OPB_Arkime/OPB_Kibana$
    https://support.aviznetworks.com/hc/en-usarrow-up-right
    https://arkime.com/arrow-up-right