HP-UX: Difference between revisions
Jump to navigation
Jump to search
NickPGSmith (talk | contribs) |
NickPGSmith (talk | contribs) (→Boot) |
||
Line 25: | Line 25: | ||
Interrupt boot process by keyboard in 10s, to enter boot menu | Interrupt boot process by keyboard in 10s, to enter boot menu | ||
boot PRI | |||
boot ALT | |||
Then start the Initial Program Loader: | Then start the Initial Program Loader. Example commands: | ||
IPL> help | IPL> help | ||
IPL> display | IPL> display | ||
IPL> lsautofl | IPL> lsautofl | ||
Boot to single-user mode: | Boot to single-user mode, or maintenance mode: | ||
IPL> hpux -is | IPL> hpux -is | ||
IPL> hpux -lm | |||
Search for boot devices: | |||
IPL> search | |||
Boot from IDE (eg CD-ROM): | |||
IPL> boot IDE | |||
Set primary boot path to SCSI ID 6: | |||
IPL> primpath 10/0/15/1.6.0.0.0.0.0 | |||
Enter configuration menu: | |||
IPL> configuration | |||
Show/change monitor configuration: | |||
IPL> monitor list | |||
Show/change time configuration: | |||
IPL> time | |||
== Installation == | == Installation == |
Revision as of 07: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
- 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 boot process by keyboard in 10s, to enter boot menu
boot PRI boot ALT
Then start the Initial Program Loader. Example commands:
IPL> help IPL> display IPL> lsautofl
Boot to single-user mode, or maintenance mode:
IPL> hpux -is IPL> hpux -lm
Search for boot devices:
IPL> search
Boot from IDE (eg CD-ROM):
IPL> boot IDE
Set primary boot path to SCSI ID 6:
IPL> primpath 10/0/15/1.6.0.0.0.0.0
Enter configuration menu:
IPL> configuration
Show/change monitor configuration:
IPL> monitor list
Show/change time configuration:
IPL> time
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