Koozali.org: home of the SME Server

What version am I using

Offline mike_mattos

  • *
  • 313
  • +0/-0
What version am I using
« on: February 06, 2004, 08:36:41 PM »
Is there a way to query a system ( 5.5 or 6.0 )  to determine the version?  I've got systems that I think are updated , but how do you confirm it ?

thx

mike :roll:
...

Offline Boris

  • *
  • 783
  • +0/-0
What version am I using
« Reply #1 on: February 06, 2004, 10:58:48 PM »
rpm -q SMEServer
...

Anonymous

What version am I using
« Reply #2 on: February 07, 2004, 01:12:29 AM »
From http://www.tech-geeks.org/article.php?story=20021121163131741

To see the version of your server, first login to the console. Then, type the following command:
- "/sbin/e-smith/db configuration show sysconfig"

Here's an example:
[root@filter e-smith]# /sbin/e-smith/db configuration show sysconfig
sysconfig=configuration
KeyboardType=pc
Keytable=us
Language=en_US
ReleaseVersion=5.5
[/url]

Offline grand-pa

  • *
  • 190
  • +0/-0
    • SME Server Fr
What version am I using
« Reply #3 on: February 07, 2004, 03:28:39 AM »
If you only want to obtain the version number (to use in a script, for exemple) :
Code: [Select]
/sbin/e-smith/db configuration getprop sysconfig ReleaseVersion
You can also try :
Code: [Select]
cat /etc/e-smith-release
SME Server v7.4 Server and gateway
Shuttle K45, Celeron E1400, 2x1Go DDR2, 2x250 Go SATA2 RAID-1

Offline mike_mattos

  • *
  • 313
  • +0/-0
What version am I using
« Reply #4 on: February 09, 2004, 03:30:30 PM »
Only rpm -q SMEServer provides the sub release, my SME 6 is actually 6.0-04, I believe this is the December final release kit.

I can't be sure, but it seems that is the latest iso image.  

I'm trying to get VPN and MYSQL ( via internet ) to work, with limited success, is it safe to use the candidate kit?

thx

mike
...

RavenIV

What version am I using
« Reply #5 on: March 09, 2004, 05:57:46 AM »
these commands do not show the correct version.

i did the update6 to SME 5.6 and i get:
ReleaseVersion=5.6 Update4-02

how i did the update :
copy all update6-files to a folder on the server
cd to that folder
rpm -Uvh --replacepkgs *.rpm
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot

why does update6 not change the release?
how can i change the release manually?

cheers klaus

RavenIV

What version am I using
« Reply #6 on: March 09, 2004, 11:49:38 PM »
found a solution (quick and dirty):
changed "/etc/e-smith-release" by hand.
and "/sbin/e-smith/db configuration setprop sysconfig ReleaseVersion V5.6 Update6"

but why is this not done by update6?


cheers klaus