Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

View: New views
5 Messages — Rating Filter:   Alert me  

Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

by Won :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Y. A. nexther0@... 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


     

_______________________________________________
freebsd-proliant@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-proliant
To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@..."

Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

by Yevgeniy Averin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <won.derick@...>

>
> Y. A. nexther0@... 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<http://people.freebsd.org/%7Ejcagle/#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
>
>
>
>
>
_______________________________________________
freebsd-proliant@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-proliant
To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@..."

Parent Message unknown Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

by Won :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message




--- On Fri, 4/3/09, Y. A. <nexther0@...> 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 <won.derick@...>
>
> Y. A. nexther0@...
> 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
>
>



     

_______________________________________________
freebsd-proliant@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-proliant
To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@..."

Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

by Yevgeniy Averin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <won.derick@...>

>
>
>
> --- On Fri, 4/3/09, Y. A. <nexther0@...> 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 <won.derick@...>
> >
> > Y. A. nexther0@...
> > 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<http://people.freebsd.org/%7Ejcagle/#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
> >
> >
>
>
>
>
>
>
_______________________________________________
freebsd-proliant@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-proliant
To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@..."

Parent Message unknown Re: hpasm-7.22 on FreeBSD 7.1(i386) or FreeBSD 6.4(i386)

by Won :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


--- On Sat, 4/4/09, Y. A. <nexther0@...> 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.




     

_______________________________________________
freebsd-proliant@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-proliant
To unsubscribe, send any mail to "freebsd-proliant-unsubscribe@..."