Difference between revisions of "Hardware Info"

From SME Server
Jump to navigationJump to search
m (→‎Known issues: Added test results.)
(Changed lshw version, pruned commands.)
Line 11: Line 11:
 
  wget http://mirror.contribs.org/contribs/jpl/smecontribs/smeserver-hwinfo/smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm
 
  wget http://mirror.contribs.org/contribs/jpl/smecontribs/smeserver-hwinfo/smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm
  
  wget http://apt.sw.be/redhat/el4/en/i386/RPMS.dag/lshw-2.11.1-1.el4.rf.i386.rpm
+
  wget http://apt.sw.be/redhat/el4/en/i386/RPMS.dag/lshw-2.12.1-1.el4.rf.i386.rpm
 
Install downloaded files:
 
Install downloaded files:
  yum localinstall lshw-2.11.1-1.el4.rf.i386.rpm smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm
+
  yum localinstall lshw-2.12.1-1.el4.rf.i386.rpm smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm
Expand templates:
 
/sbin/e-smith/expand-template /etc/e-smith/web/common/css/hwinfo.css
 
Regenerate the navigation panel of the server-manager:
 
/sbin/e-smith/expand-template /etc/e-smith/web/common/head.tmpl
 
Configure (or whatever it does):
 
/etc/e-smith/events/actions/navigation-conf
 
 
Upgrade and reboot
 
Upgrade and reboot
 
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
or
 
 
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''.
 
 
==== Check installed version ====
 
==== Check installed version ====
 
  yum info installed lshw smeserver-hwinfo
 
  yum info installed lshw smeserver-hwinfo
Line 33: Line 24:
 
=== Use ===
 
=== Use ===
 
Login to server-manager, find a new line under "Configuration".
 
Login to server-manager, find a new line under "Configuration".
 +
It can also be used from console (as root):
 +
lshw
  
 
=== Additional information ===
 
=== Additional information ===
Line 44: Line 37:
  
 
==== Known issues ====
 
==== Known issues ====
It seems that it works in SMEserver version 7.1 and fresh (not updated) 7.2 but not in updated 7.2. Bug report [http://bugs.contribs.org/show_bug.cgi?id=3670 3670] filed.
+
For SMEserver prior to version 7.2 with updates as per 2007-12-25 could (should?) use lshw-2.11.1-1.el4.rf.i386.rpm instead.
 +
Bug report [http://bugs.contribs.org/show_bug.cgi?id=3670 3670] filed.
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Administration]]
 
[[Category: Administration]]

Revision as of 23:07, 27 December 2007


Maintainer

jpl (Contrib)

Description

This contrib adds a new Hardware Info panel in the server-manager to launch and display a detailed report about your server's hardware using lshw (http://ezix.org/project/wiki/HardwareLiSter), on SME Server 7.x.

Installation

Incomplete.png Incomplete:
This article or section needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page


Download the contrib source files for SME Server 7.x:

wget http://mirror.contribs.org/contribs/jpl/smecontribs/smeserver-hwinfo/smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm
wget http://apt.sw.be/redhat/el4/en/i386/RPMS.dag/lshw-2.12.1-1.el4.rf.i386.rpm

Install downloaded files:

yum localinstall lshw-2.12.1-1.el4.rf.i386.rpm smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm

Upgrade and reboot

signal-event post-upgrade; signal-event reboot

Check installed version

yum info installed lshw smeserver-hwinfo

Uninstall

yum remove lshw

This will also remove smeserver-hwinfo

Use

Login to server-manager, find a new line under "Configuration". It can also be used from console (as root):

lshw

Additional information

Forum announce thread

SRPMS

http://mirror.contribs.org/contribs/jpl/smecontribs/smeserver-hwinfo/smeserver-hwinfo-1.0-1.el4.eos.src.rpm http://apt.sw.be/redhat/el4/en/i386/SRPMS.dag/lshw-2.11.1-1.rf.src.rpm

Bugs

Please raise bugs under the SME-Contribs section in bugzilla .

Known issues

For SMEserver prior to version 7.2 with updates as per 2007-12-25 could (should?) use lshw-2.11.1-1.el4.rf.i386.rpm instead. Bug report 3670 filed.