博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VCSA服务重启命令
阅读量:5059 次
发布时间:2019-06-12

本文共 1414 字,大约阅读时间需要 4 分钟。

Sphere Web Client界面的服务分别是:

vmware-mbcs

vmware-netdumper

vmware-rbd-watchdog

分别执行命令确认,首先执行命令:

service-control --status vmware-mbcs

service-control --status vmware-netdumper

service-control --status vmware-rbd-watchdog

可以看到服务处于Stopped状态。

看到上述几个服务都处于停止状态,那么,接下来尝试手动启动它们,命令如下:

service-control --start vmware-rbd-watchdog vmware-netdumper vmware-mbcs

VMware vCenter Server Appliance 6.5.0.14000

Type: vCenter Server with an embedded Platform Services Controller

Connected to service

* List APIs: "help api list"
* List Plugins: "help pi list"

* Launch BASH: "shell"

// 使用shell进行连接

Command> shell

Shell access is granted to root

// 查看VMware services帮助

root@photon-machine [ ~ ]# service-control --help

// 列出所有可控VMware服务

root@photon-machine [ ~ ]# service-control --list-services

// 查看VMware services运行状态

root@photon-machine [ ~ ]# service-control --status vsphere-client

Stopped:

vsphere-client

root@photon-machine [ ~ ]# service-control --stop vsphere-client

// 启动
vsphere-client
root@photon-machine [ ~ ]# service-control --start vsphere-client

Perform start operation. vmon_profile=None, svc_names=['vsphere-client'],
include_coreossvcs=False, include_leafossvcs=False
2018-03-17T16:19:28.015Z
Service vsphere-client state STOPPED
Successfully started service
vsphere-client

root@photon-machine [ ~ ]# service-control --status vsphere-client

Running:

vsphere-client

转载于:https://www.cnblogs.com/khstudy/p/10867655.html

你可能感兴趣的文章
django Models 常用的字段和参数
查看>>
linux -- 嵌入式linux下wifi无线网卡驱动
查看>>
SVN使用教程总结
查看>>
SQL中varchar和nvarchar有什么区别?
查看>>
OpenCV矩阵运算总结
查看>>
Java Build Practice 4:Extend and Invoke Ant API
查看>>
[转] Transformer图解
查看>>
FreeBSD方式安装 MAC OSX
查看>>
Linux 根文件系统制作
查看>>
IOS--沙盒机制
查看>>
My.Ioc 的性能
查看>>
使用 JointCode.Shuttle 访问任意 AppDomain 的服务
查看>>
hdoj 1846 Brave Game(巴什博弈)
查看>>
Round #345 B. Beautiful Paintings(Div.2)
查看>>
51nod 1018排序
查看>>
sqlite的坑
查看>>
digitalocean --- How To Install Apache Tomcat 8 on Ubuntu 16.04
查看>>
linux swoole
查看>>
An Easy Problem?! - POJ 2826(求面积)
查看>>
【题解】[P4178 Tree]
查看>>