我是靠谱客的博主 无心眼睛,最近开发中收集的这篇文章主要介绍NBU命令之tpconfig,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

使用控制台添加vmware凭据时,添加报错时使用tpconfig命令

(Add Virtual Machine Credentials)
   tpconfig -add -virtual_machine <virtual machine name> -vm_user_id <user ID>
            -vm_type <virtual machine type> -requiredport <IP port number>
            [-password <password> [-key <encryption key>]]
(Update Virtual Machine Credentials)
   tpconfig -update -virtual_machine <virtual machine name> -vm_user_id <user ID>
            -requiredport <IP port number> [-vm_type <virtual machine type>]
            [-password <password> [-key <encryption key>]]
(Delete Virtual Machine Credentials) 
   tpconfig -delete -virtual_machine <virtual machine name> -vm_user_id <user Id>
            [-vm_type <virtual machine type>]
(Display Virtual Machine Credentials)
   tpconfig -dvirtualmachines

<virtual machine type> can be one of the following:
       "1", for VMware Virtual Center Servers
       "2", for VMware ESX Servers
       "3", for VMware Converter Servers

例:添加esx server

/usr/openv/volmgr/bin/tpconfig -add -virtual_machine 192.168.3.100 -vm_user_id root -vm_type 2 -password <password>

最后

以上就是无心眼睛为你收集整理的NBU命令之tpconfig的全部内容,希望文章能够帮你解决NBU命令之tpconfig所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部