随笔分类 -  VMware 笔记

摘要:环境信息: namespace为 tkc-cluster, Tanzu Kubernetes Cluster为:tkc-guest-cluster 第一步:ContentLabrary 在vSphere Web Client中看到为Tanzu Kubernetes Cluster创建的Content 阅读全文
posted @ 2020-07-02 17:36 Vincen_shen 阅读(529) 评论(0) 推荐(0) 编辑
摘要:有时候需要SSH登录Tanzu Kubernetes集群节点进行排错的日常运维。 环境介绍: NameSpace: tkc-cluster Tanzu Kubernetes Cluster: tkc-guest-cluster 准备工作 创建名为 NAMESPACE 的环境变量,其值为 主管命名空间 阅读全文
posted @ 2020-06-30 19:21 Vincen_shen 阅读(800) 评论(0) 推荐(0) 编辑
摘要:> 最近在调试vRO的workflow,发现使用System.log() 无法显示输出的log信息。查找KB发现是因为升级vRO版本导致vRO的Lucene codec Index没有自动重建。 以下是操作步骤: 1. SSH到vRA上停止 vRO服务 service vco-server stop 阅读全文
posted @ 2020-06-23 11:47 Vincen_shen 阅读(227) 评论(0) 推荐(0) 编辑
摘要:1、获取Workflow信息 1.1 workflow id 1.2 workflow input 1.3 workflow output 2、Python示例代码 import requests import time from django.conf import settings def ge 阅读全文
posted @ 2020-03-21 10:04 Vincen_shen 阅读(350) 评论(0) 推荐(0) 编辑
摘要:VMware vROPS产品Rest API还是比较丰富的,调用也比较简单。 vROPS Rest API在线文档 https://vrops-server-ip/suite-api/docs/rest/index.html 获取vROPS对象告警、衡量指标 - Python示例代码: import 阅读全文
posted @ 2020-03-20 21:06 Vincen_shen 阅读(2219) 评论(0) 推荐(0) 编辑
摘要:VMware产品升级需谨慎.... 且升且珍惜.... 1、升级背景 vSphere 6.5u2 + vCSA 6.5u2的环境,计划升级至vSphere 6.7u3 + vCSA 6.7u3。 vSAN集群中有24台ESXI主机: 4台DELL: PowerEdge R740xd Raid卡型号: 阅读全文
posted @ 2020-03-07 15:29 Vincen_shen 阅读(3881) 评论(1) 推荐(1) 编辑
摘要:当前环境为2节点vSphere版本6.5U2c,需要升级至6.7U3c。 一 升级流程 升级VCSA 升级ESXi 升级vSAN 二 升级前的兼容性检查 请参考我另外一篇文档VSAN兼容性检查:https://www.cnblogs.com/vincenshen/p/12331565.html 三 阅读全文
posted @ 2020-02-28 19:40 Vincen_shen 阅读(2352) 评论(0) 推荐(0) 编辑
摘要:参考文档:https://www.dell.com/support/article/zh-cn/sln292363/dell-poweredge-%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8idrac%E5%BA%94%E7%94%A8%E8%BF%9C%E7%A8%8B 阅读全文
posted @ 2020-02-28 19:36 Vincen_shen 阅读(822) 评论(0) 推荐(0) 编辑
摘要:升级过程中报NTP错误 将Target VC关机,然后将旧VC开机,启动完成后将NTP修改为和Host同步(然后再重头开始执行升级操作步骤) 阅读全文
posted @ 2020-02-27 22:52 Vincen_shen 阅读(647) 评论(0) 推荐(0) 编辑
摘要:一、RAID卡/HBA卡 型号_固件_驱动查询 1. 查询所有SCSI设备列表 # esxcfg-scsidevs -a vmhba0 lsi_msgpt3 link-n/a sas.5d0946607159c000 (0000:02:00.0) Avago (LSI Logic) Dell HBA 阅读全文
posted @ 2020-02-19 17:21 Vincen_shen 阅读(5773) 评论(0) 推荐(0) 编辑
摘要:vSAN硬件兼容性检查包含哪些? 1. 主机型号/CPU型号/BIOS版本 2. Raid卡型号、固件、驱动 3. 网卡型号、固件、驱动 1. 主机、CPU型号、BIOS版本兼容性查询 示例: 主机型号:Dell PowerEdge R370 CPU型号:E5-2630 v4 BIOS版本:2.7. 阅读全文
posted @ 2020-02-19 15:45 Vincen_shen 阅读(7082) 评论(1) 推荐(0) 编辑
摘要:示例代码: 阅读全文
posted @ 2019-05-02 20:09 Vincen_shen 阅读(1001) 评论(1) 推荐(1) 编辑
摘要:vSphere for Java类库:vijava 虚拟机配置类 VirtualMachine服务类 阅读全文
posted @ 2019-04-28 08:54 Vincen_shen 阅读(2508) 评论(1) 推荐(0) 编辑
摘要:vROPS中虚拟机对象的ID为resourceID,跟vCenter中虚拟机的UUID是不一致的,因此想要将vROPS中的虚拟机和vCenter中的虚拟机对应肯定不能靠虚拟机名称,而是一定要靠UUID。 下面的示例显示如何通过vROPS API获取虚拟机在vCenter中的UUID 步骤1,获取vR 阅读全文
posted @ 2019-04-25 22:26 Vincen_shen 阅读(1200) 评论(0) 推荐(0) 编辑
摘要:使用库:yavijava yavijava依赖库: dependencies { compile 'org.apache.directory.studio:org.dom4j.dom4j:1.6.1' compile 'log4j:log4j:1.2.17' compile 'org.apache. 阅读全文
posted @ 2019-03-27 13:21 Vincen_shen 阅读(2643) 评论(0) 推荐(0) 编辑
摘要:第一步,安装独立Orchestrator 7.5,并初始化 Orchestrator ova导入和初始化步骤省略...请参考官方文档... Orchestrator 初始化中的认证源需要和vCenter Server一致,建议直接使用vCenter的SSO,否则后面会出现401错误。 第二步,在Or 阅读全文
posted @ 2019-03-25 21:45 Vincen_shen 阅读(990) 评论(0) 推荐(0) 编辑
摘要:文档地址:https://pubs.vmware.com/bde 2/index.jsp 第一步 ,部署BigDataExtensions OVF模板,并登陆Console修改默认密码 第二步 ,在 Serengeti Management Server 的内部 Yum 存储库中安装 wsdl4j 阅读全文
posted @ 2019-02-20 21:54 Vincen_shen 阅读(401) 评论(0) 推荐(0) 编辑
摘要:https://vswitchzero.com/2017/09/26/vmxnet3-rx-ring-buffer-exhaustion-and-packet-loss/ 阅读全文
posted @ 2018-11-12 15:35 Vincen_shen 阅读(810) 评论(0) 推荐(0) 编辑
摘要:vSphere Integrated Containers - a short intro High-Level view of VCH Networking vSphere Integrated Containers Roles and Personas 参考链接:https://vmware.g 阅读全文
posted @ 2018-09-27 20:33 Vincen_shen 阅读(313) 评论(0) 推荐(0) 编辑
摘要:报错截图: 服务无法注册 第一步:登录vRB 5480页面,取消到vRA的注册 第二部:SSH登录到VRB中,查看bio-ssl.keystore.password. cat /shared/catalina.properties | grep “bio-ssl”. 第三步:执行命令 keytool 阅读全文
posted @ 2018-09-19 18:11 Vincen_shen 阅读(236) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示