hp-ux B.11 port?
list Martin Roby
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
▸
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
Lars Ebeling wrote:
From: "martin roby" <user-fbbd777a1642@xymon.invalid>
▸
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
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
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 Martin Roby
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 -
▸
[
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
----- Original Message ----- From: "martin roby" <user-fbbd777a1642@xymon.invalid> To: <user-ae9b8668bcde@xymon.invalid> Sent: Tuesday, May 08, 2007 9:50 PM
▸
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