Monday, May 9, 2016

Vmware NFS PowerCli

get-cluster QA-DEV | get-VMhost | -NFS -Name NexsanStore05 -Path /pools/Pool2/DataStore05 -nfshost 10.25.28.14


get-cluster QA-DEV | get-VMhost | -NFS -Name NexsanStore05 -Path /pools/Pool2/DataStore05 -nfshost 10.25.28.14





get-cluster QA-DEV | get-VMhost | New-Datastore -NFS -Name NexsanStore05 -Path /pools/Pool2/DataStore05 -nfshost 10.25.28.14


get-VMhost iad-esx-ucs1-04.st.com | New-Datastore -NFS -Name NexsanStore01 -Path /pools/NexsanPool1/DataStore01 -nfshost 10.25.28.13
get-VMhost iad-esx-ucs1-04.st.com | New-Datastore -NFS -Name NexsanStore02 -Path /pools/NexsanPool1/DataStore02 -nfshost 10.25.28.13
get-VMhost iad-esx-ucs1-04.st.com | New-Datastore -NFS -Name NexsanStore03 -Path /pools/NexsanPool1/DataStore03 -nfshost 10.25.28.13
get-VMhost iad-esx-ucs1-04.st.com | New-Datastore -NFS -Name NexsanStore04 -Path /pools/NexsanPool1/DataStore04 -nfshost 10.25.28.13
get-VMhost iad-esx-ucs1-04.st.com | New-Datastore -NFS -Name NexsanStore05 -Path /pools/Pool2/DataStore05 -nfshost 10.25.28.14

No comments:

Post a Comment

Vmware NSX SSL creation 

Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL    openssl req -out nsxcert.csr -newkey rsa:40...