Operating System - HP-UX
1834882 Members
2050 Online
110071 Solutions
New Discussion

Problem running java-base installation program for Liebert's UPS Multilink monitoring software

 
Kelvin Yu
Advisor

Problem running java-base installation program for Liebert's UPS Multilink monitoring software

Hi,

When I tried to install Liebert's UPS Multilink monitoring software on my HP-UX 11.00 HP9000 machine, the program hung and the screen message as follows:
========================================
# ./ml_15_038_HP-UX.bin l
Unpacking to /tmp/ML...
Checksumming...
0
0
Extracting...
pwd=/tmp/ML

Please wait while the MultiLink installation starts...

./Setup install
./bin/jvmShell install /tmp/ML ./Install/emInstall.cfg
Extracting JVM files to /tmp/tempjre
/tmp/tempjre/bin/jre -lazyswap -mx32m Install.LxInstall install /tmp/ML/./Instal
l/emInstall.cfg /tmp
Warning: Cannot convert string "-dt-interface user-medium-r-normal-xs*-*-*-*-*-*
-*-*-*" to type FontStruct
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface system-medium-r-normal-xs*-*-*-*-*
-*-*-*-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface user-medium-r-normal-xs*-*-*-*-*-*
-*-*-*" to type FontSet
=====================================

Had anyone encountered the same problem before? Any suggestions.

Regards,
Kelvin
1 REPLY 1
Steve Steel
Honored Contributor

Re: Problem running java-base installation program for Liebert's UPS Multilink monitoring software

Hi

This looks as though you just need a fontserver


1 - The font server needs to be configured to include the CDE
fonts in its catalog

EDIT: /etc/X11/fs/config

Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line

EDIT: /etc/rc.config.d/xfs

Set the following variable: "RUN_X_FONT_SERVER=1"

EXECUTE: /sbin/init.d/xfs start

If the font-server is already running, kill it and
restart it.

2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)

COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup

Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":

$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)