Created
April 19, 2012 16:36
-
-
Save bodepd/2422186 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-234-90-4 ec2-user]# service openstack-nova-compute.service status | |
Redirecting to /bin/systemctl status openstack-nova-compute.service.service | |
openstack-nova-compute.service.service | |
Loaded: error (Reason: No such file or directory) | |
Active: inactive (dead) | |
[root@ip-10-234-90-4 ec2-user]# service openstack-nova-compute.service stop | |
Redirecting to /bin/systemctl stop openstack-nova-compute.service.service | |
[root@ip-10-234-90-4 ec2-user]# service openstack-nova-compute.service start | |
Redirecting to /bin/systemctl start openstack-nova-compute.service.service | |
Failed to issue method call: Unit openstack-nova-compute.service.service failed to load: No such file or directory. See system logs and 'systemctl status openstack-nova-compute.service.service' for details. | |
[root@ip-10-234-90-4 ec2-user]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment