cdsdisk in vxvm

May 9th, 2011

Confused by “auto:cdsdisk” from outputs of vxdisk list?

For a disk to be accessible by multiple platforms, the disk must be consistently recognized by the platforms, and all platforms must be capable of performing I/O on the disk.

CDS disks contain specific content at specific locations to identify or control access to the disk on different platforms.

The same content and location are used on all CDS disks, independent of the platform on which the disks are initialized.

Categories: Storage Tags:

Ralationship between Webspere App Server and IBM Http Server(plugin)

May 7th, 2011

Here’s some excerpts from webspere redbook:

Web servers

Although Web servers are independent products, they can be defined to the WebSphere Application Server administration process. The primary purpose for this is to enable the administrator to associate applications with one or more defined Web servers in order to generate the proper routing information for Web server plug-ins if multiple servers are used.
Web servers are associated with nodes. These nodes can be managed or
unmanaged.
1)Managed nodes have a node agent on the Web server machine that allows the deployment manager to administer the Web server. You can start or stop the Web server from the deployment manager, generate the Web server plug-in for the node, and automatically push it to the Web server. In most installations, you have managed Web server nodes behind the firewall with the WebSphere Application Server installations.
2)Unmanaged nodes are not managed by WebSphere. You usually find these outside the firewall or in the demilitarized zone. You have to manually transfer the Web server plug-in configuration file to the Web server on an unmanaged node. In a z/OS environment, you have to use unmanaged nodes if the Web server is not running on the z/OS platform.

Special case: If the unmanaged Web server is an IBM HTTP Server, you can administer it from the Integrated Solutions Console. This allows you to automatically push the plug-in configuration file to the Web server with the deployment manager using HTTP commands to the IBM HTTP Server administration process. This configuration does not require a node agent.
The IBM HTTP Server is shipped with all WebSphere Application Server packages.

Web server plug-ins

A Web server can serve static contents and requests, like HTML pages. However, when a request requires dynamic content, such as JSP or servlet processing, it must be forwarded to WebSphere Application Server for handling.
To forward a request, you use a Web server plug-in that is included with the WebSphere Application Server packages for installation on a Web server. You transfer (manually or automatically with the deployment manager) an Extensible Markup Language (XML) configuration file, configured on the WebSphere Application Server, to the Web server plug-in directory. The plug-in uses the configuration file to determine whether a request should be handled by the Web server or an application server. When WebSphere Application Server receives a request for an application server, it forwards the request to the appropriate Web container in the application server. The plug-in can use HTTP or HTTPS to transmit the request (Figure3-10).

The plug-in is used for routing requests to one of multiple application servers.

OK, now let’s take my system for demonstrating:

I’ve websphere 5.1 for windows installed, and the install_root is C:\Program Files\IBM\WebSphere\AppServer, node name & cell name are both hahacc. The plug in file locates at C:\Program Files\IBM\WebSphere\AppServer\config\cells\plugin-cfg.xml.

Now let’s take http://localhost:9080/PlantsByWebSphere for example(This is an app attached with installation of websphere 5.1).

In file C:\Program Files\IBM\WebSphere\AppServer\config\cells\plugin-cfg.xml we can see there’re lines below: Read more…

Categories: IT Architecture Tags:

Description of the Solaris Boot Archives bootadm

May 7th, 2011

Please download it here:
solaris10-boot-archive (bootadm, failsafe)

Categories: Unix Tags:

Network and Operating Systems Course Collection & VMware Course Collection download

May 7th, 2011

This download include Network and Operating Systems Course Collection and VMware Course Collection, please click the following link to download:

online-learning courses download

Categories: IT Architecture Tags:

com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeErro r: Unable to start the CoordinatorComponentImpl

May 6th, 2011

When I tried to start nodeagent and app server of websphere, it said in /apps/WebSphere/Profiles/Node-stage01-04/logs/nodeagent/SystemErr.log:

[06/05/11 00:17:36:556 BST] 0000000a SystemErr     R com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeErro
r: Unable to start the CoordinatorComponentImpl

Then, I found this page:http://www-01.ibm.com/support/docview.wss?uid=swg21293285

I tried to look for RMM jar file, but failed. There’s no this file under install_root.

Then, I re-run the startNode.sh for twice, magiccally, this resolved itself. Now the nodeagent and app server are both booting themselves ok.

Weird! Read more…

remove mnt resource of vcs

May 3rd, 2011

Target: remove mnt_prd-ora-grdctl from group SG_dbPRD

Here is the steps:

haconf -makerw
hares -delete mnt_prd-ora-grdctl
haconf -dump -makero

Categories: HA & HPC, Storage Tags: