or see Applying Venice license using the GUI
Venice license installation
The installation of the license will happen trough the svram commands. But this command applies to one card only at a time. With the 'export...' command you can select the single cards.
Here is the recommended procedure:
- copy/create the license files to/on the Venice.
- stop Venice:
service venice stop cd /opt/DVS/Driver/bin- use the
export PCISTUDIO=PCI,card:0command to select the first board. - use the following command to check the s/n and license of the board where the svram command currently applies to:
./svram license show - install the related license for the s/n which is shown in the output of the above mentioned command using the following command:
-
./svram license keyfile1 [PATH/LICENSEFILE](e.g.svram license keyfile1 /root/Desktop/lic23100268.txt) - check with
./svram license showif the license has been installed successfully. - use the
export PCISTUDIO=PCI,card:1command to select the second board. - repeat step 5) to 8)
- use the
export PCISTUDIO=PCI,card:2command to select the third board. - repeat step 5) to 8)
- use the
export PCISTUDIO=PCI,card:3command to select the fourth board. - repeat step 5) to 8)
- Start Venice
service venice start
___________________________________
STAN specifics:
Card used for STAN could be using a different driver which must use the matching svram. /opt/DVS/Driver/bin/svram (default Venice driver) /opt/DVS/SDKOEM/linux-x86/bin/svram (STAN is an OEM addon) /opt/DVS/SDKOEM/linux-x86_64/bin/svram (or this)
Use lsmod | grep dvsdriver to see what drivers are installed, dvsdriver is the default, any extra are OEM.
Use locate svram to locate the paths of the various svram programs.
0 Comments