[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDD #OMZ-874415]: GOESR ldm feed



Carol,

> Ok so how can I verify the number of processes that have a pqact(1) process
> as their parent process?

Use the ps(1) utility to determine the process-IDs (PIDs) of the pqact(1) 
processes:

    pids=`ps -ef | grep pqact | grep -v grep | awk '{print $2}'`

Then, for each PID, use the ps(1) utility to list the processes that have a 
pqact(1) process as their parent:

    for pid in $pids; do ps -ef | awk '$3=='$pid

> Do you have any other troubleshooting suggestions?

Not at this time.

Regards,
Steve Emmerson

Ticket Details
===================
Ticket ID: OMZ-874415
Department: Support IDD
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata 
inquiry tracking system and then made publicly available through the web.  If 
you do not want to have your interactions made available in this way, you must 
let us know in each email you send to us.