学向勤中得,萤窗万卷书。这篇文章主要讲述3 Ways to Generate vCenter Support Bundle in vCenter Server Appliance相关的知识,希望能为你提供帮助。
1.Generate vCenter Support Bundle using Web Browser
a.Log into any Windows machine on which you want to download the vCenter Support bundle.
b. Open any web browser such as Internet Explorer or Google Chrome and navigate to the below URL
https://vCenter Server FQDN or IP/appliance/support-bundle
1 | https://vCenter Server FQDN or IP/appliance/support-bundle |
文章图片
c.Enter the user and password of the root user of vCenter Server appliance and Click Enter
文章图片
d.The support bundle will start to be downloaded as .tgz file on your Windows machine.
2. Generate vCenter Support Bundle using vSphere Web Client UI
a.Login to your vCenter Server using vSphere Web Client as [email protected]
b. On the vSphere Web Client home page, Click on the Home icon -> System Configuration -> Nodes
c. Select the single node in case of the vCenter server with embedded Platform Services Controller or Select individual nodes if it is vCenter Server with external platform Services controller. Below example is the vCenter Server with external platform services controller. Click on vCenter Server, Select “Export Support bundle” from the Actions menu.
文章图片
d.Include or exclude the services to generate the log bundle and Click on “Export Support Bundle”.
文章图片
e.Provide the location to save the export bundle and click OK. You vCenter Support bundle will be saved on the specified location in few minutes.
文章图片
3. Generate vCenter Support Bundle from command line
a.Connect to the vCenter Server appliance using SSH and Login with your root credentials
b.Type “Shell” to switch to the Bash Shell and type the below command in the bash shell
vc-support -l
1 | vc-support -l |
文章图片
c.Logs bundle generation will start and log collection will run for few minutes. Once it is completed, VC Support bundle will be saved in the format of “vc-< FQDN_of-PSC> -< Date> .tgz.” under /Storage/log
文章图片
文章图片
Once Log bundle collection is completed, You use WinSCP client to download the log bundle and send it to VMWare Support. I hope this is informative for you. Thanks for Reading !!! Be social and share it with social media using Social media plugins, If you feel worth sharing it.
【3 Ways to Generate vCenter Support Bundle in vCenter Server Appliance】
推荐阅读
- Android SDK安装笔记
- Android 中的 Matrix
- [Android]Anreoid repo 切换分支
- 资源共享RK3399《VR Android参数配置和调试说明》
- 安卓startActivityForResult用法
- android 缓存图片
- Android Studio 设置自动生成单例代码
- Android之利用EventBus进行消息传递
- 安卓发环境的搭建