- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Trying to install HP Software on RedHat
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 01:28 AM
03-28-2008 01:28 AM
[root@localhost NNM8.01]# sh setup.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...
awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'
(i) Checking display ...
(-) Display may not be properly configured
Please make sure the display is set properly...
[root@localhost NNM8.01]#
I have verified the display via xorg.conf, everything seems to be working fine
Any ideas ?
Points will be offered ;-)
Chris.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 06:46 AM
03-29-2008 06:46 AM
Re: Trying to install HP Software on RedHat
I use Xvfb as Xserver and here is what i do
export the DISPLAY and run "xset -q"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 08:31 PM
03-29-2008 08:31 PM
Re: Trying to install HP Software on RedHat
RHEL 5.1.
Fresh install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 08:31 PM
03-29-2008 08:31 PM
Re: Trying to install HP Software on RedHat
RHEL 5.1.
Fresh install.
VMWare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 11:51 PM
03-29-2008 11:51 PM
Re: Trying to install HP Software on RedHat
Before running the installer, try running some simple X program (xclock, for example). If it fails, don't even bother trying to run the installer before you've fixed the problem and xclock (or whatever) can run successfully.
If there are problems with the X GUI, simple X programs like xclock can sometimes display more meaningful error messages than installation scripts.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 07:48 AM
03-30-2008 07:48 AM
Re: Trying to install HP Software on RedHat
xclock works with no errors
xev works with no errors
Running X client/apps isn't an issue.
setup.bin is giving me the same exact error.
Maybe the output in the log will help a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 10:54 AM
03-30-2008 10:54 AM
Re: Trying to install HP Software on RedHat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 05:23 PM
03-30-2008 05:23 PM
Re: Trying to install HP Software on RedHat
./setup.bin LAX_VM $JAVA_PATH
in my case:
./setup.bin LAX_VM /usr/java/latest/jre/bin/java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 02:51 AM
03-31-2008 02:51 AM
Re: Trying to install HP Software on RedHat
It seems not working for me ... But where can i find the same log file output you have posted ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 10:47 PM
04-01-2008 10:47 PM
Re: Trying to install HP Software on RedHat
Install JDK/JRE
http://java.sun.com/javase/downloads/index.jsp
export your java path to
export JAVA_PATH=/usr/java/jdk-1.6.0.5/jre/bin/java
and try again with the command above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 10:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2013 12:36 PM
04-13-2013 12:36 PM
Re: Trying to install HP Software on RedHat
Hell I had a simular issue be discoverd that I didn't had installed " Desktop Platform"
yum groupinstall "Desktop" "Desktop Platform" "X Window System"
After install above the display issue was solved.
For your information XCLOCK did work fine but export DISPLAY=localhost:11.0 didn't :-)
I hope this solution do help a other with a similar problem.
Cheers.