Has anyone tried to use variables with the nsrmm -S command to change an SSID's browse and retention dates?
For example, the following works:
nsrmm -S 12345 -e "8 weeks" -w "4 weeks"
changes the retention policy to 8 weeks and 4 wks for browse for SSID 12345, but the following will result in error:
nsrmm -S 12345 -e $RETENT -w $BROWSE
I receive the error: nsrmm: invalid volume name `-w'
I tried this from command line as well as via a script. Has anyone successfully used variable substitution with the nsrmm -S command?
For example, the following works:
nsrmm -S 12345 -e "8 weeks" -w "4 weeks"
changes the retention policy to 8 weeks and 4 wks for browse for SSID 12345, but the following will result in error:
nsrmm -S 12345 -e $RETENT -w $BROWSE
I receive the error: nsrmm: invalid volume name `-w'
I tried this from command line as well as via a script. Has anyone successfully used variable substitution with the nsrmm -S command?