If user cannot log in to the License page, user should log in to Pica8 portal: https://www.pica8.com/single-sign-on/.
Click "Change Password" to activate an account and access the License page.
To generate a new license, click on "New Switch License".
User should select the "Speed type" for the switch. The switch's speed type is indicated by the type of the output of the "license -s" command.
- Select "Feature type" and type the hardware id displayed by "license -s".
- Provide a name to associate the license and the switch for future maintenance.
- Click the "Add" button to generate the license
- Click "+" to show the entire license.
Click the "Download" button to download the license onto PC.
Last steps:
- ssh to the switch and change directory to /etc/picos.
- Copy the license to /etc/picos.
- Issue the following command: # license -i license.txt
- Reboot the switch to make license effective.
...
Code Block |
---|
admin@XorPlus$ license –s |
2. Use the assigned credential (SSO) by PICOS License team (license@pica8.com)to login at “License Portal” website.
3. In the “License Portal” page, click “New Switch License” as shown below:
4. In “New Switch License” page, select Speed type and Feature type based on your purchased order. Then, enter the switch’s hardware ID. License name is optional.
5. After clicking the “Add License” button, the license will be added to the database.
6. Click the “+” sign of the newly added license to display the “Download” button.
7. Click the “Download” button to download the license to the host. The license file name is “hardware_ID.lic”. For example: xxxx-xxxx-xxxx-xxxx.lic
8. Copy the downloaded license file (xxxx.lic) to the switch’s folder /home/admin/.
9. Install the license by issuing the following command:
Code Block |
---|
admin@XorPlus$ sudo license -i /home/admin/xxxx.lic |
10. Restart the PICOS service to activate the license:
Code Block |
---|
admin@XorPlus$ sudo reboot |