...
...
ip address
...
ip interface gig 0/0 ip address dhcp
...
hostname
...
same as vnf name
...
on the HTTP server
...
license
...
Code Block |
---|
A- Get the license from OneTickets:
B- copy to the http server ( home: 192.168.0.10 )
C- change the name to sdwan.p12
http://192.168.0.10/files/sdwan.p12
D- copy the file to the v600 in /security/ folder
copy http://192.168.0.10/files/sdwan.p12 security/sdwan.p12
|
...
copy newkey_rsa from Director
...
Code Block |
---|
copy http://192.168.0.10/files/newkey_rsa.pub newkey_rsa.pub
|
...
saas database
...
copy the file “saas_apps_ekinops_20221226_v179_ascii.json“ to the HTTP server,
copy to the v600,
then install the db
Code Block |
---|
Powershell:
-------------
curl -Uri http://85.26.31.86/Logos/software/saas_apps_ekinops_20221226_v179_ascii.json -Outfile saas_apps_ekinops_20221226_v179_ascii.json
Copy file to OneOS6:
copy http://192.168.0.10/files/saas_apps_ekinops_20221226_v179_ascii.json saas_apps_ekinops_20221226_v179_ascii.json
Install the Saas Database:
tic saas database install saas_apps_ekinops_20221226_v179_ascii.json
show tic saas database info
show tic saas families
|