Sysadmin

1)How can we find the request is in progress.?

Go to System adminstrator --->request ---> find

2)How can we find whether Concurrent managers is up or down?

Go to System adminstrator --->Concurrent--->Manager

if the Actual and target values are same it indicates theat CM is up and running.But it cannot
be zero.

Backend:

ps -ef|grep -i FNDLIBR

3)How can we submit a new request?

Go to System adminstrator --->Request--->Run

4)What happens if we schedule a job when CM is down?

It display
Phase as inactive.
Status no manager

After starting the concurrent manager it will show
Phase as Running
Status Normal.

5)How can we find the log and outfiles of Concurrent managers.?

Go to System adminstrator --->Concurrent--->Request--->find

Logfile  Click on View Log

Outfile Click on View Output



6)what is the naming convention of concurrent requests log and out files?


cd $APPLCSF/$APPLLOG
logfile : l<request id>.req

cd $APPLCSF/$APPLOUT
outfile: o<request id>.out



7)How can we hold or cancle a request.?
Go to System adminstrator --->Concurrent--->Request--->find 

Now select Required request and then  Click on Hold Request to hold the request.

Click on Cancel Request to cancel the request.
Users sometimes  not able to cancel the request from front end so they have to raise a ticket
with the dba team so that they will terminate request id from backend.

8)How can we find the which manager is processing the relevant request?


Go to System adminstrator --->Concurrent--->Manager--->Administrator


select required request and then click on rerequest button.


9)How can we tell the status of request?

Go to System adminstrator --->Request--->View--->find

10)how to get incompatibilities for specific program?

Go to System adminstrator --->Concurrent--->Program--->Define

enter the required program

Click on incompatibilities button 
11)How can we find whether a request has conflict with another request?

Go to System adminstrator --->Concurrent--->Program--->Define

12)why we need to increase process?

if the manager supposed to process more jobs.

No comments:

Post a Comment