From owner-freebsd-proliant@FreeBSD.ORG Sun Mar 29 03:45:49 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AE0106566C; Sun, 29 Mar 2009 03:45:49 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id D78968FC15; Sun, 29 Mar 2009 03:45:48 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from localhost (maia-1.hub.org [200.46.208.211]) by hub.org (Postfix) with ESMTP id 934D753BC57; Sun, 29 Mar 2009 00:45:47 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 73959-04; Sun, 29 Mar 2009 00:45:45 -0300 (ADT) Received: by hub.org (Postfix, from userid 1002) id 7848853BC50; Sun, 29 Mar 2009 00:45:45 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by hub.org (Postfix) with ESMTP id 7715A53BC3C; Sun, 29 Mar 2009 00:45:45 -0300 (ADT) Date: Sun, 29 Mar 2009 00:45:45 -0300 (ADT) From: "Marc G. Fournier" To: Danny Braniss In-Reply-To: Message-ID: <20090329004504.N2769@hub.org> References: <20090328024247.Y47574@hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org, freebsd-proliant@freebsd.org Subject: Re: ALT_BREAK_TO... + ILO ... missing something in config ... X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2009 03:45:49 -0000 On Sat, 28 Mar 2009, Danny Braniss wrote: > unless the serial port is setup as console, check if /boot/device.hints > has: > hint.sio.0.flags="0x10" > escaping to the debugger is not caught. > btw, Jeremy Chadwick had a nice explanation, but I lost the URL. That was the missing piece, thank you ... I can now break down into DDB through the VSP ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-proliant@FreeBSD.ORG Mon Mar 30 07:12:34 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A6B6106566B for ; Mon, 30 Mar 2009 07:12:34 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [IPv6:2001:4200:7000:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2078FC19 for ; Mon, 30 Mar 2009 07:12:33 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id CD02033CBA; Mon, 30 Mar 2009 09:12:31 +0200 (SAST) Date: Mon, 30 Mar 2009 09:12:31 +0200 From: John Hay To: freebsd-proliant@freebsd.org Message-ID: <20090330071231.GA40323@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: hpacucli on 7-stable amd64, some progress X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 07:12:34 -0000 Hi, I found that the reason hpacucli did not like amd64 7-stable was because the kernel is missing code to do a 32 bit PCIOCGETCONF ioctl. Here is a first stab at it. It works for me. I can do a "hpacucli controller all show". I also updated the firmware on the MSA20, so that I can put 1TB disks in it and now hpacucli does not want to show me the physical or logical disks behind it anymore. :-( BTW, was hpacucli always so noisy? I got hold of a DL380-G4 only recently, so did not run it on older versions of FreeBSD. Anybody know if there is a chance to get a newer hpacucli? John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org --- sys/dev/pci/pci_user.c.orig 2009-02-26 20:54:24.000000000 +0200 +++ sys/dev/pci/pci_user.c 2009-03-29 17:10:45.000000000 +0200 @@ -225,6 +225,49 @@ u_int32_t pi_data; /* data to write or result of read */ }; +#ifdef COMPAT_IA32 +struct pci_conf_old32 { + struct pcisel_old pc_sel; /* bus+slot+function */ + u_int8_t pc_hdr; /* PCI header type */ + u_int16_t pc_subvendor; /* card vendor ID */ + u_int16_t pc_subdevice; /* card device ID, assigned by + card vendor */ + u_int16_t pc_vendor; /* chip vendor ID */ + u_int16_t pc_device; /* chip device ID, assigned by + chip vendor */ + u_int8_t pc_class; /* chip PCI class */ + u_int8_t pc_subclass; /* chip PCI subclass */ + u_int8_t pc_progif; /* chip PCI programming interface */ + u_int8_t pc_revid; /* chip revision ID */ + char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ + u_int32_t pd_unit; /* device unit number (u_long) */ +}; + +struct pci_match_conf_old32 { + struct pcisel_old pc_sel; /* bus+slot+function */ + char pd_name[PCI_MAXNAMELEN + 1]; /* device name */ + u_int32_t pd_unit; /* Unit number (u_long) */ + u_int16_t pc_vendor; /* PCI Vendor ID */ + u_int16_t pc_device; /* PCI Device ID */ + u_int8_t pc_class; /* PCI class */ + pci_getconf_flags_old flags; /* Matching expression */ +}; + +struct pci_conf_io32 { + u_int32_t pat_buf_len; /* pattern buffer length */ + u_int32_t num_patterns; /* number of patterns */ + u_int32_t patterns; /* pattern buffer (struct pci_match_conf_old32 *) */ + u_int32_t match_buf_len; /* match buffer length */ + u_int32_t num_matches; /* number of matches returned */ + u_int32_t matches; /* match buffer (struct pci_conf_old32 *) */ + u_int32_t offset; /* offset into device list */ + u_int32_t generation; /* device list generation */ + pci_getconf_status status; /* request status */ +}; + +#define PCIOCGETCONF_OLD32 _IOWR('p', 1, struct pci_conf_io32) +#endif + #define PCIOCGETCONF_OLD _IOWR('p', 1, struct pci_conf_io) #define PCIOCREAD_OLD _IOWR('p', 2, struct pci_io_old) #define PCIOCWRITE_OLD _IOWR('p', 3, struct pci_io_old) @@ -295,6 +338,69 @@ return(1); } +static int +pci_conf_match_old32(struct pci_match_conf_old32 *matches, int num_matches, + struct pci_conf *match_buf) +{ + int i; + + if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0)) + return(1); + + for (i = 0; i < num_matches; i++) { + if (match_buf->pc_sel.pc_domain != 0) + continue; + + /* + * I'm not sure why someone would do this...but... + */ + if (matches[i].flags == PCI_GETCONF_NO_MATCH_OLD) + continue; + + /* + * Look at each of the match flags. If it's set, do the + * comparison. If the comparison fails, we don't have a + * match, go on to the next item if there is one. + */ + if (((matches[i].flags & PCI_GETCONF_MATCH_BUS_OLD) != 0) + && (match_buf->pc_sel.pc_bus != matches[i].pc_sel.pc_bus)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_DEV_OLD) != 0) + && (match_buf->pc_sel.pc_dev != matches[i].pc_sel.pc_dev)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_FUNC_OLD) != 0) + && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_VENDOR_OLD) != 0) + && (match_buf->pc_vendor != matches[i].pc_vendor)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_DEVICE_OLD) != 0) + && (match_buf->pc_device != matches[i].pc_device)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_CLASS_OLD) != 0) + && (match_buf->pc_class != matches[i].pc_class)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_UNIT_OLD) != 0) + && ((u_int32_t)match_buf->pd_unit != matches[i].pd_unit)) + continue; + + if (((matches[i].flags & PCI_GETCONF_MATCH_NAME_OLD) != 0) + && (strncmp(matches[i].pd_name, match_buf->pd_name, + sizeof(match_buf->pd_name)) != 0)) + continue; + + return(0); + } + + return(1); +} + #endif static int @@ -314,13 +420,21 @@ size_t confsz, iolen, pbufsz; int error, ionum, i, num_patterns; #ifdef PRE7_COMPAT +#ifdef COMPAT_IA32 + struct pci_conf_io32 *cio32; +#endif struct pci_conf_old conf_old; + struct pci_conf_old32 conf_old32; struct pci_io iodata; struct pci_io_old *io_old; struct pci_match_conf_old *pattern_buf_old; + struct pci_match_conf_old32 *pattern_buf_old32; + cio = NULL; + cio32 = NULL; io_old = NULL; pattern_buf_old = NULL; + pattern_buf_old32 = NULL; if (!(flag & FWRITE) && cmd != PCIOCGETBAR && cmd != PCIOCGETCONF && cmd != PCIOCGETCONF_OLD) @@ -332,11 +446,27 @@ switch(cmd) { #ifdef PRE7_COMPAT + case PCIOCGETCONF_OLD32: + cio32 = (struct pci_conf_io32 *)data; + cio = malloc(sizeof(struct pci_conf_io), M_TEMP, M_WAITOK); + cio->pat_buf_len = cio32->pat_buf_len; + cio->num_patterns = cio32->num_patterns; + cio->patterns = (void *)(uintptr_t)cio32->patterns; + cio->match_buf_len = cio32->match_buf_len; + cio->num_matches = cio32->num_matches; + cio->matches = (void *)(uintptr_t)cio32->matches; + cio->offset = cio32->offset; + cio->generation = cio32->generation; + cio->status = cio32->status; + cio32->num_matches = 0; + /* FALLTHROUGH */ + case PCIOCGETCONF_OLD: /* FALLTHROUGH */ #endif case PCIOCGETCONF: - cio = (struct pci_conf_io *)data; + if (cio == NULL) + cio = (struct pci_conf_io *)data; pattern_buf = NULL; num_patterns = 0; @@ -354,7 +484,7 @@ && (cio->generation != pci_generation)){ cio->status = PCI_GETCONF_LIST_CHANGED; error = 0; - break; + goto getconfexit; } /* @@ -364,7 +494,7 @@ if (cio->offset >= pci_numdevs) { cio->status = PCI_GETCONF_LAST_DEVICE; error = 0; - break; + goto getconfexit; } /* get the head of the device queue */ @@ -377,6 +507,11 @@ * didn't specify a multiple of that size. */ #ifdef PRE7_COMPAT +#ifdef COMPAT_IA32 + if (cmd == PCIOCGETCONF_OLD32) + confsz = sizeof(struct pci_conf_old32); + else +#endif if (cmd == PCIOCGETCONF_OLD) confsz = sizeof(struct pci_conf_old); else @@ -411,6 +546,11 @@ * updated their kernel but not their userland. */ #ifdef PRE7_COMPAT +#ifdef COMPAT_IA32 + if (cmd == PCIOCGETCONF_OLD32) + pbufsz = sizeof(struct pci_match_conf_old32); + else +#endif if (cmd == PCIOCGETCONF_OLD) pbufsz = sizeof(struct pci_match_conf_old); else @@ -420,13 +560,19 @@ /* The user made a mistake, return an error. */ cio->status = PCI_GETCONF_ERROR; error = EINVAL; - break; + goto getconfexit; } /* * Allocate a buffer to hold the patterns. */ #ifdef PRE7_COMPAT + if (cmd == PCIOCGETCONF_OLD32) { + pattern_buf_old32 = malloc(cio->pat_buf_len, + M_TEMP, M_WAITOK); + error = copyin(cio->patterns, + pattern_buf_old32, cio->pat_buf_len); + } else if (cmd == PCIOCGETCONF_OLD) { pattern_buf_old = malloc(cio->pat_buf_len, M_TEMP, M_WAITOK); @@ -452,7 +598,7 @@ */ cio->status = PCI_GETCONF_ERROR; error = EINVAL; - break; + goto getconfexit; } /* @@ -484,7 +630,11 @@ } #ifdef PRE7_COMPAT - if ((cmd == PCIOCGETCONF_OLD && + if ((cmd == PCIOCGETCONF_OLD32 && + (pattern_buf_old32 == NULL || + pci_conf_match_old32(pattern_buf_old32, + num_patterns, &dinfo->conf) == 0)) || + (cmd == PCIOCGETCONF_OLD && (pattern_buf_old == NULL || pci_conf_match_old(pattern_buf_old, num_patterns, &dinfo->conf) == 0)) || @@ -509,6 +659,38 @@ break; #ifdef PRE7_COMPAT + if (cmd == PCIOCGETCONF_OLD32) { + conf_old32.pc_sel.pc_bus = + dinfo->conf.pc_sel.pc_bus; + conf_old32.pc_sel.pc_dev = + dinfo->conf.pc_sel.pc_dev; + conf_old32.pc_sel.pc_func = + dinfo->conf.pc_sel.pc_func; + conf_old32.pc_hdr = dinfo->conf.pc_hdr; + conf_old32.pc_subvendor = + dinfo->conf.pc_subvendor; + conf_old32.pc_subdevice = + dinfo->conf.pc_subdevice; + conf_old32.pc_vendor = + dinfo->conf.pc_vendor; + conf_old32.pc_device = + dinfo->conf.pc_device; + conf_old32.pc_class = + dinfo->conf.pc_class; + conf_old32.pc_subclass = + dinfo->conf.pc_subclass; + conf_old32.pc_progif = + dinfo->conf.pc_progif; + conf_old32.pc_revid = + dinfo->conf.pc_revid; + strncpy(conf_old32.pd_name, + dinfo->conf.pd_name, + sizeof(conf_old32.pd_name)); + conf_old32.pd_name[PCI_MAXNAMELEN] = 0; + conf_old32.pd_unit = + (u_int32_t)dinfo->conf.pd_unit; + confdata = &conf_old32; + } else if (cmd == PCIOCGETCONF_OLD) { conf_old.pc_sel.pc_bus = dinfo->conf.pc_sel.pc_bus; @@ -575,9 +757,22 @@ cio->status = PCI_GETCONF_MORE_DEVS; getconfexit: +#ifdef COMPAT_IA32 + if (cmd == PCIOCGETCONF_OLD32) { + cio32->status = cio->status; + cio32->generation = cio->generation; + cio32->offset = cio->offset; + cio32->num_matches = cio->num_matches; + if (cio != NULL) + free(cio, M_TEMP); + } +#endif + if (pattern_buf != NULL) free(pattern_buf, M_TEMP); #ifdef PRE7_COMPAT + if (pattern_buf_old32 != NULL) + free(pattern_buf_old32, M_TEMP); if (pattern_buf_old != NULL) free(pattern_buf_old, M_TEMP); #endif From owner-freebsd-proliant@FreeBSD.ORG Mon Mar 30 11:51:14 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1484C1065772 for ; Mon, 30 Mar 2009 11:51:13 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from n7.bullet.mud.yahoo.com (n7.bullet.mud.yahoo.com [216.252.100.58]) by mx1.freebsd.org (Postfix) with SMTP id 8A4818FC2B for ; Mon, 30 Mar 2009 11:51:13 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from [68.142.200.227] by n7.bullet.mud.yahoo.com with NNFMP; 30 Mar 2009 11:37:41 -0000 Received: from [68.142.201.244] by t8.bullet.mud.yahoo.com with NNFMP; 30 Mar 2009 11:37:40 -0000 Received: from [127.0.0.1] by omp405.mail.mud.yahoo.com with NNFMP; 30 Mar 2009 11:37:40 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 961986.73362.bm@omp405.mail.mud.yahoo.com Received: (qmail 33230 invoked by uid 60001); 30 Mar 2009 11:37:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238413060; bh=q4Ze6pMHhUDPN1vSgHIX28Bn2FJM1xp0EfHPDvp6iI4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=6P37b1cQ8qNGJkfjtTDeVkeDTqQmC8EkapaGPrHL1wxBhv9pB39PEdjdSRcDJH9GYWh9vKwGsgDqPicvi4MWASanxmeOSbXHYIOqAe4Y9ES+K05i2C+3BHbpi38kZBRBJdpBzlC6NOGrJiXKvIr+Sdme0Pu6DW9ij9NqA8CoNiQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=fDDcJBK2YIpk7lVQriNkQA+i4QgE1ZucdA5uOh5yxtUXtTY6RdYV1KdEtbXu+14AarAp3553NzeXHYf6GMfib5xAdJ0Eat9xmHyrel+rT7+3PWlb8ekelPDsiYP83ZTR4qlmF4JVV6OIMRMqHCfGIbKOJp2W2ejBB0M1qG2Kf60=; Message-ID: <358227.11973.qm@web45814.mail.sp1.yahoo.com> X-YMail-OSG: JWR.dZ8VM1k_9rVQ0JdEwQkmzsuxCI4Y5nLjnwusxGZpl.ibXoWtrVTm2wfYOptzjxgHVP7ataZIXkGkXeXsIMoaruz.TLF_kmhI9ftgIuw1aq0wQQ.eDo5C0fAymIVNIsdCSALI390eikRlClYcU8BKk1K5QW8vCpgL3QY1K6b8CnCbVBD1dg5NrRWNXe.5Wt1DiegsX0V.Xjsc_BcpW.trMX.kyIAeWSSG5XZ7BdRW4tOvumBo Received: from [58.71.34.137] by web45814.mail.sp1.yahoo.com via HTTP; Mon, 30 Mar 2009 04:37:40 PDT X-Mailer: YahooMailClassic/5.1.20 YahooMailWebService/0.7.289.1 Date: Mon, 30 Mar 2009 04:37:40 -0700 (PDT) From: Won De Erick To: freebsd-proliant@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: hpasm for FreeBSD 7.1 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 11:51:15 -0000 Hi, I was looking for a system health monitoring and management tool for HPDL 380 G5 that will run on FreeBSD 7.1, and found the below. Unfortunately the tool (hpasm) seems no longer updated to support later versions of FreeBSD. http://people.freebsd.org/~jcagle/#ilo Is there any tool other than this? Thank you very much. Won From owner-freebsd-proliant@FreeBSD.ORG Mon Mar 30 20:59:34 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44CE3106566C for ; Mon, 30 Mar 2009 20:59:34 +0000 (UTC) (envelope-from hans.r.69@gmail.com) Received: from mail-qy0-f134.google.com (mail-qy0-f134.google.com [209.85.221.134]) by mx1.freebsd.org (Postfix) with ESMTP id 0235A8FC29 for ; Mon, 30 Mar 2009 20:59:33 +0000 (UTC) (envelope-from hans.r.69@gmail.com) Received: by qyk40 with SMTP id 40so4233449qyk.3 for ; Mon, 30 Mar 2009 13:59:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2j68HMbsi5pyxsM+7IcwXx2uDWGLYZyahmbKBMvRPM8=; b=m6wpzNwRilendjL2+07gxUDn0avdrq9OFQHgX9QxIxDH9Jarh74vvadSdwG0bPqoLv wZcS0iF+u1evKtmZM9hIepQQpmrEa3Ml/+RH0+2XpXY5Po7XRrPgj2VwTR6m1Tk2h8DY P3HeS4QM1l/EhHu6NhFE36mBSd4xQad1ppGw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=d3PkOPmJi5b3jRqC0wJ/Gj7AUWTNlhp5vNRbeSf0uRY1nkWkt0rXn3bsDb4WjnJUrn 7TNVPLfWG/iI9ZX4gGapcFxyiGDD1haN5d2f4zDFMZpuzUvVFK0U7afJDFpOE3/ILsBt tU1fkSRrKmuBTdN60J2mbmDNNGY6NgnBNyX3I= MIME-Version: 1.0 Received: by 10.220.44.212 with SMTP id b20mr1899052vcf.116.1238445235371; Mon, 30 Mar 2009 13:33:55 -0700 (PDT) Date: Mon, 30 Mar 2009 15:33:55 -0500 Message-ID: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> From: Hans Roman To: freebsd-proliant@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 20:59:34 -0000 Hi guys, I wanna know if someone has installed FreeBSD 7.1/7.0 in a HP Proliant dl g5. I've read that someone couldn't install 7.0 in this HP. Could you tell me if you had any troubles? and, which were them? Regards. -- Hans Roman From owner-freebsd-proliant@FreeBSD.ORG Mon Mar 30 21:32:59 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2AA51065731 for ; Mon, 30 Mar 2009 21:32:58 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from srv3.ultra-secure.de (mail.ultra-secure.de [62.146.9.10]) by mx1.freebsd.org (Postfix) with ESMTP id 315E98FC12 for ; Mon, 30 Mar 2009 21:32:57 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (qmail 5402 invoked by uid 89); 30 Mar 2009 21:05:24 -0000 Received: by simscan 1.4.0 ppid: 5397, pid: 5399, t: 0.0510s scanners: attach: 1.4.0 clamav: 0.93.3/m:47/d:8131 Received: from unknown (HELO ?192.168.1.201?) (rainer@ultra-secure.de@217.71.83.52) by mail.ultra-secure.de with ESMTPA; 30 Mar 2009 21:05:24 -0000 Message-Id: From: Rainer Duffner To: Hans Roman In-Reply-To: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Mon, 30 Mar 2009 23:06:10 +0200 References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Cc: freebsd-proliant@freebsd.org Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 21:33:01 -0000 Am 30.03.2009 um 22:33 schrieb Hans Roman: > Hi guys, I wanna know if someone has installed FreeBSD 7.1/7.0 in a HP > Proliant dl g5. I've read that someone couldn't install 7.0 in this > HP. > Could you tell me if you had any troubles? and, which were them? > We run various FreeBSD versions on mostly DL380G3,G4 and G5 (and some blades) I would have to look what the very latest hardware actually is. There was a time before 6.3 where you needed to run 6.3-PRERELEASE to get anything useful out of the hardware. Too bad HP doesn't really support FreeBSD with their insight-agents. Rainer From owner-freebsd-proliant@FreeBSD.ORG Tue Mar 31 06:09:09 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42BD3106566B for ; Tue, 31 Mar 2009 06:09:09 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from n63.bullet.mail.sp1.yahoo.com (n63.bullet.mail.sp1.yahoo.com [98.136.44.33]) by mx1.freebsd.org (Postfix) with SMTP id 201508FC08 for ; Tue, 31 Mar 2009 06:09:08 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from [216.252.122.219] by n63.bullet.mail.sp1.yahoo.com with NNFMP; 31 Mar 2009 05:55:32 -0000 Received: from [69.147.84.109] by t4.bullet.sp1.yahoo.com with NNFMP; 31 Mar 2009 05:55:32 -0000 Received: from [127.0.0.1] by omp207.mail.sp1.yahoo.com with NNFMP; 31 Mar 2009 05:55:32 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 205761.97971.bm@omp207.mail.sp1.yahoo.com Received: (qmail 32113 invoked by uid 60001); 31 Mar 2009 05:55:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238478931; bh=mKoPOvQQ6LlaTFAPcO3GOlg6nB0iasQiKNowBSW1mn0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=jQ5ZyrrEg4fcdKxsE1PtQSWpjO045ZRXMG/g3d0nUixwo8VVIKxKa2d9eVbQrKL1QHEBWz9OCwXTgxRaOQOBEl/FEIpg/6o5wgUlEZHXwo54EaRPctUB5Uk7f8H2ZfrRgi1RUQxAJxJH39B0KKYpqEhf/k/DkZYwq8QlBOPzQ+Q= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=4IS8cthNLY5c5CFrQZPW9LbWa3zda2teJTSdnv/ScEorhL51VEsLSmRwt23W/xmstrOj9U5RuTuKdNknwd4Q8YOKh0pUrqgwYFpvdzY4FKs7UUYQ5Os1vqvqf9t08wqM25BdCJDKXKNpghokdKgHZ6VI5olPX4N2CIuuwQkYSZg=; Message-ID: <253021.25150.qm@web45803.mail.sp1.yahoo.com> X-YMail-OSG: knyuI5sVM1laMo7EjVjt515pWH3XfcNWo6q4Ba_oQAASaO48liomwOijbZ8mVsSaffHTipbCoY9qLrSMBUrOtJtNhXZsAJqybwCslXqPKOKBTj3T4f97s5a5TISspGpEYYyWbtuf7awnQqctkTUILBYjJXtVtEtysWIAoDuRHQyKE3eILWDxzNVuUYSkVs09CO627_TtJBCnZrwTaGDXOv_mPP8M2FqFSOmJkzi8Q792b0eKlEGq28PLpijW.Dvosy_GHpVF92IwHKjlKGVxgKeIzTQ9aBXvFuD85NNxXNJCRNEsVbDF Received: from [58.71.34.137] by web45803.mail.sp1.yahoo.com via HTTP; Mon, 30 Mar 2009 22:55:31 PDT X-Mailer: YahooMailClassic/5.1.20 YahooMailWebService/0.7.289.1 Date: Mon, 30 Mar 2009 22:55:31 -0700 (PDT) From: won.derick@yahoo.com To: freebsd-proliant@freebsd.org, Hans Roman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: won.derick@yahoo.com List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 06:09:09 -0000 --- On Mon, 3/30/09, Hans Roman wrote: > Hi guys, I wanna know if someone has > installed FreeBSD 7.1/7.0 in a HP > Proliant dl g5. I've read that someone couldn't install 7.0 > in this HP. > Could you tell me if you had any troubles? and, which were > them? I have a DL 380 G5 box, so far no problem encountered with FreeBSD 7.1 during installation. :) Not relevant to the question above, but it should be great if the hpasmd and hpasmcli would work with freebsd 7.1 too. http://people.freebsd.org/~jcagle/#ilo From owner-freebsd-proliant@FreeBSD.ORG Tue Mar 31 14:46:12 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE35106566B for ; Tue, 31 Mar 2009 14:46:12 +0000 (UTC) (envelope-from RCrommentuijn@adimec.nl) Received: from mail.adimec.nl (mail.adimec.nl [193.67.155.98]) by mx1.freebsd.org (Postfix) with ESMTP id 349938FC16 for ; Tue, 31 Mar 2009 14:46:11 +0000 (UTC) (envelope-from RCrommentuijn@adimec.nl) To: freebsd-proliant@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.3 September 26, 2007 Message-ID: From: Rob Crommentuijn Date: Tue, 31 Mar 2009 16:30:01 +0200 X-MIMETrack: Serialize by Router on NotesServer/Adimec(Release 7.0.3FP1|February 24, 2008) at 31-03-2009 16:46:12, Serialize complete at 31-03-2009 16:46:12 Content-Type: text/plain; charset="US-ASCII" Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 14:46:12 -0000 We have FreeBSD 7.1 running on a ML370G5 without any issues during the installations. The install of 6.2 on a DL380G5 and ML370G3 had some issues regarding the geometry of the disks, I had to enable Max Boot in the array controller in order to get the system booting after install. PS I would als like to have insight agents for freebsd and working HPasm, HPAUCLI kind regards, Rob From owner-freebsd-proliant@FreeBSD.ORG Tue Mar 31 15:11:41 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C67DC1065738 for ; Tue, 31 Mar 2009 15:11:41 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1F88FC16 for ; Tue, 31 Mar 2009 15:11:41 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 924A53F50D for ; Tue, 31 Mar 2009 16:56:11 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NQKjat3IQGGC for ; Tue, 31 Mar 2009 16:56:11 +0200 (CEST) Received: from nibbler.vistream.local (relay3.vistream.de [87.139.10.28]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 5CF2E3F4A8 for ; Tue, 31 Mar 2009 16:56:11 +0200 (CEST) Message-ID: <49D22F0B.1080205@kasimir.com> Date: Tue, 31 Mar 2009 16:56:11 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: freebsd-proliant@freebsd.org References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> In-Reply-To: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 15:11:43 -0000 On 30.03.2009 22:33 Uhr, Hans Roman wrote: > Hi guys, I wanna know if someone has installed FreeBSD 7.1/7.0 in a HP > Proliant dl g5. I've read that someone couldn't install 7.0 in this HP. > Could you tell me if you had any troubles? and, which were them? > > Regards. > I recently installed 7.1-RELEASE successfully on the following models: DL320G5p DL360G5 DL380G5 Cheers, Florian From owner-freebsd-proliant@FreeBSD.ORG Tue Mar 31 19:05:31 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1294F106571F for ; Tue, 31 Mar 2009 19:05:31 +0000 (UTC) (envelope-from hans.r.69@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id BE68A8FC21 for ; Tue, 31 Mar 2009 19:05:30 +0000 (UTC) (envelope-from hans.r.69@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1933799qwb.7 for ; Tue, 31 Mar 2009 12:05:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/kWYPY5i3auobizmz6StOYqWsVoQPMuGOe5U4arWx8A=; b=apiYfhnOhneyMIdaZK+0khxZpXehyl3U6+f+39I4bvSs7JFKh68QD5PLONJtJoKGQs kDFJOdDnrldP29rlUtBjVUpaJaXm15wYisch5ZgrOA1kMAfjODhmnThDY9mBAGhdD/68 rBCWC/2DVf5oKnww9pkSuKHFa7JF37M3SkKko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RuM7JJPklAGG9sSeEkZWRTi0UB5b7QLvuUuXJJbBcLW2BwTMuno6c2Rp8yXd7+GQzZ wNCUpJn0hFCIWvW2puiZUpy8mGSivUhqd5H7z2Psh3Za2HWvR0fY8y7G132J4f/D2vNm tp+fAWzpk6kv5fOrjY65trUr2HL0gFwDf6NJ8= MIME-Version: 1.0 Received: by 10.220.83.149 with SMTP id f21mr2653877vcl.34.1238526330076; Tue, 31 Mar 2009 12:05:30 -0700 (PDT) In-Reply-To: <49D22F0B.1080205@kasimir.com> References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> <49D22F0B.1080205@kasimir.com> Date: Tue, 31 Mar 2009 14:05:29 -0500 Message-ID: <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> From: Hans Roman To: freebsd-proliant@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 19:05:31 -0000 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 From owner-freebsd-proliant@FreeBSD.ORG Fri Apr 3 12:20:01 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B119F1065690 for ; Fri, 3 Apr 2009 12:20:01 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from n30.bullet.mail.mud.yahoo.com (n30.bullet.mail.mud.yahoo.com [68.142.207.49]) by mx1.freebsd.org (Postfix) with SMTP id 691708FC14 for ; Fri, 3 Apr 2009 12:20:01 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from [68.142.200.221] by n30.bullet.mail.mud.yahoo.com with NNFMP; 03 Apr 2009 12:07:43 -0000 Received: from [68.142.201.64] by t9.bullet.mud.yahoo.com with NNFMP; 03 Apr 2009 12:07:43 -0000 Received: from [127.0.0.1] by omp416.mail.mud.yahoo.com with NNFMP; 03 Apr 2009 12:07:43 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 813235.32045.bm@omp416.mail.mud.yahoo.com Received: (qmail 94477 invoked by uid 60001); 3 Apr 2009 12:07:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238760463; bh=vGTrMp6BYWKMYT8CjCWp6QbakJX4ex2848G/05luVog=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=qZbc+Bg/zi9PENws96ErnGD8IncwNIO0Mh5WD9ik602WVIjEdtNb3u5hx5b2L+dkJHxnrzSjpbUBCOIZKRqIPVXpptSdCERu8fqrvsMXQ+sUyxiyhNJv6fueIOdYxbC9x3HIanSHftciZMoECFQH9N0kSfeBwbXNV4T9ZpkrkTY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=kfjR42b4hsWujFPkwEvhm0h78rR0ap/oII0VPd4unP4J1A7/en5oLDDVfRpdTh2Ve86RZlv2i2l7hzpsOMOl7yIMKh/edXE52bJyOpBTCcFMlklTzfCsjeDj3g+Wlzn+ONiQ1vdxgaZ3ecJNxrSnFhE34k+mvfpOsRAm0zB2miI=; Message-ID: <299096.94461.qm@web45814.mail.sp1.yahoo.com> X-YMail-OSG: mayyeocVM1kMhL0c2Lf1UXhzMK2P0XmiCr2B2EloaXD33msv19M0FItbb0Em.ecUl3JVhgaNy1XAYL4PjQ5RGs.1gX_.wV1Iy8rtwLbOXQN_gAOFVm_FcfaVMMckGeKj2wVgrgZ0yqg3bB3PerGU.RONrMpdGukgrrMNlSoIobnA5x_7ua.E15ud4zUGA0iiPlPi8n_KtCcQCL0YBnrGllwr09Y3nU2e9XYdbDHB5VZDsuqKAIRpu8i_5r6zrgSn.itgbevjyfborbgmTsqTehAmg.kOPQLcqrGGI.A0In4xDaVzhWQY Received: from [58.71.34.137] by web45814.mail.sp1.yahoo.com via HTTP; Fri, 03 Apr 2009 05:07:42 PDT X-Mailer: YahooMailClassic/5.2.15 YahooMailWebService/0.7.289.1 Date: Fri, 3 Apr 2009 05:07:42 -0700 (PDT) From: Won De Erick To: nexther0@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-proliant@freebsd.org Subject: Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 12:20:02 -0000 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 owner-freebsd-proliant@FreeBSD.ORG Fri Apr 3 18:08:29 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46B2E106566B for ; Fri, 3 Apr 2009 18:08:29 +0000 (UTC) (envelope-from michael@lysov.ru) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id D881A8FC21 for ; Fri, 3 Apr 2009 18:08:28 +0000 (UTC) (envelope-from michael@lysov.ru) Received: by fxm11 with SMTP id 11so1055228fxm.43 for ; Fri, 03 Apr 2009 11:08:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.86.51.10 with SMTP id y10mr1219200fgy.51.1238780336892; Fri, 03 Apr 2009 10:38:56 -0700 (PDT) In-Reply-To: <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> References: <1b59dc600903301333g329c150dx364bfa4f3c7e455a@mail.gmail.com> <49D22F0B.1080205@kasimir.com> <1b59dc600903311205pfcf782by3e4ae2bc9c2bebb6@mail.gmail.com> Date: Fri, 3 Apr 2009 23:38:56 +0600 Message-ID: <8b1c20dd0904031038r6a424ea6u775d6a2760126069@mail.gmail.com> From: Michael S Lysov To: Hans Roman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org Subject: Re: HP Proliant dl g5 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 18:08:30 -0000 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 owner-freebsd-proliant@FreeBSD.ORG Fri Apr 3 20:35:27 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5C181065781 for ; Fri, 3 Apr 2009 20:35:27 +0000 (UTC) (envelope-from nexther0@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 1BD978FC21 for ; Fri, 3 Apr 2009 20:35:26 +0000 (UTC) (envelope-from nexther0@gmail.com) Received: by fxm11 with SMTP id 11so1102251fxm.43 for ; Fri, 03 Apr 2009 13:35:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ZPTAE2M2Wu5UHzYUIPhQEGJzVKPY9mXivPuRhrk1qjs=; b=R/3XyA7UFmIGN9qplWMfOnpb95BXapzLhJZ747DK9c5HFSUjPFIHbhe/pXiaj3mEak 2PkOn4IpbPOxcgv/iZzoDIDpnl7k+EjYwqeobYZoTUAe7SFmkYN9/JSG7TyiNJX9pZ2/ oRBkLyXcb4jfypUe74MPECVYaZUAkcSJBHEEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MlTM2JJ9hsUr7dq/LEyPcsKTQUgmWbp3fWEs/RQmm6zVUit27IGIQxFrY4c0MP08IM twGgyigGa0KvcBrB0ogj94F22uPDCM4Tuy0BsPr8+6RtGVQ1/xqX2naAQaa7vwT49vwD gMbpW+i6rFXmH/7KzZkUaIF5T/qkmPh89T3Qc= MIME-Version: 1.0 Received: by 10.204.31.201 with SMTP id z9mr531461bkc.79.1238789380533; Fri, 03 Apr 2009 13:09:40 -0700 (PDT) In-Reply-To: <299096.94461.qm@web45814.mail.sp1.yahoo.com> References: <299096.94461.qm@web45814.mail.sp1.yahoo.com> Date: Fri, 3 Apr 2009 23:09:40 +0300 Message-ID: From: "Y. A." To: Won De Erick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org Subject: Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 20:35:28 -0000 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 owner-freebsd-proliant@FreeBSD.ORG Sat Apr 4 01:42:40 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CFE2106564A for ; Sat, 4 Apr 2009 01:42:40 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from n72.bullet.mail.sp1.yahoo.com (n72.bullet.mail.sp1.yahoo.com [98.136.44.34]) by mx1.freebsd.org (Postfix) with SMTP id 2A4708FC08 for ; Sat, 4 Apr 2009 01:42:40 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from [69.147.84.144] by n72.bullet.mail.sp1.yahoo.com with NNFMP; 04 Apr 2009 01:41:35 -0000 Received: from [69.147.65.162] by t6.bullet.mail.sp1.yahoo.com with NNFMP; 04 Apr 2009 01:41:35 -0000 Received: from [127.0.0.1] by omp407.mail.sp1.yahoo.com with NNFMP; 04 Apr 2009 01:41:35 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 320978.78810.bm@omp407.mail.sp1.yahoo.com Received: (qmail 71178 invoked by uid 60001); 4 Apr 2009 01:34:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1238808894; bh=oVk5RmMUlHK4p026TV3lhKz0qqR6BaBaX8cL1LNxvKQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=O1gyr14LLtmSX6YXOKRDTc90asybQDZRDN28NvFTZh4rDsGkowACQoveoiEBrIqD5hjRKvy1cUSh0CMRRufkYZTXyrnNI89ljVy/TuE9u5YzI52kpFfA9TtiDS4KOzo816EqyyDb6A0pG9Lf5BB5dWRlRTLsJSfEKIpjpQ0AicQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=ngG/sYc7/Vc3rxo/oSu38F9WBY6+sYpcWg9mpOCChhLmDRUJm9mJ9azi7G/X+2WntvJX3WoN4WkvbxiwHXylFBEsNgkMPnJocAiR4ku7aNvluirw16pxb+GAt8AlEK0dKi94m6vWbeuWA6EB48oJGEvQPzT+7hlVnA3fwZ4bo8A=; Message-ID: <712183.70639.qm@web45801.mail.sp1.yahoo.com> X-YMail-OSG: U_V6Y20VM1nnDkLrxzjMA75D23Ww8t6CLXTfl26DCekx0E4LFOPVV.YwHi.oJ7EW_HKmaScZRSDp48G.UGoW4X4g9R29wjQNcvd_E0Pwc4zu3ffT2Z8BoHBBg43dKnslTwTJopNnMPdLlS5vrs47G0fpi7M.zGZuCR8u3iqGdt78qoj9kwpzaO7W8ExN2qW8y_fo1SXGrPPM7BzGPhYSQCsQEhvSYskERqEoUhDOSGBPPcdE2UXFbifH.OSyKWf6KcaGxDD2P6EeXw317jN7eU675ZYm9sL0YgonsAIWkOO5WwrvVChr Received: from [58.71.34.137] by web45801.mail.sp1.yahoo.com via HTTP; Fri, 03 Apr 2009 18:34:54 PDT X-Mailer: YahooMailClassic/5.2.15 YahooMailWebService/0.7.289.1 Date: Fri, 3 Apr 2009 18:34:54 -0700 (PDT) From: Won De Erick To: "Y. A." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-proliant@freebsd.org Subject: Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 01:42:40 -0000 --- 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 owner-freebsd-proliant@FreeBSD.ORG Sat Apr 4 23:06:07 2009 Return-Path: Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC2B7106564A for ; Sat, 4 Apr 2009 23:06:07 +0000 (UTC) (envelope-from nexther0@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 099FF8FC12 for ; Sat, 4 Apr 2009 23:06:06 +0000 (UTC) (envelope-from nexther0@gmail.com) Received: by bwz8 with SMTP id 8so1373244bwz.43 for ; Sat, 04 Apr 2009 16:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=/zSki3/8zrgtQL0fbACtywB4m/K+TJqjaFCRobYsZZA=; b=krKsS+jTKT2KYS/o/jNE+sJZUQloPIBFqKgwXzc39X7pqQwK4KEufccuHeCwsgipS+ LKeBCXqj/ad1KEQbmMU4mtsxMSkPsGNMyAZQmhhk2jXmC02Jpa34JXxH64Tb7lN4bcbF I2Kgm9mJOIU+4vfjzCiooCJ7P0r0GwWSi3AKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lTIkCPZ4FHXntOhauwXCRaqZyIfSeH1RZ06CmFHnUVqGpY5NLNw8iP0QMuRnUb4zcR IF0WWJ1jicadFYCJjI1SAlHhqiYVlO520JxeSJpCopMzC7NhpH9/RyvCBeRIRVAt7bW4 u7x1EH7EHcwgHmw50ASP34zviUtyqIyCj8PDk= MIME-Version: 1.0 Received: by 10.204.53.143 with SMTP id m15mr988428bkg.112.1238886365381; Sat, 04 Apr 2009 16:06:05 -0700 (PDT) In-Reply-To: <712183.70639.qm@web45801.mail.sp1.yahoo.com> References: <712183.70639.qm@web45801.mail.sp1.yahoo.com> Date: Sun, 5 Apr 2009 02:06:05 +0300 Message-ID: From: "Y. A." To: Won De Erick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-proliant@freebsd.org Subject: Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386) X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 23:06:08 -0000 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 > > > > > > > > > >