Domino on Linux/Unix, Troubleshooting, Best Practices, Tips and more ...

 
alt

Daniel Nashed

 

Domino Docker on Astra Linux

Daniel Nashed  28 July 2019 06:42:35

This morning got up early and took another look into Astra Linux.

First of all I did another install without GUI to see how things would work with a server that is comparable to a CentOS minimum install.
The installation was very smooth and straight forward even on command-line.
The only part I had to setup manually was the network configuration and I had to install the SSH server (apt install openssh-server). That was the base for my installation.

Domino Installation

Than I took another look into installing Domino native to see which packages needed to be installed for Domino.

What I needed on top of the standard installation are just the following packgages: gdb, bc and policykit-1

apt update
apt install gdb bc policykit-1

Afterwards it was a straight forward installation.
I just had to create the missing /etc/sysconfig directory for the start script (mkdir /etc/sysconfig).
The mentioned astra-ptrace-lock service (see last post) wasn't installed by default. So no changes where needed here.

So I got the server up and running in minutes including installing the OS.

Domino on Docker Installation

That made me curious to see how Docker would run on this machine and what I need to do to get it up and running.
It turns out that Docker CE is part of the distribution and can be installed out of the box.

First of all I installed Docker in one single step:

apt install docker.io

Installing the package installed and started Docker 17.12.1-ce !! All settings looked good and are requirements are met (overlay2 driver is configured, ext4 is a supported file-system)!

Than I just downloaded our IBM Domino on Docker project

git clone https://github.com/IBM/domino-docker

I pointed the download directory to my local server hosting Domino software by changing the configuration:

vi build.sh
DOWNLOAD_FROM=http://192.168.96.170/software

And finally built the Domino CE image

./build.sh domino-ce

To see if the image is working I created a new server leveraging our management script and took a look into the container.

cd management
./docker_domino-ce run
./docker_domino-ce bash root
domino console

This got me an up and running Domino 10.0.1 FP2 server in 5 minutes :-)

Conclusion

The installation just worked without any tweaks needed. I left out optimization steps and the installation for native Domino in detail here (which works exactly like on any other Linux).
So Domino on Astra Linux isn't a supported configuration but looks technical good also running with a "minimum installation" without a graphical interface.

On the other side running Domino on Docker on Astra Linux with Docker CE is a fully supported configuration.
The image is running on centos.latest inside Docker container. So technically the base OS for running Domino is CentOS.
Like CentOS native this looks like a great free deployment option for Domino on Docker to me!

Did anyone try this already? What are your experiences?

-- Daniel

Comments

1Steven  29.07.2019 7:28:18  Domino Docker on Astra Linux

Looks very easy! Will try it. I have Ubuntu and Mint. Would love to try Domino on Linux.

2Daniel Nashed  29.07.2019 8:17:00  Domino Docker on Astra Linux

!

@Steven, this post was not intended to push to other distributions!!

There are very special requirements on the Russian market and I looked into this platform explicitly.

That does not mean that it is currently supported nor that I would recommend to try different other platforms.

Every platform is different in detail and HCL cannot support all of the Linux flavors..

If you need a free distribution I can only recommend using CentOS which is supported.

HCL cannot support all the different platforms. Nor I can support them with my start script.

So the idea was to get feedback from the market to understand how big the case is for the Russian market and Astra Linux.

Astra Linux really looks good and is an excellent platform from what I have seen so far.

-- Daniel

3Steven  29.07.2019 9:48:31  Domino Docker on Astra Linux

I understand. I'll download Astra and then try Domino on it. Thing is that I'm not good with setting up Linux with firewalls and so on.

So if it was a internet facing server, I would be very nervous cause of security.

I like your posts by the way.

4Ivan Kuzmenkov  25.05.2020 20:00:33  Domino Docker on Astra Linux

hi, Daniel!

thanks for that article! as vendor says CE (Orel) supports Docker so it could be used in non-productive environments. but Special Edition (Smolensk) does not support Docker officially. so for production servers it's a matter of future (they say 1Q 2021)

and also I've noticed a mistyping in name of the article tag. it's "asta linux" as it (I guess) should be "astra linux"

Links

    Archives


    • [HCL Domino]
    • [Domino on Linux]
    • [Nash!Com]
    • [Daniel Nashed]