Xymon for HP-UX server Where to get executables ?
I'm trying to install xymon on 22 HP-UX servers like the one below.
NFIBEP11:/# uname -a >> HP-UX NFIBEP11 B.11.31 U ia64 1594422832 unlimited-user license NFIBEP11:/#
It's so old, no working install packages exist to download from sourceforge to get it running. I'm trying to setup xymon on 22 newly added HP-UX servers.
Do you know of any place I could get Xymon for HP-UX servers without re-compiling source? Thanks Rick
Compile errors I receive.
NFIBEP11:/tmp/xymon-4.2.3# gmake install
CC="gcc" CFLAGS="-g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -Ipwd/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="151.119.9.119" BBHOSTOS="" LOCALCLIENT="no" gmake -C lib client
gmake[1]: Entering directory '/tmp/xymon-4.2.3/lib'
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I/tmp/xymon-4.2.3/include -DCLIENTONLY=1 -I. -I../include -DCLIENTONLY -c -o timefunc-client.o timefunc.c
timefunc.c: In function 'gettimer':
timefunc.c:55: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
timefunc.c:55: error: (Each undeclared identifier is reported only once
timefunc.c:55: error: for each function it appears in.)
timefunc.c: In function 'getntimer':
timefunc.c:67: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
gmake[1]: *** [Makefile:63: timefunc-client.o] Error 1
gmake[1]: Leaving directory '/tmp/xymon-4.2.3/lib'
gmake: *** [build/Makefile.rules:76: lib-client] Error 2
NFIBEP11:/tmp/xymon-4.2.3#
Rick.Hershman at Centurylink.com Cell = 1 720 988 7452 Home = 1 321 802 3619
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
Just the Xymon client? I may be able to help. Let me check when I get into the office.
On Wed, Oct 3, 2018, 10:09 AM Hershman, Rick <Rick.Hershman at centurylink.com> wrote:
I’m trying to install xymon on 22 HP-UX servers like the one below.
NFIBEP11:/# uname -a >> HP-UX NFIBEP11 B.11.31 U ia64 1594422832 unlimited-user license
NFIBEP11:/#
It’s so old, no working install packages exist to download from sourceforge to get it running.
I’m trying to setup xymon on 22 newly added HP-UX servers.
Do you know of any place I could get Xymon for HP-UX servers without re-compiling source?
Thanks Rick
Compile errors I receive.
NFIBEP11:/tmp/xymon-4.2.3# gmake install
CC="gcc" CFLAGS="-g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I
pwd/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="151.119.9.119" BBHOSTOS="" LOCALCLIENT="no" gmake -C lib clientgmake[1]: Entering directory '/tmp/xymon-4.2.3/lib'
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I/tmp/xymon-4.2.3/include -DCLIENTONLY=1 -I. -I../include -DCLIENTONLY -c -o timefunc-client.o timefunc.c
timefunc.c: In function 'gettimer':
timefunc.c:55: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
timefunc.c:55: error: (Each undeclared identifier is reported only once
timefunc.c:55: error: for each function it appears in.)
timefunc.c: In function 'getntimer':
timefunc.c:67: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
*gmake[1]: *** [Makefile:63: timefunc-client.o] Error 1*
*gmake[1]: Leaving directory '/tmp/xymon-4.2.3/lib'*
*gmake: *** [build/Makefile.rules:76: lib-client] Error 2*
NFIBEP11:/tmp/xymon-4.2.3#
Rick.Hershman at Centurylink.com
Cell = 1 720 988 7452
Home = 1 321 802 3619
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
Hi
did it a couple of years ago for 11.23, using the HP ansi compiler. Had to fix some headers and the Makefile. Let me check if this machine is still around...
This is for client, right?
_rony
On 03/10/18 14:58, Hershman, Rick wrote:
I’m trying to install xymon on 22 HP-UX servers like the one below.
NFIBEP11:/# uname -a >> HP-UX NFIBEP11 B.11.31 U ia64 1594422832 unlimited-user license
NFIBEP11:/#
It’s so old, no working install packages exist to download from sourceforge to get it running.
I’m trying to setup xymon on 22 newly added HP-UX servers.
Do you know of any place I could get Xymon for HP-UX servers without re-compiling source?
Thanks Rick
Compile errors I receive.
NFIBEP11:/tmp/xymon-4.2.3# gmake install
CC="gcc" CFLAGS="-g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I
pwd/include -DCLIENTONLY=1" LDFLAGS="" OSDEF="-DHPUX" RPATHOPT="" PCREINCDIR="" SSLFLAGS="" SSLINCDIR="" SSLLIBS="" NETLIBS="-lnsl" LIBRTDEF="" BBTOPDIR="/home/xymon" BBLOGDIR="" BBHOSTNAME="" BBHOSTIP="151.119.9.119" BBHOSTOS="" LOCALCLIENT="no" gmake -C lib clientgmake[1]: Entering directory '/tmp/xymon-4.2.3/lib'
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX -I. -I/tmp/xymon-4.2.3/include -DCLIENTONLY=1 -I. -I../include -DCLIENTONLY -c -o timefunc-client.o timefunc.c
timefunc.c: In function 'gettimer':
timefunc.c:55: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
timefunc.c:55: error: (Each undeclared identifier is reported only once
timefunc.c:55: error: for each function it appears in.)
timefunc.c: In function 'getntimer':
timefunc.c:67: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
*gmake[1]: *** [Makefile:63: timefunc-client.o] Error 1*
*gmake[1]: Leaving directory '/tmp/xymon-4.2.3/lib'*
*gmake: *** [build/Makefile.rules:76: lib-client] Error 2*
NFIBEP11:/tmp/xymon-4.2.3#
Rick.Hershman at Centurylink.com
Cell = 1 720 988 7452
Home = 1 321 802 3619
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (3)
-
rcohen55@gmail.com
-
Rick.Hershman@CenturyLink.com
-
robert.herron@gmail.com