how to check hardware configuration

  • Follow


Hi Group,

Can any one please tell me how to check hardware configuration in
solaris 9 and 8 ,
I want to check total HDD , ram , cpu


Sam

0
Reply sameerisgrover (11) 8/8/2007 9:28:26 AM

SAM wrote:
> Hi Group,
>
> Can any one please tell me how to check hardware configuration in
> solaris 9 and 8 ,
> I want to check total HDD , ram , cpu
>
>
> Sam


A good place to start is the "/usr/platform/sun4u/sbin/prtdiag -v"
command.

--
Andy

1
Reply AHinMaine 8/8/2007 2:14:26 PM


definitely prtdiag -v is a great place to start.  for hard disk
information, take a look at iostat (the -E option is quite helpful for
finding out sizing information).

On Aug 8, 5:28 am, SAM <sameerisgro...@gmail.com> wrote:
> Hi Group,
>
> Can any one please tell me how to check hardware configuration in
> solaris 9 and 8 ,
> I want to check total HDD , ram , cpu
>
> Sam


0
Reply Brian 8/8/2007 2:36:12 PM

Brian Mac wrote:
> definitely prtdiag -v is a great place to start.  for hard disk
> information, take a look at iostat (the -E option is quite helpful for
> finding out sizing information).
> 

Yep... some of the commands below will only work on
certain hardware configurations...
(hyphenized names below require your input)

/usr/platform/your-model/sbin/prtdiag
/usr/sfw/bin/ipmitool fru
/usr/sbin/prtconf -pv
/usr/bin/iostat -Enr
/usr/sbin/psrinfo -p -v
/usr/bin/kstat ce:interface-name
/usr/sbin/ndd -set /dev/interface-name instance interface-number
/usr/sbin/ndd -get /dev/interface-name link_speed
/usr/sbin/ndd -get /dev/interface-name link_duplex
/usr/sbin/ndd -get /dev/interface-name link_mode

And if you have x86 Solaris platforms, I recommend compiling
dmidecode (google for it).
0
Reply Chris 8/8/2007 3:00:33 PM

SAM wrote:
> Hi Group,
> 
> Can any one please tell me how to check hardware configuration in
> solaris 9 and 8 ,
> I want to check total HDD , ram , cpu
> 
> 
> Sam
> 

Discovering your hardware configuration with Solaris, or just about any 
Unix, is not as easy as it might be.  The design of the O/S tends to 
hide the fact that there is hardware somewhere.  In a way that's good 
because it makes it more difficult to write hardware dependent software.

You can try prtdiag and prtconf.

ISTR a piece of software that will tell you what is plugged in to each 
memory socket but I've forgotten the details.

Real men open the box and look! :-)

0
Reply Richard 8/8/2007 6:25:11 PM

"Richard B. Gilbert" <rgilbert88@comcast.net> wrote in message news:46BA0A87.70201@comcast.net...
>
> ISTR a piece of software that will tell you what is plugged in to each
> memory socket but I've forgotten the details.
>

memconf from http://www.4schmidts.com/unix.html

-- 
John.


0
Reply John 8/9/2007 5:31:22 AM

5 Replies
1129 Views

(page loaded in 0.082 seconds)

Similiar Articles:













7/22/2012 8:45:37 AM


Reply: