Difference between revisions of "Hardware Info"
m (Hwinfo moved to Hardware Info: clarity) |
m (Minor mods + added incomplete label since I'm unable to make it work (so far).) |
||
Line 7: | Line 7: | ||
=== Installation === | === Installation === | ||
+ | {{Incomplete}} | ||
Download the contrib source files for SME Server 7.x: | 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://mirror.contribs.org/contribs/jpl/smecontribs/smeserver-hwinfo/smeserver-hwinfo-1.0-1.el4.eos.noarch.rpm | ||
Line 13: | Line 14: | ||
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.11.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 | /sbin/e-smith/expand-template /etc/e-smith/web/common/css/hwinfo.css | ||
Regenerate the navigation panel of the server-manager: | Regenerate the navigation panel of the server-manager: | ||
/sbin/e-smith/expand-template /etc/e-smith/web/common/head.tmpl | /sbin/e-smith/expand-template /etc/e-smith/web/common/head.tmpl | ||
− | Configure: | + | Configure (or whatever it does): |
/etc/e-smith/events/actions/navigation-conf | /etc/e-smith/events/actions/navigation-conf | ||
+ | Upgrade and reboot | ||
+ | signal-event post-upgrade; signal-event reboot | ||
+ | or | ||
You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''. | You can ignore the yum-comments ''signal event post-upgrade'' and ''signal-event reboot''. | ||
==== Check installed version ==== | ==== Check installed version ==== | ||
− | yum info installed smeserver-hwinfo | + | yum info installed lshw smeserver-hwinfo |
==== Uninstall ==== | ==== Uninstall ==== | ||
− | yum remove smeserver-hwinfo | + | yum remove lshw |
+ | This will also remove smeserver-hwinfo | ||
=== Use === | === Use === | ||
Login to server-manager, find a new line under "Configuration". | Login to server-manager, find a new line under "Configuration". | ||
Line 31: | Line 36: | ||
=== Additional information === | === Additional information === | ||
[http://forums.contribs.org/index.php?topic=38352.0 Forum announce thread] | [http://forums.contribs.org/index.php?topic=38352.0 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 {{BugzillaFileBug|product=|component=|title=bugzilla}}. | ||
---- | ---- | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
[[Category: Administration]] | [[Category: Administration]] |
Revision as of 11:20, 26 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
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.11.1-1.el4.rf.i386.rpm
Install downloaded files:
yum localinstall lshw-2.11.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
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
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".
Additional information
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 .