HP-UX: Difference between revisions
NickPGSmith (talk | contribs) No edit summary |
NickPGSmith (talk | contribs) (→Boot) |
||
Line 24: | Line 24: | ||
== Boot == | == Boot == | ||
Interrupt boot process by keyboard in 10s, to enter boot menu | Interrupt Processor Dependent Code boot process by keyboard in 10s, to enter boot menu: | ||
To show current options and help: | To show current options and help, and get to main menu: | ||
display | display | ||
help | help | ||
main | |||
Show boot path: | Show boot path: | ||
Line 43: | Line 44: | ||
Boot to single-user mode, or maintenance mode: | Boot to single-user mode, or maintenance mode: | ||
hpux -is | |||
hpux -lm | |||
Search for boot devices: | Search for boot devices: | ||
search | |||
Boot from IDE (eg CD-ROM): | Boot from IDE (eg CD-ROM) or disk: | ||
boot IDE | |||
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 | |||
Enter configuration menu: | Enter configuration menu: | ||
Line 63: | Line 65: | ||
Show/change time configuration: | Show/change time configuration: | ||
time | time | ||
Enter informationmenu: | |||
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 == | == Installation == |
Revision as of 20:45, 17 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.
- HP-UX Installation (March 2001) with patches
- Misson Critical Environment (Sept 2005)
- Application Software (June 2006)
- HP Connect
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
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
Boot from IDE (eg CD-ROM) or disk:
boot IDE boot FWSCSI.6.0
Set primary boot path to SCSI ID 6:
path pri FWSCSI.6.0
Enter configuration menu:
configuration
Show/change monitor configuration:
monitor list
Show/change time configuration:
time
Enter informationmenu:
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
- /etc/rc.config.d/netconf