Difference between revisions of "Hardware Info"

From SME Server
Jump to navigationJump to search
 
(10 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
=== Maintainer ===
 
=== Maintainer ===
 
jpl (Contrib)
 
jpl (Contrib)
 +
===Version===
 +
{{#smeversion: smeserver-hwinfo }}
  
 
=== Description ===
 
=== Description ===
Line 9: Line 11:
  
 
Install contrib:
 
Install contrib:
 +
 +
<tabs container>
 +
<tab name="For sme10">
 +
 +
yum --enablerepo=smecontribs install smeserver-hwinfo
 +
 +
</tab>
 +
<tab name="For sme9">
 +
 +
yum install smeserver-hwinfo --enablerepo=smecontribs
 +
config set UnsavedChanges no
 +
</tab>
 +
<tab name="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
+
</tab>
 +
</tabs>
 +
 
 +
 
 
==== Check installed version ====
 
==== Check installed version ====
 
  yum info installed lshw smeserver-hwinfo
 
  yum info installed lshw smeserver-hwinfo
Line 26: Line 44:
 
=== 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/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-1.rf.src.rpm
+
==== 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 [http://bugs.contribs.org/show_bug.cgi?id=3670 3670] filed.
  
 
=== Bugs ===
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=SME%20Contribs|component=|title=bugzilla}}or use{{BugzillaFileBug|product=SME%20Contribs|component=smeserver-hwinfo|title=this link}}.
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=SME%20Contribs|component=|title=bugzilla}}or use{{BugzillaFileBug|product=SME%20Contribs|component=smeserver-hwinfo|title=this link}}.
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-hwinfo |noresultsmessage="No open bugs found."}}
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
  
==== Known issues ====
+
{{#smechangelog: smeserver-hwinfo}}
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:Monitoring]]

Latest revision as of 09:04, 3 June 2021


Maintainer

jpl (Contrib)

Version

Contrib 10:
Contrib 9:
smeserver-hwinfo
The latest version of smeserver-hwinfo is available in the SME repository, click on the version number(s) for more information.


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:

yum --enablerepo=smecontribs install smeserver-hwinfo
yum install smeserver-hwinfo --enablerepo=smecontribs
config set UnsavedChanges no
yum install --enablerepo=smecontribs smeserver-hwinfo
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

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.

Bugs

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

"No open bugs found."

Changelog

Only released version in smecontrib are listed here.

smeserver-hwinfo Changelog: SME 10 (smecontribs)
2021/08/23 Terry Fage 1.2-5.sme
- apply locale 2021-08-22 patch
2021/03/26 Brian Read 1.2-4.sme
- Add Update event to createlinks [SME: 11060]

2021/03/26 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,

 by assuming the date is correct and changing the weekday.
Thu May 21 2008 --> Thu May 15 2008 or Wed May 21 2008 or Thu May 22 2008 or ....
2020/10/28 Brian Read 1.2-3.sme
- Initial import to SME10 - [SME: 11060]
2015/08/22 stephane de Labrusse 1.2-2.sme
- Initial release to contribs9