Forum Replies Created
-
AuthorPosts
-
andyKeymaster
You need to implement SIL or SIL-SA code for
a YANG module and provide the GET2 callback functions that return the data.
The Simulated Operational mode will call your GET2 as needed and send push updates.How do I use GET2 callback?
yangcli-pro needs to use some data in XML files to configure YANG Push because
the establish-subscription operation has complex input parameters.andyKeymaster> config term
#andyKeymasterThis problem has been fixed, downloads can now be accessed again. We apologize for the inconvenience.
andyKeymasterWere you able to download the Installer, but not able to run the installer?
If so, then try making the file executable with the chmod command:
> chmod +x yuma-bench-installer- This reply was modified 3 years, 7 months ago by andy.
andyKeymasterPlease provide more information as to what issue you are having with installation.
What package are you trying to install?
What OS/CPU are you running?
What error messages are you seeing, if any?
andyKeymasterYou cannot have a list that is config=true and a key leaf for that is config=false
andyKeymasterThere is no type name “keyref”
Should be leafrefandyKeymasterYou need to use the copy-config operation to copy a whole database
https://tools.ietf.org/html/rfc6241#section-7.3
- This reply was modified 4 years, 6 months ago by andy.
andyKeymasterDid you implement the GET1 or GET2 callbacks in the SIL code that was generated?
After you generate the SIL code there are stub functions that have to be filled in
or else no data will be returned.Here is an example for GET2:
https://yumaworks.freshdesk.com/en/support/solutions/articles/1000258818-operational-dataandyKeymasterThe netconfd-pro server is reporting this error because its startup-cfg.xml file contains reference to the /toaster container, but the server is not loading the toaster module at boot time.
To fix this you can do one of the following:
1) load the missing module at boot time using the module parameter, i.e.
> netconfd-pro module=toaster
2) instruct the server to load the toaster module at boot time by adding the following line to to netconfd-pro’s config file, /etc/yumapro/netconfd-pro.conf:
module toaster
3) start the server with a clean startup config, i.e.
> netconfd-pro factory-startupA full explanation is available in our Knowledge Base article “Why did I get an “unknown namespace” error when I restarted the server?
- This reply was modified 4 years, 7 months ago by andy.
andyKeymasterHi,
The warning is showing because your system does not have the public key to match the signature on the yumapro-client package you are installing.
We have not previously released this key for free packages, we will look into providing the key on the Downloads page.
Anyway it is just a warning and has no effect on installation or operation of yumapro-client.
So to answer your question, no further steps are needed to complete installation, you can start using yumapro-client right away.
- This reply was modified 4 years, 8 months ago by andy.
December 10, 2019 at 11:34 am in reply to: Unable to connect to url https://www.yumaworks.com/dld for package verification #18417andyKeymasterHi,
The https://yumaworks.com/dld URL can only be accessed by customers and evaluation users.
YumaPro SDK Basic and YumaPro Client users can only access packages through this website:
https://www.yumaworks.com/support/download-yumapro-sdk-basic/
https://www.yumaworks.com/support/download-yumapro-client/
Once you have downloaded your desired package please install it using the appropriate command for your linux system.
Refer to the Installing YumaPro SDK Basic Binary Packages section of the YumaPro Installation Guide; ignore any references to https://yumaworks.com/dld.For Debian/Ubuntu systems, use dpkg, for example:
mydir> sudo dpkg -i yumapro-sdk-basic-18.10-12.4.u1604.amd64.deb
For Fedora/CentOS systems, use rpm or dnf, for example:
mydir> sudo dnf install yumapro-sdk-basic-18.10-12.4.fc30.x86_64.rpm
- This reply was modified 1 year, 10 months ago by andy. Reason: updated the link to the Installation Guide
December 21, 2018 at 4:10 pm in reply to: App can't find YumaPro Client Softwar Ubuntu 14.04 Deb #18014andyKeymasterThere are 3 applications installed when you install a yumapro-client package:
1) yangcli-pro: NETCONF client
2) yangdump-pro: YANG validator
3) yangdiff-pro: YANG differentiator
After installing yumapro-client you can launch any of these programs via command line.
-
AuthorPosts