Server Clustering
1752701 Members
5647 Online
108789 Solutions
New Discussion

Re: CMU 7.1 - GUI Launch Issue

 
SOLVED
Go to solution
BrentGee
Advisor

CMU 7.1 - GUI Launch Issue

Hi:

 

This is interesting. When I launch the cmu gui from the command line:

 

$ /usr/java/latest/bin/java -jar /opt/cmu/bin/cmugui.jar

 

The Instant, Table, and Time View tabs are NOT displayed.

 

However, when I launch the cmu gui from the webpage, they are.

 

Can you explain why this might be? I've attached two screenshots so that you can see what's missing.

 

Brent

2 REPLIES 2
Rakshika
Advisor
Solution

Re: CMU 7.1 - GUI Launch Issue

Hello,

 

In CMU v7.1, “java –jar cmugui.jar” is not a good way to launch CMU GUI with JAVA.

You can refer section “5.3.7.1 Getting started” in CMU v7.1 user guide.

 

Here are the steps;

◦ Download required libraries:
         – Copy cmugui.jar to a chosen folder (/tmp in this example, but you can use any directory ):
               scp root@yourcluster: /opt/cmu/bin/cmugui.jar /tmp
        – Copy required jars to the same folder:
              scp root@ yourcluster:/opt/cmu/www/jnlp/jogl-2.0-b44-20111202/jar/*.jar /tmp

◦ Launch HP Insight CMU:
        java -cp "*" _GEN2.GUI.View.SplashScreen

◦ Enter the IP address of your cluster when prompted.

 

Hope this helps!

 

Regards,

Rakshika Gupta

BrentGee
Advisor

Re: CMU 7.1 - GUI Launch Issue

Thank you very much. Sorry. I missed this in the documentation. Issue resolved.

 

Brent.