Check Server Provision Logs
Sometimes you may encounter problems while provisioning your servers. Check your server' actions logs to evaluate what happened.
- On Devopness, navigate to a project then select an environment
- Find the
Serverscard - Click the
Viewin theServerscard - On the upper-right corner, click
ACTIONSto see a list of actions for allServersof the current environment - In the list of actions, locate the action you want to inspect and click its Action ID (e.g., #51899) in the Actions column to open the action details page
There are 3 actions related to the server provision process:
Provision,Provision-checkandAdd; each action can have one of the following status:Queued,Pending,In progress,CompletedorFailed. - In the action details view, you'll see a list of action steps. For each step, click the
LOGSbutton to view its detailed logs - A text area will be displayed containing the output log of the action step execution
Required permissions
To follow this guide, you need the following permissions in the target environment.
| Resource Type | Required Permission |
|---|---|
| Server | View |
For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.
Get a Server’s Status
Sometimes you might want to check if a server is currently running. Get the server status to check if a server is currently running, stopped or deleted.
Find your Server IP Address
Having the IP address of a server is useful when performing operations that require network connections to the server, such as log in to your server via SSH to run commands in a terminal or configuring a DNS record so your application can be accessed using a domain name.