solaris I/O devices info


 
Thread Tools Search this Thread
Operating Systems Solaris solaris I/O devices info
# 1  
Old 02-26-2009
solaris I/O devices info

Hi,

can anyone help in finding the hardware related details of I/O devices of remote solaris machine .Thanks in advance.
# 2  
Old 02-26-2009
What do you mean by remote machine?

May be you can try
Quote:
iostat
, better check
Quote:
man iostat
# 3  
Old 02-26-2009
prtconf should do it
# 4  
Old 02-26-2009
psrinfo -pv --> cpu
prtconf |grep Memory --> RAM
echo|format -->all disks (local + SAN)
df -k --> all mounted FS
prtdiag -v --> more details about system hardware
# 5  
Old 02-27-2009
Hi,
Thanks a lot for your quick response .These are very much helpful for me but I want some more information about the keyboard ,mouse and monitor details like manufacturer,serial number etc..

Thanks in advance.
# 6  
Old 02-27-2009
Smilie why would you want that? The objective for doing so?
Even if its possible, I don't think so all systems will accomplish this for you
# 7  
Old 03-05-2009
Quote:
Originally Posted by incredible
Smilie why would you want that? The objective for doing so?
Even if its possible, I don't think so all systems will accomplish this for you
thankq for your reply.For all machines we can't go see these details directly.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 and OpenSolaris both hang at Configuring Devices

Hi, Any help would be appreciated, when I attempt to install either OpenSolaris or Solaris 11 the install hangs right after the copyright where normally it would be "configuring devices" . If it is SOL 11 it just hangs if it is OpenSolaris it starts spitting out the following: WARNING: hubdi:... (0 Replies)
Discussion started by: jk121960
0 Replies

2. Solaris

USCSICMD ioctl calls for Fibre Channel(FC) devices on Solaris 10?

Hi , I have wrtitten a C program that issues USCSICMD ioctl call to the tape devices attached on solaris sparc 10. I was able to get the required information from all SCSI tape devices attached using the utility. But, whenever it is run on FC attached tape drives , the program returns an error... (0 Replies)
Discussion started by: naveen448
0 Replies

3. Solaris

Looking for Solaris 10 10/09 Drivers for these Devices

Could anyone tell me where I can obtain Solaris 10 10/09 drivers for these divices listed below. I have looked in the OpenSolaris forums but I have not had any luck. Device Vendor Device Name Network Atheros AR928X Wireless Network Adapter (PCI-Express) Storage Intel 82801 SATA... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

4. Solaris

Solaris zone devices

Hello all, I'm having issue with trying to add device resource to my zone from the global zone. I did the following zoncfg -x larryase add device set match="/dev/tty*" end I get device already set, but in me zone I don't see the device. Is there a "reboot -- r" command for zones? or... (0 Replies)
Discussion started by: larryase
0 Replies

5. Solaris

solaris way if interpreting devices?

Hi all, I wanted to know the solaris way of interpreting devices? I mean i understand all those c0t0....stuff but when i start mounting devices , most of the times i get either a I/O error or it says that the directory does not exist. eg: I have a external usb hub to which i have connected... (1 Reply)
Discussion started by: wrapster
1 Replies

6. Solaris

Solaris I386 ifconfig devices ??

I want to configure my Network card. On solaris 9 i386. How to know the good Network device. I use prtconf to display the device list. I'm searching the device name. Like ifconfig device_name plumb thanks you (2 Replies)
Discussion started by: simquest
2 Replies

7. UNIX for Dummies Questions & Answers

Solaris print devices

I've been looking in my /dev directory for my available devices to set up a printer and was expecting to see some lp or lpr devices using Solaris 8, but I do not see them so I'm a little confused? Any help would be greatly appreciated. (2 Replies)
Discussion started by: jroglass
2 Replies

8. Solaris

devices in solaris 10

i want to use the devfsadm command and understand its function (3 Replies)
Discussion started by: bondoq
3 Replies

9. Solaris

Disk devices in solaris 10 x86

I'm trying to mirror 2 eide disks on a solaris 10 x86 system. Im trying to use the prtvtoc | fmthard command to mirror the vtoc. How do they represent the entire disk like in solaris 9 (c0t0d0s2 = entire device) 0. c0d0 <DEFAULT cyl 26497 alt 2 hd 16 sec 63> ... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question