- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- re : rp4440 grapghics problem
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
07-31-2006 07:01 PM
07-31-2006 07:01 PM
re : rp4440 grapghics problem
Can someone please help, I have a rp4440 install with a graphics card part no AB551A ATI RADEON 7500 PCI running on HP unix version 11.11 , the lcd connected to the vga port on the graphics card is HP L1506. ioscan show that the device is claimed and I have path it to the VGA hardware path but I still cannot see the GUI on the LCD. Please help and advice..
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 11:30 PM
07-31-2006 11:30 PM
Re: re : rp4440 grapghics problem
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 11:45 PM
07-31-2006 11:45 PM
Re: re : rp4440 grapghics problem
http://docs.hp.com/en/AB551-90001_Rev_B/AB551-90001_Rev_B.pdf
"...rp4410/40 â The AB551A graphics card can be placed in PCI slot 7 or 8."
Looks like you need 11i v2 to make this work.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 12:37 AM
08-01-2006 12:37 AM
Re: re : rp4440 grapghics problem
Thanks for thw info, just to share with you guys what I have done. The doc on AB551 rev A and Rev B is too brief. It does not indicate how to configure the CDE on the server which I think it was default without configuration.
Pls note,
The card AB551 can be use on RP4440 server, with 11.11 OS . I'm running it now.
Attach are some configuration send by HP Engineer for your referrence, which I have made all the necessary changes and is working fine. Also, I know it state to use slot 7 and 8. But i try with slot 6 it is working also.
Here is the info from HP who analysize what happen on my server and the necessary action.
Observation on "xfs" : Font Server
..................................................
# ps -ef | grep -i /usr/bin/X11/xfs
root 3948 3939 1 14:02:28 ttyp1 0:00 grep -i
/usr/bin/X11/xfs
# cat /etc/rc.config.d/xfs | grep -i RUN_X_FONT_SERVER
# xfs configuration: set RUN_X_FONT_SERVER to a non-zero value to
RUN_X_FONT_SERVER=0
..........................................................
Action Plan to enable "xfs" : Font Server
..........................................................
Enable the font server by following the below steps
# vi /etc/rc.config.d/xfs
change 0 to 1 like below
RUN_X_FONT_SERVER=1
# /sbin/init.d/xfs start
# ps -ef | grep /usr/bin/X11/xfs {to confirm the
font server started}
========================================================================
===
========================================================================
===
................................................................
Observation on " /etc/dt/config/Xconfig" file
................................................................
# ll /etc/dt/config/Xconfig
/etc/dt/config/Xconfig not found
# cat /etc/dt/config/Xconfig
cat: Cannot open /etc/dt/config/Xconfig: No such file or directory
................................................................
Action plan on " /etc/dt/config/Xconfig" file
................................................................
Copy the Xconfig file from the /usr/dt/config/ directory to the
/etc/dt/config/ directory:
# mv /etc/dt/config/Xconfig /etc/dt/config/Xconfig.old
# cp -p /usr/dt/config/Xconfig /etc/dt/config/Xconfig
NOTE: If this file already exists in the /etc/dt/config/
directory, these
modifications can be made to the existing file.
Edit the /etc/dt/config/Xconfig file and turn off
MIT-MAGIC-COOKIE authorization
by uncommenting the following line within this file:
From:
# Dtlogin*authorize: False
To :
Dtlogin*authorize: False
========================================================================
===
========================================================================
===
..............................................................
Observation on "/etc/dt/config/Xservers" file
..............................................................
# cat /etc/dt/config/Xservers
........
# * Local local@console /usr/bin/X11/X :0
........
................................................................
Action plan on "/etc/dt/config/Xservers" file
................................................................
Uncommend and add the '-ac' option to the last line of the
/etc/dt/config/Xservers file:
From:
# * Local local@console /usr/bin/X11/X :0
To:
* Local local@console /usr/bin/X11/X :0 -ac
========================================================================
===
........................................................................
.
Observation on "# /usr/contrib/bin/X11/dr_dt" output
........................................................................
.
...................
WARNING: /var/adm/inetd.sec does not exist. It needs
to be on the system in order for HP CDE to run properly.
There may have been a problem at installation. You
can either reinstall HP CDE or get a copy of the file
from another compatible system.
...................
........................................................................
.
Action plan on "# /usr/contrib/bin/X11/dr_dt" output
........................................................................
.
=> Sample "inetd.sec" file attached here for your reference
=> upload the file under /var/adm/
=> Replace the "hp03" with your hostname "rp4440"
Logi as a root
# chown root:sys /var/adm/inetd.sec
Ensure that the permission of the file matches the below
# getacl /var/adm/inetd.sec
# file: /var/adm/inetd.sec
# owner: root
# group: sys
user::r--
group::r--
class:r--
other:r--
========================================================================
===
Once the above said steps are completed
- Follw the below procedure to start the CDE on Console
# /usr/dt/bin/dtconfig -reset
# /usr/dt/bin/dtconfig -e
# /sbin/init.d/dtlogin.rc stop
# /sbin/init.d/dtlogin.rc start
- Is there any CDE screen on the console
- Is there any errors observed on the console
- Is there any error while trying the CDE login
- Have you tried login as a root for CDE
Hope this help if anyone have the problem again.
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 02:13 AM
08-01-2006 02:13 AM
Re: re : rp4440 grapghics problem
I have a similar problem on my rp3410 box (11.11). I am not able to get into the CDE environment. After successful login (root) i am hanging on CDE Welcome screen (blue one) even after completing all above steps.
Any advice?
Do I really need 11i v2 to make it work?
Thanks,
N.