Redhat – How to install iostat to Red Hat 5, without internet connection

iostatredhat

Title is pretty clear, I have a server which doesn't have an internet connection. So I can't use yum or anything like that. I want to download necessary files with my PC and upload to server via SSH and then install it.

But I don't know, where to download iostat and how to install it.

Best Answer

Iostat is part of the sysstat package. You can download and install the sysstat RPM and you should get what you're looking for.

After downloading the package to your server, call "rpm -i package_name"

You should be able to get the sysstat RPM from the RedHat Network, but here's another link:

http://rpmfind.net/linux/rpm2html/search.php?query=sysstat

Related Topic