go to post Siva A · Apr 24, 2019 Hi Fabian,Thanks for asking! I should have mentioned it in my original question, but missed it.Docker version 17.03.3-ceHost OS: Redhat 3.10.0-957.el7.x86_64
go to post Siva A · Apr 23, 2019 Thank you, Conor for your comment. Sure, I will try to find if I can get the latest version of HS.
go to post Siva A · Apr 23, 2019 Thank Again Dmitry! I re-build the image after copying the cache.key to the install folder (where cinstall_silent resides). During the docker image build, it correctly print the Organization name as licensed.Also, inside the running container, when I issued the "csession <instance-name>", nothing happened. The Alert log has the following entry.04/23/19-12:51:47:259 (876) 3 Process 876 (JobType=Interactive job (programmer mode),Directory='/opt/healthshare/mgr/') caught signal 11. If core dumps are enabled, a core file will be created by process 877 in the location specified by the system configuration.Anyway, I will try find if I can get the latest version of HS.
go to post Siva A · Apr 22, 2019 Thank you so much Dmitry for your quick response! Following is the logs I captured when building the docker image. It seems, it is complaining about "License missing or unreadable". ....Starting up HealthShare...Once this completes, users may access HealthShareUsing 'cache.cpf' configuration fileThis copy of Cache has been licensed for use exclusively by:License missing or unreadable.......Installation completed successfully ---> f2c7971c5194Removing intermediate container 38f300e31474Step 13/21 : COPY HS-Install/cache.key $ISC_PACKAGE_INSTALLDIR/mgr/ ---> 1aae89597d95Removing intermediate container bb195b168e18...... Do I need to copy the cache.key file before the following command? RUN ./cinstall_silent ....