03 2017 档案

vRealize Automation的REST API Reference在哪里可以看到?
摘要:两个地方: 1. VMware官网可以查看。 http://pubs.vmware.com/vrealize-automation-71/topic/com.vmware.vra.restapi.doc/docs/index.html 2. vRealize Automation服务器上可以获得。 https://myvra.mydomain.local/component-registr... 阅读全文

posted @ 2017-03-28 13:11 中道学友 阅读(362) 评论(0) 推荐(0)

vRealize Automation部署虚机如果出错怎么办?
摘要:以下地方的日志可以查看: 1. Requests –> Choose my request -> View Detail –> Execution Information. 2. Infrastructure –> Monitoring –> Log 3. Infrastructure –> Recent Event 阅读全文

posted @ 2017-03-15 15:48 中道学友 阅读(265) 评论(0) 推荐(0)

如何回收vRealize Automation里被分配出去了的IP地址
摘要:在vRealize里写代码部署虚机,时间长了,便出现了很多虚机在vCenter里不存在,但在vRealize里还存在的这台虚机的注册信息的现象。最直接的后果是,这些影子虚机会占着IP池里的IP地址不放,导致IP地址资源枯竭,新的Blueprint无法部署的问题。 在Infrastructure->Network Profiles里,选中自己的profile,查看IP地址,处于Destroyed... 阅读全文

posted @ 2017-03-15 14:04 中道学友 阅读(383) 评论(0) 推荐(0)

vRealize 7中部署blueprint如果失败,如何不让已经被provision的虚机被删掉?
摘要:正解为: _debug_deployment 哪里用: 参考资料 ========= Custom Properties for Naming and Analyzing Deployments https://pubs.vmware.com/vra-70/index.jsp?topic=%2Fcom.vmware.vrealize.automation.doc%2FG... 阅读全文

posted @ 2017-03-14 11:29 中道学友 阅读(208) 评论(0) 推荐(0)

批处理只执行第一句,其他的不被执行,怎么办?
摘要:我写了一个批处理来配置Windows的PowerShell Remote,脚本如下: winrm quickconfig -quietwinrm set winrm/config/service/auth @{Basic="true"}winrm set winrm/config/service @{AllowUnencrypted="true"}winrm set winrm/confi... 阅读全文

posted @ 2017-03-09 11:21 中道学友 阅读(2543) 评论(0) 推荐(0)

导航

技术追求准确,态度积极向上