Operating System - HP-UX
1829122 Members
2167 Online
109986 Solutions
New Discussion

MC/Service Guard and MySQL

 
Mihails Nikitins
Super Advisor

MC/Service Guard and MySQL

Hi,

Popular MySQL database is already ported to HP-UX.

Please comment if it is possible to use it with MC/Service Guard. As I understand, almost any application can be controled by MC/Service Guard, but possibly there are nuances I do not know about.

Any comments, practices, links are highly appreciated. Thanks and points in advance!

BR,
Mihails
KISS - Keep It Simple Stupid
3 REPLIES 3
Christopher Caldwell
Honored Contributor

Re: MC/Service Guard and MySQL

Sure. It'll work.

Database concerns are fairly general.

1) you've got data
2) you've got the app

Questions you'll have to answer
Is the app installed on each node with the data on shared storage
or
Are the app and the data on the same node?

There's non-ServiceGuard related philosophy with each implementation.

Kent Ostby
Honored Contributor

Re: MC/Service Guard and MySQL

I know that HP sells a toolkit for LINUX and MySQL (http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T2377A)

So my guess is that it would work under HP-UX as well.

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Mihails Nikitins
Super Advisor

Re: MC/Service Guard and MySQL

Thank you for your replies!

Anyway, I'd like to get reply from anyone having this environment (HP-UX+MC/SG+MySQL).

BR,
Mihails
KISS - Keep It Simple Stupid