- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pkg failover----Oracle installed in internal HDD
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
12-14-2003 07:28 PM
12-14-2003 07:28 PM
We configured 2 node cluster on 2x rx5670 server, it is a new setup. Scenario is:
1)Oracle 9i is installed in internal HDD on both rx5670. ( /dev/vg00/lvol7 ------/u01)
2)Databaseâ s mount points are in SAN va7110.
Configuration is ok upto now, package failed over to another node if we pull-off lan cables from any server. But it is not happening when Oracle user is connected with the pkg( unicorn_pkg). Control log shows package and respective node is halting but never halts down. It seems like it hangs.
Is it for, Oracle is installed in internal HDD? Cannot free-up or reset user connection to another nodeâ s Oracle?
Thanks in advance for kind suggestions,
Rich
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2003 09:01 PM
12-14-2003 09:01 PM
Re: pkg failover----Oracle installed in internal HDD
unfortunatly i see no logs.
Your problem is not with oracle on local/shared disks but with oracle itself.
But one common situation is that oracle is closed with a simple shutdown.
Better solution is closing oracle with a "shutdown immediate", this will prevent further logon to oracle, or better to use the oracle integration mcsg script.
I do not remember if it is on pay or free, but the logic is as follows, and you can always implement it with scripts :)
- issue a "shutdown immediate" and for a process with a timer.
- when the timer elapses, check: if oracle is up, then issue a "shutdown abort" and exit.
The startup script must used some recover, to allow for a correct startup. Usually this is implicit in oracle9.
Be sure to have latest strems patch, otherwise you will have some oracle process that won't die even with a "kill -9", and that can prevente the correct switching of the package.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 12:53 AM
12-15-2003 12:53 AM
Re: pkg failover----Oracle installed in internal HDD
Thanks for your reply.
At the time of package failover, what will happen to users those who are connected with Oracle/package IP, will they be disconnected?
Or their connection remain the same with virtual IP( i mean, package IP)?
richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:16 AM
12-15-2003 01:16 AM
Re: pkg failover----Oracle installed in internal HDD
This is the pkg log. I halt the primary node( dtcellm) while connected as 'oracle' user and I got disconnected after halting down the dtcellm node.
Pls see and give your feedback.
Thanks,
RIchard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 01:29 AM
12-15-2003 01:29 AM
Solutionthe log of the shutdown is perfectly neat.
Users will be sconnected, because the virtual IP address is moved from one server to the other.
But when they reconnect to the virtual IP, they will see no difference.
MCSG gives you the ability to offer always the same virtual IP address, but it is up to the upper layer of tcp/ip to maintain the communication and control it. it is found on some application, like the SAP AS (application server), where you have a reconnect option. But if you are using pure sqlplus or similar, there is no chance.
Being disconnected during a package failover is absolutely normal, because the ip is switched.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 02:02 AM
12-15-2003 02:02 AM
Re: pkg failover----Oracle installed in internal HDD
Thanks for the explaination. It is clear now.
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 07:33 PM
12-15-2003 07:33 PM
Re: pkg failover----Oracle installed in internal HDD
richard