When using Xming to display the SAP sapinst gui on a Windows box, the window will be blank. There are a lot of discussions about this issue (e.g. http://scn.sap.com/thread/1913601).
For RHEL I have found the following workaround:
1. Rename the jre directory in the original sapinst directory to jre.disabled
$ cd sapinst2. Download / Install java-1.6.0-openjdk-1.6.0.0-1.48.1.11.3.el6_2.x86_64.rpm from Red Hat Network. Or use the package from Scientific Linux:
$ mv jre jre.disabled
$ yumdownloader java-1.7.0-openjdk-1.7.0.9-2.3.3.el6_3.1.x86_643. Extract rpm contents
$ wget ftp://ftp.ntua.gr/pub/linux/scientificlinux/6.3/x86_64/os/Packages/java-1.6.0-openjdk-1.6.0.0-1.48.1.11.3.el6_2.x86_64.rpm
$ cpio -id < java-1.7.0-openjdk-1.7.0.9-2.3.3.el6_3.1.x86_64.cpio4. Move jre files
$ mv usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre jre5. Cleanup
$ rm -rf usr6. Run sapinst
$ rm -f java-1.7.0-openjdk-1.7.0.9-2.3.3.el6_3.1.x86_64.cpio
$ rm -f java-1.7.0-openjdk-1.7.0.9-2.3.3.el6_3.1.x86_64.rpm
$ sudo ./sapinst7. …
8. Profit!
This also works on RHEL 5 even when the jdk was originally packaged for RHEL 6.
| Next > |
|---|