- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mounting file system in exclusive mode in cluster
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-28-2004 09:29 AM
03-28-2004 09:29 AM
mounting file system in exclusive mode in cluster
I had a problem in oracle database, it crashed and now need recovery. But my database in HP
cluster (two node HPUX 11.x) so when oracle got the ora-01113 and ora-01110 error it umonted all the file system and i am not able to do the recovery.
So I would like to confirm the following commands and procedure is ok or not ?
1. Taking out all the file system from the cluseter mode.
# vgchange -c n
2. Activate the volume gruop in non-cluster mode
# vgchange -a y
3. mount all the file system and do the recovery
4. umount and deactivate the volume group
# vchange -a n
5. run the cluster for including the volume in the cluster mode again.
# cmruncl
6. include all volume in the cluster mode
# vchange -c y
7. stop and start the cluster again.
thanks in advance for your valuable time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 09:33 AM
03-28-2004 09:33 AM
Re: mounting file system in exclusive mode in cluster
The steps seems to be ok.
You can go ahead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:01 AM
03-28-2004 11:01 AM
Re: mounting file system in exclusive mode in cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 02:45 PM
03-28-2004 02:45 PM
Re: mounting file system in exclusive mode in cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 05:10 PM
03-28-2004 05:10 PM
Re: mounting file system in exclusive mode in cluster
as more convenient you better use service guard to start the package cause you will get complete file system and right mount point.
make copy of /etc/cmcluster/
remove custom script to start database just let the control script mount file system for you.
then start recovery.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 11:13 PM
03-28-2004 11:13 PM
Re: mounting file system in exclusive mode in cluster
It is ok now..