Operating System - HP-UX
1833777 Members
2216 Online
110063 Solutions
New Discussion

SMBIOS information on HPUX

 
sripathi
New Member

SMBIOS information on HPUX

How can we read the SMBIOS information of HPUS system. I tried using mmap function and mapping the /dev/mem to the memory.

Baseaddress=0x000F0000
End address=0x000FFFFF
size=Baseaddress-endaddress

mmap(0,size,PROT_READ,MAP_PRIVATE,fd,baseaddress)

The probelm is that i am getting
mem mapping error 19
error: No such device

Can anyone resolve this problem?