Today's Page Hits: 22
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/.
suncluster 3.2
Sc3.2 just released, on can get all the documents on http://docs.sun.com/app/docs/prod/sun.cluster.32#hic
What's new is in the following link http://docs.sun.com/app/docs/doc/819-6611/6n8k5u1mc?a=view
The download is in the follow link http://www.sun.com/download/products.xml?id=4581ab9e
It support Solaris 9 09/05 on Sparc and Solaris 10 11/06 on Sparc and x86
Te main features
Posted at 07:11AM Jan 01, 2007 by hstsao in Sun Cluster |
HA in Sun env
Comments on various way Sun support HA/DR[Read More]
Posted at 07:37PM Jul 12, 2006 by hstsao in Sun Cluster |
active active Java_ES messaging server in a cluster environment
In setting up a Highly Available Java_ES messaging server environment, one would like to have active active environment.
This setup is fully supported in Java_ES 2004Q2.
One can setup 1+1 or N+1 environment.
For this to work one will setup multiple stores and will need MMP to mask the multiple stores.
One will need to setup HAStorage+ (FFS) and multiple LH and resouce groups.
It will be a best practice to configure the instance on a shared FFS.
Messaging Server: Planning for service availability
High Availability Using Sun Cluster Software
Posted at 09:56PM Dec 05, 2004 by hstsao in Sun Cluster |
HA-postgresql
The ARCO feature in N1GE6 require a database to store the data. Right now one can use postgresql or oracle. In case one may want to protect the database server in Solaris env, one could use the HA-oracle agent to protect the oracle database.
For postgresql database, one can use the Java ES Cluster SW's Sunplex agent builder to build an failover agent based on GDS to protect the postgresql database.
We assume the uid for postgresql is postgres, the data is stored in /shared/pgsql/data and the binary is installed in /usr/local/pgsql.
We create two scripts:
su - postgres -c " /usr/local/pgsql/bin/pg_ctl start -l logfile /shared/pgsql/data "
su - postgres -c " /usr/local/pgsql/bin/pg_ctl stop -l logfile /shared/pgsql/data "
Posted at 07:25PM Sep 26, 2004 by hstsao in Sun Cluster |
HA-Degreework
Degreework from Sungard is a DSS that allow student to do whatif analysis for the courses releated to their future Degree
In solaris/sparc environment, it can be implemented in a three tiers setup.
Posted at 09:53AM Sep 12, 2004 by hstsao in Sun Cluster |
HA-ALEPH of Ex Libris library system
ALEPH of Ex Libris Library system
Could be implemented in a three tiers environment
Posted at 09:39AM Sep 12, 2004 by hstsao in Sun Cluster |
vxvm 4.0 new feature
Finally in vxvm 4.0 rootdg is not required This make the job of using SVM to mirroring the root disk and use vxvm to controll the other disks more nature
Now a day most storages are protected by HA-RAID. so the question: when you will need VM?
Posted at 10:02AM Sep 03, 2004 by hstsao in Sun Cluster | Comments[1]
the tale of HA-oracle installation problem
Since we know that HA-oracle has been install on many many systems, so we believe that there must be some setup problem with customer's oracle installation.
The customer was using some cloneing Sw to clone the whole installation from an Solaris 8 machine to a solaris 9 machine.
Customer keep telling us this procedure is fully supported by oracle. But our knowledge on oracle is limited, so one cannot argue with real knowledge
we have the back-end HA support eng and VOS support eng to engage with oracle to try to resolve this problem. Since the source code of the oracle-probe is not available to me or oracle or the VOS eng it is not easy to find out where the problem lie.
From the oracle installation guide, we notice that there need to be a primary group, said dba, need to own all the binary and datafiles. this means that from the ls -l output we should see dba as the primary group After one make this change thing went back to normal and everything work fine
Posted at 02:51PM Jun 10, 2004 by hstsao in Sun Cluster |
Building customer agent using Sunplex agent builder
you can build agent based on the SUNWgds (Generic Data Service) or generate source code in C or ksh.
Please refer to the Sun Cluster Dataservice developer's (817-4227) guide for full detail.
and we will like to create a failover agent.
scdscreate -V BIG -T apps -d /tmp -k
...... Creating the RTR file BIG.apps .... done.
here we use the vender_id=BIG, resource_type_name=apps, working_directory=/tmp and generate ksh source code.
It is always a good idea to use generate ksh code, one can learn alots by just examine the codes.
scdsconfig -s /usr/local/bin/startapps -t /usr/local/bin/stopapps -d /tmp
we will see
***
The Package for the apps services has benn created in /tmp/BIGapps/pkg
***
you can tar the diectory BIGapps up and ready to use it.
scrgadm -t BIGapps
that is all ...
Posted at 10:09AM Jun 10, 2004 by hstsao in Sun Cluster | Comments[1]
Manual Failover procedure
But in some case, some user many just want to setup a manual failover procedure, so in case one node need to be repaired one can manual switch the application to the second node
You will need to setup Diskset in SVM or Diskgroup in VxVM, and your script will contain the procedure to release (deport) or take(import) the Diskset(Diskgroup), and mount the FS
The code will be the following:
Posted at 03:04PM Jun 08, 2004 by hstsao in Sun Cluster |
HA-Blackboard
To integrate with the Sun Cluster SW, one can use the HA-oracle agent to protect oracle, and HA-NFS agent to protect the NFS.
NFS failover is transparent to the clients.
Every time oracle failover to the other host, one need to restart the front-end's apache and tomcate.
Posted at 11:16AM Jun 08, 2004 by hstsao in Sun Cluster | Comments[1]