pcp
[Top] [All Lists]

I find the cause of the failure in case 374

To: "KenMcDonell (E-mail)" <kenmcd@xxxxxxxxxxxxxxxxx>
Subject: I find the cause of the failure in case 374
From: "Zhang, Sonic" <sonic.zhang@xxxxxxxxx>
Date: Fri, 10 Jan 2003 10:14:45 +0800
Cc: "PCP (E-mail)" <pcp@xxxxxxxxxxx>
Sender: pcp-bounce@xxxxxxxxxxx
Hi,

        I find the cause. The following script line in case 374 can't work
properly, because the folder "/usr/share/pcp/bin", which "pmlogger" is in,
is not in the default PATH environment of command "sh" of Redhat 7.3. It's
better to use full path name "/usr/share/pcp/bin/pmlogger" instead.

        Sonic Zhang

-------------------------------------------------------------------
    eval `cat <<'End-of-File' | rsh $host -l pcpqa sh
rm -f /tmp/$$.*
( pmlogger -L -c /dev/null -l /tmp/$$.log /tmp/$$ </dev/null >/dev/null 2>&1
) &echo pid=$! base=$$
End-of-File`

<Prev in Thread] Current Thread [Next in Thread>