SAP Enterprise Solutions: AS Java & R/3 Administration
Test your knowledge of SAP AS Java configuration, R/3 system administration, licensing, and work processes
Questions
Given an R/3 Central Instance with all services installed on Instance ID01, and having an SAP ID of C11, what is the name of the directory where the work process trace files are written (for Windows NT replace the "/" with "")?
- /usr/sap/C11/DVEBMGS01/data
- /usr/sap/C11/DVEBMGS01/log
- /usr/sap/C11/DVEBMGS01/work
- The trace files are written in internal database tables.
What is the command line syntax to start the saprouter with the access control, logging, and password options disabled?
- saprouter
- saprouter -s
- saprouter -startup
- saprouter -r
Which of the following is not a component of a work process?
- task handler
- communications interface
- ABAP/4 processor
- database interface
Which of the following interprocess communication mechanisms are used by R/3?
- message queues
- named pipes
- semaphores
- task memory
With which UNIX command can you find out if the SAP instance is running and also if the database is running?
- With the vmstat command
- With the ps command
- With the ls command
- With the jobs command
What command is used to display the unique platform identifier needed to license an R/3 system?
- saplicence –show
- saplicense –install
- saplicense –obtain
- saplicense –get
SAP Web Dispatcher http/https ports can be chosen freely.
- True
- False
No more than 16 server cluster elements can be created on one SAP Java instance.
- True
- False
You can see the instance number from the directory, where the SAP AS Java is installed. Under /usr/sap/, there is a directory whose name contains the instance name including the instance number, for example, JC40 (where 40 is the instance number).
- True
- False
The default SAP AS Java communication ports for dispatcher and server process meet which of the following requirements:
- The port value can be any number.
- For each cluster element the ports begin with 50000+100*instance_number, where instance_number is a two digit number from 00 to 99 specifying the number of central instance and dialog instances.
- For each cluster element the ports begin with 50000+instance_number, where instance_number is a two digit number from 00 to 99 specifying the number of central instance and dialog instances.
- The port value is a number over 50000
Default SDM (Software Deployment Manager) port on central instance number 01 is
- 3918
- 50018
- 50118
- 50180
Default internal Message Server port for Central Services Instance on instace number is
- 3NN9
- 39NN
- 3NN1
- 5NN01