Best practice of running OSM installer
Very often, problems are encountered when running OSM installer, please use the following guidelines and hopefully such problems can be avoided
1. Always put OSM installer executable into a just created directory and create temp directory under it
2. Always starting OSM installer executable as
./InstallLinux.bin -is:tempdir ./temp
3. OSM installer will ask for the directory where OSM will be installed (OSM Installation Directory), always providing a not existing (OSM installer will create it) directory or empty directory (just created).
4. OSM WLS Server should have below setting in its JVM
-Djava.io.tmpdir=./tmp
If OSM WLS is cluster, use below for server1