Before drilling down to log and trace files, it makes sense to have a closer look at the different statuses of an ABAP Application Server (AS) instance. With this information in mind, it should be easier to identify a potential problem and isolate the root cause. This knowledge is essential for administrative personnel and should support a target-oriented troubleshooting procedure. Treat it as background information for your practical work. Within this class there is no further detailed discussion about this topic, but the different statuses might be seen in multiple log and trace files when reviewing a start or stop procedure.

In case some instances of the SAP system are in status Active and others not, and you are able to log on to the SAP system, use transaction SM51 or SMMS to check the status of the Application Server instances.
Without being able to log on to the ABAP stack, log and trace files can be used to search for the specific status of an SAP Application Server instance (see section below for details). The typical statuses in the context of a start action of an AS ABAP are shutdown, stop, initial, started, and active and can be seen in the log files. A special status called "Passive" can be established to take out an instance temporarily from load balancing for maintenance reasons. When this status is pushed, existing requests are further processed until finished, but newly incoming requests are only distributed to the remaining AS ABAP instance(s). In this way the instance will once be isolated and can be maintained when all existing requests were finished. At the end of the maintenance, the instance is brought again to status active, for example using transaction SM51 or SMMS.