Getting Node id, Cell ID, Server ID of Mbean in wsadmin
Hey automation expert welcome to another interesting exploration on wsadmin basic commands that could build your Jython script much effectively. Let's jump into it.   Basic understanding of wsadmin objects    Here I've listed out what we need to consider as wsadmin objects which could help as build blocks for your Jython based automation scripts.   Node – an individual system, either physical or virtual    Node Manager – the process controlling the individual node and all servers in all cells, it executes the commands of the Deployment Manager    Profile – a WebSphere entity similar to a node concept wise   Application Server – a Java Virtual Machine (JVM) process    Application – a Java enterprise application it could be .ear file with some modules   Cluster – a group of Servers, all running the same applications    Cell – an administrative domain of one or more servers    Deployment Manager (DM) – the administration application for a cell   How do all these pieces work togeth...