This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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.