Nokia
Intellisync Mobile
Suite 8.5.1.323
Nokia has released version 8.5 of
Intellisync Mobile Suite.
This is a significant release of the software for two reasons: firstly
the
solution has been ported to run on a Linux-based server rather than
Microsoft Windows
Server-based, and secondly because it also now comprises another Nokia
server
product: Nokia’s OMA DM solution for the E-Series range of
handsets.
This additional functionality means
that supported devices
can be remotely provisioned with settings over the air via SMS using
the SyncML
protocol.
It is important to note that this
release includes the
Device Management module of the Intellisync Mobile Suite ONLY: wireless
email,
file sync and data sync modules are not included.
Prerequisites
- Root privileges to
the Linux server on which Intellisync is to be installed
- Port 443 (HTTPS)
open for access to external hosts ans1.nokia.com and ans2.nokia.com for
OMA DM provisioning and push
- Port 80 (HTTP)
open for web access and synchronisation requests
- Port 3102 open for
synchronisation requests
- Port 25 open for
SendMail (required for SMS Push)
Installation
Download installation files to
/root/download
Run the installation as the root user
The installation wizard requires the
X windowing environment
to be installed on the server. To connect to the target server from
another
machine use the command ssh
–X root@<servername>:

Launch the installation wizard by
changing to the directory
containing the installation files and run ./ims.bin.
The following window will
be displayed:

Click Next. The
following window will be displayed:

Enter your license key and click Next. The following window will be
displayed:

Read the license agreement and select
the option to accept
if you agree to the terms and conditions. Click Next. The following window will be
displayed:

Select the option to Install the
Mobile Suite and click Next. The following window will be
displayed:

Specify whether or not you would like
an uninstall link
created and specify its location. Click Next. The following window will be
displayed:

Specify whether or not the server is
to be installed as part
of a cluster and click Next. The
following window will be displayed:

Specify whether or not you need to
configure external
database information. This guide assumes that you are not using an
external
database. Click Next. The following
window will be displayed:

Enter an administrator password and
click Next.
The following window will be displayed:

Enter your company name, company code
and the server’s web
address.
NOTE – the country code
needs to be in ISO 3166
format. A list of country codes can be found at http://www.iso.org/iso/english_country_names_and_code_elements.com
Click Next. The
following window will be displayed:

Review the installation summary.
Provided that all details
are correct, click Install. The
necessary program components will now be installed on the server. This
may take
a few minutes.
Once the installation has completed,
the following window
will be displayed:

Verify that the Intellisync services
have started by
browsing to the web address of the server and ensure that the
administrative
login page is displayed:

Enter a username of
‘admin’ and the password you specified
earlier in the installation process, the following window will be
displayed:

Return to the installation wizard.
Click Next
and then Done.
The installation is now complete.
Starting
and stopping
Intellisync services
To start Nokia Intellisync Mobile
Suite services, run the
following commands as root:
/etc/init.d/asadb
start
/etc/init.d/securegateway
start
/etc/init.d/mobilesuite
start
to stop Nokia Intellisync Mobile
Suite services, run the
following commands as root:
/etc/init.d/asadb
stop
/etc/init.d/securegateway
stop
/etc/init.d/mobilesuite
stop