- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bacula
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2005 11:35 AM
тАО04-30-2005 11:35 AM
Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2005 02:39 PM
тАО04-30-2005 02:39 PM
Re: Bacula
http://www.bacula.org/rel-bacula.pdf
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2005 02:40 PM
тАО04-30-2005 02:40 PM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 04:59 AM
тАО05-01-2005 04:59 AM
Re: Bacula
I also had no success yet, but I assume someone with reasonable programming backgroup should be able to get it running quite fast. I think there's a few people using bacula on HP-UX and AIX, but they don't watch the mailinglists to closely :/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 05:21 AM
тАО05-01-2005 05:21 AM
Re: Bacula
"Bacula is said to work on other systems (AIX, BSDI, HPUX, ...) but we do not have first hand knowledge of these systems."
But there is so many things to install, that I guess you can go crazy installing all the packages it needs .... ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 07:32 AM
тАО05-01-2005 07:32 AM
Re: Bacula
It's advisable to have termcap, readline, openssl and zlib working. everything else is just added GUIs or mtx-related stuff You don't need. (ok, on a server You'll possibly need mtx and some database, but i.e. mysql is available precompiled.)
If You know anyone that is able to do the porting, I'll happily supply a system that meets all dependencies ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 07:41 AM
тАО05-01-2005 07:41 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 02:48 AM
тАО05-02-2005 02:48 AM
Re: Bacula
if You want to start on it, contact kern sibbald via the bacula-devel mailing list at sourceforge.
otherwise, the bacula manual is really extensive, I think they've documented every single database table they use ;)
for testing You can define a file device instead of a 'real' tape, but of course this is after making it compile. heh.
Just getting the client to run on HP-UX would be the single greatest thing for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 03:46 AM
тАО05-02-2005 03:46 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 03:54 AM
тАО05-02-2005 03:54 AM
Re: Bacula
watch out to use the --enable-smartprealloc (or something similar, I don't remember the exact name) option, and check that You have a termcap.h available.
Here are my (old) notes:
http://justblog.blogdns.org/netzwerk/stories/1706/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 04:57 AM
тАО05-02-2005 04:57 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 05:09 AM
тАО05-02-2005 05:09 AM
Re: Bacula
In the end, it's just a strange issue with readtime.h I couldn't grok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 08:54 AM
тАО05-04-2005 08:54 AM
Re: Bacula
All I'm trying to compile is the client, since the server lives on a Linux box. Anybody who can actually get the file daemon to compile will have my eternal gratitude. :)
Here's the errors, if anyone's interested. I'm using gcc to compile:
# make
==>Entering directory /opt/bacula-1.36.3/src
==>Entering directory /opt/bacula-1.36.3/scripts
==>Entering directory /opt/bacula-1.36.3/doc
==>Entering directory /opt/bacula-1.36.3/src/lib
==== Make of lib is good ====
==>Entering directory /opt/bacula-1.36.3/src/findlib
==== Make of findlib is good ====
==>Entering directory /opt/bacula-1.36.3/src/filed
g++ -L../lib -L../findlib -o bacula-fd filed.o authenticate.o backup.o estimate.o filed_conf.o heartbeat.o job.o restore.o status.o verify.o verify_vol.o \
-lfind -lbac -lm -lgen
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (filed.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
__pthread_cancel_stack (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
-e ====== Error in /opt/bacula-1.36.3/src/filed ======
==>Entering directory /opt/bacula-1.36.3/src/console
g++ -L../lib -L../cats -o bconsole console.o console_conf.o authenticate.o conio.o \
-lcurses -lbac -lm -lgen
/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (console.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
__pthread_cancel_stack (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
-e ====== Error in /opt/bacula-1.36.3/src/console ======
==>Entering directory /opt/bacula-1.36.3/rescue
==>Entering directory /opt/bacula-1.36.3/rescue/linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:03 AM
тАО05-04-2005 09:03 AM
Re: Bacula
gcc -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:07 AM
тАО05-04-2005 09:07 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:09 AM
тАО05-04-2005 09:09 AM
Re: Bacula
Do you have all the patches for pthread library? Search in that link by keyword "pthread".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:58 AM
тАО05-04-2005 09:58 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2005 12:22 PM
тАО05-05-2005 12:22 PM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2005 12:24 PM
тАО05-05-2005 12:24 PM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2005 01:05 AM
тАО05-06-2005 01:05 AM
Re: Bacula
at first, configure is guessing the host type, this should be noted in config.log and should read something like hp-hppa11-hpux, but I'd say it doesn't. second, there's a gcc flag for that, on irix I know people set a '-n64 or -n32', but I think we'll have for someone to verify our guesses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 02:36 AM
тАО08-18-2005 02:36 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 09:08 AM
тАО08-18-2005 09:08 AM
Re: Bacula
I solved the problem by a rather ugly process. I created two scripts on my Linux backup server for each HP I have. One script NFS mounts the partitions I want to back up, the other unmounts them. Using the RunBeforeJob and RunAfterJob commands in Bacula, I mount the filesystems, back them up, then unmount them automatically. It's ugly, but it works well, and I can back up 8 gigs of data in about 15 minutes via NFS.
However, if you can get it to build, I'd love to run it natively on the HP's themselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 09:39 AM
тАО08-18-2005 09:39 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 10:05 AM
тАО08-18-2005 10:05 AM
Re: Bacula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2005 02:15 AM
тАО08-19-2005 02:15 AM
Re: Bacula
root@lala:/test_1/bacula.gcc>find .
.
./sbin
./sbin/btraceback
./sbin/bacula-fd
./sbin/bconsole
./etc
./etc/startmysql
./etc/stopmysql
./etc/bconsole
./etc/gconsole
./etc/bacula
./etc/mtx-changer
./etc/btraceback.gdb
./etc/btraceback.dbx
./etc/mtx-changer.old
./etc/bacula-fd.conf
./etc/bconsole.conf
./var
./var/bacula
./var/bacula/working
I did this on a test system at work, so I can't create a depot out of them and give it out, but I'll try to rebuild everything on HP's Testdrive.
If You want to try it Yourself, here are the things I set / used:
export LANG=C
export PATH=$PATH:/usr/local/bin
export CC=/usr/local/bin/gcc
export CXX=/usr/local/bin/g++
export CPP=/usr/local/bin/cpp
export MAKE=/usr/local/bin/gmake
export LDFLAGS="-lcl -lpthread"
$CC -v
Reading specs from /usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/3.4.3/specs
Configured with: ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure : (reconfigured) ./configure
Thread model: single
gcc version 3.4.3
Software from the hp-ux porting archive I installed for this:
autoconf 2.59 autoconf
bash 3.00.14 bash
bison 2.0 bison
flex 2.5.4a flex
gawk 3.1.4 gawk
gcc 3.4.3 gcc
gettext 0.14.1 gettext
libiconv 1.9.2 libiconv
lsof 4.75 lsof
make 3.80 make
perl 5.8.6 perl
rcs 5.7 rcs
texinfo 4.8 texinfo
So long,
florian
(heading for the server binaries now ;)