TAW_10_1 chapter 5, system core Flashcards
In an SAP ABAP + JAVA installation, ho do the runtime environments comunicate?
Thru a JCO connector
SAP Java connector
When did the Central Instance become split between the PAS and the ASCS
NetWeaver 7.1+
What services are contained on the ABAP Central Services Instance
Message Server
Enqueue Server
Other optional services include
How many ABAP Central Services Instances can a single system contain?
Only one, and the services on the ASCS can only be on that single instance
What services exist on the PAS and AAS instances
Gateway, ICM, Dispatcher, Work processes
Name the types of work proceses
D - dialog S - Spool V - Update and Update2 (as UPD and UP2) B - Background E - Enqueue (may only exist for a single dispatcher)
What Tcode shows an over view of application servers
SM51
Does the message server do anything important?
Yes, it registers available instances and allows communication between them. It handles logon load balancing. Allows the dispatchers to communicate with other instances. Handles lock requests thru the enqueue server
What tcode can show me who is logged on to the system?
SM04
How can I find out what server I am logged onto?
System settings
What tcode can tell me aobout the status of work process on application servers?
SM50
How many Spool processes are required in each system
At least one but more than one can be configured
How many update processes are required in each system
At least one but more than one can be configured
How many background processes are required in each system
At least one but, if you will be doing transports in the system you need at least 2. More than this can be configured
How many enqueue processes are required in each system
At least one but more than one can be configured provided they are all on the same instance
So think of it like this, all enqueue processes must be attached to the same dispatcher, but that dispatcher can have more than one enqueue process
What 4 min things does the dispatcher do?
Distributes the requests among the work processes
Integrates the presentation layer
Organizes communication activities
Processes the requests on a first in/first out basis
What kind of things might I find in the buffer area of an application server?
Programs, Factory calendar, T001W….