How to manage license in Pica8 PicOS?

STEP 1 check license and hardware ID

To check the hardware ID or installed license you must run the following command:

admin@XorPlus> license show
{
"Type": "10GE",
"Feature": ["Base Product", "Layer3", "OpenFlow"],
"Support End Date": "2020-10-28",
"Hardware ID": "196B-A2AE-147A-73F2",   -> your hardware ID
"Site Name": "PICA8"
}

STEP 2 remove old license.

admin@XorPlus> license remove
admin@XorPlus> license show
No license installed. Use below information to create a license.
Type: 10GE
Hardware ID: 196B-A2AE-147A-73F2

STEP 3 add new license

Download licence via tftp
admin@XorPlus> file tftp get remote-file /tftp/license/10GE-SITE-PICA8.lic local-file 10GE-SITE-PICA8.lic ip-address 10.10.50.22
Install licence
admin@XorPlus> license install /cftmp/10GE-SITE-PICA8.lic
Reboot switch
admin@XorPlus> request system reboot
Restart PICOS service
admin@XorPlus> start shell sh
admin@XorPlus:~$ sudo service picos restart
admin@XorPlus:~$ exit
admin@XorPlus>
After PICOS starts up, run the license show command to view the license information.
admin@XorPlus> license show
{
"Type": "10GE",
"Feature": ["Base Product", "Layer3", "OpenFlow"],
"Support End Date": "2020-10-28",
"Hardware ID": "196B-A2AE-147A-73F2",
"Site Name": "PICA8"
}

 

Comments 0

Articles in this section