- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ORacle 9i on service guard
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
тАО09-23-2010 12:52 AM
тАО09-23-2010 12:52 AM
ORacle 9i on service guard
I have an extended wide cluster running.
The client now wants to install oracle 9i to test a legacy system.
I have installed oracle on a shared area /orabin and the datbase on a sharde area /oradata.
the root drives are internal to each node.
I have installed oracle 9i on the one node.
How do i insta;ll it on the second node.
i see that on the primary node there is a /etc/oratab but not on the second node.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2010 03:51 AM
тАО09-23-2010 03:51 AM
Re: ORacle 9i on service guard
Then I might ask if you have SG installed?
If you installed oracle on disk that can be seen by both nodes, then you're off to a good start. But there is alot more to do, so let me recommend you check out:
http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4162060
It used to be alot easier to get this info, now you have to have a Business Portal login because HP is changing things....alas the good old days seem to be quickly passing away.
This should help you significantly and then if you run into any questions just post them and someone will be here to help.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2010 04:08 AM
тАО09-23-2010 04:08 AM
Re: ORacle 9i on service guard
WE have 2 node cluster. with two eva's
The servers have mirrored internal disks for os on each.
I have two vg's
one for /orabin that is in a package.
and one for /oradata that is in the same package.
This package failes over fine to each node.
I have two lock disks as well. and have tested failure of thes cluster is fine.
I then have a package for the database itself.
The oracle binries are in /oradata
and the databases are in the /oradata area.
the oracle package is dependant on the vgpackage being up.
I have installed oracle fine on node 1.
when i flip to the second node it starts up and the listener starts fine as well and the database comes up fine but the users cannot get to the base on the second node.
The databas package has its own ip and i can ping this at all time with flipping it across nodes.
To let you know i am new to oracle.
When i investigated i saw that the /etc/oratab did not exist on the second node. Which got me to wondering what i had missed out when i did the install on the node 1. And what i needed to install on node 2 to make sure stuff like /etc/oratab gets installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2010 10:55 AM
тАО09-23-2010 10:55 AM
Re: ORacle 9i on service guard
The IP of the first node, or the package name?
We point all clients to the package name, and we ensure that all package name's will do a proper reverse lookup.
Check the clients tnsname.
Check that the clients resolution (DNS or HPUX) will properly do a reverse lookup. Again I recommend that the tnsname follow the package - not the server/node.
Just a thought,
Rita
..ps...
Not sure what your DBA's might use it for, ours generally just put in the version of oracle running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2010 04:38 AM
тАО09-24-2010 04:38 AM
Re: ORacle 9i on service guard
On Linux the command is 'service iptables off'.
Just a thought.
Randy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2010 09:35 AM
тАО10-08-2010 09:35 AM
Re: ORacle 9i on service guard
In addition, you need to make sure that the listner process fails over with the package, and that the listener also binds to the package IP address. Since the Oracle binaries are on shared storage that fails over, the listener would have to fail over as well, but it might not be binding to the right IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2010 11:24 PM
тАО10-13-2010 11:24 PM
Re: ORacle 9i on service guard
copied /etc/oratab across.
we used physical ip in the tnsnames.ora
MAke sure both oracle profiles are exactly the same.
we did not set the oracle sid.
hope i allocated points properly