/Installation/OS Specific Notes/Installing Amanda on HP/UX

From wiki.zmanda.com
Jump to navigation Jump to search

You may run into an internal /bin/sh limit when running the configure script. The error message is:

./configure: sh internal 2K buffer overflow

Using /bin/posix/sh usually works around the problem. Another solution is to install GNU bash and use it instead of /bin/sh.

If `configure' complains about not finding `lex', you'll have to get `flex' installed. Look for its URL in Amanda Installation Notes.

If you use logical volumes, you may refer to mountpoints or full device pathnames instead of device names in the disk list file.

According to Stan Brown <[email protected]>, amverify won't work with HP/UX's stock mt. The work-around is to install GNU cpio, that contains an implementation of mt, and edit amverify so that MT points to GNU mt and MTOPT is `-f', or reconfigure and rebuild amanda from scratch, making sure it finds GNU mt before the stock mt in the PATH.

If you have vxfs filesystems to back up, AMANDA will pick vxdump automatically.

GNU-tar 1.12 will incorrectly report the size of backups. There's a patch in the patches directory that fixes this problem.

The use of `amhpfixdevs' is deprecated, since you can list mount-points or full device names in the disklist. The script may be removed in future releases of AMANDA.

Sometimes you may get the error message `Link severed' from an HP/UX client. This is just a cute name the developers of HP/UX found for `Network error'. Reported by Michael Brehl <[email protected]>