Process availability and data availability
There are two kinds of high availability: process high availability and data high availability.
For example, in a WebSphere system, we have the following processes:
|
|
| Networked file system (for example NFS, AFSŪ) process
|
|
|
| Operation system processes
|
Even if we make all of these processes highly available, the WebSphere system may still fail due to data availability. Without data availability, the WebSphere system cannot do any meaningful work. Therefore we will discuss how to make the WebSphere data management systems highly scalable and highly available.
Data management is an integral part of a WebSphere production system. It is used for storing:
|
|
| Administrative repository for the WebSphere administrative servers
|
|
|
| Application data for the WASs
|
|
|
| WebSphere security data for the LDAP servers
|
|
|
| Transactional log files and other log files
|
|
|
| WebSphere system binaries
|