Hey madz123,
These are complicated issues to figure out given that many components come to play for services to come up online and operate as expected but you can do this to have a better idea of what the problem might be:
- In vManage CLI: #request nms all restart
- Now get into vshell mode: #vshell
- On vshell mode: $ tail -f /var/log/nms/vmanage-server.log
- Try to track any error message or something that looks obvious regarding application services
- If you can log the session, upload it to review it as well.
You may want to have 2 CLI sessions opened one where you can run a "request nms all status" to check if services are coming up and the other one with the tail -f command.
Hope this helps!
AJ