hpterm - HP

Hewlett-Packard

HP Logo

I currently have four HP-UX machines. HP and HP-UX feel very "business-like" when interacting with them, similar to how IBM machines feel.
HP-UX's system administration tool, SAM, is well-designed and feels complete. In later versions of HP-UX, they transitioned from Motif GUI applications to a web-based management tool called SMH, which has a similar look and feel to iLO interfaces. I haven't spent much time with the later HP-UX versions yet, but I plan to experiment with HP 9000 containers and Integrity VM.

Of course, I'll also keep an OpenVMS 8.4 installation on my Integrity machine. One day, I hope to build a VMS cluster with x86-64, Itanium, Alpha, and VAX (if it's supported).

hpterm - Systems

Featured Systems:

Systems which I have more to say about

All Systems:

Will update eventually with all specs
Model Processor RAM Graphics Disk OS Notes
HP 9000 715/100 ?? ?? ? 4.2 GB HP-UX 10.20
C8000 PA-8900 48 MB ATi FireGL 36 GB HP-UX 11.11 (11i v1)
HP 9000 rp3440 2x PA-8900 2 GB None 36 GB HP-UX 11.31
Integrity rx2660 Itanium2 4 GB Integrated 300 GB SAS HP-UX 11.31 / OpenVMS 8.4
hpterm - Info and Links

Enabling NFSv2 on Ubuntu 22.04

I had issues mounting an NFS export on a Ubuntu 22.04 server on some older OSes like HP-UX and Tru64. I had to enable NFSv2 to allow these systems to mount the NFS export.

In /etc/default/nfs-kernel-server , changeĀ RPCNFSDOPTS to include version 2, like this:

RPCNFSDOPTS="--nfs-version 2,3,4 --debug --syslog"
Then, in /etc/nfs.conf , in [nfsd] , add vers2=y
Then restart nfs: sudo systemctl restart nfs-kernel-server
I have my directory exported like this:
/nfs 10.35.0.0/24(rw,no_root_squash,insecure)