Revision [936]

Last edited on 2009-11-18 16:09:14 by FsseInfo
Additions:
==install rrdutils==
add DagWieers repo to your yum repos then
Deletions:
==rrd install==
add dags repo to your yum repos then


Revision [898]

Edited on 2009-10-06 00:22:50 by FsseInfo
Additions:
To run Webmin Historic System Statistics you will first need to install perl rrd tools (rrdtool) and utilities
add dags repo to your yum repos then
WebMin > System > Historic System Statistics (assuming your webmin port is 10000)
WebMin > System > Historic System Statistics
Deletions:
before installing Webmin Historic System Statistics you will first need perl rrd tools (rrdtool)
add dags repo to yum repos then
==perl rrd==
assuming your webmin port is 10000


Revision [897]

Edited on 2009-10-06 00:14:41 by FsseInfo
Additions:
>>===Webmin System | Historic System Statistics===
before installing Webmin Historic System Statistics you will first need perl rrd tools (rrdtool)
==download webminstats==
$ wget http://sourceforge.net/projects/webminstats/files/Sysstats/1.4/sysstats-1.4.tgz/download
==install webminstats into webmin==
run webmin and click on add third party module and point to the sysstats.tgz you just downloaded
==configure webminstats==
==use webminstats==
Deletions:
>>===Webmin System Statistics===
before installing WebminStats you will first need perl rrd tools (rrdtool)
==install webminstats itself==
click on add third party module inside webmin itself and point to sysstats tgz
==configure==
==use==


Revision [895]

Edited on 2009-10-05 10:57:27 by FsseInfo
Additions:
>>===Webmin System Statistics===
==rrd install==
add dags repo to yum repos then
# yum install rrdutils
click on add third party module inside webmin itself and point to sysstats tgz
==configure==
assuming your webmin port is 10000
Deletions:
>>===Webmin Stats===
click on add third party module inside webmin itself and then goto


Revision [610]

Edited on 2008-05-23 12:55:20 by FsseInfo
Additions:
before installing WebminStats you will first need perl rrd tools (rrdtool)
==perl rrd==
[[WebminStatsCent3 CentOS / Oracle Ent / Red Hat RHEL 3 rrd installation instructions]]
[[WebminStatsCent4 CentOS / Oracle Ent / Red Hat RHEL 4 rrd installation instructions]]
[[WebminStatsCent5 CentOS / Oracle Ent / Red Hat RHEL 5 rrd installation instructions]]
Deletions:
http://dag.wieers.com/rpm/packages/rrdtool/
before installing WebminStats you will first need RRD tools (rrdtool)
===centos 3 / oracle enterprise 3 / red hat rhel 3===
==download rrd==
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.0.50-3.el3.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
==install rrd==
# rpm -ivh rrdtool-1.0.50-3.el3.rf.i386.rpm
# rpm -ivh perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
===centos 4 / oracle enterprise 4 / red hat rhel 4===
==download rrd==
get dag wieers rpm key
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
install perl-time
# yum install perl-Time-HiRes
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el4.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
==install rrd==
because of a circular rpm dependancy in rhel 4 rpms
# yum install rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
===centos 5 / oracle enterprise 5 / red hat rhel 5===
==download rrd==
# http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el5.rf.i386.rpm
# http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el5.rf.i386.rpm
==install rrd==
because of a circular rpm dependancy in rhel 5 rpms
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386
perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both RPMs at the same time
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm perl-rrdtool-1.2.23-1.el5.rf.i386.rpm


Revision [606]

Edited on 2008-05-23 12:46:26 by FsseInfo
Additions:
# yum install rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
Deletions:
# rpm -ivh rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm


Revision [605]

Edited on 2008-05-23 12:42:17 by FsseInfo
Additions:
===centos 4 / oracle enterprise 4 / red hat rhel 4===
get dag wieers rpm key
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
install perl-time
# yum install perl-Time-HiRes
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el4.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el4.rf.i386.rpm
because of a circular rpm dependancy in rhel 4 rpms
# rpm -ivh rrdtool-1.2.23-1.el4.rf.i386.rpm perl-rrdtool-1.2.23-1.el4.rf.i386.rpm


Revision [602]

Edited on 2008-05-22 14:43:46 by FsseInfo
Additions:
>>http://www.webmin.com/
http://webminstats.sourceforge.net/
===centos 3 / oracle enterprise 3 / red hat rhel 3===
==download rrd==
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.0.50-3.el3.rf.i386.rpm
# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
==install rrd==
# rpm -ivh rrdtool-1.0.50-3.el3.rf.i386.rpm
# rpm -ivh perl-rrdtool-1.0.50-3.el3.rf.i386.rpm
===centos 5 / oracle enterprise 5 / red hat rhel 5===
==download rrd==
==install rrd==
because of a circular rpm dependancy in rhel 5 rpms
click on add third party module inside webmin itself and then goto
Deletions:
>>http://webminstats.sourceforge.net/
==download rpm dependancies==
==install circular rpm dependancies==
and because of a circular rpm dependancy
finally goto
https://mysite.com:10000/sysstats/index.cgi


Revision [599]

Edited on 2008-05-22 12:45:32 by FsseInfo
Additions:
==use==
https://mysite.com:10000/sysstats/index.cgi


Revision [598]

Edited on 2008-05-22 12:44:29 by FsseInfo
Additions:
http://dag.wieers.com/rpm/packages/rrdtool/
before installing WebminStats you will first need RRD tools (rrdtool)
Deletions:
before installing WebminStats you will need RRD


Revision [597]

Edited on 2008-05-22 12:40:31 by FsseInfo
Additions:
==download rpm dependancies==
==install circular rpm dependancies==
==install webminstats itself==
Deletions:
===install==


Revision [596]

Edited on 2008-05-22 12:38:45 by FsseInfo
Additions:
===install==
finally goto
https://mysite.com:10000/sysstats/


Revision [595]

Edited on 2008-05-22 12:37:09 by FsseInfo
Additions:
and because of a circular rpm dependancy
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386
# rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm
warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386
perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both RPMs at the same time
Deletions:
then because of a circular dependancy you must install both RPMs at the same time


Revision [594]

The oldest known version of this page was created on 2008-05-22 12:32:26 by FsseInfo
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki