- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems with 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
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-31-2002 06:44 AM
12-31-2002 06:44 AM
Problems with service guard
The problem is that the raw devices are not mounted.
The vg00 as the raw devices in the file fstab and in the control file of the cluster.
The raw devices are specified in also in control file of the cluster.
Raw devices are commented in fstab (#).
The question is who mount the raw devices fstab or control file of the cluster.
The other file systems are mounted only by fstab.
The cluster is not working.
HELP.............
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 06:48 AM
12-31-2002 06:48 AM
Re: Problems with service guard
I've never used raw devices before, but I would assume that you would want them mounted by MC/SG in your control script. Do you get any errors in the log file for your package when you try to start it?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 06:50 AM
12-31-2002 06:50 AM
Re: Problems with service guard
What do you mean by raw devices?. If you are talking about using raw logical volumes, you don't need to specify them in the control file. They are not mounted file systems and are accessed directly from the application. You will be specifying only the volume groups containing the raw logical volumes that get activated and deactivated. Your application shutdown scripts need to make sure that they free up the raw logical volumes before serviceguard deactivates them.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 06:52 AM
12-31-2002 06:52 AM
Re: Problems with service guard
I am not sure to understand what you mean.
You can't share the vg00 of your server. Your raw devices sould be on a shared vg so each server can activate it.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 06:59 AM
12-31-2002 06:59 AM
Re: Problems with service guard
I assume that you are using Oracle/Ingress with non cooked files systems , now these will never be mounted howver the control comes from the device files only unde /dev/vg00 , so you cannot mount in the control script , except you can jsut activate the volume group after the switchover takes place.
Also make sure the /dev/vg01/rlvol* is owned by the oracle or the databse so that it can write on it.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 05:51 PM
12-31-2002 05:51 PM
Re: Problems with service guard
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2002 06:08 PM
12-31-2002 06:08 PM
Re: Problems with service guard
VG00 should never be in the control script . It should be in fstab as it is local to the node and not shared . And also its is filesystems and not raw logical volumes .
Anything that is shared between the two nodes goes in the control script whether filesystems or raw volumes . If its filesystems you need to specify the mount points for each logical volume in the control script file and also the volume groups in the cluster ascii file as they need to be cluster aware .
If you use raw logical volumes you don't have to specify ay mount points in control script as they are not mounted . You just need to specify the cluster aware raw volume groups in the cluster ascii file . The application itself opens the raw logical volumes for read and write . In this case make sure that the logical volumes /dev/vgxx/rlvxx and /dev/vgxx/lvxx is owned by the application opening it for eg oracle:dba .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2003 03:39 AM
01-01-2003 03:39 AM
Re: Problems with service guard
o What your fstab looks like
o What filesystems are mounted where.
o What raw vgs & lvs are used
I regularly use raw devices in SG for my database (Informix). IF you do not stop the database in the customer_halt_scripts (/etc/cmclustr/
1 - Check that the SG vg's are deactivated properly on the relavant node (vgdisplay)
If say vgdat is active then simply run fuser /dev/vg/r
This should say what process is locking/using it.
2 - You MUST NOT use vg00 as part of the cluster, It could contain the binaries or anything that is relatively static (like the OS!!!) but it will need to be kept in sync on all nodes. DO NOT USE IT FOR data, logical loga, redologs etc.
Regards
Tim