- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard with Oracle Question.
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-29-2001 02:56 AM
06-29-2001 02:56 AM
Service Guard with Oracle Question.
Thank you..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 10:51 AM
06-29-2001 10:51 AM
Re: Service Guard with Oracle Question.
Hope that helps,
Janet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2001 11:15 AM
06-29-2001 11:15 AM
Re: Service Guard with Oracle Question.
su - oracle -c "/opt/ORACLE/product/8.1.7/bin/dbshut_pkg SID_1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2001 03:32 AM
06-30-2001 03:32 AM
Re: Service Guard with Oracle Question.
See
http://docs.hp.com/hpux/pdf/B5139-90036.pdf
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 12:03 AM
07-02-2001 12:03 AM
Re: Service Guard with Oracle Question.
For listener.ora, there a simple solution.
=> use named listener. Actually, you probably use a default, un-named listener, and you start it with "lsnrctl start".
You can define as many named listener as you need in the same file. for example :
setA = (ADDRESS_LIST = (ADDRESS = (HOST...
SID_LIST_setA =
(SID_LIST = (SID_DESC ...
Then you can start a listener for this set of SIDs with the command "lsnrctl start setA". Of course, you will also define a setB listener in the same listener.ora.
Easy, isn't it ?
Regards