Wednesday, May 16, 2007

Information about Websphere with executing the commands

Cell Name On DMGR
/opt/IBM/WebSphere/AppServer/profiles/dmgr/config/cells//cell.xml

On AppServer
/opt/IBM/WebSphere/AppServer/profiles/appserv/config/cells//cell.xml


<?xml:namespace prefix = topology.cell /><topology.cell:cell id="Cell_1" celltype="DISTRIBUTED" celldiscoveryprotocol="TCP" name="TTCell">

Here “name” represents the name of the cell.

DM Node Name /opt/IBM/WebSphere/AppServer/profiles/dmgr/config/cells//nodes/
Parse the serverindex.xml file. Check for the occurance of string
serverType="DEPLOYMENT_MANAGER".

If yes then its a deployment manager then refer “WAS Node name” procedure to get the node name.
WAS Node Name /opt/IBM/WebSphere/AppServer/profiles/appserv/config/cells//nodes//node.xml “name” will represent the node name.
WAS Version /opt/IBM/WebSphere/AppServer/profiles/appserv/config/cells//nodes//node-metadata.properties

Search for “ProductVersion” STRING.
IHS Node Name Go to /opt/IBM/WebSphere/Plugins/config/
Then directory name below this directory will be a node name. Exclude the directory name “templates”.
IHS version name /opt/IBMIHS/version.signature
WAS-Plugin Version /opt/IBM/WebSphere/Plugins/properties/version/update/backup/maintenanceHistory.xml

Search first line with word “info” . This line will have the version information.

<param name="info" value="WebSphere Plugin 6.0.2.15">


</topology.cell:cell><topology.cell:cell id="Cell_1" celltype="DISTRIBUTED" celldiscoveryprotocol="TCP" name="TTCell"></topology.cell:cell>

No comments: