| Summary: | [RFE] Add a utility to get the status of Directory Server instances | ||
|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Noriko Hosoi <nhosoi> |
| Component: | Doc-config-command-file-reference | Assignee: | Petr Bokoc <pbokoc> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | low | Docs Contact: | Petr Bokoc <pbokoc> |
| Priority: | low | ||
| Version: | 10.0 | CC: | mmuehlfe, nhosoi, pbokoc, vashirov |
| Target Milestone: | DSDocs | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1209128 | Environment: | |
| Last Closed: | 2016-11-14 13:35:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1209128 | ||
| Bug Blocks: | |||
We'll need to add docs for this into (at least): * Configuration, Command, and File Reference - chapter 9 (Command-line Scripts) * Administration Guide - section 1.3 (and rename the section) Section " 9.3.21. status-dirsrv (Obtains the Status of the Directory Server)" added to the Configuration, Command, and File Reference; Admin Guide is next. The update for Directory Server 10.1 is now available on the Customer Portal. |
$ man status-dirsrv STATUS-DIRSRV(8) System Manager's Manual STATUS-DIRSRV(8) NAME status-dirsrv - script for showing the status of Directory Server SYNOPSIS status-dirsrv [<instance>] DESCRIPTION status-dirsrv shows all the status of Directory Server instances on a system, or of a single instance if specified OPTIONS <instance> Specifies a single Directory Server instance to show the status USAGE Sample usage: status-dirsrv example EXIST STATUS status-dirsrv returns 0 if all Directory Server instances are running. Otherwise, a non-zero failure code returned from systemctl is returned. If a single Directory Server instance is specified, 0 is returned if the instance is running; a non-zero failure code returned from systemctl is returned if the instance is not running; 255 is returned if the instance does not exist.