How can we install Java Console on rhel 6.2
Environment
OS = rhel6.2
Java console version = 6.0 SP1
Problem
I am able to install the java console but getting error when running the hagui.
How do I installed. See below for reference:
rpm -ivh /home/zahid/Desktop/VCS_Cluster_Manager_Java_Console_6.0.SP1_for_Linux.rpm
Preparing... ########################################### [100%]
1:VRTScscm ########################################### [100%]
Error when running hagui :
Java Console is installed on the cluster Node (Single cluster but took ssh session to run the hagui)
[root@cluster-pri ~]# /opt/VRTSvcs/bin/hagui
Exception in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.awt.HeadlessToolkit.getColorModel(Unknown Source)
at VCSGui.getImage(VCSGui.java:59)
at VCSGui.main(VCSGui.java:92)
Java Console is installed on the cluster Node (Single cluster Node and running hagui on the Desktop of Single Cluster Node)
[root@cluster-dr ~]# /opt/VRTSvcs/bin/hagui
VCS Single Cluster Manager (Java Console) is no longer packaged with VCS. Symantec recommends use of the Veritas Operations Manager (VOM) to manage, monitor and report on multi-cluster environments. You can download VOM at http://go.symantec.com/vom . If you wish to continue using the VCS Single Cluster Manager, you can get it at no charge at the http://go.symantec.com/vcsm_download website.
This should also exist in /usr/lib. The java GUI is a 32-bit program so will be looking in /usr/lib (or maybe /usr/lib32). You probably need to install the 32bit package so probably named libXext-1.1-3.el6.i686
Mike