Experimental implementation of VEOS with VE PCI feature for v2.2
Pre-release
Pre-release
Experimental implementation of VEOS with VE PCI feature
How to install
1. install VEOS v2.2 into SX-Aurora TSUBASA
VEOS v2.2 is released at https://www.hpc.nec/repos .
Please refer to SX-Aurora TSUBASA Installation Guide on www.hpc.nec to install the latest software.
Please get the SX-Aurora TSUBASA Installation Guide from the following page.
https://www.hpc.nec/documents/
2. download the following rpm files
libsysve-2.1.1-201910210954.el7.centos.x86_64.rpm
libsysve-devel-2.1.1-201910210954.el7.centos.x86_64.rpm
veos-2.2.0-201910181700.el7.centos.x86_64.rpm
veos-devel-2.2.0-201910181700.el7.centos.x86_64.rpm
veos-libvepseudo-headers-2.2.0-201910181700.el7.centos.x86_64.rpm
veos-libveptrace-2.2.0-201910181700.el7.centos.x86_64.rpm
3. update rpm files
# /opt/nec/ve/bin/vecmd state set off
# yum update libsysve*.rpm veos*.rpm
# /opt/nec/ve/bin/vecmd state set on
How to use VE PCI feature
See "Getting Started with VE PCI" in doxygen.zip.
- Download doxygen.zip
- Extract doxygen.zip
- Open doxygen/html/index.html using browser
- Click"Getting Started with VE PCI" in the left frame.
How to rollback to VEOS v2.2
# /opt/nec/ve/bin/vecmd state set off
# yum history <- Check ID when you update rpm files.
# yum history undo <ID>
# /opt/nec/ve/bin/vecmd state set on