SMARTDISK COMMANDS: Add Remote UNC Stage & Store Volumes, then Deny ALL on Local Volumes
To be able to Deny Chunk Index, Disk Index, favour Stagin and Storage you have to use the next command line specifying the Smartdisk Ip address in the CIFS share set up.
smartdisk config --add --volume "\\xxx.xxx.xxx.xxx\Share_Name\Stage" --deny "Chunk Index" --deny "Disk Index" --favour Staging --deny Storage --account "DOMAIN\Username_for_Share" --password Share_Password
smartdisk config --add --volume "\\xxx.xxx.xxx.xxx\Share_Name\Store" --favour "Chunk Index" --favour "Disk Index" --deny "Staging" --favour "Storage" --account "DOMAIN\Username_for_Share" --password Share_Password
smartdisk config --update --volume "C:\Program Files\Quest Software\NetVault SmartDisk\store" --deny ALL
smartdisk config --update --volume "C:\Program Files\Quest Software\NetVault SmartDisk\diskmanager\stage" --deny ALL
** Deny ALL commands assume NVSD 64-bit install in the *default* location.