Update with RPM
To update Web component, you use the following commands:
yum install dnlv6_webbackend (for the api )
yum install dnlv6_webui (for the web ui)
To update Switch backend component, you use the following commands:
yum install dnlv6_softswitch
If some cases, you may not be able to start up dnl_api_core, then you will need to run the following commands to reinstall the API server.
After RPM packages are installed then run the following command:
cd /opt/denovo_v6/api_dnl
alembic -c alembic.ini upgrade head
Last updated
Was this helpful?