From rickf at ca-flower.com Thu Sep 24 20:55:42 2009 From: rickf at ca-flower.com (Rick Flower) Date: Thu Sep 24 20:55:49 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? Message-ID: I just moved up to the DL line after my Proliant 6400R died due to fan failure... Anyway, I've got freebsd 7.1 up and running but can't get the latest hpasm working since the installer wants freebsd 6.x.. I tried running anyway but ran into shared library issues.... Anyone got any suggestions? Thank you! From jochem at aivd.net Thu Sep 24 21:45:44 2009 From: jochem at aivd.net (Jochem Oosterveen) Date: Thu Sep 24 21:45:50 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> Message-ID: Hi Rick, On Sep 24, 2009, at 10:14 PM, Rick Flower wrote: > I just moved up to the DL line after my Proliant 6400R died due to > fan failure... Anyway, I've got freebsd 7.1 up and running but can't > get the latest hpasm working since the installer wants freebsd > 6.x.. I tried running anyway but ran into shared library > issues.... Anyone got any suggestions? Thank you! Did you install the misc/compat6x port? If I recall correctly, I downloaded hpasm binaries from http://people.freebsd.org/~jcagle/ With compat4x and compat5x installed it runs without any error on 7.2 here. Greets, Jochem From jochem at aivd.net Fri Sep 25 05:51:34 2009 From: jochem at aivd.net (Jochem Oosterveen) Date: Fri Sep 25 05:51:41 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <4ABC4F09.1050209@ca-flower.com> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> Message-ID: <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> On Sep 25, 2009, at 7:03 AM, Rick Flower wrote: > SetupChannel() msgget: Permission denied Nice, you're almost there. I forgot that SetupChannel() part. You need to download a patch and apply it to hpasmcli. Check the thread at http://lists.freebsd.org/pipermail/freebsd-proliant/2009-April/000510.html , it has everything you need. :) From rickf at ca-flower.com Fri Sep 25 05:57:22 2009 From: rickf at ca-flower.com (Rick Flower) Date: Fri Sep 25 05:57:28 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> Message-ID: <4ABC4F09.1050209@ca-flower.com> Jochem Oosterveen wrote: > Hi Rick, > > On Sep 24, 2009, at 10:14 PM, Rick Flower wrote: >> I just moved up to the DL line after my Proliant 6400R died due to >> fan failure... Anyway, I've got freebsd 7.1 up and running but can't >> get the latest hpasm working since the installer wants freebsd 6.x.. >> I tried running anyway but ran into shared library issues.... Anyone >> got any suggestions? Thank you! > > Did you install the misc/compat6x port? > > If I recall correctly, I downloaded hpasm binaries from > http://people.freebsd.org/~jcagle/ > With compat4x and compat5x installed it runs without any error on 7.2 > here. Ok.. I was able to load up compat6x and compat5x OK on my 7.1 box .. However, after starting the FreeBSD5 version of hpasmd (which starts fine), I get the following when trying to start hpasmcli : srv1# hpasmcli HP management CLI for FreeBSD (v7.22) Copyright 2003,2005 Hewlett-Packard Development Group, L.P. -------------------------------------------------------------------------- NOTE: Some hpasmcli commands may not be supported on all Proliant servers. Type 'help' to get a list of all top level commands. -------------------------------------------------------------------------- SetupChannel() msgget: Permission denied ERROR: Could not communicate with hpasmd. Please make sure the hpasmd daemon is started and running properly. Any ideas on why this occurs? I searched the archive but only found one unanswered reference for this issue.. From rickf at ca-flower.com Fri Sep 25 06:40:44 2009 From: rickf at ca-flower.com (Rick Flower) Date: Fri Sep 25 06:40:50 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> Message-ID: <4ABC65DD.7080103@ca-flower.com> Jochem Oosterveen wrote: > On Sep 25, 2009, at 7:03 AM, Rick Flower wrote: >> SetupChannel() msgget: Permission denied > > Nice, you're almost there. I forgot that SetupChannel() part. > You need to download a patch and apply it to hpasmcli. > > Check the thread at > http://lists.freebsd.org/pipermail/freebsd-proliant/2009-April/000510.html, > it has everything you need. :) I thought ipmi was only for the newer (g5) machines? I've got a g3 -- I had that package installed earlier (ipmitools) and loaded the kernel module and no luck.. I assumed that was because I was not running on a g5 after doing more research.. Can you confirm this comment? Thx! From jochem at aivd.net Fri Sep 25 06:58:07 2009 From: jochem at aivd.net (Jochem Oosterveen) Date: Fri Sep 25 06:58:15 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <4ABC65DD.7080103@ca-flower.com> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> <4ABC65DD.7080103@ca-flower.com> Message-ID: <1FDE416A-CCC4-4B50-B540-C19BDE91985F@aivd.net> On Sep 25, 2009, at 8:40 AM, Rick Flower wrote: > I thought ipmi was only for the newer (g5) machines? I've got a g3 > -- I had that package installed > earlier (ipmitools) and loaded the kernel module and no luck.. I > assumed that was because I was not > running on a g5 after doing more research.. Can you confirm this > comment? Correct, I don't have ipmi on G3 either. Just use the http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj patch, that should do. From rickf at ca-flower.com Fri Sep 25 07:20:24 2009 From: rickf at ca-flower.com (Rick Flower) Date: Fri Sep 25 07:20:29 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <1FDE416A-CCC4-4B50-B540-C19BDE91985F@aivd.net> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> <4ABC65DD.7080103@ca-flower.com> <1FDE416A-CCC4-4B50-B540-C19BDE91985F@aivd.net> Message-ID: <4ABC6F28.5090901@ca-flower.com> Jochem Oosterveen wrote: > On Sep 25, 2009, at 8:40 AM, Rick Flower wrote: >> I thought ipmi was only for the newer (g5) machines? I've got a g3 >> -- I had that package installed >> earlier (ipmitools) and loaded the kernel module and no luck.. I >> assumed that was because I was not >> running on a g5 after doing more research.. Can you confirm this >> comment? > > Correct, I don't have ipmi on G3 either. Just use the > http://lists.freebsd.org/pipermail/freebsd-proliant/attachments/20090218/00535c76/hpasmcli.obj patch, > that should do. Stupid question -- how do I apply the patch (sorry -- I've only been using FreeBSD for a few months)? Thx! From jochem at aivd.net Fri Sep 25 07:23:31 2009 From: jochem at aivd.net (Jochem Oosterveen) Date: Fri Sep 25 07:23:42 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <4ABC6F28.5090901@ca-flower.com> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> <4ABC65DD.7080103@ca-flower.com> <1FDE416A-CCC4-4B50-B540-C19BDE91985F@aivd.net> <4ABC6F28.5090901@ca-flower.com> Message-ID: <2333B582-3CCE-4C83-92A4-A479C582F725@aivd.net> On Sep 25, 2009, at 9:20 AM, Rick Flower wrote: > Stupid question -- how do I apply the patch (sorry -- I've only been > using FreeBSD for a few months)? Thx! Patch instructions are also somewhere in that thread ;) But it's bspatch oldfile newfile patchfile: $ bspatch hpasmcli hpasmcli_patched hpasmcli.obj From rickf at ca-flower.com Fri Sep 25 12:50:35 2009 From: rickf at ca-flower.com (Rick Flower) Date: Fri Sep 25 12:50:41 2009 Subject: Any version of tools for DL380 G3 running FreeBSD 7.1+? In-Reply-To: <2333B582-3CCE-4C83-92A4-A479C582F725@aivd.net> References: <01C01EAA-31DD-40DA-9FB0-277C2F8A83CC@aivd.net> <4ABC4F09.1050209@ca-flower.com> <5EA26DAB-0D5C-4BCC-9250-AAFB668ACE7F@aivd.net> <4ABC65DD.7080103@ca-flower.com> <1FDE416A-CCC4-4B50-B540-C19BDE91985F@aivd.net> <4ABC6F28.5090901@ca-flower.com> <2333B582-3CCE-4C83-92A4-A479C582F725@aivd.net> Message-ID: <4ABCBC96.9030701@ca-flower.com> Jochem Oosterveen wrote: > On Sep 25, 2009, at 9:20 AM, Rick Flower wrote: >> Stupid question -- how do I apply the patch (sorry -- I've only been >> using FreeBSD for a few months)? Thx! > > Patch instructions are also somewhere in that thread ;) > > But it's bspatch oldfile newfile patchfile: > $ bspatch hpasmcli hpasmcli_patched hpasmcli.obj Great.. I'll give it a shot. Thanks!