With the new evolving modern methodologies around many SAP applications and database technology, i am trying to contribute with some idea that can be helpful or spark a new idea for others.
The thought is ...
What if we can create HANA docker conta...
In the new modern SSO world where most of the companies choose SSO based login to their workstation/applications in various ways.
There are certain big companies around the world face a common challenge where they want to integrate Active Directory ...
Docker Containers subject has been rolling around for quite some time now. Even it has gained much more interest with SAP R&D team for reducing the hardware cost, resource consumption, easy maintenance, etc... There has been many blogs and research ...
HANA cockpit is a mandatory HANA DB administration tool to be used going forward in all organizations. And every company will have an additional task to implement HANA cockpit to administrate HANA instances.
So thinking about simplifying HANA cockpi...
Hi Experts,When i am trying to unarchive a repository, the MDM throws an error saying "Table Not found".The same repository i was able to archive, but unable unarchive, the same issue occurs on all archives, i could see all archive files were availab...
Hi Rama,
The concept of Docker with NFS mounts can work with SAP ASE Database also. However, you cannot use the same script provided in this blog.
Need to adjust the DB part Accordingly to ASE instead of HANA.
Hi Thorsten,
Thank you for notifying. SAPlabs has depreciated the old docker hub link. I have updated the new one. Please continue to use.
Thank you.
Cheers,
Giridharan
Hi Emmanuel,
Yes, We can do that by changing the SLS - AS JAVA UME pointing to Active Directory. So that all AD users get synced with SLS and you can use the same Policy configuration.
Thanks
Hi Mohit,
you still missed to add the hosts file entry properly. Please update the line exactly as below it should work.
RUN echo "192.168.179.23 hckptn01" >> /etc/hosts | ./hdblcm.sh --action=install --configfile=/tmp/sapdownloads/h4c_config -b...
Hi Mohit,
In the docker file the last RUN command has the logic to capture the current host IP and set it to resolve hostname of hckptn01 and append the entry into /etc/hosts file.
As a workaround if you know the IP address of your host then cop...