SriniT
May 10, 2023, 11:38am
1
Hi Team,
We are trying to upgrade ConfD from 6.6.1 to 8.0.2.
We have been using ConfD Java API Jars shipped with 6.6.1.
jenkins@my-ucs-85:~$ ls -l /opt/confd-6.6.1/java/jar/
total 13200
-rw-r--r-- 1 root root 995875 Nov 26 2018 conf-api-6.6.1.jar
-rw-r--r-- 1 root root 995875 Nov 26 2018 conf-api.jar
-rw-r--r-- 1 root root 5274119 Nov 26 2018 conf-api-src-6.6.1.jar
-rw-r--r-- 1 root root 5274119 Nov 26 2018 conf-api-src.jar
-rw-r--r-- 1 root root 481534 Nov 26 2018 log4j-1.2.16.jar
-rw-r--r-- 1 root root 481534 Nov 26 2018 log4j.jar
We don’t see these Java API jars shipped in 8.0.2.
jenkins@my-ucs-85:~$ find /opt/confd-8.0.2/ -iname "conf-api*"
/opt/confd-8.0.2/doc/api/java/conf-api
jenkins@my-ucs-85:~$
jenkins@my-ucs-85:~$ ls -l /opt/confd-8.0.2/doc/api/java/conf-api
total 0
Let us know on how to use those Java clients in 8.0.2.
Is there any upgrade guide available?
Regards,
Srini
Hi,
The ConfD Java API is shipped separately from the installer nowadays, just as with the documentation, examples, and libconfd source code. Look for a confd-8.0.2.java.tar.gz
tar-ball.
Regards
Thanks cohult for the reply.
I have downloaded confd 8.0.2 from cisco downloads, Software Download - Cisco Systems
I couldn’t see the Java API tarball in the zip file or in the installation directory,
sthandap@my-ucs-39:~/Test/confd8$ ls -ltr
total 62804
-rw-r--r-- 1 sthandap sthandap 1732 Nov 21 10:44 tailf.cer
-rw-r--r-- 1 sthandap sthandap 16782 Nov 21 10:44 cisco_x509_verify_release.py3
-rw-r--r-- 1 sthandap sthandap 16937 Nov 21 10:44 cisco_x509_verify_release.py
-rwxr-xr-x 1 sthandap sthandap 15813673 Mar 24 15:16 confd-basic-8.0.4.linux.x86_64.installer.bin
-rw-r--r-- 1 sthandap sthandap 572710 Mar 24 19:14 confd-basic-8.0.4.libconfd.tar.gz
-rw-r--r-- 1 sthandap sthandap 1045426 Mar 24 19:16 confd-basic-8.0.4.examples.tar.gz
-rw-r--r-- 1 sthandap sthandap 6812161 Mar 24 19:31 confd-basic-8.0.4.doc.tar.gz
-rw-r--r-- 1 sthandap sthandap 4224 Mar 28 05:58 README.signature
-rw-r--r-- 1 sthandap sthandap 512 Mar 28 05:58 confd-basic-8.0.4.linux.x86_64.installer.bin.signature
-rwxr-xr-x 1 sthandap sthandap 15792242 Mar 28 09:58 confd-basic-8.0.4.linux.x86_64.signed.bin
-rw-rw-r-- 1 sthandap sthandap 24197034 May 10 13:40 confd-basic-8.0.4.linux.x86_64.zip
Could you please point to some download page where to download confd or Java API tar ball?
Regards,
Srini
Please ignore, I found the tarball from here,
https://support.tail-f.com/delivery/
Thanks for your support
1 Like