Difference between revisions of "Hardware Info"

From SME Server
Jump to navigationJump to search
Line 11: Line 11:
 
* for sme8
 
* for sme8
 
  yum install --enablerepo=smecontribs smeserver-hwinfo
 
  yum install --enablerepo=smecontribs smeserver-hwinfo
Upgrade and reboot
+
  config set UnsavedChanges no
  signal-event post-upgrade; signal-event reboot
 
  
 
* for sme9
 
* for sme9
You have to enable the [[stephdl]] and [[dag]] repositories. see [[bugzilla:8506]]
+
 
  yum install smeserver-hwinfo --enablerepo=stephdl,dag
+
  yum install smeserver-hwinfo --enablerepo=smecontribs
  signal-event post-upgrade;signal-event reboot
+
  config set UnsavedChanges no
  
  

Revision as of 11:38, 29 August 2015


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.

Installation

Install contrib:

  • for sme8
yum install --enablerepo=smecontribs smeserver-hwinfo
config set UnsavedChanges no
  • for sme9
yum install smeserver-hwinfo --enablerepo=smecontribs
config set UnsavedChanges no


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/releases/7/smecontribs/SRPMS/smeserver-hwinfo-1.0-15.el4.sme.src.rpm

http://mirror.contribs.org/releases/7/smecontribs/SRPMS/lshw-2.14-1.rf.src.rpm

SME 8

lshw packages for SME 8 are available in the smecontribs repo.

Bugs

Please raise bugs under the SME-Contribs section in bugzilla or use this link .

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.