Xymon Mailing List Archive search

hp-ux B.11 port?

7 messages in this thread

list Martin Roby · Mon, 7 May 2007 10:36:23 -0400 ·
Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux B.11 ?

Martin Roby
list Lars Ebeling · Mon, 7 May 2007 16:55:02 +0200 ·
quoted from Martin Roby
From: "martin roby" <user-fbbd777a1642@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Monday, May 07, 2007 4:36 PM
Subject: [hobbit] hp-ux B.11 port?

Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux B.11 ?
Try http://leopg9.no-ip.org/client.tar    it is for HP-UX 11.11 on 32-bits PA-RISC processor.
-- 
Regards
Lars Ebeling

http://leopg9.no-ip.org
Hobbithobbyist

"It is better to keep your mouth shut and appear stupid than to open it and remove all doubt."
-- Mark Twain
list Mike Arnold · Mon, 7 May 2007 13:52:30 -0700 (MST) ·
Lars Ebeling wrote:
From: "martin roby" <user-fbbd777a1642@xymon.invalid>
quoted from Lars Ebeling
Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux
B.11 ?
Try http://leopg9.no-ip.org/client.tar    it is for HP-UX 11.11 on 32-bits
PA-RISC processor.
SD depots are here:
http://www.razorsedge.org/~mike/software/hobbit/hpux/

-- 
-mike
list Neil D. ManTech Ctr Camp · Tue, 8 May 2007 07:39:03 -0400 ·
Compiling on HP-UP has become a lot easier. Just use a recent GCC and
you should be good. We are primarily an HP-UX shop and Hobbit is our
primary monitoring software. 
quoted from Martin Roby

-----Original Message-----
From: martin roby [mailto:user-fbbd777a1642@xymon.invalid] 
Sent: Monday, May 07, 2007 10:36 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hp-ux B.11 port?

Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux
B.11 ?

Martin Roby
list Lars Ebeling · Tue, 8 May 2007 18:39:26 +0200 ·
Just wonder if my tarfile worked?

Lars
quoted from Neil D. ManTech Ctr Camp

----- Original Message ----- 
From: "Camp, Neil D. (ManTech) CTR" <user-3fcfcd65045e@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, May 08, 2007 1:39 PM
Subject: RE: [hobbit] hp-ux B.11 port?


Compiling on HP-UP has become a lot easier. Just use a recent GCC and
you should be good. We are primarily an HP-UX shop and Hobbit is our
primary monitoring software. 

-----Original Message-----
From: martin roby [mailto:user-fbbd777a1642@xymon.invalid] 
Sent: Monday, May 07, 2007 10:36 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hp-ux B.11 port?

Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux
B.11 ?

Martin Roby
list Martin Roby · Tue, 8 May 2007 15:50:45 -0400 ·
I got that working, It keeps saying I'm low on memory, is that a bug?
[swapinfo]
             Mb      Mb      Mb   PCT  START/      Mb
TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2
reserve       -    4886   -4886
total      8192    4886    3306   60%       -       0    -
quoted from Lars Ebeling
[

On 5/8/07, Lars Ebeling <user-1fecd3eafd52@xymon.invalid> wrote:
Just wonder if my tarfile worked?

Lars

----- Original Message -----
From: "Camp, Neil D. (ManTech) CTR" <user-3fcfcd65045e@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, May 08, 2007 1:39 PM
Subject: RE: [hobbit] hp-ux B.11 port?


Compiling on HP-UP has become a lot easier. Just use a recent GCC and
you should be good. We are primarily an HP-UX shop and Hobbit is our
primary monitoring software.

-----Original Message-----
From: martin roby [mailto:user-fbbd777a1642@xymon.invalid]
Sent: Monday, May 07, 2007 10:36 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hp-ux B.11 port?

Hello Everyone,

I am wondering if I can get the binaries for the hobbit client for hp-ux
B.11 ?

Martin Roby

list Lars Ebeling · Wed, 9 May 2007 17:48:22 +0200 ·
----- Original Message ----- From: "martin roby" <user-fbbd777a1642@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Tuesday, May 08, 2007 9:50 PM
quoted from Martin Roby
Subject: Re: [hobbit] hp-ux B.11 port?

I got that working, It keeps saying I'm low on memory, is that a bug?
[swapinfo]
            Mb      Mb      Mb   PCT  START/      Mb
TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
dev        8192       0    8192    0%       0       -    1 /dev/vg00/lvol2
reserve       -    4886   -4886
total      8192    4886    3306   60%       -       0    -
[
Is the warning for physical memory or swap? HP-UX has a special memory handling. It allocates some of the physiacal memory as sawp. Named pseudoswap. Also when a process is started swapspace is reserved, (reserve above).

So I have changed MEMPHYS in hobbit-clients.cfg to: MEMPHYS 100 101
to not get any warnings.

Lars