From won.derick at yahoo.com Fri Apr 3 05:20:02 2009 From: won.derick at yahoo.com (Won De Erick) Date: Fri Apr 3 05:20:08 2009 Subject: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) Message-ID: <299096.94461.qm@web45814.mail.sp1.yahoo.com> Y. A. nexther0@gmail.com wrote: > Wed Feb 18 01:10:08 PST 2009 > > hpasmcli does not start on that FreeBSD versions because > use unacceptable > permission mode 0700 for msgget() call. that small patch > attached to this > message change hpasmcli to call msgget() with permissions > 0600. > To apply this patch you need to use bspatch(1) utility. > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: hpasmcli.patch > Type: application/octet-stream > Size: 160 bytes > Desc: not available > Url : http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj > > I downloaded hpasm from the link below, but it's only intended for freebsd 6.2. The version is also shown. http://people.freebsd.org/~jcagle/#ilo hpdl380-fbsd71r# cat VERSION 7.5 Is there any patch for hpasm-7.5 so it will work with FreeBSD 7.1? Thanks, Won From michael at lysov.ru Fri Apr 3 11:08:30 2009 From: michael at lysov.ru (Michael S Lysov) Date: Fri Apr 3 11:08:38 2009 Subject: HP Proliant dl g5 In-Reply-To: <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> <49D22F0B.1080205@kasimir.com> <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> Message-ID: <8b1c20dd0904031038r6a424ea6u775d6a2760126069@mail.gmail.com> Hello, as I know in 7.1-RELESE still not solved problem with HBA (dl160g5), so you need to replace it into left PCI-E slot to get installation work. 2009/4/1 Hans Roman > Hello, thanks for answering, I forgot to write the exact model which is DL > 160 G5. I've been reading the archives of this list, and I found that the > problem could be the LSI controller, and someone said that it could be > installed by removing the LSI, I'm not sure of this, I didn't pay attention > to that. Do you have any suggestions? > > > Thanks and regards. > -- > Hans Roman > _______________________________________________ > freebsd-proliant@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-proliant > To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@freebsd.org > " > From nexther0 at gmail.com Fri Apr 3 13:35:28 2009 From: nexther0 at gmail.com (Y. A.) Date: Fri Apr 3 13:35:34 2009 Subject: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) In-Reply-To: <299096.94461.qm@web45814.mail.sp1.yahoo.com> References: <299096.94461.qm@web45814.mail.sp1.yahoo.com> Message-ID: v7.5 only for HP DL3x0 G5 server. DL-3x0 G4 or G4+ should use v7.22 this patch only for hpasm v7.22. That version running on FreeBSD 7.1 with compat5x package installed.. 2009/4/3 Won De Erick > > Y. A. nexther0@gmail.com wrote: > > Wed Feb 18 01:10:08 PST 2009 > > > > hpasmcli does not start on that FreeBSD versions because > > use unacceptable > > permission mode 0700 for msgget() call. that small patch > > attached to this > > message change hpasmcli to call msgget() with permissions > > 0600. > > To apply this patch you need to use bspatch(1) utility. > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: hpasmcli.patch > > Type: application/octet-stream > > Size: 160 bytes > > Desc: not available > > Url : > http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj > > > > > > I downloaded hpasm from the link below, but it's only intended for freebsd > 6.2. The version is also shown. > > http://people.freebsd.org/~jcagle/#ilo > > hpdl380-fbsd71r# cat VERSION > 7.5 > > Is there any patch for hpasm-7.5 so it will work with FreeBSD 7.1? > > Thanks, > > Won > > > > > From won.derick at yahoo.com Fri Apr 3 18:42:40 2009 From: won.derick at yahoo.com (Won De Erick) Date: Fri Apr 3 18:42:47 2009 Subject: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) Message-ID: <712183.70639.qm@web45801.mail.sp1.yahoo.com> --- On Fri, 4/3/09, Y. A. wrote: > v7.5 only for HP DL3x0 G5 server. > DL-3x0 G4 or G4+ should use v7.22 > this patch only for hpasm v7.22. That version running on > FreeBSD 7.1 with compat5x package installed.. My box is DL-380 G5 running FreeBSD 7.1. But, this seems not supporting 7.1. So I was asking if there is a patch to work around the problem. hpdl380-fbsd71r# ./INSTALL --------------------------------------- Hewlett-Packard hpasm FreeBSD installer --------------------------------------- ERROR: Only FreeBSD 6.2 is supported Thanks. > > 2009/4/3 Won De Erick > > Y. A. nexther0@gmail.com > wrote: > > > Wed Feb 18 01:10:08 PST 2009 > > > > > > hpasmcli does not start on that FreeBSD versions > because > > > use unacceptable > > > permission mode 0700 for msgget() call. that small > patch > > > attached to this > > > message change hpasmcli to call msgget() with > permissions > > > 0600. > > > To apply this patch you need to use bspatch(1) > utility. > > > -------------- next part -------------- > > > A non-text attachment was scrubbed... > > > Name: hpasmcli.patch > > > Type: application/octet-stream > > > Size: 160 bytes > > > Desc: not available > > > Url : http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj > > > > > > > > > > > I downloaded hpasm from the link below, but it's only > intended for freebsd 6.2. The version is also shown. > > > > http://people.freebsd.org/~jcagle/#ilo > > > > hpdl380-fbsd71r# cat VERSION > > 7.5 > > > > Is there any patch for hpasm-7.5 so it will work with > FreeBSD 7.1? > > > > Thanks, > > > > Won > > From nexther0 at gmail.com Sat Apr 4 16:06:08 2009 From: nexther0 at gmail.com (Y. A.) Date: Sat Apr 4 16:06:19 2009 Subject: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) In-Reply-To: <712183.70639.qm@web45801.mail.sp1.yahoo.com> References: <712183.70639.qm@web45801.mail.sp1.yahoo.com> Message-ID: this patch only for hpasm v7.22. For you box try to load ipmi.ko and use ipmitool from ports. That give your all monitoring information. 2009/4/4 Won De Erick > > > > --- On Fri, 4/3/09, Y. A. wrote: > > v7.5 only for HP DL3x0 G5 server. > > DL-3x0 G4 or G4+ should use v7.22 > > this patch only for hpasm v7.22. That version running on > > FreeBSD 7.1 with compat5x package installed.. > > My box is DL-380 G5 running FreeBSD 7.1. But, this seems not supporting > 7.1. So I was asking if there is a patch to work around the problem. > > hpdl380-fbsd71r# ./INSTALL > > --------------------------------------- > Hewlett-Packard hpasm FreeBSD installer > --------------------------------------- > > ERROR: Only FreeBSD 6.2 is supported > > > Thanks. > > > > > > > 2009/4/3 Won De Erick > > > > Y. A. nexther0@gmail.com > > wrote: > > > > > Wed Feb 18 01:10:08 PST 2009 > > > > > > > > > > hpasmcli does not start on that FreeBSD versions > > because > > > > > use unacceptable > > > > > permission mode 0700 for msgget() call. that small > > patch > > > > > attached to this > > > > > message change hpasmcli to call msgget() with > > permissions > > > > > 0600. > > > > > To apply this patch you need to use bspatch(1) > > utility. > > > > > -------------- next part -------------- > > > > > A non-text attachment was scrubbed... > > > > > Name: hpasmcli.patch > > > > > Type: application/octet-stream > > > > > Size: 160 bytes > > > > > Desc: not available > > > > > Url : > http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj > > > > > > > > > > > > > > > > > > > > I downloaded hpasm from the link below, but it's only > > intended for freebsd 6.2. The version is also shown. > > > > > > > > http://people.freebsd.org/~jcagle/#ilo > > > > > > > > hpdl380-fbsd71r# cat VERSION > > > > 7.5 > > > > > > > > Is there any patch for hpasm-7.5 so it will work with > > FreeBSD 7.1? > > > > > > > > Thanks, > > > > > > > > Won > > > > > > > > > > From won.derick at yahoo.com Sat Apr 4 18:31:37 2009 From: won.derick at yahoo.com (Won De Erick) Date: Sat Apr 4 18:31:43 2009 Subject: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) Message-ID: <405732.76873.qm@web45814.mail.sp1.yahoo.com> --- On Sat, 4/4/09, Y. A. wrote: > this patch only for hpasm v7.22. For you > box try to load ipmi.ko and use ipmitool from ports. That > give your all monitoring information. I did that. I also tried with other free tools. None of them was able to work well with the HP's IPMI solution. SEL can't be retrieved. BMC sensor configurations can't be retrieved from SDR too. I can see these data using HP's iLO. This is something that HP must have to fix as they claim their boxes are IPMI v2.0 compliant. From hans.r.69 at gmail.com Wed Apr 8 18:49:48 2009 From: hans.r.69 at gmail.com (Hans Roman) Date: Wed Apr 8 18:49:55 2009 Subject: HP Proliant dl g5 In-Reply-To: <8b1c20dd0904031038r6a424ea6u775d6a2760126069@mail.gmail.com> References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> <49D22F0B.1080205@kasimir.com> <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> <8b1c20dd0904031038r6a424ea6u775d6a2760126069@mail.gmail.com> Message-ID: <1b59dc600904081849l67b50e05g507ef8c32e4142ce@mail.gmail.com> Thanks Michael, I'll try that as soon as I get some time. Regards. -- Hans Roman From freebsd at hub.org Tue Apr 14 19:26:15 2009 From: freebsd at hub.org (Marc G. Fournier) Date: Tue Apr 14 20:13:49 2009 Subject: 7.1-STABLE Sun Mar 29 01:06:46 ADT 2009 Locks up ... Message-ID: <54F1B57E4F5953BBDCE2F1F3@ganymede.hub.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi ... Over the past little while, two of my servers have suddenly started to hang ... servers that up until this started, have been reasonably rock solid ... they are generally within a day of each other for source code, and the hardware on both are pretty much identical (HP Proliant DL360 Servers) ... I have serial console configured on both so that I can do CR ~ ^b to get to DDB ... except, when it hangs, all I get is: "KDB: enter: Break sequence on console" And it hangs there, no prompt. I setup a simple script (see attached) to run every 5 minutes that gathers various pieces of info that I think are pertinent, but most likely don't cover everything ... Whenever this happens, on either machine, vmstat show data *like* (notice the high procs -> w values?): procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 pa0 in sy cs us sy id 165 106 2 12699168 33840 3080 38 2 2 3082 1623 0 0 337 36961 4731 18 7 75 64 75 4 12761744 23084 46809 623 65 43 19307 116 334 0 1189 83674 11708 70 20 10 1 68 25 12773980 23068 11036 3003 9 36 4055 116 282 0 1336 78346 14869 56 16 28 0 71 25 12774236 23084 186 769 1 5 18 80 249 0 609 9298 5894 5 5 91 5 90 31 12747296 23352 626 2546 5 104 1147 368 281 0 1536 40945 19980 6 5 90 Where procs -> w just seems to keep rising ... note that the output for vmstat *5 minutes before* shows: procs memory page disks faults cpu r b w avm fre flt re pi po fr sr da0 pa0 in sy cs us sy id 35 121 0 12414692 90552 3080 32 2 1 3090 1403 0 0 337 37022 4730 18 7 75 31 93 0 12314408 62024 36550 414 46 6 34285 27 563 0 916 94851 8813 67 33 0 43 179 0 12270932 23080 24035 101 41 12 13887 36 375 0 766 61969 6945 69 23 7 92 44 0 12265524 119804 2122 2028 1 32 13051 1096092 205 0 558 19460 4561 19 50 32 38 34 0 12330068 89140 30758 103 39 119 37037 2837365 165 0 773 92041 7111 47 53 0 I have one QEMU VPS running on this box, with kqemu running the latest kernel module ... but the other machine experiencing the same issue is only running FreeBSD jails ... Both servers are running SCHED_4BSD, if that matters any ... ? I'm at a loss as to what to look at / for next ... pointers would be greatly appreciated ... I have the various output files that the script generates available if anyone thinks they would be useful ... thank you ... Marc G. Fournier Hub.Org Hosting Solutions S.A. (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAknlRcMACgkQ4QvfyHIvDvNmIgCfSWdT9gug6VCjYM1VVMuv1UkN K28AoK298b6mxEeiddu4BAH0+IpkRsti =q6lD -----END PGP SIGNATURE----- -------------- next part -------------- Skipped content of type multipart/mixed From fsilvaleandro at gmail.com Sat Apr 18 21:35:39 2009 From: fsilvaleandro at gmail.com (Leandro F Silva) Date: Sat Apr 18 21:35:46 2009 Subject: Problem with SCSCI Controller SC11Xe Message-ID: <28f938b10904181410u7f7080a1s2342a501990dc5cd@mail.gmail.com> Dear friends, I'm having some problems in a server HP DL180 G5 (part-number 456831-201) with a HP Autoloader 1/8 Ultrium 920 G2 (part-number AH165A). In this server is working FreeBSD 7.1-STABLE ( the last version ). It knows the SCSI controller on "mpt0: port 0xe000-0xe0ff mem 0xfcee0000-0xfcefffff,0xfcec0000-0xfcedffff irq 16 at device 8.0 on pci7". But the problem is that when I turn on the server ( HP DL 180 G5 ) with the HP Autoloader connected it shows the following error message and freeze ( the server stops responding =( ). mpt0: EvtLogData: IOCLogInfo: 0x110a0000 mpt0: EvtLogData: Event Data: 05020014 mpt0: mpt_cam_event: 0x1 mpt0: EvtLogData: IOCLogInfo: 0x110a0000 mpt0: EvtLogData: Event Data: 05020014 mpt0: mpt_cam_event: 0x1 mpt0: EvtLogData: IOCLogInfo: 0x110a0000 mpt0: EvtLogData: Event Data: 05020014 mpt0: mpt_cam_event: 0x1 mpt0: EvtLogData: IOCLogInfo: 0x110a0000 mpt0: EvtLogData: Event Data: 05020014 mpt0: mpt_cam_event: 0x1 mpt0: EvtLogData: IOCLogInfo: 0x110a0000 mpt0: EvtLogData: Event Data: 05020014 While the server is not rebooted the messages do not stop showing. =Z The SCSI controller is a SC11Xe, anyone could help me try to fix this issue? Any idea is welcome .. Thanks in Advance.. Leandro