Today's Page Hits: 113
This page validates as XHTML 1.0, and will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device. It was created using techniques detailed at glish.com/css/.
HA-GRID: N1Grid Engine 6 Edition with Berkely DB spooling
N1GE6 introduce spooling with Berkely DB. There will be new issues to consider when we want to provide a HA N1GE6 services with Java ES CLuster service.
if we assume that SGE_ROOT=/opt/n1ge and cell=default
the start script: $SGE_ROOT/$cell/common/sgemaster start
the stop script:$SGE_ROOT/$cell/common/sgemaster stop
Using the SunPlex agent builder one can easily create a sge_qmaster agent. and SUNWmsge package.
We also need another agent to modify the host_aliases file,
In this case we install Berkely DB on different nodes pairs.
This node pairs will run HA-NFS and HA-BDB agents.
HA-NFS come with SunCluster and it will serve the
HA-DBD will be serve Berkely DB FO .
Once one install BDB with the inst_sge -db command.
We use the SunPlex agent builder to build a HA-Agent that control the start and stop of the BDB.
The start script: $SGE_ROOT/$cell/common/sgebdb start
The stop script: $SGE_ROOT/$cell/common/sgebdb stop
The BDB spool directory: $SGE_ROOT/$cell/spooldb
From a previous blog posting one can create a SUNWbdb agent using those infomation.
Posted at 04:24PM Jul 13, 2004 by hstsao in N1 Grid |