Difference between revisions of "Diskusage"

From SME Server
Jump to navigationJump to search
m (new category)
(add level and simplify)
Line 1: Line 1:
 
== Diskusage for SME Server ==
 
== Diskusage for SME Server ==
 +
{{Level}}
  
 
=== Maintainer ===
 
=== Maintainer ===
Line 5: Line 6:
  
 
=== Description ===
 
=== Description ===
 +
Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics.
 +
[http://wiki.contribs.org/Image:Contrib_diskusage01.png Screenshot] from minimal test-machine.
  
*Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics.
+
=== Download and Installation ===
* [http://wiki.contribs.org/Image:Contrib_diskusage01.png Screenshot] from minimal test-machine.
+
yum install --enablerepo=smecontribs smeserver-diskusage
 +
/etc/e-smith/events/actions/navigation-conf
  
 
+
Open your webbrowser and go to the server-manager.  
Step-by-step silly HowTo for installation.
 
 
 
It reflects the experiences I've had during install and are probably not always applicable.
 
 
 
This howto are intended for Linux-newbies.
 
 
 
Check latest releases in [http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/ Darrell's contrib directory]
 
 
 
Replace filenames if you use other versions.
 
 
 
=== Installation ===
 
 
 
1. Log in (with username root) to the SMEserver console.
 
 
 
2. Download smeserver-diskusage
 
 
 
wget http://mirror.contribs.org/smeserver/contribs/dmay/smeserver/7.x/smeserver-diskusage-0.0.1-2dmay.noarch.rpm
 
 
 
3. Install smeserver-diskusage
 
 
 
yum localinstall smeserver-diskusage-0.0.1-2dmay.noarch.rpm
 
 
 
You will get a y/N-question, answer y if it looks fine.
 
 
 
4. Instructions at the end of previous installation advices the following commands:
 
<br><code>signal-event post-upgrade and signal-event reboot</code>
 
<br>but you can skip that (not necessary) and move on.
 
 
 
5. Open your webbrowser and go to the server-manager.  
 
 
<br>Under "Administration" there should be a new line named "Disk usage".
 
<br>Under "Administration" there should be a new line named "Disk usage".
  
 
=== Uninstall ===
 
=== Uninstall ===
  yum remove smeserver-diskusage
+
  rpm -e smeserver-diskusage
  
 
=== Additional information ===
 
=== Additional information ===
Line 49: Line 24:
  
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
 
If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).
 
Please note that this was written in april 2007, if the software change then this howto may be outdated.
 
 
Please do edit if you find errors or have improvements, but make sure that it works!
 
 
Good luck [http://wiki.contribs.org/User:Per /Per]
 
 
=== Tested software versions ===
 
 
Host: SMEserver 7.1.3
 
<br>
 
Software: smeserver-diskusage-0.0.1-1dmay.noarch.rpm
 
Software: smeserver-diskusage-0.0.1-2dmay.noarch.rpm
 
  
 
=== Check installed version ===
 
=== Check installed version ===

Revision as of 01:50, 18 October 2008

Diskusage for SME Server

PythonIcon.png Skill level: {{{1}}}
The instructions on this page can be followed by a beginner.


[[Category: {{{1}}}]]

Maintainer

Darrel May (Contrib)

Description

Diskusage adds a panel to the server-manager showing filesystem, i-bay and user statistics. Screenshot from minimal test-machine.

Download and Installation

yum install --enablerepo=smecontribs smeserver-diskusage
/etc/e-smith/events/actions/navigation-conf

Open your webbrowser and go to the server-manager.
Under "Administration" there should be a new line named "Disk usage".

Uninstall

rpm -e smeserver-diskusage

Additional information

Announce smeserver-diskusage

If you connect to the SMEserver console by Putty ssh-client (or similar) you can copy and paste the commands (very convenient).

Check installed version

yum info installed smeserver-diskusage