Bug 653503
| Summary: | pulp-server status option not available | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | jason.dobies, skarmark, tsanders |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 22 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 14:01:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 647488 | ||
This should be pulp-server now. -Todd fixed! commit 1345a461fb5fe357196e57d093890e9b5590fd2f
$ sudo /etc/init.d/pulp-server
Usage: pulp-server {init|start|stop|status|restart}
$ sudo /etc/init.d/pulp-server status
mongod (pid 4903) is running...
httpd (pid 4841) is running...
qpidd (pid 4193) is running...
$ sudo /etc/init.d/pulp-server status
mongod (pid 4903) is running...
httpd is stopped
Fixed in build 0.163. [root@preethi ~]# rpm -q pulp
pulp-0.0.173-1.fc14.noarch
[root@preethi ~]# service pulp-server
Usage: pulp-server {init|start|stop|status|restart}
[root@preethi ~]#
[root@preethi ~]#
[root@preethi ~]# service pulp-server status
mongod (pid 3228) is running...
httpd (pid 3270) is running...
qpidd (pid 7827) is running...
[root@preethi ~]#
Closing with Community Release 15 pulp-0.0.223-4. |
Description of problem: [root@10 ~]# service pulpd status Usage: pulpd {init|start|stop|restart}