dmidecode installation problem


 
Thread Tools Search this Thread
Operating Systems Solaris dmidecode installation problem
# 1  
Old 03-04-2010
dmidecode installation problem

Today I had to check RAM info on solaris 10 system. I know that there is 4 GB, 2 modules , but I really needed more details like exact model, frequency and so on
I downloaded several versions of dmidecode, but non of them worked.
At first I found that there is no gcc in the system, well I installed it
then I tried dmidecode 1.8. make and make install didn't work. I was getting 'gcc no input file ' error
same with 1.9
2.10 and 2.9 came with different errors.
I was getting 'error at line 32, unexpected end of line'
I attached Makefile
line 31-35 are:
Code:
INSTALL         := install
INSTALL_DATA    := $(INSTALL) -m 644
INSTALL_DIR     := $(INSTALL) -m 755 -d
INSTALL_PROGRAM := $(INSTALL) -m 755
RM              := rm -f

I would really appreciate help

all versions of dmidecode worked fine on opensuse 11.2
# 2  
Old 03-04-2010
Get the memconf perl script from here. Easy to use.
UNIX utilities
# 3  
Old 03-04-2010
Does it report RAM frequency?
# 4  
Old 03-04-2010
Quote:
Originally Posted by Zorbeg
Does it report RAM frequency?
You can try to run it with the available options and see. Im not too sure Smilie
# 5  
Old 03-04-2010
Quote:
Originally Posted by Zorbeg
Today I had to check RAM info on solaris 10 system. I know that there is 4 GB, 2 modules , but I really needed more details like exact model, frequency and so on
I downloaded several versions of dmidecode, but non of them worked.
At first I found that there is no gcc in the system, well I installed it
A developer or full Solaris 10 install has gcc already installed in /usr/sfw/bin.

Anyway, you do not need to compile or even use dmidecode as Solaris provides the smbios command that does pretty much the same.

eg:
Code:
$ smbios -t SMB_TYPE_MEMDEVICE 
ID    SIZE TYPE
20    82   SMB_TYPE_MEMDEVICE (memory device)

  Location Tag: DIMM0

  Physical Memory Array: 18
  Memory Error Data: Not Supported
  Total Width: 64 bits
  Data Width: 64 bits
  Size: 1073741824 bytes
  Form Factor: 9 (DIMM)
  Set: None
  Memory Type: 19 (DDR2)
  Flags: 0x80
	SMB_MDF_SYNC (synchronous)
  Speed: 1ns
  Device Locator: DIMM0
  Bank Locator: BANK0
...

# 6  
Old 03-05-2010
Quote:
Originally Posted by thegeek
Try lshw
How could he ?
Unlike dmidecode, lshw is Linux dependant so won't compile/run on Solaris.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Pls. help with dmidecode message

Hi, On Linux Redhat 5.3, found one of the server has amber light. I then ran dmidecode, I found this on the result. System Boot Information Status: Firmware-detected hardware failure But it doesn't tell me which hardware failure? It's running on HP. Any idea? (4 Replies)
Discussion started by: samnyc
4 Replies

2. UNIX for Dummies Questions & Answers

Installation problem in Ubuntu

ins this a common problem , whenever i try installing a new package or software i usually get this failure msg: Setting up dsc-statistics-collector (201203250530-1) ... Adding system user Warning: The home dir /home/Debian-dsc-statistics you specified already exists. The system user... (3 Replies)
Discussion started by: toshanshu
3 Replies

3. UNIX for Dummies Questions & Answers

sudo dmidecode where is the file located ?

Been through all my /sys /sbin /bin directories and can't seem to find it. (2 Replies)
Discussion started by: jcnewton13
2 Replies

4. Solaris

cmake installation problem

hi guys.. i installed cmake in solaris 5.10..... x86 i checked pkginfo | grep -i cmake ... it installed but when excuted cmake it showing following error in output bash-3.00# cmake ld.so.1: cmake: fatal: liblzma.so.5: open failed: No such file or directory help me anyone before... (3 Replies)
Discussion started by: coolboys
3 Replies

5. Red Hat

Help with Redhat installation problem

Hello; I have 4 servers with RedHat Enterprise server 32-bit installed. i'm trying to install 64-bit system instead but the hardware has only CD drive (not DVD). When i tried to use external DVD drive and connect it to the USB to install the 64-bit system, it starts ok but then it ask for the... (2 Replies)
Discussion started by: Katkota
2 Replies

6. Shell Programming and Scripting

Installation problem

Hi , I have installed a s/w for work tracking (work tracking fecilitator) in linix OS. all my other perl programs are working fine. i have completed the backend part of it but unable to use this application . Please guide me regarding this . I have downloaded the source from... (4 Replies)
Discussion started by: alma
4 Replies

7. AIX

Software Installation Problem

HI Everybody, I am a newbie of using AIX, would you mind telling me how to setup JOE and OpenSSH in AIX 5L 5.3. Thanks! Hugo (0 Replies)
Discussion started by: tknl
0 Replies

8. Solaris

Problem during installation of Solaris 2.6

Hello, For testing purpose, I need to install SOLARIS 2.6 on a machine SUN FIRE 880 which is installed with Solaris 2.8. When I boot on the cdrom 2.6, the system answers : boot : cannot open /kernel/unix In the documentation, I saw that I need to reset the boot file value in the PROM. I did it... (1 Reply)
Discussion started by: aribault
1 Replies

9. SCO

Problem during unix installation

i have a problem with installing unix after booting system by itself floppy , during checking the hardware devices computer hangs , and stops. it checks: %fpu %serial %floppy %console %pci %adapter %tape %cd-rom G hd_config in this place system got stop. remember i passed this step at... (1 Reply)
Discussion started by: uranium
1 Replies
Login or Register to Ask a Question