ingstatus Command--Show Server Status
The ingstatus command shows the status of all server-side processes.
Ths ingstatus command has the following format:
ingstatus
The following is the list of statuses:
• unavailable: Displayed for container services when container environment is not available, such as when Docker is not installed, or when the current user does not have permission to access it.
• not applicable: Displayed when the server itself is running in a container environment. In this case, service information is difficult to obtain, so this status is displayed.
• running: Displayed for services that support only one process or container when that process or container is running.
• x running: Here, x represents a number. This status is displayed for services that support multiple processes or containers. The number indicates how many processes or containers are running.
• too many running: Displayed when more processes or containers are running than allowed.
• not active: Displayed when the service is installed and enabled, but no process or container is running.
• not installed: Displayed when a required component of the service is not installed. No process is running.
• disabled: Displayed when the service is installed, but a configuration variable indicates that it should not be started.
Note: ingstatus and ingstop report service status using the same common function. Therefore, both commands report consistent status information.
Last modified date: 09/11/2026