As you know, on the Windows platform you can start Domino and LEI at bootup via the NT Service functionality. What you may not know is that this functionality is available for UNIX platforms via Startup Scripts. Life just got one step easier for LEI administrators!
The LEI Startup Scripts require that Domino also be autostarted via Startup Scripts. Currently, the only available examples for Domino Startup Scripts exist in two IBM Redbooks:
- Lotus Domino Release 4.6 on IBM RS/6000: Installation, Customization, and Administration
- Lotus R5 for Sun Solaris 8
Everything you need to know about setting up Domino Startup Scripts is provided within these books, so we won't duplicate that information here.
There are two Startup Scripts included in the LEI6 install kit-one for the Sun Solaris platform and another for the IBM RS/6000 platform. Both Startup Scripts assume that you created an RS/6000 or Sun Solaris Notes user account and that the user's profile is correctly set up for the operation of LEI. For more information on setting up the Notes account, refer to the LEI documentation.
Installing the Startup Scripts
After you verify that you have an existing Notes user account, follow these steps to set up your machine to use the Startup Scripts:
- Copy the Startup Scripts from the LEI6 install kit to their respective locations:
Platform Location RS/6000 /etc/rc.d/autolei.a Sun Solaris /etc/rc2.d/autolei.s - After copying the files, create symbolic links. Enter the following commands at the UNIX console:
Platform Command RS/6000 -s /etc/rc.d/autolei.a /etc/rc.d/rc2.d/S90lei
-s /etc/rc.d/autolei.a /etc/rc.d/rc2.d/K90leiSun Solaris -s /etc/init.d/autolei.s /etc/rc2.d/S90lei
-s /etc/init.d/autolei.s /etc/rc2.d/K90lei - Prior to starting the UNIX machine, make sure that the script file and symbolic links have the correct file and execute permissions assigned to them.
The UNIX operating systems calls all files alphabetically at startup. For example, if you have Domino autostarted from a script called S40Domino, make sure that the LEI Startup Script name follows the Domino Startup Script name alphabetically.
After you configure the machines, manually run the scripts to test them. With Domino already started, sign on as root and execute the following commands at the UNIX console:
| Platform | Command |
| RS/6000 | /etc/rc.d/autolei.a start /etc/rc.d/autolei.a stop |
| Sun Solaris | /etc/init.d/autolei.s start /etc/init.d/autolei.s stop |
After you verify that the scripts work correctly, reboot the UNIX machine. Domino starts up, and then LEI starts. There is a small delay on the LEI startup to ensure that Domino is running correctly before LEI initiates startup. To view what is running, list the processes associated with the Notes user. Both Domino and LEI processes should be listed.
If problems arise, logs are created in the /tmp directory. Check the file <leiservername>.log for any information about the problem. If the file does not exist, the Startup Script likely did not run, so there may be UNIX user rights issues.
Comments (Undergoing maintenance)





