- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX on rx1620
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
07-11-2006 07:54 PM
07-11-2006 07:54 PM
After that I bought MP card and put it in the server.
When I boot OS I still don't have graphic. In SAM I see that I don't have graphic card.
I am very new in HP-UX but I suppose that i have to compile kernel.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 08:06 PM
07-11-2006 08:06 PM
SolutionThe MP card permits remote console access, not graphics.
To log in graphically first log in with telnet or ssh and....
vi /etc/rc.config.d/xfs
Change the first variable to 1.
Then:
/sbin/init.d/xfs start
Now you will be able to connect grapically via the network and a X windows client like hummingbird.
Don't forget to set the DISPLAY variable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 08:40 PM
07-11-2006 08:40 PM
Re: HP-UX on rx1620
I did what you say, but the situation is the same.
When I write ioscan command. I receive:
0/4/2/0 unknown PCI Display
When I go to SAM
SAM - Display - X Server Configuration I receive error: "No graphic devices found on this system"
In my opinion I don't have driver for graphic chip on MP card.
Thank's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 10:52 PM
07-11-2006 10:52 PM
Re: HP-UX on rx1620
If you want to use the graphic port on MP card you have to select the graphic device as output device. If you interrupt the boot process and go to shell then issueing devtree will show all the devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 12:45 PM
07-12-2006 12:45 PM
Re: HP-UX on rx1620
This might be confirmed with the output of ioscan -fk .
You may be able to go into Sam and have it install the requisit driver(s) for you. That assumes they were loaded from the OS media. If not you will have to load them from the media. IIRC all you get is basic 2D graphics. You'll then need to use the EFI bootconfig to set the console input, output and error devices accordingly, and will have to have a USB keyboard and mouse connected.
Thankfully, I _think_ it is still possible to admin an HP-UX system without X11 support - this is in marked contrast to other OSes - eg what I recall of Windows. Although I seem to recall some disturbing trends in HP-UX packages to the contrary :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:03 AM
07-13-2006 01:03 AM
Re: HP-UX on rx1620
The following link may help:
http://docs.hp.com/en/5991-2701/ch04s01.html#cihgcffj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 01:22 AM
07-13-2006 01:22 AM
Re: HP-UX on rx1620
http://www4.itrc.hp.com/service/patch/hpuxPatchBundlePage.do?BC=main|releaseIndexPage|releasePage{0606-11.23}|&bundleId=HWEnable11i:B.11.23.0606.046a
After this, the device should be claimed by the gvid driver.
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
07-13-2006 09:28 PM
07-13-2006 09:28 PM
Re: HP-UX on rx1620
I find solution:
-First console output was not problem, it was set o.k.
-Second I install driver for graphic card on MP trough SAM (gvid and gvid_core drivers)
-After that I reboot OS
-Then I uncomment the last line in /etc/dt/config/Xservers file:
# * localconsole /usr/bin/X11/X:0
D.