Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PICOS can be installed on bare metal switches listed in /wiki/spaces/PicOS44sp/pages/4293785 Switch Machine Outline and System Characteristics. A software license is needed to activate PICOS on the specific switch it is installed on.

...

Code Block
admin@XorPlus$license -s
No license installed. Use below information to create a license.
Type: 1GE
Hardware ID: 8A68-A7AC-D702-70D2
admin@PicOS-OVS$

Removing a License

User can use the license -r command at the Linux shell to remove a license as detailed below:

Code Block
admin@XorPlus$cd /etc/picos
admin@XorPlus$ls -l
total 32
drwxrwxr-x  2 root xorp 4096 Feb  4 22:00 ./
drwxrwxr-x 60 root xorp 4096 Feb  4 21:56 ../
-rw-rw-r--  1 root xorp   26 Feb  4 18:27 fs_status
-rw-rw-r--  1 root xorp  247 Sep  4  2014 license.conf
-rw-rw-r--  1 root xorp  183 Aug 10  2014 p2files.lst
-rw-r--r--  1 root root  382 Feb  4 22:00 pica.lic
-rw-rw-r--  1 root xorp  488 Feb  4 18:28 picos_start.conf
-rw-r--r--  1 root root  251 Feb  4 22:00 public.key
-rw-r--r--  1 root root  251 Feb  4 22:00 switch-public.key
admin@XorPlus$pwd
/etc/picos
admin@XorPlus$
admin@XorPlus$license -r
admin@XorPlus$ls -l
total 28
drwxrwxr-x  2 root xorp 4096 Feb  4 22:05 ./
drwxrwxr-x 60 root xorp 4096 Feb  4 21:56 ../
-rw-rw-r--  1 root xorp   26 Feb  4 18:27 fs_status
-rw-rw-r--  1 root xorp  247 Sep  4  2014 license.conf
-rw-rw-r--  1 root xorp  183 Aug 10  2014 p2files.lst
-rw-rw-r--  1 root xorp  488 Feb  4 18:28 picos_start.conf
-rw-r--r--  1 root root  251 Feb  4 22:00 public.key
-rw-r--r--  1 root root  251 Feb  4 22:00 switch-public.key
admin@XorPlus$

...

Add License Directly From License Command  

User can also add the license directly from the license command. The PICOS 2.6 image supports this command. 

...