- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: INSTALLING ORACLE ON A NEW SERVER
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
03-16-2006 08:44 PM
03-16-2006 08:44 PM
INSTALLING ORACLE ON A NEW SERVER
I have copied /oraclesys and /home/oracle/* from server D1 to P1 as requested by the DBA.
When running svrmgrl the user is getting an error "Permission denied". All the files do have rwx permissions.
Does Oracle need to be re-installed on the new server P1?
What kernel parms need to be changed to permit oracle to run on P1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 08:58 PM
03-16-2006 08:58 PM
Re: INSTALLING ORACLE ON A NEW SERVER
You need to change kernel parameters as per system configuration. But it will not stop svrmgrl from running. This seems to be due to non existance of oracle user and dba group on the new system. Also set the directory permissions accordingly.
You do not require to install it but need to set some prelimary steps.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 09:16 PM
03-16-2006 09:16 PM
Re: INSTALLING ORACLE ON A NEW SERVER
not the standard way of installing oracle.
I would suspect user setup and group (oracle:dba). Are the directory protections ok? Just chown -R oracle:dba the whole /home/oracle and /oraclesys areas.
For the kernel chnages look at the pre-req. document from oracle. You do not specify which version of oracle, so can't give you link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 10:30 PM
03-16-2006 10:30 PM
Re: INSTALLING ORACLE ON A NEW SERVER
this will work if and only if both servers have been configured similarly.
That is, the same patch levels and kernel parameters.
In this case, a simple copy and startup of the database would be fine.
If this is not the case, you will have to make appropriate changes.
which version of oracle database are you running?
revert.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 01:49 AM
03-17-2006 01:49 AM
Re: INSTALLING ORACLE ON A NEW SERVER
I also install ORACLE by copying an installation from an early installed "standard" server.
The files must be copied by user root in order to store ownership and permissions. In addition to ORACLE_HOME the files oraenv, coraenv and dbhome from /usr/local/bin (default) might be copied to the target. A good idea to copy oraInventory directory, in order to have a possibility to upgrade the installation by the standard way.
Please check ownership and permissions for the following files and change them according to ones below:
-rwsr-s--x 1 oracle dba 95966296 Mar 13 16:28 /oraclehome/bin/oracle*
-rwsr-s--x 1 oracle dba 95966344 Mar 13 16:18 /oraclehome/bin/oracleO*
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:13 AM
03-17-2006 02:13 AM
Re: INSTALLING ORACLE ON A NEW SERVER
Common sysadmin error: Doing the file copy as root. chown -R oracle:dba /home/oracle/*
Adjust the command to your actual needs.
However to get oracle to run, you must do one of the following things:
1) Copy an oracle install image for the binaries onto the server.
2) Install the correct version of oracle and patches using the Oracle Universal Installer, which requires an X windows Interface.
We make and use tar install images of oracle, but for the first install on platform and OS we use the Universal Installer.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:48 AM
03-17-2006 02:48 AM
Re: INSTALLING ORACLE ON A NEW SERVER
What you need to do is make a tarball of your Oracle home on the old server, rcp/scp it to the new server and untar it on the new server. Now all privileges are the same. Don't forget to rcp/scp the oratab, oraenv and coraenv files to the new server.
According OFA, most DBA's decide to create the Oracle software in /u01/app/oracle/
The oratab is placed in /etc and the *oraenv file are put in /usr/local/bin.
You indeed do have to set the kernel parameters on your new server.
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:56 AM
03-17-2006 02:56 AM
Re: INSTALLING ORACLE ON A NEW SERVER
The should be 6751 (or, -rwsr-s--x). If they aren't then fix that.
$ chmod 6751 $ORACLE_HOME/bin/oracle