Page 1 of 1

what edition am I using

Posted: Tue Jan 25, 2011 7:11 am
by packets
I just wanna ask if there's a way I could know what edition of scalix am I using assuming I don't have a sac and webmail access and only have an access to the scalix server?
Is there a configuration on scalix somewhere stating that I'm using a Community or Enterprise edition?

Your help is appreciated.

Thanks!

Re: what edition am I using

Posted: Tue Jan 25, 2011 8:23 am
by les
packets wrote:I just wanna ask if there's a way I could know what edition of scalix am I using assuming I don't have a sac and webmail access and only have an access to the scalix server?
Is there a configuration on scalix somewhere stating that I'm using a Community or Enterprise edition?

Your help is appreciated.

Thanks!


To get the version run...
rpm -qi scalix-server

To see what license is installed....
/opt/scalix/bin/sxlicense

Re: what edition am I using

Posted: Tue Jan 25, 2011 8:31 am
by packets

Code: Select all

/opt/scalix/bin/sxlicense


Exactly what I'm looking for.

Thanks!

Re: what edition am I using

Posted: Thu Jan 27, 2011 8:56 am
by polleke
if you do a
rpm -qa |grep scalix-server
you get a similar result as:

scalix-server-11.4.6.13676-1.rhel5


running sxlicense (as stated above gives you information about:

[*]the license you use
[*] the TYPE of license you use
[*] the domains the license is valid for
[*] the amount of premium users you are allowed to administer
[*]the expiry date
[*]the enabled capabilities
[*]the version (based on release date) you are allowed to use


there is no need to post your license here ;-)

Re: what edition am I using

Posted: Sun Jan 30, 2011 8:50 pm
by packets
polleke wrote:running sxlicense (as stated above gives you information about:

[*]the license you use
[*] the TYPE of license you use
[*] the domains the license is valid for
[*] the amount of premium users you are allowed to administer
[*]the expiry date
[*]the enabled capabilities
[*]the version (based on release date) you are allowed to use


This is the output of sxlicense.

Scalix License Status

License Type: Community
System Class: Single-Server
Premium Users: 10
Standard Users: unlimited


Would it be possible that even though it is Community Version, there could still a License Key? I'm new to company and my Boss is telling me that the version of scalix that the system using is Licensed though he's not aware what version its using. But based on the output of sxlicense, there's no License Key. You mention above that it would display the License Key input during installation.

So, can I inform my boss that the scalix installed was Community Edition with no License?

Re: what edition am I using

Posted: Mon Jan 31, 2011 2:41 am
by les
packets wrote:
polleke wrote:running sxlicense (as stated above gives you information about:

[*]the license you use
[*] the TYPE of license you use
[*] the domains the license is valid for
[*] the amount of premium users you are allowed to administer
[*]the expiry date
[*]the enabled capabilities
[*]the version (based on release date) you are allowed to use


This is the output of sxlicense.

Scalix License Status

License Type: Community
System Class: Single-Server
Premium Users: 10
Standard Users: unlimited


Would it be possible that even though it is Community Version, there could still a License Key? I'm new to company and my Boss is telling me that the version of scalix that the system using is Licensed though he's not aware what version its using. But based on the output of sxlicense, there's no License Key. You mention above that it would display the License Key input during installation.

So, can I inform my boss that the scalix installed was Community Edition with no License?


Looks like you only have community version. The output above is all you get with community.

If there is a license it will physicall be in the following directory...

/var/opt/scalix/??/s/LicenseKeys/

If its empty, then there is no license.

Re: what edition am I using

Posted: Mon Jan 31, 2011 2:51 am
by packets
Thanks!