InterMapper DataCenter

InterMapper® DataCenter™ 4.6.9 for Red Hat Linux

InterMapper DataCenter is a stand-alone collection of services used alongside InterMapper. Currently, this includes the InterMapper Authentication server (IMAuth). For more information about InterMapper, please visit our web site at:

InterMapper DataCenter runs entirely in the background on Red Hat as a Unix daemon. InterMapper DataCenter starts when your computer boots up, before any users are logged in, and continues running even when no user is logged in.

InterMapper DataCenter uses a web-based graphical user interface. To interact with InterMapper DataCenter once it is installed, open a web browser and navigate to:

» Installation Instructions

InterMapper DataCenter 4.6.9 for Red Hat is shipped as an RPM package (.rpm file) which contains the necessary programs and support files.

You can use graphical install tools to install the InterMapper DataCenter package. You can also use the command line, with these commands:

% /bin/su -
# cd <directory-containing-rpm>
# rpm -ivh "InterMapper-DataCenter-4.6.9-1.i386.rpm"

The installation process will place InterMapper DataCenter files in the /usr/local/imdc directory on your hard drive. When the installer finishes, you must start a web browser and point it to this address:

If you do not have a graphical environment or web browser available on your server, you can log in remotely from elsewhere on the network. Simply replace 'localhost' with the address of the server that InterMapper DataCenter was installed on, and ensure that port 8182 is left open on that server's firewall.

You will need an InterMapper Server installation, version 4.6 or later, with a valid serial number in order to use InterMapper DataCenter. Additional instructions for configuring your InterMapper Server to use InterMapper DataCenter services can be found in the InterMapper DataCenter documentation, or on the InterMapper DataCenter web admin panel pages.

» Getting Started

The fastest way to get InterMapper DataCenter running is to install it and run through the web admin panel's setup wizards. The instructions found there will guide you through the basic setup process, including changes that must be made to your InterMapper server.

» InterMapper DataCenter Services Overview

» Documentation

For more information, including tips on getting your directory server to work with the InterMapper Authentication Server component, please read the tech note below. The InterMapper DataCenter web admin panel also contains help links in many areas, which can be accessed by clicking the orange 'show help' button next to section headers.

» What's New?

Please visit our What's New? page for a list of the new features in InterMapper and InterMapper DataCenter 4.6.9.

The Release Notes describe the new features and bug fixes in this version. The release notes are also available via the Release Notes item in the InterMapper entry in the Start Menu.

» What is Installed and Where

After running the InterMapper DataCenter installer, there will be a new directory called /usr/local/imdc on your hard disk. This imdc directory contains all of the files that InterMapper DataCenter requires to run.

The installer will also create a file called 'imdc' within the /etc/init.d directory. It will register this file as a startup script, so that it starts automatically whenever the system starts.

The installer will create a new 'intermapper' user and 'intermapper' group on your system, if they do not exist already. All InterMapper DataCenter files in /usr/local/imdc are owned by this user and group. Log and configuration files are not given public read access. If you intend to read these files, you will need to add yourself to the intermapper group.

InterMapper DataCenter will run as the intermapper user.

» Starting/Stopping InterMapper DataCenter and Uninstalling the Software

To start Intermapper DataCenter from the command line, type:

sudo /etc/init.d/imdc start

To stop Intermapper DataCenter from the command line, type:

sudo /etc/init.d/imdc stop

To query the version of InterMapper DataCenter that is installed, type:

/usr/local/imdc/sbin/imdc -v

To check if InterMapper DataCenter is currently running, type:

ps acux | grep imdc

To remove the InterMapper DataCenter software from your system, you may again use graphical tools, or type:

sudo rpm -ev InterMapper-DataCenter

Uninstalling InterMapper DataCenter preserves its settings. Thus, if you are not planning to reinstall InterMapper DataCenter and wish to remove it completely, perform this additional step:

sudo rm -rf /usr/local/imdc

» Contact Us

We love to hear from customers. Please write to us at support@dartware.com with any comments, suggestions, and bug reports. Thank you for your support and enthusiasm!