- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: installing Oracle9i
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
06-20-2006 09:10 PM
06-20-2006 09:10 PM
installing Oracle9i
we want to install Oracle9i database at UNIX 11.23 but an error appeared as
# rpm -q gcc cpp glibc-devel kernel-headers binutils
sh: rpm not found.
How to check whether these items are installed in server HP Unix 11.23?
regards,
Mahani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 09:47 PM
06-20-2006 09:47 PM
Re: installing Oracle9i
What version of Oracle are you trying to install? Are you using the correct CD?
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 10:35 PM
06-20-2006 10:35 PM
Re: installing Oracle9i
rpm is not for HP-UX.
Anyway in order to install Oracle you should have an
installer.exe
a script coming from a Oracle CD or more in general from the Oracle depot.
In order to check if some software has been installed on HP-UX
swlist -l product | grep -i
for example
swlist -l product | grep -i gcc
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 12:01 AM
06-21-2006 12:01 AM
Re: installing Oracle9i
You are trying to install the Red Hat Linux Oracle distribution, which will not work under HP-UX. You need to locate HP-UX Oracle media.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 01:22 PM
06-21-2006 01:22 PM
Re: installing Oracle9i
here is the version number. Oracle9i Enterprise Edition Release 9.0.1.4.0 .
i try to run the command swlist -l product|grep -i < all packages name > but not result found.
are these packages (gcc cpp glibc-devel kernel-headers glibc-kernheaders binutils) meant for HP UNIX 11.23?
if yes, where can i get it? is it from HP or Oracle ?
Thanks
Mahani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 07:53 PM
06-21-2006 07:53 PM
Re: installing Oracle9i
You need to create larger mount file system, lets say it is /stage. Download the Oracle 9i database from OTN site. The link is specified here.
http://www.oracle.com/technology/software/products/oracle9i/htdocs/hpsoft.html
You need to have the otn userid/password. If you dont have one get registered in www.oracle.com.
Download the required gz onto your HP-UX machine.
server_9201_hpunix64_disk1.cpio.gz (566,417,222 bytes)
server_9201_hpunix64_disk2.cpio.gz (648,282,438 bytes)
server_9201_hpunix64_disk3.cpio.gz (538,650,624 bytes)
server_9201_hpunix64_disk4.cpio.gz
After you do that, you need to create the mount file system for Oracle in hp-ux like /u01/app/oracle. This is the standard directory where you install Oracle.
Note:
Run "gunzip
2. Extract the cpio archives with the command "cpio -idcmv <
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 10:07 PM
07-05-2006 10:07 PM
Re: installing Oracle9i
Sorry for late reply. Finally has found out that Oracle9i is not compatible to our current server HP UX Itanium 11.23. Therefore, our engineer confirm that this installation is impossible. We are going further for next Oracle10g installation.
Thanks a lot guys.
Points forwarded
Regards,
Mahani