HP-UX: Difference between revisions

From Smithnet Wiki
Jump to navigation Jump to search
Line 37: Line 37:
  boot PRI
  boot PRI
  boot ALT
  boot ALT
Then start the Initial Program Loader. Example commands:
help
display
lsautofl
Boot to single-user mode, or maintenance mode:
hpux -is
hpux -lm


Search for boot devices:
Search for boot devices:
  search
  search


Boot from IDE (eg CD-ROM) or disk:
Boot from one of the paths above with Path Number:
  boot IDE
  boot P1
boot FWSCSI.6.0


Set primary boot path to SCSI ID 6:
Set primary boot path to SCSI ID 6:
  path pri FWSCSI.6.0
  path pri P2


Enter configuration menu:
Enter configuration menu:
Line 66: Line 56:
  time
  time


Enter informationmenu:
Enter information menu:
  information
  information



Revision as of 11:51, 18 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

Interrupt Processor Dependent Code 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

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

Once a boot command is sucessful, the Initial System Loader is read from disk, and can be interruped. 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, etc:

hpux –is
hpux –lm
hpux –lq

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