Description | This object is used to facilitate modification
of clmLicenseFileURI,clmLicenseFileTargetName and
clmLicenseConfigCommand objects by multiple managers.
The procedure for modifying the above three objects are
as follows:
1. Determine new values for clmLicenseFileURI,
clmLicenseFileTargetName and clmLicenseConfigCommand.
2. Retrieve the value of clmLicenseConfigSpinLock.
3. Set the value of clmLicenseConfigSpinLock to the
retrieved value, and (in the same PDU) the value of
clmLicenseFileURI to the new value. If the set fails for
the clmLicenseConfigSpinLock object, go back to step 2.
4. Set the value of clmLicenseConfigSpinLock to the
retrieved value incremented by one, and (in the same PDU)
the value of clmLicenseFileTargetName to its new value. If
the set fails for clmLicenseConfigSpinLock, go back to
step 2.
5. Set the value of clmLicenseConfigSpinLock to the
retrieved value incremented by two, and (in the same PDU)
the value of clmLicenseConfigCommand to 'install' or
'uninstall' or 'update'. If the set fails for
clmLicenseConfigSpinLock, go back to step 2.
Note that if it's possible to include
clmLicenseFileTargetName and/or clmLicenseConfigCommand in
the (Set Request) PDU of an earlier step, then step 4
and/or 5, can be eliminated. |