- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguarding powermart.
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-23-2003 06:20 AM
06-23-2003 06:20 AM
Serviceguarding powermart.
has anyone successfully packaged the application Powermart from Component Software.
It seems like this app. doesn't like to go through the package ip by default, but have to go to the node address to get it to work . (Not much point in serviceguarding then :-))
Feedback appreciated.
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 06:23 AM
06-23-2003 06:23 AM
Re: Serviceguarding powermart.
When you say 'node address', do you mean MAC address, or do you mean that it looks for the IP address of the node that is running the package?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 10:39 AM
06-23-2003 10:39 AM
Re: Serviceguarding powermart.
But here's how do it in general:
1. Build "empty" cluster with shared disks, shared VGs, NIC-card failover etc; but with no apps in packages.
2. Then install the application on the floating IP address hostname. Many applications ask "what is my hostname?", and you put in "floating hostname".
3. Then you go back and fill in "customer-defined run commands", etc.
If it doesn't ask you have a problem. Here are two ideas:
1. Do a search of the entire system for references to hostnames and IP addresses. If you find them, then you change them. If they are in binaries, then you have a problem, but usually they are in scripts.
2. Here's an idea, that we had to do once: Build the primary system on the LAN with the FLOATING IP ADDRESS. Install the Application. Then CHANGE the hostname to the proper hostname and build the cluster/package "under the application" with the floating IP address.
Here's something else to watch:
LICENSES: Some applications read the System ID or hostname for licensing. You will then have to install some kind of temporary license on the adaptive node when the application fails over. You have to do this with SAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 01:07 AM
06-24-2003 01:07 AM
Re: Serviceguarding powermart.
Stuart good point with the floating hostname. I can't recall how to use a "floating" hostname in serviceguard. Can you give me a hint ?
Rgds Jarle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:34 AM
06-24-2003 05:34 AM
Re: Serviceguarding powermart.
2. In the package control script you set package variables, like:
VG[0]=vgsapa
LV[0]="/dev/vgsapa/lvol1"; FS[0]="/usr/sap/PA1/DVEBMGS00"
IP[0]=151.208.28.50
SUBNET[0]=151.208.28.0
IP[0] is the "floating IP address" associated with the package.
3. In your /etc/hosts or DNS you have an entry like:
151.208.28.50 package_IP
so that you can "log into" or reference the package by it's IP address. That's your "floating hostname". That's probably my term not HP's.
Wherever the package moves, from primary to adaptive node, you can still reference the package application by the "floating IP address" or it's associated "floating" hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 05:38 AM
06-24-2003 05:38 AM
Re: Serviceguarding powermart.
I didn't work on Powermart but I know there are some softwares that look for literal hostname. Tuxedo is one such but it has got it's own clustering. If this software does the same, then it's difficult to get it configured into ServiceGuard.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2003 10:48 PM
06-24-2003 10:48 PM
Re: Serviceguarding powermart.
thanks for your replies clarifications guys.
Jarle