Unsolved
This post is more than 5 years old
24 Posts
0
1347
April 5th, 2013 06:00
mccli dataset add-option syntax
I'm scripting adding custom dataset to multiple avamar grids. I've run into an issue with the mccli dataset add-option command
I've successfully created the dataset using mccli with the correct plugins but I want to disable the create disaster recovery flag for the windows vss plugin (3015). I've tried the following command with and without single and double quotes
mccli dataset add-option --name'mydataset1' --plugin=3015 --option='perform_dr_backup' --value=false
but this creates an option of type=int instead of type=checkbox which is required for this plugin option.
The result should look like this:
Windows VSS Flag type=checkbox:name=perform_dr_backup:value=true
but i get:
Windows VSS Flag type=int:name=perform_dr_backup:value=false


8i5
24 Posts
0
April 5th, 2013 06:00
Correction
The result should look like this:
Windows VSS Flag type=checkbox:name=perform_dr_backup:value=false
but i get:
Windows VSS Flag type=int:name=perform_dr_backup:value=false
shynee123
3 Posts
0
November 25th, 2013 14:00
Were you able to figure this one out ? I am having the same issue. I got a case open with EMC as well. So far no luck yet.
-Shyam