VMware Cloud Community
eric6504
Contributor
Contributor

Backup with ghettoVCB in ESXi 6.0.0

i changed from ESXi 4.1 to ESXi 6.0.0 2809209

i use ghettoVCB - Script to create a snapshot and copied it to an nsf-Server.

The Parameter of the command nas_create changed in ESXi 6.0.

Insufficient arguments.
Usage: nas_create name nfsVersion remotePath readonly remoteHostNames

Add a NAS datastore.
readonly is a boolean value, 1 for readonly and 0 for rw access.
     NFS Version must be nfs for nfs v3 or nfsv41 for version 4.1 or later

So i tried

     /bin/vim-cmd hostsvc/datastore/nas_create  datastore1/nfs_storage_backup  nsf  192.168.113.54  0  /e/vmsicherung

but i get an Error

  (vmodl.fault.InvalidArgument) {

     faultCause =(vmodl.MethodFault) null,

     invalidProperty= <unset>,

     msg ="Received SOAP response fault from [<cs p:1f2af500,TCP:localhost:80>]: createNasDatastore A specified parameter was not correct: "

Does somebody has any idea?

Reply
0 Kudos
0 Replies