/opt/IBM/WebSphere/AppServer/profiles/dmgr/config/cells/
On AppServer
/opt/IBM/WebSphere/AppServer/profiles/appserv/config/cells/
<?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/
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/
WAS Version /opt/IBM/WebSphere/AppServer/profiles/appserv/config/cells/
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:
Post a Comment