1825985 Members
3126 Online
109690 Solutions
New Discussion

Re: HP-UX on rx1620

 
SOLVED
Go to solution
Dusan Stefanovic
Frequent Advisor

HP-UX on rx1620

I have rx1620 without MP card with HP-UX instaled (without graphic card)
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.
7 REPLIES 7
Steven E. Protter
Exalted Contributor
Solution

Re: HP-UX on rx1620

Shalom

The 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
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dusan Stefanovic
Frequent Advisor

Re: HP-UX on rx1620

Hi Steven
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
Mridul Shrivastava
Honored Contributor

Re: HP-UX on rx1620

As suggested by stephen these step are to use X-clients/ reflection-X and there you will get graphic display.

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.
Time has a wonderful way of weeding out the trivial
rick jones
Honored Contributor

Re: HP-UX on rx1620

When HP-UX is installed, it installs drivers based on the hardware present at the time. Since the MP was not present, the installer would not have known about the VGA port and so would not have installed any drivers for it.

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 :(
there is no rest for the wicked yet the virtuous have no pillows
Jeff Lightner_1
Frequent Advisor

Re: HP-UX on rx1620

rx1620 doesn't come with the MP card. It is an add on product. There are different settings to use depending on which console type you have .

The following link may help:
http://docs.hp.com/en/5991-2701/ch04s01.html#cihgcffj
Torsten.
Acclaimed Contributor

Re: HP-UX on rx1620

If you adjust the console settings already (like advised in your other thread) you should install the latest HW Enable patch bundle (copy and paste to one line if needed):

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!   
Dusan Stefanovic
Frequent Advisor

Re: HP-UX on rx1620

Thank's for everything
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.