Reset Policy Settings

You can reset one or more policy settings back to the original default values set by the producer.

For example, suppose that the original value for lfs.capability.repeats, as set by the producer for your enterprise, was 1d. At some point, you used -config -set to override the default with the new value 2d. If you later wanted set the policy back to the producer’s default (that is, 1d), you would use the procedure described here.

To reset individual policy settings

Enter a command using this syntax, where settingName is the name of the policy setting you are resetting:

flexnetlsadmin -server licenseServer_baseURL -config -reset settingName...

For example, to reset a single policy (in this example, lfs.capability.repeats), enter a command similar to this:

flexnetlsadmin -server licenseServer_baseURL –config -reset lfs.capability.repeats 

To reset more than one setting, enter a command similar to this, using commas to separate the settings:

flexnetlsadmin -server licenseServer_baseURL –config -reset lfs.capability.repeats, lfs.capability.retryCount