Server Management - Remote Server Management
1754021 Members
7629 Online
108811 Solutions
New Discussion юеВ

Re: ilo remote console

 
amin Tabarak
Advisor

ilo remote console

hi,

any one knows how to use the ilo remote console under rhes3u4? i got this message all the time "The single -cursor remote console feature requires JVM 1.4.2 ....
thanks
4 REPLIES 4
Albert Austin
Esteemed Contributor

Re: ilo remote console

Hi,

iLO needs Java support. Download Java and it should work.
amin Tabarak
Advisor

Re: ilo remote console

hi,
the java support is already installed ,i installed the rpm bellow
j2re-1_4_2_10-linux-i586.rpm

how can i ensure that is installed?
Regards,
Amine
Albert Austin
Esteemed Contributor

Re: ilo remote console

Im not very familiar with linux environment shouldnt it show in ur taskbar as an icon?
David Claypool
Honored Contributor

Re: ilo remote console

After you have installed Java, then you must install the plugin by creating a symbolic link from the java plugin library to the mozilla plugins directory:

cd where-ever-you-installed-mozilla
cd plugins

# If your system has GCC 3.2 (RedHat 8 or 9) do:
ln -s path-to-java/plugin/i386/ns610-gcc32/libjavaplugin_oji.so .

# Otherwise:
ln -s path-to-java/plugin/i386/ns610/libjavaplugin_oji.so .