RE: using sysstat
- From: "Gaddis, Jeremy L." <jlgaddis@xxxxxxxxxxx>
- Date: Tue, 26 Jun 2007 17:49:17 -0400
Caricofe, Bradley wrote:
Thanks guys, I actually tried iostat and the other commands and
received the same "command not found" message. However I just
ran an up2date on sysstat and now it's working. Strange because
grepping up2date showed it already there before I updated it.
Anyways...thanks much!
From your original e-mail, you ran...
[root@secure ~]# up2date --showall | grep sysstat
sysstat-5.0.5-15.0.1.el4.i386
...which takes a list of *all available* packages (up2date --showall)
and then only shows you those which match sysstat (grep sysstat). What
you should have been running instead is "rpm -qa|grep sysstat", which
queries the list of installed packages. When you ran "up2date sysstat"
what you actually did is to install it (not update it).
HTH,
-j
--
Jeremy L. Gaddis
Network Administrator
812.330.6156 (w) 812.391.0358 (m)
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- RE: using sysstat
- From: Caricofe, Bradley
- RE: using sysstat
- References:
- RE: using sysstat
- From: Caricofe, Bradley
- RE: using sysstat
- Prev by Date: RE: using sysstat
- Next by Date: RE: using sysstat
- Previous by thread: RE: using sysstat
- Next by thread: RE: using sysstat
- Index(es):
Relevant Pages
- RE: using sysstat
... received the same "command not found" message. ... Then I ran up2date
-u sysstat, which I figured would install it ... (RedHat) - RE: using sysstat
... I actually tried iostat and the other commands and received ... sysstat
and now it's working. ... Strange because grepping up2date showed ... (RedHat)