We moved from AIX to RHEL.
There were a few minor updates we had to do to our scripts that interfaced with cloverleaf, mainly just differences in parameters for some *nix commands. Cloverleaf and all its scripts worked correctly.
You may need to up the semaphore count. we upped ours to:
sysctl -w kernel.sem=”1024 32000 1000 8192″
Also need to update: /etc/sysctl.conf
you’ll need to install the 32-bit libraries, since cloverleaf currently only supports 32 bit for versions up to 5.8. (6.0 looks like it supports 64 bit according to the release notes).
What version of cloverleaf are you planning on using on linux?
If you go up to 5.8, just be wary of the change to utf-8 encoding. we had some issues with feeds that used characters outside the standard ascii range. To get around this need to play with the encoding for the thread and be careful with any translation.
We had a couple issues where a lab system was sending a degree symbol and when processing pdf documents.