preloader
14 April 2011 / #Powercli

Overall NFS mapping

post-thumb

Still in Memento category, here is a one-liner that will add a new nfs datastore on all esx server in a cluster :

Get-VMHost -Location "CLUSTER" | New-Datastore -Nfs -Name NOMDATASTORE -NFSHost NOMSRVNFS -Path /volumes/pathexport

nfsdatastore_02


> Frederic MARTIN