HP-UX: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* 400 MHz PA-RISC PA-8500
* 400 MHz PA-RISC PA-8500
* 512 MB (4 of 8 slots, max 8 GB)
* 512 MB (4 of 8 slots, max 8 GB)
* fx6 4554B Graphics Card ([https://en.wikipedia.org/wiki/VESA_Plug_and_Display EVC] Output)
* fx6 4554B Graphics Card ([https://en.wikipedia.org/wiki/VESA_Enhanced_Video_Connector EVC] Output)
* Firmware 5.0, ISL A.00.43
* Firmware 5.0, ISL A.00.43
* Liteon CDROM LTN485S -> Samsung CDRW/DVD SM-352B
* Liteon CDROM LTN485S -> Samsung CDRW/DVD SM-352B
Line 20: Line 20:
* [https://archive.org/details/hp-ux-11i-version-1-mission-critical-operating-environment-sept-2005 Misson Critical Environment (Sept 2005)]
* [https://archive.org/details/hp-ux-11i-version-1-mission-critical-operating-environment-sept-2005 Misson Critical Environment (Sept 2005)]
* [https://archive.org/details/hp-ux-11i-version-1-application-software-june-2006 Application Software (June 2006)]
* [https://archive.org/details/hp-ux-11i-version-1-application-software-june-2006 Application Software (June 2006)]
* [https://archive.org/details/hpux-11i-v2 HP-UX 11iv2]
* [https://archive.org/details/ftp-hpux-connect-org-uk HP Connect]
* [https://archive.org/details/ftp-hpux-connect-org-uk HP Connect]



Revision as of 05:20, 19 July 2023

Hardware

  • Vizualize C3000 (9000/785/C3000)
  • 400 MHz PA-RISC PA-8500
  • 512 MB (4 of 8 slots, max 8 GB)
  • fx6 4554B Graphics Card (EVC Output)
  • Firmware 5.0, ISL A.00.43
  • Liteon CDROM LTN485S -> Samsung CDRW/DVD SM-352B
  • Space for 2 SCSI-3 (Ultra 160) Disks
  • Original Disk: 9.1 GB 10kRPM Seagate ST3920LC
  • Supports HP-UX 11.11 (11i v1)

Note: with no keyboard, boots with first serial interface as console (9600-8N1)

Software

See also here.

Boot

Processor Dependent Code

Interrupt PDC boot process by keyboard in 10s, to enter boot menu:

To show current options and help, and get to main menu:

display
help
main

Show boot path:

path

Boot from primary or alternative paths:

boot PRI
boot ALT

Search for boot devices:

search

Search for IPL devices:

search ipl

Boot from one of the paths above with Path Number:

boot P1

Set primary boot path to SCSI ID 6:

path pri P2

Enter configuration menu:

configuration

Show/change monitor configuration:

monitor list

Show/change time configuration:

time

Enter information menu:

information

Enter service menu:

service

Initial System Loader

Once a boot command is sucessful, the ISL is read from disk, and can be interacted with if chosen. Run Offline Diagnostics Environment (ODE):

ode

Or the HP-UX Secondary System Loader which starts the HP-UX kernel (vmunix):

hpux

possibly with flags for single user, maintenance, or a custom kernel:

hpux –is
hpux –lm
hpux (;0)/stand/vmunix.prev

When booting off CD-ROM to install:

hpux (;0):INSTALL

See help for more.

Installation

  • HP-UX 11i Operating Environment March 2003 (2 CDs)

Support Plus

mkdir /cdrom
ioscan -fnC disk
mount -F cdfs -o ro -r /dev/dsk/c1t2d0 /cdrom

See documents:

* /cdrom/USRGUIDE.PDF
* /cdrom/TEXT_FILES

Administration

Show physical disk info:

ioscan -funC disk


  • /etc/rc.config.d/netconf