Installing HP-UX 11.11 on a C360
Published: 27-May-2025 - Last Updated: 02-Jun-2025
I recently purchase an HP Visualize C360. This is a 64 Bit PA RISC system. I was unable to get 11.00 installed as I could not find the "HP-UX 11.00 Core OS Options CDs" disc.
So lets just install 11.11 (aka 11i v1)
Install Media
From the Tenox OS Archive:
-
os/hpux/OS/11.11/2004-12 MCOE, TCOE, Apps/HP-UX 11.11 (2004-12) - TCOE - Core OS, Install and Recovery - CD1.rar- Boot from this one os/hpux/OS/11.11/2004-12 MCOE, TCOE, Apps/HP-UX 11.11 (2004-12) - TCOE - Core OS, Install and Recovery - CD2.raros/hpux/OS/11.11/2004-12 MCOE, TCOE, Apps/HP-UX 11.11 (2004-12) - TCOE - Core OS, Install and Recovery - CD3.rar-
os/hpux/OS/11.11/2004-12 MCOE, TCOE, Apps/HP-UX 11.11 (2004-12) - Support Plus - Diagnostics and Tested Patch bundles.iso- Patches after install
I connected an external SCSI CDROM (512 byte sectors, not sure if thats required) to the single ended fast wide 68 pin scsi port. My drive ID was set to 1, but it shows up as 4 on the workstation for some reason. The SEArch command will tell you what devices you have.
To Boot: boot fwscsi.4.0
Install notes
- I chose the guided install and let it configure partitioning by itself.
- I picked HP-UX 11i TCOE-64bit for the environment. I'm not sure if there's any downsides to choosing a 64 bit system.
- During software selection, I marked:
- JAVAOOB
- SwPkgBuilder
- B5725AA (IgniteUX)
- Ignite-UX-11-11
- Ignite-UX-11-00
- Its incredible how slow the install for HP-UX is.
Post install, install patches
- Login and run sam. Add your user. Then, open software management, Install software to local host
- With the support cd inserted, mount it:
mount /dev/dsk/c0t4d0 /SD_CDROM/ - In the add source dialog, point at /SD_CDROM/GOLDQPK11i
- Mark both for install, click Actions->Install.

Tip for installing from ISOs:
I mounted the Applications DVD ISO on my NFS server, and bind mounted it into my NFS export. Then, I can point swinstall at this location.
$ sudo mount -o loop /data/nfs/mirrors/osarchive/hpux/OS/11.11/2004-12\ MCOE\,\ TCOE\,\ Apps/HP-UX\ 11.11\ \(2004-12\)\ -\ TCOE\ -\ Core\ OS\,\ Install\ and\ Recovery\ -\ DVD.iso /mnt/iso
$ sudo mount --bind /mnt/iso /data/nfs/iso
2009 GOLDQPK Install
I think the final GOLD pack was in 2009. This is also in Tenox's osarchive. I recommend using this file: os/hpux/OS/11.11/HP-UX 11.11 Support Plus 2009-12.tar.lz
Extract it and point swinstall at GOLDQPK11i_B.11.11.0912.483.depot
misc
I was having issues with my stty setting over telnet. I added this to my .bash_profile: stty intr ^C erase ^H
Also, bash is my shell for my user.
