collecting system harware info


 
Thread Tools Search this Thread
Operating Systems Solaris collecting system harware info
# 1  
Old 05-25-2005
collecting system harware info

I'm looking for commands I can run on Solaris (8 and 9) to collect information regarding the installed hardware, ie network cards, sizes of physical disks in system, sizes of physical disks in connected storage array, etc.
# 2  
Old 05-25-2005
man prtdiag
man prtconf
man psrinfo
man isainfo
man ifconfig
man ndd
man vmstat
man format
man prtvtoc
man uname

There are *many* commands for finding information on a solaris system - this is just for starters....

Cheers
ZB
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Successful user login, yet system claims invalid info

I have four AIX 6.1.7.4 systems freshly built and ready for our DBAs to do their work. Of the three one runs into an odd issue while logging in as himself, using Putty with ssh protocols. He logs in successfully, but also gets the following error message: : 3004-300 You entered an invalid login... (2 Replies)
Discussion started by: Mike Brendan
2 Replies

2. Solaris

How to find FC info on Sun x86 system?

Hi, we have a Sun x4150 server connecting to Brocade switches. I need to get all WWN on the Sun server. Here is the result: # fcinfo hba-port No Adapters Found. # prtconf -vp | grep -i wwn # luxadm probe ERROR: No Fibre Channel Adapters found. # luxadm -e port ERROR: No Fibre Channel... (2 Replies)
Discussion started by: aixlover
2 Replies

3. UNIX for Dummies Questions & Answers

Basic System Info Template

If your boss ask you to create a template for all UNIX systems. Max 10 questions of the system. What would you put down? The system can be any UNIX flavor. Some examples: 1. system name 2. OS 3. ETC What would be for you the most important and relevants. (2 Replies)
Discussion started by: 300zxmuro
2 Replies

4. Shell Programming and Scripting

recommended perl modules for system info.

I am doing some bespoke nagios plugins. can anyone recommend any good perl modules for system checks. disks, memory, processes, load avgs, networks, etc etc. everything basically. they will need to perform on bsd, aix, solaris, linux. any recommendations? (2 Replies)
Discussion started by: bigearsbilly
2 Replies

5. UNIX for Advanced & Expert Users

The best way to skin a cat OR how do I get file system info on the most basic level?

Hi, We have an FTP server (vsftpd) running on Linux, that I've kinda built a "Data Management" system around. I could use some ideas as to the best way to handle/create "triggers" for file notifications. Internal users drag 'n drop files from their Windows boxes to the server via Samba... (2 Replies)
Discussion started by: mph
2 Replies

6. Programming

System info

Does anyone know graceful way to get information about system? Information I am interested in is: Total size of physical memory. Total and free size of swap. Number of processors, their types and frequency. Mount point of file system for known directory. Is there a good way to get such... (4 Replies)
Discussion started by: kandrewo
4 Replies

7. Programming

Does anyone have example code for getting File System info on AIX

I'm looking for example C source of how to get file system information on AIX systems. Does anyone have anything? (3 Replies)
Discussion started by: StuBob
3 Replies

8. UNIX for Dummies Questions & Answers

Finding system info

Can someone tell me the command to display the info about the CPU? I need the CPI id.. of my SUN box. Solaris 8. It's some totally un-intuitive command, and i can't recall it. tnx. (3 Replies)
Discussion started by: ireeneek
3 Replies

9. UNIX for Dummies Questions & Answers

How do I find out general system info?

How can I find out what type of processor, and speed, along with memory info such as RAM and storage. Also how do I scrollup on the shell? (2 Replies)
Discussion started by: AllyJones
2 Replies
Login or Register to Ask a Question