- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle TNS Listener and multiple instances
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-05-2001 09:10 AM
тАО10-05-2001 09:10 AM
Oracle TNS Listener and multiple instances
The problem is if I set "NET8=yes" in the sample ServiceGuard Oracle script, when the package comes down it will stop the listener. This creates problems for the other instances.
However, if the listener is not already running, it needs to be started.
Here are the options I'm thinking about-- which do you folks think is best?
- Modify the default HP-supplied ORACLE.sh script to only start (and not stop) the listener, potentially earning the ire of HP support when asked to help with a nonstandard environment
- Start the listener externally from ServiceGuard (i.e. rc scripts)
- Create a new script to start the listener and make it a service
- Make the TNS listener availability a ServiceGuard resource (I'm not entirely sure how to do this...)
- other options?
What do you all think is the best way to handle this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2001 10:10 AM
тАО10-05-2001 10:10 AM
Re: Oracle TNS Listener and multiple instances
I haven't looked at the default HP file but I can tell you what works for me. In my case, the ORACLE_HOME directory moves with the package along with all the oracle data. Each package starts both its svrmgrl
and its own listener - one instance per listener. It is perfectly fine to have more than one listener running on the same box as long as ports do not conflict.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2001 10:59 AM
тАО10-05-2001 10:59 AM
Re: Oracle TNS Listener and multiple instances
If not, you can modify the default script provided by HP and comment out the "stop" procedure as you proposed. I don't think HP will ire about it.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2001 12:53 PM
тАО10-05-2001 12:53 PM
Re: Oracle TNS Listener and multiple instances
The ORACLE_HOME presently does not fail over since on our systems we often run multiple instances of Oracle and wish to fail them all independently without having to install a dedicated set of Oracle binaries for each one.
We're leaning towards the RC script method right now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2001 02:30 AM
тАО10-06-2001 02:30 AM
Re: Oracle TNS Listener and multiple instances
As for starting separate listeners, we do it all the time. We start up a different named listener for each package. You just have to keep the listner.ora and tnsnames.ora files in sync with respect to the listener names, host ips and port number...its not very difficult.
-Santosh