Manage On-Prem licenses
Monitor and reassign licenses, and manage read-only users.
読み終わるまでの所要時間 1 分最終更新 9ヶ月前
Manage your user licenses for Unity Version Control (UVCS) On-Prem.
Monitor licenses
To find information about your license, run the command.
cm licenseinfoAfter you install and configure your UVCS server with a new license, by default there are no active users. If your license has available seats, the users activate the first time they perform a write operation on the server.
Reassign licenses
Reassign a license to a different user:
- Run the command to deactivate the inactive user.
cm deactivateuser - Run the command to assign the released license to a new user.
cm activateuser
To check that you correctly assigned the license, run the command. The new user appears as until they perform a write operation on the server.
cm licenseinfoINACTIVEManage read-only users
If you create a new user in UVCS and don’t assign them a license, the user can run read-only operations such as an update or diff. The user turns into an active user if they perform a write operation.
The read-only function allows you to grant access to users who need to check the system but don’t need to check in changes. Similarly, you can use it to grant access to continuous integration (CI) systems that only need read-only operations.