Hi,
Currently I've been using an RHEL4 Update 4 ia64 AS Linux version and running in HP rx6600 server.
I tried to google-out the RAID, temperature and FAN status manage and monitoring tool for RHEL4 Update 4 ia64 AS Linux But i can't able to findout the same for RHEL4 Update 4 ia64 AS Linux server
Can anyone suggest me the write status monitoring and manage tool for RHEL4 Update 4 ia64 AS Linux server
Some of the information are below
[root@corviewsecondary src]# lspci 00:01.0 Class ff00: Hewlett-Packard Company: Unknown device 1303 00:01.1 Communication controller: Hewlett-Packard Company: Unknown device 1302 00:01.2 Serial controller: Hewlett-Packard Company Diva Serial [GSP] Multiport UART 00:02.0 USB Controller: NEC Corporation USB (rev 43) 00:02.1 USB Controller: NEC Corporation USB (rev 43) 00:02.2 USB Controller: NEC Corporation USB 2.0 (rev 04) 0f:01.0 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 0f:01.1 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 14:01.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068 PCI-X Fusion-MPT SAS (rev 01) 14:02.0 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 14:02.1 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 23:01.0 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) 23:01.1 Ethernet controller: Intel Corporation 82546GB Gigabit Ethernet Controller (rev 03) [root@corviewsecondary src]#
[root@corviewsecondary src]# cat /proc/mpt/version mptlinux-3.02.62.01rh Fusion MPT base driver Fusion MPT FC host driver Fusion MPT SPI host driver Fusion MPT SAS host driver Fusion MPT ioctl driver [root@corviewsecondary src]#
I have findout the mpt-status source from forum and download the same. During compilation i have getting an error and below or the error message
[root@corviewsecondary mpt-status-1.2.0]# make KERNEL_PATH=/usr/src/kernels/2.6.9-42.EL-largesmp-ia64/ gcc -Iincl -Wall -W -O2 -I/usr/src/kernels/2.6.9-42.EL-largesmp-ia64//drivers/message/fusion -I/lib/modules/`uname -r`/build/drivers/message/fusion -I/lib/modules/`uname -r`/source/drivers/message/fusion -o mpt-status mpt-status.c In file included from mpt-status.c:38: mpt-status.h:19:26: lsi/mpi_type.h: No such file or directory mpt-status.h:20:21: lsi/mpi.h: No such file or directory mpt-status.h:21:25: lsi/mpi_ioc.h: No such file or directory mpt-status.h:22:26: lsi/mpi_cnfg.h: No such file or directory mpt-status.h:23:26: lsi/mpi_raid.h: No such file or directory mpt-status.h:24:20: mptctl.h: No such file or directory mpt-status.c:123: error: syntax error before '*' token mpt-status.c:125: error: syntax error before '*' token mpt-status.c:126: error: syntax error before '*' token mpt-status.c:130: error: syntax error before '*' token mpt-status.c:131: error: syntax error before '*' token mpt-status.c:132: error: syntax error before '*' token mpt-status.c:133: error: syntax error before '*' token mpt-status.c: In function `freeMem': ............. [root@corviewsecondary src]#
Any clues as to whats the problem and the remedy?
Thanks in Advance,
-S.Balaji
[root@corviewsecondary src]# lspci 00:01.0 Class ff00: Hewlett-Packard Company: Unknown device 1303
What model of HP is this...
[root@corviewsecondary src]# cat /proc/mpt/version mptlinux-3.02.62.01rh
So LSi chip? Install MegaRaid cli rpm and fetch it off the controller? If this is an LSI, that's what I do, I also have a system where I export a bunch of large discs as single volumes and use mdraid to combine them.
Since I use snmp for all monitoring where possible, (and since I never got the lsi snmp module working) I use an snmp `extend` command to query and return results for anything imaginable that I can't find a real way to do w/ snmp.
jlc
On Thursday 11 February 2010, Balaji wrote:
Hi,
Currently I've been using an RHEL4 Update 4 ia64 AS Linux version
and running in HP rx6600 server.
I tried to google-out the RAID, temperature and FAN status manage
and monitoring tool for RHEL4 Update 4 ia64 AS Linux But i can't able to findout the same for RHEL4 Update 4 ia64 AS Linux server
Can anyone suggest me the write status monitoring and manage tool
for RHEL4 Update 4 ia64 AS Linux server
I'd search itrc.hp.com (using the name of the storage controller and server).
Some of the information are below [root@corviewsecondary src]# lspci 00:01.0 Class ff00: Hewlett-Packard Company: Unknown device 1303 00:01.1 Communication controller: Hewlett-Packard Company: Unknown
device 1302
...
Maybe the above would be more readable with newer pci ids. You can updated this by running the command "update-pciids" (then rerun the lspci...).
...
I have findout the mpt-status source from forum and download the same. During compilation i have getting an error and below or the error
message
Do you have any indications that mpt-status should work on ia64?
/Peter