HDB++ installation

Hi, I am trying to install HDB++ in Ubuntu.
Is there a guide?
I have seen this page:
https://tango-controls.readthedocs.io/en/latest/tools-and-extensions/archiving/HDB++.html

I was reading that a debian package was planned. is it available?

Thanks.
Hi,

We actually do our own packaging from sources to use the latest versions, there are some packages available at https://bintray.com/tango-controls/debian

libhdb++6 hdb++mysql hdb++es hdb++cm libhdb++mysql6

But, they are a bit old and do not contain the latest updates/bugfixes, although they should be valid for a test

I do not know if the configuration GUI is included there, maybe somebody from ESRF could paste here the link to the java application.

Sergi Rubio
ALBA Synchrotron
Keep on dancing,

http://www.tango-controls.org/resources/howto/how-fandango/
Edited 3 years ago
Thanks, I will try them.
I'm a disaster.:'(
Is there a installation guide for dummies?
I found a old guide of 4 years ago, but I suppose that it's not valid.
Edited 3 years ago
Hi, I don't think we have an installation guide…
What problems did you run into ? you could install all the packages ? which backend do you want to use.

I am not necessarily familiar with the debian packages, as the preferred method to install is via the project:
https://github.com/tango-controls-hdbpp/hdbpp-timescale-project
It lets you build and run hdb++ with timescaledb backend. But you would need to compile every component for yourself and it is a bit messy at the time being. So let's focus on the packages first.
Here is an Ansible role file that I'm using to install HDB++ on Debian 9 host.
https://gist.github.com/Diego91RA/35f656a5002d6a7f7ff4499225a27652

Example script files for last step:
hdb configurator - https://gist.github.com/Diego91RA/478135eb958090efb1fa0a3e66388fa7
hdb viewer - https://gist.github.com/Diego91RA/826de0c9943adb80ff63144fc994b26e

If you are not familiar with Ansible, it is quite easy to do all this step-by-step manually.
Pay attention that most repos are my forks, Damien mentioned the reason above.
Thanks for your replies.
I found this old guide:
https://www.tango-controls.org/community/forum/c/general/other/tango-92-fresh-install-on-ubuntu-1604/?page=2#post-2577

Is this guide still valid?

I have installed tango 9.3

I want to use MySql as backend.

I have a problem to compile hdb++cm, I have this error:
" error: \u2018string_free\u2019 is not a member of \u2018Tango\u2019
Tango::string_free(*attr_SetStrategy_read);
"
Edited 3 years ago
For your use case (MySQL backend), this guide still seems to be mostly valid (the location of the source repository is obviously wrong).

There are probably some obsolete items there since this guide was already old at the time of the post you found.

About the Tango::string_free error, Tango::string_free was introduced in cppTango 9.3.2
So, which exact version are you using?

If you're using a recent version of cppTango >= 9.3.2, you need to ensure that the include files used for the compilation are really the ones coming from the expected cppTango version (do you have several versions installed on your computer?).
Rosenberg's Law: Software is easy to make, except when you want it to do something new.
Corollary: The only software that's worth making is software that does something new.
Reynald
(do you have several versions installed on your computer?).
probably.

I installed Tango using official repository of ubuntu and so I have tango 9.2.5.

I will try to reinstall it in a fresh installation
 
Register or login to create to post a reply.