Operating System - HP-UX
1833187 Members
3050 Online
110051 Solutions
New Discussion

Oracle Response Files on HP-UX 11.23

 
Derek Whigham_1
Trusted Contributor

Oracle Response Files on HP-UX 11.23

I have a Itanium (ia64 hp server rx2600) and I am trying to install oracle 9.2.0.2 using a response file. The Install GUI Starts and Installs the JRE but then stops without installing Oracle itself. I recorded the response file on the same box and manually it works fine, Anybody got any Idea's

B6849AA B.02.01.02 Bastille Security Hardening Tool
B8465BA A.02.00.07 HP WBEM Services for HP-UX
B9073BA B.11.23.07.00.00.03 HP-UX iCOD (Instant Capacity)
B9789AA 1.3.1.15.01 Java2 1.3 RTE for HP-UX
B9901AA A.03.05.11.01 HP IPFilter 3.5alpha5
BUNDLE11i B.11.23.0409.3 Required Patch Bundle for HP-UX 11i v2 (B.11.23), September 2004
Base-VXVM B.03.50.IA.014 Base VERITAS Volume Manager Bundle 3.5 for HP-UX
CDE-English B.11.23.0409 English CDE Environment
FDDI-00 B.11.23.01 PCI FDDI;Supptd HW=A3739B;SW=J3626AA
FEATURE11i B.11.23.0505.022e Feature Enablement Patches for HP-UX 11i v2, May 2005
FibrChanl-00 B.11.23.03 PCI FibreChannel;Supptd HW=A6795A,A5158A
FibrChanl-01 B.11.23.03 PCI-X FibreChannel;Supptd HW=A6826A,A9782A,A9784A,AB465A
GigEther-00 B.11.23.05 PCI GigEther;Supptd HW=A4926A/A4929A/A6096A;SW=J1642AA
GigEther-01 B.11.23.0505 PCI GigEther;Supptd HW=A6825A/A6794A/A6847A/A8685A/A9782A/A9784A/A7109A/AB465A
HPUXBaseAux B.11.23.0505 HP-UX Base OS Auxiliary
HPUXBaseOS B.11.23 HP-UX Base OS
HWEnable11i B.11.23.0505.022b Hardware Enablement Patches for HP-UX 11i v2, May 2005
IEther-00 B.11.23.0505 PCI/PCI-X IEther;Supptd HW=A7011A/A7012A/AB352A/AB290A/AB545A
ISEEPlatform A.03.50.873 ISEE Platform
NPar B.11.23.01.04.00.11 nPartition Provider - HP-UX
OnlineDiag B.11.23.04.21 HPUX 11.23 Support Tools Bundle, May 2005
OpenSSL A.00.09.07e.013 Secure Network Communications Protocol
QPKAPPS B.11.23.0505.022 Applications Quality Pack Bundle for HP-UX 11i v2, May 2005
QPKBASE B.11.23.0505.022 Base Quality Pack Bundle for HP-UX 11i v2, May 2005
RAID-01 B.11.23.03 RAID SA; Supptd HW=A7143A/A9890A/A9891A
Sec00Tools B.01.02.00 Install-Time security infrastructure.
SecPatchCk B.02.02 HP-UX Security Patch Check Tool
T1457AA 1.4.2.07.02 Java2 1.4 RTE for HP-UX
T1457AAaddon 1.4.2.07.02 Java2 1.4 RTE -AA addon for HP-UX
T1471AA A.03.91.009 HP-UX Secure Shell
T2743AA A.01.01.01 HP Global Workload Manager Agent
USB-00 C.01.00.00 USB Subsystem and Drivers
WBEMP-LAN-00 B.11.23.01 LAN Provider for Ethernet LAN interfaces.
a7PB_UX1123_1 C.11.24.01 Patch Bundle
perl D.5.8.2.F Perl Programming Language
scsiU320-00 B.11.23.02 PCI-X SCSI U320; Supptd HW=A7173A/AB290A
#
# Product(s) not contained in a Bundle:
#

BZIP2 1.0.3.B01 bzip2 compression tools and library
GNU-TAR 1.14.B01 GNU tar
GZIP 1.3.3.B01 gzip compression utility
RSYNC 2.6.6.B01 rsync - faster, flexible replacement for rcp
SCREEN 3.9.9.B02 GNU Screen
TCPDUMP 3.8.3.B01 Network packet trace tool
TUSC 7.3.B01 Tool for tracing the system calls a process invokes
UNZIP 5.52.B01 InfoZIP portable unzip
VIM 6.2.B02 VIM - Vi IMproved
WGET 1.8.2.B02 wget - command-line Web download utility
Divide and Conquer
2 REPLIES 2
Antonio Cardoso_1
Trusted Contributor

Re: Oracle Response Files on HP-UX 11.23

Hi,
I had a similar problem using response files to install ORACL 10g on a HP-UX11.11 last year.
Maybe are you facing the same, maybe not...
In response files generated from a manual installation, the syntax of dependency clauses was incorrect.
Changing the use of quote charaters in all "DEPENDENCY_LIST" clauses of response file from:
DEPENDENCY_LIST="{oracle.rdbms:10.1.0.2.0,oracle.options:10.1.0.2.0,...}"
to: DEPENDENCY_LIST={"oracle.rdbms:10.1.0.2.0","oracle.options:10.1.0.2.0","..."}

solved my problem.

hope this helps.
Derek Whigham_1
Trusted Contributor

Re: Oracle Response Files on HP-UX 11.23

Check the response files and they are correct, Thanks for that Antonio, Anybody else installed 9.2.0.2 from response files
Divide and Conquer