| title | Operations | ||||
|---|---|---|---|---|---|
| module | operations | ||||
| id | operations-index | ||||
| order | 0 | ||||
| description | Service management, monitoring, and troubleshooting | ||||
| tags |
|
Service management, monitoring, and troubleshooting guides.
Managing Nexus services:
- Linux systemd service
- Windows Service
- Service commands
- Auto-start configuration
Viewing and analyzing logs:
- Log locations
- Log filtering
- Log rotation
- Log analysis
Health checks and metrics:
- Health check endpoints
- Prometheus metrics
- Grafana dashboards
- Alerting
Data protection:
- Backup procedures
- Restore operations
- Backup scheduling
- Disaster recovery
Common problems and solutions:
- Common issues
- Error messages
- Performance problems
- Debugging tips
Linux:
sudo systemctl status nexus
sudo systemctl start nexus
sudo systemctl stop nexus
sudo systemctl restart nexusWindows:
Get-Service Nexus
Start-Service Nexus
Stop-Service Nexus
Restart-Service Nexuscurl http://localhost:15474/healthLinux:
sudo journalctl -u nexus -fWindows:
Get-Content C:\ProgramData\Nexus\logs\nexus.log -Tail 100 -Wait- Configuration Guide - Server configuration
- Installation Guide - Installation instructions
- Performance Guide - Performance optimization