How to find the Graphics Cards details

I have a SUN E420R server with solaris 10 installed.How can I find using a commnd line Video graphics card details on the server ?!Thanks
[158 byte] By [sacrh] at [2007-11-26 7:30:35]
# 1
prtdiag -vlocated i n /usr/platform/sun4u/bin
jeremy_husband at 2007-7-6 19:24:23 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 2

Jeremy,

... perhaps a typo ?

/usr/platform/sun4u/sbin

But there should be a soft link to the command, anyhow,

even for the default shell path of root user.

The soft links began with Solaris 9.

We all had to type absolute paths in Solaris 8 and older.

rukbat at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 3

Yes, checked with the prtdiag & below is the command output. I am not sure if I have a graphics card attached. Can somebody please explain the details below of prtdiag or where can I find info how to read the details. I really appreciate.

!Thanks

--

bash-3.00# ./prtdiag -v

System Configuration: Sun Microsystems sun4u Sun Enterprise 420R (2 X UltraSPARC-II 450MHz)

System clock frequency: 113 MHz

May 14 18:43:45 cmtcos01in

Memory size: 1024 Megabytes may have changed)MB

========================= CPUs =========================

Brd CPUModuleMHzMBImpl.Mask

- ---

0114504.0US-II10.0

0224504.0US-II10.0

========================= IO Cards =========================

BusFreq

Brd Type MHzSlotName Model

- - - - --

0PCI33On-Board network-SUNW,hme

0PCI33On-Board scsi-glm/disk (block)

0PCI33On-Board scsi-glm/disk (block) Symbios,53C875

0PCI33PCI 3 SUNW,ifp-pci1077,2100.4/ssd +

0PCI33PCI 2 SUNW,ifp-pci1077,2100.4/ssd +

0PCI33 PCISUNW,hme-pci108e,1001 SUNW,qsi-cheerio

0PCI66PCI 1 66 network-pci108e,2bad SUNW,pci-gem

No failures found in System

===========================

========================= HW Revisions =========================

ASIC Revisions:

PCI: pci Rev 4

PCI: pci

Cheerio: ebus Rev 1

FEPS: SUNW,hme Rev c1

System PROM revisions:

-

OBP 3.31.0 2001/07/25 20:35POST 1.2.8 2000/08/22 19:50

--

!Thanks

Sac

sacrh at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 4

The 420R does not usually have any graphics card,

unless someone in your organization purchased one and had it installed.

There is no framebuffer circuitry integrated to the systemboard, either.

Also, the 420R chassis shell blocks off any external access to the UPA slots of the systemboard, thus only PCI slots are usable.

(When that same systemboard is in an Ultra-80, the chassis provides for the use of the UPA slots for graphics options.)

The output from your PRTDIAG does not seem to show any graphics cards.

You have what appears to be an ethernet card in slot #1 and fibre cards in slots #2 and #3.

Let's try a couple more things.

Do a directory listing for /dev/fbs. Any zero-byte device instance files in there?

Also try one more Solaris command,

prtconf -F (uppercase 'F')

What does that yield?

Your computer could just be a normal 420R and you administer it

in the expected customary fashion -- through its TTYa port.

rukbat at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 5

rukbat,

I appreciate the response & for all the details. Here are the command outputs.

bash-3.00# ls -la /dev/fbs

/dev/fbs: No such file or directory

bash-3.00# prtconf -F

Console output device is not a frame buffer

bash-3.00#

--

1. Is there any other low cost method of connecting a monitor to the server ? Any KVM switch or so.

2. Currently I have connected it through a serialport-A on the server to serial port on my desktop & then using hyperterminal.

I want to connect it using my laptop which do not have any serial port. can I achieve this by any means ?

3. Whats exactly connect using "TCP/IP (winsock)" option in hyperterminal is used for ?

I have a "RJ45-DB25" connector & was just windering if it can be used anywhere for this?

!Thanks Sac

sacrh at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 6

OK.

That confirms that there isn't any graphics circuitry installed at the present time.

So let me try to respond to these questions...

1. The cost of KVM hardware, with Sun-to-PC compatible cable sets

would be more that I would ever want to spend. You may just as well go get a

used PGX32 card, a monitor, and a Sun keyboard/mouse kit for the 420R.

2. There are USB-to-serial dongles that could give you a functional port on the laptop.

My experience is that the $15 adapters are garbage, simple shape-changers,

and you'd need a $45-$70 adapter if it is to work properly.

The expensive ones have serial UART circuitry inside them and actually work.

3. I don't use Hyperterminal. I haven't spent more than 10 minutes with it in 10+ years.

TeraTerm is just so much better.(Google for it. Search these forums for it.)

4. There are occasional computer systems that have their serial ports in a RJ45 shape,

because there isn't enough flat chassis panel space to fit a DB9 or a DB25 port.

That is where you'd use your dongle to help your serial connection.

I presume these two computers are networked together?

Just today there has been a forum discussion on displaying a Solaris desktop onto a Windows PC screen.

http://swforum.sun.com/jive/thread.jspa?threadID=97346&tstart=0

You may wish to join that discussion.

I've never done it, and I don't know if the 420R will still need

a graphics card, so that the X software can become functional.

rukbat at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...
# 7
You was a great help for all the information required.Its a appreciation time form my end now.!Thanks very muchSac
sacrh at 2007-7-6 19:24:24 > top of Java-index,Sun Hardware,Servers - General Discussion...