- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can not unmount cd-rom during installation of Orac...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 04:26 AM
02-19-2007 04:26 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
they are always three patches:
For 11.11 you need
PHCO_25841, PHKL_26269, and PHKL_43153.
Just search for 'rock' in patch database:
http://www4.itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=hpux
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 06:18 AM
02-19-2007 06:18 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
---
# swinstall -x autoreboot=true -x patch_match_target=true \
> -s /tmp/PHKL_26269.depot
======= 01/21/07 07:22:24 MET BEGIN swinstall SESSION
(non-interactive) (jobid=testserver.domein1.nl-0019)
* Session started for user "root@testserver.domein1.nl".
* Beginning Selection
* Target connection succeeded for "testserver.domein1.nl:/".
NOTE: The patch match operation failed to find patches for target
software on "testserver.domein1.nl" which passed the filter.
NOTE: Cannot continue the "swinstall" task.
======= 01/21/07 07:22:38 MET END swinstall SESSION (non-interactive)
(jobid=testserver.domein1.nl-0019)
--
What is happening here?
Regards,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 06:38 AM
02-19-2007 06:38 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
> I'm having a problem while installing the PHKL_26269 patch...NOTE: The patch match operation failed to find patches for target software on "testserver.domein1.nl" which passed the filter.
Try downloading the patch (again) from the ITRC patch database. It is possible that your depot is corrupt.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 06:55 AM
02-19-2007 06:55 AM
Solutionswinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHKL_26269.depot
At the end of the command line, add \* which means: install all items in the package. Or if you like typing, add the name of the product: PHKL_26269
All depot files are tar archives so you can verify that a download was successful with a tar tvf command:
tar -tvf /tmp/PHKL_26269.depot
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 07:08 AM
02-19-2007 07:08 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Download looks good:
# tar -tvf /tmp/PHKL_26269.depot
rw-r--r-- 0/3 2976 Feb 15 03:01 2002 catalog/INDEX
rw-r--r-- 0/3 1104 Feb 15 03:01 2002 catalog/dfiles/INDEX
rw-r--r-- 0/3 139 Feb 15 03:01 2002 catalog/dfiles/INFO
r--r--r-- 0/3 961 Feb 15 03:01 2002 catalog/PHKL_26269/pfiles/INDEX
r--r--r-- 0/3 211 Feb 15 03:01 2002 catalog/PHKL_26269/pfiles/INFO
r--r--r-- 19706/171 3978 Feb 15 03:01 2002 catalog/PHKL_26269/pfiles/README
r--r--r-- 0/3 454 Feb 15 03:01 2002 catalog/PHKL_26269/C-INC/INDEX
r--r--r-- 0/3 266 Feb 15 03:01 2002 catalog/PHKL_26269/C-INC/INFO
r--r--r-- 0/3 457 Feb 15 03:01 2002 catalog/PHKL_26269/CORE-KRN/INDEX
r--r--r-- 0/3 263 Feb 15 03:01 2002 catalog/PHKL_26269/CORE-KRN/INFO
r--r--r-- 2/2 7017 Feb 15 03:00 2002 PHKL_26269/C-INC/usr/include/sys/mount.
h
r--r--r-- 2/2 7017 Feb 15 03:00 2002 PHKL_26269/CORE-KRN/usr/conf/sys/mount.
h
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 07:16 AM
02-19-2007 07:16 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
> -s /tmp/PHKL_26269.depot \*
did indeed the job.
HP writes something else to do here: http://www5.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_26269&sel={hpux:11.11,}&BC=main|search|#Installation%20Instructions:
Is that an error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 10:01 AM
02-19-2007 10:01 AM
Re: Can not unmount cd-rom during installation of Oracle 9i
Unmounting is working now while installing Oracle 9i with multiple cd-roms.
Thank you all very much for the great support!
pfs_mount/pfs_umount definitely can't do the job.
Regards,
Chris
- « Previous
-
- 1
- 2
- Next »