Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 219257

Re: Activation of replication services on vmkernel port through Powercli

$
0
0

Try like this, it works for VSS and VDS

 

$esxName='MyEsx'

$vmkName='vmk0'

 

$esx=Get-VMHost-Name$esxName

$vnicMgr=Get-View-Id$esx.ExtensionData.ConfigManager.VirtualNicManager

 

$vnicMgr.SelectVnicForNicType('vSphereReplication',$vmkName)

$vnicMgr.SelectVnicForNicType('vSphereReplicationNFC',$vmkName)

 

/body>


Viewing all articles
Browse latest Browse all 219257

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>