Sunday, February 21, 2016

Sysadmin

Sysadmin

How can we find the request is in progress.?

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

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

How can we submit a new request?

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

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.

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

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

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.

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.

How can we tell the status of request?

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

How to get incompatibilities for specific program?

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

enter the required program

Click on incompatibilities button

How can we find whether a request has conflict with another request?

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

Why we need to increase process?

If the manager supposed to process more jobs.

No comments:

Post a Comment