Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 821 Bytes

troubleshooting_guide.md

File metadata and controls

26 lines (16 loc) · 821 Bytes

Documentation main page FRINX Smart Build Engine operations manual

SBE: Basic troubleshooting guide

You can use this guide to help you identify and resolve basic problems you may experience with your SBE instance.

Each SBE container has the following pre-installed tools:

netcat  
ssh-client  
ssh-server  
telnet  

SSH login credentials for apache-ds, sonarqube, nexus, postgresql, redmine and sbe containers:

username: admin
password: admin

Example of SSH login into "nexus" component container:

docker exec -it sbe-default-nexus service ssh start
ssh admin@<component-ip>

Note the SSHd service is not enabled by default for each component