Changes

From SME Server
Jump to navigationJump to search
1,023 bytes added ,  22:31, 28 March 2021
no edit summary
Line 5: Line 5:     
for a sme 8 version check [[sme8admin|sme8admin]]
 
for a sme 8 version check [[sme8admin|sme8admin]]
 +
 +
{note} Note that sme9admin for SME10 is now called "smeadmin". Installation is "yum install smeserver-smeadmin --enablerepo=smecontribs,epel {note}
 +
    
=== Version ===
 
=== Version ===
 +
{{#smeversion: smeserver-smeadmin}}
 
{{#smeversion: smeserver-sme9admin}}
 
{{#smeversion: smeserver-sme9admin}}
      
=== Maintainer ===
 
=== Maintainer ===
Line 24: Line 27:     
=== Installation ===
 
=== Installation ===
 +
 +
=SME10=
 +
yum install smeserver-smeadmin --enablerepo=smecontribs
 +
 +
then go configure your sensors and enjoy the contribution in the manager. I should have migrate all your dbs, only issue is if you mirgate from a SME9 i386, you might need to manually remove them and remigrate them manually ( or leave the contrib start from fresh), see troubleshooting at the end of the page.
 +
 +
=SME9=
 
  yum install smeserver-sme9admin --enablerepo=smecontribs
 
  yum install smeserver-sme9admin --enablerepo=smecontribs
   Line 32: Line 42:     
  signal-event post-upgrade; signal-event reboot
 
  signal-event post-upgrade; signal-event reboot
 +
 +
<headertabs />
 
==== Sensor detection ====
 
==== Sensor detection ====
   Line 101: Line 113:  
* Logs of sme9admin
 
* Logs of sme9admin
 
  less /var/log/sme9admin.log
 
  less /var/log/sme9admin.log
 +
 +
* you get after migration from i386 to x86_64 the error that RRD were created on different architecture, then do on previous server:
 +
  cd /var/lib/sme9admin
 +
  for f in *.rrd; do rrdtool dump ${f} > ${f%.*}.xml; done
 +
  rsync *.xml root@newserver:/var/lib/smeadmin/
 +
then on new server
 +
  cd /var/lib/smeadmin/
 +
  for f in *.xml; do rrdtool restore -f ${f}  ${f%.*}.rrd; done
 +
  systemctl restart smeadmind
    
=== Bugs ===
 
=== Bugs ===
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-sme9admin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-sme9admin|title=this link}}.
+
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-smeadmin component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-smeadmin|title=this link}}.
    
Below is an overview of the current issues for this contrib:
 
Below is an overview of the current issues for this contrib:
{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-sme9admin |noresultsmessage=No open bugs found.}}  
+
{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-smeadmin,smeserver-sme9admin,smeserver-sme8admin |noresultsmessage=No open bugs found.}}
 
      
===Changelog===
 
===Changelog===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu