From nitin.gizare at wipro.com Fri Mar 5 02:22:58 2010 From: nitin.gizare at wipro.com (nitin.gizare at wipro.com) Date: Fri, 5 Mar 2010 07:52:58 +0530 Subject: How to hardware raid info Message-ID: HI I want to know how to find hardware raid info in RHEL 4.0 withought looking at bios information. Rgds Nitin -------------- next part -------------- An HTML attachment was scrubbed... URL: From root at nachtmaus.us Fri Mar 5 03:10:24 2010 From: root at nachtmaus.us (david t. klein) Date: Thu, 4 Mar 2010 21:10:24 -0600 Subject: How to hardware raid info In-Reply-To: References: Message-ID: <007401cabc11$67184470$3548cd50$@us> man lspci will tell you what devices are presently attached via the PCI electrical databus man lsmod will tell you what drivers are loaded perhaps tw_cli (http://www.3ware.com/support/userdocs/9000-series-cliguide-3-07.pdf) is what you are looking for If it is LSI MegaRAID, then you might check out MegaCLI Or just bring the box down during maintenance window, crack the chassis and look inside (or, even better, have a datacenter/hardware technician do for you) -DTK -- david t. klein Cisco Certified Network Associate (CSCO11281885) Linux Professional Institute Certification (LPI000165615) Redhat Certified Engineer (805009745938860) Quis custodiet ipsos custodes? From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of nitin.gizare at wipro.com Sent: Thursday, March 04, 2010 8:23 PM To: redhat-sysadmin-list at redhat.com Subject: How to hardware raid info HI I want to know how to find hardware raid info in RHEL 4.0 withought looking at bios information. Rgds Nitin -------------- next part -------------- An HTML attachment was scrubbed... URL: From henders254 at gmail.com Tue Mar 9 09:49:41 2010 From: henders254 at gmail.com (Chris Henderson) Date: Tue, 9 Mar 2010 20:49:41 +1100 Subject: adding time zone files to the time GUI interface Message-ID: There are many time zone files accessible from the command line (/usr/share/zoneinfo) that don't show up in the GUI ("system-config-date"). How do I add these time zones to the GUI? For example: /usr/share/zoneinfo/Asia/Calcutta does not show up in the GUI. All files available on the Time zone gui tab are in /usr/share/zoneinfo/zone.tab. Distribution: RHEL 5.4 (64-bit) Thanks. From dlopez at humnet.ucla.edu Tue Mar 23 21:21:21 2010 From: dlopez at humnet.ucla.edu (Lopez, Denise) Date: Tue, 23 Mar 2010 14:21:21 -0700 Subject: mcelog error Message-ID: <11F10A7CE2E9614C9F2875FE687A793E02FC9B15@EM9.ad.ucla.edu> Hi all, I am getting the following mcelog error messages: mcelog: warning: 18446744073709551600 bytes ignored in each record mcelog: consider an update I am running Fedora 11 and have updated all the packages. I have mcelog-0.7-4.fc11.x86_64 currently installed and yum says all packages are up to date when I run a yum update. Looks to me like the log file is just to large to parse. Any ideas how to clear it? Thanks in advance. Denise Denise Lopez Sr. Linux Systems Engineer UCLA Center for Digital Humanities 337 Charles E. Young Drive East PAB 1020 Los Angeles, CA 90095 310-206-8216 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mgalgoci at redhat.com Tue Mar 23 22:27:43 2010 From: mgalgoci at redhat.com (Matthew Galgoci) Date: Tue, 23 Mar 2010 18:27:43 -0400 (EDT) Subject: mcelog error In-Reply-To: <11F10A7CE2E9614C9F2875FE687A793E02FC9B15@EM9.ad.ucla.edu> References: <11F10A7CE2E9614C9F2875FE687A793E02FC9B15@EM9.ad.ucla.edu> Message-ID: > Date: Tue, 23 Mar 2010 14:21:21 -0700 > From: "Lopez, Denise" > Reply-To: redhat-sysadmin-list at redhat.com > To: redhat-sysadmin-list at redhat.com > Subject: mcelog error > > Hi all, > > I am getting the following mcelog error messages: > > mcelog: warning: 18446744073709551600 bytes ignored in each record > mcelog: consider an update > > I am running Fedora 11 and have updated all the packages. I have mcelog-0.7-4.fc11.x86_64 currently installed and yum says all packages are up to date when I run a yum update. > > Looks to me like the log file is just to large to parse. Any ideas how to clear it? > > Thanks in advance. > Denise That actually sounds like data structures for the mce record have changed size (increased) and the userspace mcelog daemon doesn't know about the extra info. Did you upgrade your kernel? -- Matthew Galgoci Network Operations Red Hat, Inc 919.754.3700 x43155 From dlopez at humnet.ucla.edu Tue Mar 23 22:33:15 2010 From: dlopez at humnet.ucla.edu (Lopez, Denise) Date: Tue, 23 Mar 2010 15:33:15 -0700 Subject: mcelog error References: <11F10A7CE2E9614C9F2875FE687A793E02FC9B15@EM9.ad.ucla.edu> Message-ID: <11F10A7CE2E9614C9F2875FE687A793E02FC9B1A@EM9.ad.ucla.edu> Dear Matthew, Thanks for the suggestion. I just checked and I do have a kernel update that needs to be applied and rebooted. I will try this tomorrow. Sounds like that should resolve the issue. Denise Denise Lopez Sr. Linux Systems Engineer UCLA Center for Digital Humanities 337 Charles E. Young Drive East PAB 1020 Los Angeles, CA 90095 310-206-8216 -----Original Message----- From: Matthew Galgoci [mailto:mgalgoci at redhat.com] Sent: Tue 3/23/2010 3:27 PM To: redhat-sysadmin-list at redhat.com Cc: Lopez, Denise Subject: Re: mcelog error > Date: Tue, 23 Mar 2010 14:21:21 -0700 > From: "Lopez, Denise" > Reply-To: redhat-sysadmin-list at redhat.com > To: redhat-sysadmin-list at redhat.com > Subject: mcelog error > > Hi all, > > I am getting the following mcelog error messages: > > mcelog: warning: 18446744073709551600 bytes ignored in each record > mcelog: consider an update > > I am running Fedora 11 and have updated all the packages. I have mcelog-0.7-4.fc11.x86_64 currently installed and yum says all packages are up to date when I run a yum update. > > Looks to me like the log file is just to large to parse. Any ideas how to clear it? > > Thanks in advance. > Denise That actually sounds like data structures for the mce record have changed size (increased) and the userspace mcelog daemon doesn't know about the extra info. Did you upgrade your kernel? -- Matthew Galgoci Network Operations Red Hat, Inc 919.754.3700 x43155 -------------- next part -------------- An HTML attachment was scrubbed... URL: