on 05-21-2010 01:21 PM - edited on 03-09-2022 10:59 PM by smallbusiness
Monitor your Unified Communications with RTMT in your Linux machine.
Ubuntu 9.10 2.6.31-14-generic 32 bits running GNOME or
If the first one is not installed, the installer will return:
/lib/ld-linux.so.2: bad ELF interpreter: no such file or directory
Once the glibc is installed, the installer will run, but the following error message chunk will be seen
Graphical installers are not supported by the VM. The console mode will be used instead... ======================================================= Installer User Interface Mode Not Supported The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent. =======================================================
The solution to above errors is to install the libraries:
yum install glibc.i686 libXtst.i686
Hi,
In point 9 You said clearly to create a script file named mozilla (no extension), obviously the chmod +x command in point 10 won't succeed due to the file extension. I wonder if that was a mistype!?...
Question:
Which file under the installation directory calls for mozilla and/or mozilla.sh? I'm asking just to make sure It calls mozilla and not firefox with and/or wothout a file extension.
I created a mozilla.sh file under /usr/local/sbin and chmod +x the file but the fact is that Fxx and Ctrl+Fxx keys don't really work.
Can you please advise?
PS: Ubuntu 11.10+Firefox 7.0.1
I still need to test latest versions of Ubuntu, however you are right about the mozilla file that should remain without extension, using chmod pointed to /usr/local/sbin/mozilla.
RTMT works perfectly, It's only about the browser integration. I did grep -ri mozilla, mozilla.sh to the intire directory structure and I only found matches within the jar files which is weird for me, meaning that couldn't find which file calls the so far created mozilla file. Any advise?
Goood NEwssssss
The browser integration works perfectly with no file extension to the mozilla file.
me@2pacalypse:~$ ls -lta /usr/local/sbin/mozilla
-rwxr-xr-x 1 root root 11 2011-10-24 16:58 /usr/local/sbin/mozilla
me@2pacalypse:~$
Thanks a lot GREAT POST
Great document !!! Nicely written. (5 stars for you! )
Specifically in Ubuntu 11.10 using gnome-shell, you Won't be able to a create Desktop shortcut unless you do the following:
gnome-desktop-item-edit ~/Desktop/ –create-new
make sure you have gnome-panel installed
I'm trying to install the RTMT on Ubuntu 10.4, 64 bit. When I get to your step 4 and run the 'sudo ./CcmServRtmtPlugin.bin,' it starts to load, I get a GUI box with a progress bar, but then I get a Fatal Application Error. It looks like there is some issue with Java. How do I find out? What can I do about this?
This is my Java version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.04.1)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
This is what's on my Terminal when I run the command:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.NumberFormatException: For input string: "0-b09"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
Under ubuntu 14.04, I get the following error. I installed java 8, same error. I installed java 7, same error. Any advice? Thanks
tim@tim-Latitude-E6430:~/Downloads$ sudo ./CcmServRtmtPlugin.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file
Launching installer...
./CcmServRtmtPlugin.bin: 2506: exec: /tmp/install.dir.6733/Linux/resource/jre/bin/java: not found
I made a symlink for /lib/libc.so.6 -> /lib/x86_64-linux-gnu/libc.so.6, which got rid of the 'no such file' error, but error on line 2506 remains.
I had other similar error due to missing dependencies installed
Installing package solved it:
sudo apt-get install icedtea-7-plugin:i386
Also I had to fix some problems with overwriting files:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/icedtea-netx_1.5.3-0ubuntu0.14.04.1_i386.deb
And then
sudo apt-get -f install
For CentOS 6.7 and RTMT 10.5, except the libraries mentioned above I had to install libXrenderer.
Hi,
here's an update for Ubuntu 18.04 LTS:
Installation needed a parameter:
sudo ./CcmServRtmtPlugin.bin LAX_VM /usr/bin/java
Then Install went fine but I couldn't start RTMT.
I needed to install some packages so
sudo apt install libxtst6:i386 libxrender1:i386 libxi6:i386
did the trick for me.
Hope that helps anyone :)
I'm in Lubuntu 19.04 (which is Ubuntu with the lightweight desktop LXDE)
I couldn't even install until I installed 'iced tea' and used the extra LAX bit at the end. Thanks Michael Heimann.
sudo ./CcmServRtmtPlugin.bin LAX_VM /usr/bin/java
After install, I got an icon under
Start>>Accessories>>Cisco Unified RTMT 10.5
but nothing happens when I click it.
I also tried running the launcher script above in this thread, and running JRtmt and run.sh from the command line. None of those work.
The best clue I can collect is this:
/opt/Cisco/Unified-Rtmt/JRtmt/JRtmt:
2478: exec:
/opt/Cisco/Unified-Rtmt/JRtmt/../JRtmt/jre/bin/java: not found
Java is *included* with RTMT, right? Why can't it find the java?
If it's known to work on Ubuntu (instead of Lubuntu) I guess I could install Ubuntu, but Lubuntu is much easier on the CPU.
Any advice on how to troubleshoot this a little more?
edit:
I just checked, and all three of these are already installed:
libxtst6:i386
libxrender1:i386
libxi6:i386
I edited the 'run.sh' file to point to the same location as the LAX argument above (/usr/bin/java) and now
Error - RTMT failed to initialize. Exiting...
I know this is an old thread, but I am trying to install Cisco Unified Real Time Monitoring Tool & Cisco unified CCX Editor via SCCM Server to allow our Network to install the software remotely using Service Center. The above command did not work. Any help would be appreciated.
use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: