Advanced Installation Topics
Advanced Installation Topics
Advanced Installation Topics
Topics
PERPETUAL INNOVATION
Lenel OnGuard® 2010 Advanced Installation Topics, product version 6.4
This guide is item number DOC-100, revision 1.027, May 2010
Copyright © 1995-2010 Lenel Systems International, Inc. Information in this document is subject
to change without notice. No part of this document may be reproduced or transmitted in any form
or by any means, electronic or mechanical, for any purpose, without the express written
permission of Lenel Systems International, Inc.
Non-English versions of Lenel documents are offered as a service to our global audiences. We
have attempted to provide an accurate translation of the text, but the official text is the English
text, and any differences in the translation are not binding and have no legal effect.
The software described in this document is furnished under a license agreement and may only be
used in accordance with the terms of that agreement. Lenel and OnGuard are registered
trademarks of Lenel Systems International, Inc.
Microsoft, Windows, Windows Server, and Windows Vista are either registered trademarks or
trademarks of Microsoft Corporation in the United States and/or other countries. Integral and
FlashPoint are trademarks of Integral Technologies, Inc. Crystal Reports for Windows is a
trademark of Crystal Computer Services, Inc. Oracle is a registered trademark of Oracle
Corporation. Other product names mentioned in this User Guide may be trademarks or registered
trademarks of their respective companies and are hereby acknowledged.
Portions of this product were created using LEADTOOLS © 1991-2010 LEAD Technologies, Inc.
ALL RIGHTS RESERVED.
OnGuard includes ImageStream® Graphic Filters. Copyright © 1991-2010 Inso Corporation. All
rights reserved. ImageStream Graphic Filters and ImageStream are registered trademarks of Inso
Corporation.
Advanced Installation Topics
Table of Contents
revision 1 — 3
Table of Contents
Software ...................................................................................39
4 — revision 1
Advanced Installation Topics
Prerequisites ................................................................................................................... 63
revision 1 — 5
Table of Contents
Implications ................................................................................................... 90
Procedures .................................................................................................... 91
6 — revision 1
Advanced Installation Topics
Reference ........................................................................101
Appendices ......................................................................115
revision 1 — 7
Table of Contents
Index ...............................................................................................141
8 — revision 1
Advanced Installation Topics
Chapter 1: Introduction
revision 1 — 9
1: Introduction
10 — revision 1
Database
Installation and
Configuration
Advanced Installation Topics
The following overview and instructions are for a standard Oracle 10g 10.2.0.1.0
Server installation. If your Oracle installation includes any customization or non-
default selections, your procedures will differ from those provided in this chapter.
Please make adjustments accordingly. If you are installing a different version of
Oracle or are installing Oracle on a different version of Windows, your windows
may be different.
Note: As a general warning, when installing and configuring Oracle 10g do not
close any Oracle windows while a program is running. Doing so can result in
configuration errors and loss of data. Instead, utilize the Oracle close or
cancel buttons.
Note: Oracle client must be installed on any machine running OnGuard. Oracle
client installs tools which are necessary for OnGuard to connect to the
database. This means if your Oracle server and OnGuard server are located
on the same machine, Oracle client must also be installed.
Important: If you are using Windows Vista or Windows 7 you may need to run Oracle
applications, such as the Net Configuration Assistant, as administrator for
configuration changes to persist.
revision 1 — 13
2: Installing & Configuring Oracle 10g Server Software
1. Install Oracle 10g (For more information, refer to Step 1: Install Oracle 10g
Server Software on page 16.)
Key points:
a. Install Oracle 10g Server from the Oracle 10g Server disc.
b. Use the default Oracle Home location.
c. Allow Oracle to make the path modifications in the registry.
d. Select the “Enterprise Edition” installation type.
e. Do not create a starter database during the installation.
2. Install the latest approved patch sets. Refer to the Lenel Web site for more
information.
3. Create the Lenel database. (For more information, refer to Step 3: Create the
Lenel Database on page 17.)
• In Oracle Database Configuration Assistant select “Create a database.”
• Select the “Custom Database” template.
• Specify the Global Database Name.
• Deselect all database components including the standard database
configuration features.
Note: If your database will be managed locally, you may want to select the
Enterprise Manager Repository component.
14 — revision 1
Advanced Installation Topics
Notes: To change the database size, double-click the size field, enter the number of
M Bytes, and click [OK].
You can specify other names in the Name field. If you do, you must set the
defDataSpace variable in the LenelUser.ora file to the new Name. (For
more information, refer to Step 7: Create the Lenel User on page 30.)
USERS LENEL_DATA 50
TEMP LENEL_TEMP 50
SYSTEM SYSTEM 50
UNDOTBS1 UNDOTBS1 50
4. Run the Net Configuration Assistant. (For more information, refer to Step 4:
Run the Net Configuration Assistant on page 23.) Type LENEL as the New
Service Name.
5. Verify that the system works. (For more information, refer to Step 5: Verify
the System is Working on page 28.)
6. Install OnGuard 2010. (For more information, refer to Step 6: Install
OnGuard 2010 on page 30.) DO NOT RUN DATABASE SETUP YET!
7. Create the Lenel user by running the LenelUser.ora script, located in
C:\Program Files\OnGuard\DBSetup\New. (For more information, refer
to Step 7: Create the Lenel User on page 30.)
a. Log into SQL Worksheet using the SYSTEM account.
b. Load the LenelUser.ora script into SQL Worksheet and run it.
Note: Remember that if you changed the name of the LENEL_DATA and/or
LENEL_TEMP data spaces, you must change the defDataSpace and
revision 1 — 15
2: Installing & Configuring Oracle 10g Server Software
16 — revision 1
Advanced Installation Topics
Note: The installation process may take several minutes or more depending on
your system resources.
1. Click the Windows Start button, then select Programs > Oracle -
OraDB10g_home1 > Configuration and Migration Tools > Database
Configuration Assistant. This launches the Oracle Database Configuration
Assistant.
2. The Welcome window is displayed. Click [Next].
3. The Operations window is displayed.
a. Verify the Create a database radio button is selected.
b. Click [Next].
revision 1 — 17
2: Installing & Configuring Oracle 10g Server Software
Note: The Change database configuration and Delete a database options are
enabled only if you have an existing database.
Note: Selecting a template that does not include datafiles gives you full control to
specify and change every database parameter.
b. Click [Next].
18 — revision 1
Advanced Installation Topics
revision 1 — 19
2: Installing & Configuring Oracle 10g Server Software
Note: If your database will be managed locally, you may want to select the
Enterprise Manager Repository component.
d. Click [Next].
12. The Initialization Parameters window is displayed.
a. Choose memory allocation settings that best suit your needs.
b. Select the Connection Mode tab.
c. Select the Dedicated Server Mode radio button.
d. Click [Next].
13. The Database Storage window is displayed.
a. Expand the tablespace tree.
b. Highlight any tablespace name.
14. Rename the tablespaces and specify a reasonable size for holding the
OnGuard information.
a. Enter the new tablespace name in the Name field.
b. Double-click the Size field.
The following table suggests appropriate tablespace names and minimum
sizes.
USERS LENEL_DATA 50
TEMP LENEL_TEMP 50
SYSTEM SYSTEM 50
UNDOTBS1 UNDOTBS1 50
20 — revision 1
Advanced Installation Topics
Note: You can specify other names in the Name field. If you do, you must set the
defDataSpace variable in the LenelUser.ora file to the new Name. (For
more information, refer to Step 7: Create the Lenel User on page 30.)
15. When you double-click the Size field, the Edit Datafile window is displayed.
To continue changing the tablespace size:
a. Enter the new size.
b. Click [OK].
revision 1 — 21
2: Installing & Configuring Oracle 10g Server Software
22 — revision 1
Advanced Installation Topics
revision 1 — 23
2: Installing & Configuring Oracle 10g Server Software
24 — revision 1
Advanced Installation Topics
b. Click [Next].
revision 1 — 25
2: Installing & Configuring Oracle 10g Server Software
26 — revision 1
Advanced Installation Topics
revision 1 — 27
2: Installing & Configuring Oracle 10g Server Software
28 — revision 1
Advanced Installation Topics
revision 1 — 29
2: Installing & Configuring Oracle 10g Server Software
30 — revision 1
Advanced Installation Topics
perform a custom install of the Oracle Client software and select the Enterprise
Manager 10g Java Console.
1. Click the Windows Start button, then select Programs > Oracle -
OraDB10g_home1 > Application Development > SQLPlus Worksheet.
2. Log in using the system account.
a. Type the SYSTEM username and password. (This is the same username
and password that you set the password for in step 7 on page 22.)
b. Verify “Normal” is selected for Connect As.
c. Click [Close].
3. Verify Oracle connects properly. You should see “Connected” in the display
box, as shown.
revision 1 — 31
2: Installing & Configuring Oracle 10g Server Software
Note: Remember that if you changed the name of the LENEL_DATA and/or
LENEL_TEMP data spaces, you must change the defDataSpace and
defTempSpace variables in the LenelUser.ora script to the appropriate
tablespace names before running the script.
a. Select the File > Open menu option. The script loads into Oracle
SQLPlus Worksheet.
b. Navigate to C:\ Program Files\OnGuard\DBSetup\New.
c. Select LenelUser.ora.
Note: If the file is not displayed, type “*.ora” in the Filename field and click
[Open].
5. Verify there were no errors. You should see the following text:
“User created.”
32 — revision 1
Advanced Installation Topics
“Grant succeeded.”
“Commit complete.”
For more information, refer to the Database Authentication for the Web
Applications chapter in the Installation Guide.
Note: If Windows single sign-on is used for database authentication, you must be
logged in as the domain user specified during the Oracle user creation.
revision 1 — 33
2: Installing & Configuring Oracle 10g Server Software
34 — revision 1
Advanced Installation Topics
Important: If you are using Windows Vista or Windows 7 you may need to run Oracle
applications, such as the Net Configuration Assistant, as administrator for
configuration changes to persist.
Important: If installing the 64-bit version of Oracle you must also install the 32-bit
version of the client tools or OnGuard will not work properly.
1. Insert the Oracle 10g Client disc in your disc drive. This will launch the
Autorun program. Alternately you may launch the installation by executing
the setup.exe file on the disc.
2. Click [Install/Deinstall Products].
3. The Welcome window is displayed. Click [Next].
4. The Select Installation Type window is displayed.
a. Select the Administrator radio button.
b. Click [Next].
5. The Specify Home Details window is displayed.
a. Use the default settings or specify a different destination location.
b. Click [Next].
6. The Product-Specific Prerequisite Checks window is displayed.
a. Verify that the requirements are met.
b. Click [Next].
7. Review the summary and click [Install].
Note: The installation process may take several minutes or more depending on
your system resources.
revision 1 — 35
3: Configuring Oracle 10g Client Software
Note: If you are installing Oracle Client as part of the Oracle Server installation
instructions, you may click cancel and return to step Step 2: Install the Latest
Approved Patch Sets on page 17.
10. In the Service Name window, enter the global database name and click
[Next].
36 — revision 1
Advanced Installation Topics
11. In the Select Protocols window, verify that TCP is highlighted and click
[Next].
12. In the Host name field, type the name of the computer that Oracle is
installed on, and then click [Next].
13. Select the Yes, perform a test radio button and click [Next].
14. The [Change Login] button window is displayed.
a. Click [Change Login].
b. Enter the LENEL user credentials for the Oracle database.
c. Click [OK].
15. After successfully testing the service, click [Next].
16. Verify the Net Service Name is “LENEL”, and then click [Next].
17. Select the No radio button, and click [Next].
18. Click [Next] through the remaining messages and then click [Finish].
19. The original installation window displays a completed message. Click
[Exit].
20. Install the latest approved Patch Set. The list of approved patch sets can be
found on the Lenel Web site at: http://www.lenel.com/support/downloads/
onguard#compatibility-charts.
revision 1 — 37
3: Configuring Oracle 10g Client Software
38 — revision 1
Advanced Installation Topics
The following overview and instructions are for a standard Oracle 11g
Server installation. If your Oracle installation includes any customization
or non-default selections, your procedures will differ from those provided
in this chapter. Please make adjustments accordingly. If you are installing
a different version of Oracle or are installing Oracle on a different version
of Windows, your windows may be different.
Note: As a general warning, when installing and configuring Oracle 11g do not
close any Oracle windows while a program is running. Doing so can result in
configuration errors and loss of data. Instead, utilize the Oracle close or
cancel buttons.
Note: If the OnGuard server is not located on the same computer as Oracle 11g
Server, then Oracle 11g Client must be installed on the OnGuard server to
allow it to connect to the database. Oracle 11g Client must also be installed
on all OnGuard clients.
Important: If installing the 64-bit version of Oracle you must also install the 32-bit
version of the client tools or OnGuard will not work properly.
Important: If you are using Windows Vista or Windows 7 you may need to run Oracle
applications, such as the Net Configuration Assistant, as administrator for
configuration changes to persist.
Important: You cannot install Oracle 11g on a server with the IP address set to DHCP.
revision 1 — 39
4: Installing & Configuring Oracle 11g Server Software
1. Install Oracle 11g (For more information, refer to Step 1: Install Oracle 11g
Server Software on page 42.)
Key points:
a. Install Oracle 11g Server from the Oracle 11g Server disc.
b. Allow Oracle to make the path modifications in the registry.
c. Select the Basic Installation method.
d. Select the “Enterprise Edition” installation type.
e. Do not create a starter database during the installation.
2. Install the latest approved patch sets. Refer to the Lenel Web site for more
information.
3. Create the Lenel database. (For more information, refer to Step 3: Create the
Lenel Database on page 44.)
• In Oracle Database Configuration Assistant select “Create a database.”
• Select the “Custom Database” template.
• Specify the Global Database Name.
• Deselect all database components including the standard database
configuration features.
Note: If your database will be managed locally, you may want to select the
Enterprise Manager Repository component.
• On the Memory tab, select “Custom” and use the default values for
shared pool, buffer cache, and java pool.
• Rename the database storage files and expand their sizes to match the
table below.
40 — revision 1
Advanced Installation Topics
Notes: To change the database size, double-click the size field, enter the number of
M Bytes, and click [OK].
You can specify other names in the Name field. If you do, you must set the
defDataSpace variable in the LenelUser.ora file to the new Name. (For
more information, refer to Step 6: Create the Lenel User on page 48.)
USERS LENEL_DATA 50
TEMP LENEL_TEMP 50
SYSTEM SYSTEM 50
UNDOTBS1 UNDOTBS1 50
4. Run the Net Configuration Assistant. (For more information, refer to Step 2:
Run the Net Configuration Assistant on page 44.) Type LENEL as the New
Service Name.
5. Verify that the system works. (For more information, refer to Step 4: Verify
the System is Working on page 48.)
6. Install OnGuard 2010. (For more information, refer to Step 5: Install
OnGuard 2010 on page 48.) DO NOT RUN DATABASE SETUP YET!
7. Create the Lenel user by running the LenelUser.ora script, located in
C:\Program Files\OnGuard\DBSetup\New. (For more information, refer
to Step 6: Create the Lenel User on page 48.)
a. Log into SQL Worksheet using the SYSTEM account.
b. Load the LenelUser.ora script into SQL Worksheet and run it.
Note: Remember that if you changed the name of the LENEL_DATA and/or
LENEL_TEMP data spaces, you must change the defDataSpace and
revision 1 — 41
4: Installing & Configuring Oracle 11g Server Software
42 — revision 1
Advanced Installation Topics
Note: The installation process may take several minutes or more depending on
your system resources.
revision 1 — 43
4: Installing & Configuring Oracle 11g Server Software
44 — revision 1
Advanced Installation Topics
Note: The Change database configuration and Delete a database options are
enabled only if you have an existing database.
Note: Selecting a template that does not include datafiles gives you full control to
specify and change every database parameter.
b. Click [Next].
revision 1 — 45
4: Installing & Configuring Oracle 11g Server Software
Note: If your database will be managed locally, you may want to select the
Enterprise Manager Repository component.
d. Click [Next].
12. The Initialization Parameters window is displayed. Make your choices and
click [Next].
13. The Security Settings window is displayed.
a. Select the Revert to pre-11g default security settings radio button.
b. Select the Revert audit settings to pre-11g defaults check box.
c. Select the Revert password profile settings to pre-11g defaults check
box.
14. Next choose whether to enable automatic maintenance tasks. Click [Next].
15. The Database Storage window is displayed.
a. Expand the tablespace tree.
b. Highlight any tablespace name.
16. Rename the tablespaces and specify a reasonable size for holding the
OnGuard information.
a. Enter the new tablespace name in the Name field.
b. Double-click the Size field.
The following table suggests appropriate tablespace names and minimum
sizes.
USERS LENEL_DATA 50
TEMP LENEL_TEMP 50
SYSTEM SYSTEM 50
UNDOTBS1 UNDOTBS1 50
46 — revision 1
Advanced Installation Topics
Note: You can specify other names in the Name field. If you do, you must set the
defDataSpace variable in the LenelUser.ora file to the new Name. (For
more information, refer to Step 6: Create the Lenel User on page 48.)
17. When you double-click the Size field, the Edit Datafile window is displayed.
To continue changing the tablespace size:
a. Enter the new size.
b. Click [OK].
18. After Database Storage configuration is complete, click [Next].
19. The Creation Options window is displayed.
a. Verify the Create Database check box is selected.
b. Click [Finish].
20. The Confirmation window is displayed. Click [OK].
21. The Database Configuration Assistant window is displayed.
a. Click [Password Management] to manage your passwords.
b. Click [Exit], and the database will be created.
revision 1 — 47
4: Installing & Configuring Oracle 11g Server Software
48 — revision 1
Advanced Installation Topics
Oracle server, you may perform a custom install of the Oracle Client
software and select the Enterprise Manager 11g Java Console.
1. Click the Windows Start button, then select Programs > Oracle -
OraDB11g_home1 > Application Development > SQLPlus Worksheet.
2. Log in using the system account.
a. Type the SYSTEM username and password. (This is the same username
and password that you set the password for in step 7 on page 47.)
b. Verify “Normal” is selected for Connect As.
c. Click [Close].
3. Verify Oracle connects properly. You should see “Connected” in the display
box.
4. Run the script.
Note: Remember that if you changed the name of the LENEL_DATA and/or
LENEL_TEMP data spaces, you must change the defDataSpace and
defTempSpace variables in the LenelUser.ora script to the appropriate
tablespace names before running the script.
a. Select the File > Open menu option. The script loads into Oracle
SQLPlus Worksheet.
b. Navigate to C:\ Program Files\OnGuard\DBSetup\New.
c. Select LenelUser.ora.
Note: If the file is not displayed, type “*.ora” in the Filename field and click
[Open].
revision 1 — 49
4: Installing & Configuring Oracle 11g Server Software
Note: If Windows single sign-on is used for database authentication, you must be
logged in as the domain user specified during the Oracle user creation.
50 — revision 1
Advanced Installation Topics
Important: If you are using Windows Vista or Windows 7 you may need to run Oracle
applications, such as the Net Configuration Assistant, as administrator for
configuration changes to persist.
Important: If installing the 64-bit version of Oracle you must also install the 32-bit
version of the client tools or OnGuard will not work properly.
1. Insert the Oracle 11g Client disc in your disc drive. This will launch the
Autorun program. Alternately you may launch the installation by executing
the setup.exe file on the disc.
2. The Welcome screen is displayed. Click [Next].
3. The Select Installation Method screen is displayed.
a. Select the Administrator radio button.
b. Click [Next].
4. The Product-Specific Prerequisite Checks window is displayed.
a. Verify that the requirements are met.
b. Click [Next].
5. The Install Location screen is displayed.
a. Verify the Oracle base and software location information is correct.
b. Click [Next].
6. The Product-Specific Prerequisite Check screen is displayed.
a. Verify that the prerequisistes are met.
b. Click [Next].
7. Review the summary and click [Install]. The installation process may take
several minutes or more depending on your system resources.
8. The Oracle Net Configuration Assistant: Welcome screen is displayed. Click
[Next].
9. When the Oracle Net Configuration installation is complete, click [Finish].
revision 1 — 51
5: Configuring Oracle 11g Client Software
52 — revision 1
Advanced
Installation Topics
Advanced Installation Topics
Computers that will use the custom .MSI to install OnGuard must have all OnGuard
Warning prerequisites items installed manually. The normal check that the OnGuard
installation performs to make sure your system has these prerequisites does not
occur when installing with the .MSI. For information on the prerequisites needed
see the Installation User Guide.
The centralized installation feature should only be used for client installations. Lenel does
Warning not recommend or support centralized installation or upgrading of servers because servers
require additional care and attention.
Note: You will need to know the type and location of the database, the location of
the License Server, and which OnGuard components you wish to install to
complete this wizard.
revision 1 — 55
6: Remote Installation of OnGuard
56 — revision 1
Advanced Installation Topics
revision 1 — 57
6: Remote Installation of OnGuard
58 — revision 1
Advanced Installation Topics
Chapter 7: VMware
VMware Installation
Installation of VMware ESXi should be performed according to the manufacturer
documentation. Be sure the physical server (host) and storage array are listed on
the hardware compatibility list for ESXi to meet the minimum requirements.
Also, take into consideration the minimum requirements of the applications that
will be installed on the virtual machine (guest).
5. Once the virtual machine has been created, install OnGuard according to the
instructions in the Installation Guide.
revision 1 — 59
7: VMware
ADV and ENTREGLT Servers Windows Server 2008 SP2/ 3 GB RAM 4 GB RAM
with database on same computer SQL 2008 SP1 Std.
40 GB drive space 40 GB drive space
ADV and ENTREGLT Servers Windows 2008 Server SP2 3 GB RAM 4 GB RAM
with database on separate
computer 40 GB drive space 40 GB drive space
PRO and ENTREG Servers with Windows Server 2008 SP2/ 3 GB RAM 4 GB RAM
database on same computer SQL 2008 SP1 Std.
40 GB drive space 40 GB drive space
PRO and ENTREG Servers with Windows Server 2008 SP2 3 GB RAM 4 GB RAM
database on separate computer
40 GB drive space 40 GB drive space
60 — revision 1
Advanced Installation Topics
Manual E-mail/Paging
Manual e-mail/paging consists of right-clicking on an alarm in Alarm
Monitoring and sending a message via the “Send E-Mail” or “Send Page”
menu option. The process that occurs for the message to be sent is as
follows:
Automatic E-mail/Paging
In automatic e-mail/paging, an alarm definition is associated with a
specified e-mail/page address, and a message is sent automatically sent to
that address when the alarm type specified in the alarm definition is
revision 1 — 61
8: Installing and Configuring WirelessOffice Messaging Software Version 7.0
Lenel OnGuard
Manual
Alarm Monitoring paging: LS Global Output
screen Right-click Server service
on an alarm
Only if automatic
paging is in use
Only if
LS Communication automatic LS Linkage Server
Hardware
Server service paging service
is in use
Temporary
directory
WirelessOffice Messaging
Software
File Messenger
E-mail/paging WirelessOffice Server
Modem (formerly FilePage)
service service
service
62 — revision 1
Advanced Installation Topics
1. Install OnGuard 2010. For more information, refer to the Installation Guide.
2. Run Database Setup.
3. Install WirelessOffice. For more information, refer to Install WirelessOffice
Messaging Software on page 64.
4. Configure WirelessOffice for use with the OnGuard software.
• Configure the modem. For more information, refer to Configure the
Modem on page 65.
• Configure the carrier that will be used. For more information, refer to
Configure the Carrier on page 65.
• Test connectivity. For more information, refer to step 8 on page 67.
• Verify that the “File Messenger” and “WirelessOffice Server” services
are started and automatic. For more information, refer to step 7 on
page 67.
5. In System Administration, configure OnGuard for use with WirelessOffice.
• Set up a paging device or devices. For more information please refer to
“Add a Paging Device” in the Global Output Devices Folder chapter in
the System Administration User Guide.
• Create a recipient. For more information please refer to “Add a
Recipient” in the Global Output Devices Folder chapter in the System
Administration User Guide.
6. Set up manual paging, and then verify that the “LS Global Output Server”
service is started and automatic. For more information, refer to Set Up
Manual Paging on page 69.
7. (Optional) Set up automatic paging. For more information, refer to Set Up
Automatic Paging on page 69. If automatic paging is not set up, manual
paging can still be done.
8. Verify that the “LS Linkage Server” service is started and automatic. For
more information, refer to Set Up Automatic Paging on page 69.
Prerequisites
Install OnGuard 2010
To Install OnGuard 2010 refer to the Installation Guide.
revision 1 — 63
8: Installing and Configuring WirelessOffice Messaging Software Version 7.0
WirelessOffice Procedures
Install WirelessOffice Messaging Software
64 — revision 1
Advanced Installation Topics
Important: The modem must already be added to your computer via the Windows
Control Panel before it can be used by WirelessOffice.
revision 1 — 65
8: Installing and Configuring WirelessOffice Messaging Software Version 7.0
66 — revision 1
Advanced Installation Topics
c. Click [OK].
5. The Directory listed should now have an extension of REQ.
6. Click the Service tab.
revision 1 — 67
8: Installing and Configuring WirelessOffice Messaging Software Version 7.0
Note: If the test for connectivity fails, it is possible that name resolution is not
setup on your network. Try specifying the IP Address of the server instead of
the name in the Server field on the EIS Server tab.
68 — revision 1
Advanced Installation Topics
OnGuard Procedures
Set Up Manual Paging
revision 1 — 69
8: Installing and Configuring WirelessOffice Messaging Software Version 7.0
Note: If the “LS Linkage Server” service fails to start, the wrong server was
selected as the Linkage Server Host. To fix this, repeat steps 4-7, selecting
the Workstation that the “LS Linkage Server” service will run on in step 7.
70 — revision 1
Advanced Installation Topics
OnGuard
Database
SNMP
Agent
T raps
SNM P
SNMP
SNMP Traps
Agent
SNM P
T raps
SNMP
Alarm Monitoring Workstation Agent
SNMP
Agent
r ap s
SNMP T
SNMP
SNMP Traps
Agent
SNMP
Traps
SNMP Manager OnGuard
system
revision 1 — 71
9: Using SNMP with OnGuard
OnGuard system
Internal
architecture OnGuard
of OnGuard Database
system
Linkage Server
DataConduIT
SNMP
SNMP SNMP
Agent Agent
Third-party
SNMP Manager
Why use SNMP with OnGuard? This depends on whether you are using
OnGuard as an SNMP Manager or as an SNMP Agent.
72 — revision 1
Advanced Installation Topics
• If you already have OnGuard installed and are using a third-party application
to monitor SNMP traps, you can now move that functionality over to
OnGuard and monitor everything in a central location.
• By loading into OnGuard the MIB file for the SNMP Agents you are
monitoring, you can customize how the information from the SNMP Agent
is displayed in Alarm Monitoring
• Based on the information received and displayed in OnGuard, you can create
custom alarm and Global I/O linkages for the trap, as well as take advantage
of other existing OnGuard functionality.
To set up OnGuard to function as an SNMP Manager, you must configure
an SNMP Manager on a workstation. This is done through System
Administration. In addition to configuring the SNMP Manager, you can
also load up third party MIB files into OnGuard, which will allow you to
customize how SNMP Traps are handled and displayed in OnGuard. For
more information, refer to the SNMP Managers Folder chapter in the
System Administration User Guide.
Configuring SNMP
The following steps must be completed before you configure OnGuard as
either an SNMP Manager or an SNMP Agent:
1. Install the Windows SNMP components. You will need your Windows CD
to complete this procedure. For more information, refer to Install the
Windows SNMP Components on page 75.
2. Install a license with SNMP support.
To configure OnGuard as an SNMP Manager, please refer to Configuring
OnGuard as an SNMP Manager on page 77.
revision 1 — 73
9: Using SNMP with OnGuard
74 — revision 1
Advanced Installation Topics
1. Click the Windows Start button and navigate to the Control Panel.
2. Double-click “Add or Remove Programs”.
3. The Add or Remove Programs window opens. Click “Add/Remove
Windows Components”.
4. The Windows Components Wizard window opens. Select the Management
and Monitoring Tools check box.
5. Click [Details].
6. The Management and Monitoring Tools window opens. Verify that the
Simple Network Management Protocol check box is selected, and then click
[OK].
revision 1 — 75
9: Using SNMP with OnGuard
7. Click [Next].
8. The Configuring Components window opens. The status bar is updated as
the installation proceeds.
76 — revision 1
Advanced Installation Topics
10. A message indicating that you have successfully completed the Windows
Components Wizard is displayed. Click [Finish].
1. Install the Windows SNMP components. You will need your Windows CD
to complete this procedure. For more information, refer to Install the
Windows SNMP Components on page 75.
2. Install a license with SNMP support.
To configure OnGuard as an SNMP Manager:
revision 1 — 77
9: Using SNMP with OnGuard
Notes: You are required to enter the workstation’s NetBIOS name. (The NetBIOS
name is specified when Windows networking is installed/configured.)
Only one SNMP Manager is allowed to run on each Communication Server.
You can have several Communication Servers running with an SNMP
Manager on each one and have all Agents in that part of the network
configured to report to the local Manager. This would help localize network
traffic.
7. Click [OK].
Add Agents
If OnGuard receives an event from an Agent that has not been defined, it
will automatically add an Agent for it and have the default name set to the
IP address of the Agent. You can then go in and modify the Name to
whatever you want. On a segmented system, Agents are added to the
Manager’s segment by default, but they can also be assigned to different
segments as well.
78 — revision 1
Advanced Installation Topics
revision 1 — 79
9: Using SNMP with OnGuard
1. Save the MIB file you wish to load to the computer. Remember the location
where you save it.
2. If necessary, save any files that contain modules required by the MIB files in
the SNMP-IMPORT-MIBS folder in the OnGuard installation directory. By
default, this is C:\Program Files\OnGuard\SNMP-IMPORT-MIBS. The
following eight (8) files are installed to that location by default:
– RFC1155-SMI.txt
– RFC1213-MIB.txt
– RFC-1215.txt
– SNMPv2-CONF.txt
– SNMPv2-MIB.txt
– SNMPv2-SMI.txt
– SNMPv2-TC.txt
– SNMPv2-TM.txt
80 — revision 1
Advanced Installation Topics
Notes: This location can be changed in the ACS.INI file by adding the following
setting:
[SNMPManager]
MIBDir=“drive:\absolute\path\to\MIB\directory”
To make changes in the ACS.INI file on a Windows Vista or Windows 7
computer you must right-click on the ACS.INI file and run it as The
Administrator.
revision 1 — 81
9: Using SNMP with OnGuard
Note: After a MIB file has been loaded into OnGuard, the actual file is no longer
needed.
SNMP Reports
Reports are run from System Administration or ID CredentialCenter. For
more information, please refer to the Reports Folder chapter in the System
Administration or ID CredentialCenter User Guide. There are two SNMP-
related reports that can be run:
• SNMP Agents - lists all SNMP Agents sorted by segment and name
• SNMP Management Information Base Configuration - lists all MIB data
grouped by enterprise
The SNMP Management Information Base Configuration report lists each
node’s label and OID (Object ID) description. If configured, the following
additional options will also be listed:
• Use in alarm description
• Include label with value
• Use leaf node only for label
82 — revision 1
Advanced Installation Topics
1. Install the Windows SNMP components. You will need your Windows CD
to complete this procedure. For more information, refer to Install the
Windows SNMP Components on page 75.
2. Install a license with SNMP support.
To configure OnGuard as an SNMP Agent:
Note: For more information, please refer to the DataConduIT Message Queues
Folder in the System Administration User Guide.
revision 1 — 83
9: Using SNMP with OnGuard
b. Click [OK].
4. On the General sub-tab:
a. In the Queue name field, type the name of the queue. The name is case-
sensitive.
b. In the SNMP manager field, type the name of the queue manager.
c. Note that the Queue type and Operation that you selected are displayed,
but cannot be modified.
5. On the Settings sub-tab:
a. If you wish to have photo, signature, and fingerprint information sent in
messages, select the Include photos and signature in messages check
box.
84 — revision 1
Advanced Installation Topics
Note: Including photo information in the messages makes the size of the message
sent much larger.
revision 1 — 85
9: Using SNMP with OnGuard
86 — revision 1
Advanced Installation Topics
revision 1 — 87
9: Using SNMP with OnGuard
88 — revision 1
Advanced Installation Topics
Important: To use OnGuard over the Internet, you must have purchased the optional
Citrix Presentation Server application.
OnGuard allows for the installation of web server software and, once the server is
configured, unlimited clients (based on licensing connections) can attach to the
server and run any of the OnGuard applications over the Internet. Virtually any
desktop operating system that supports a web browser can run OnGuard over the
Internet. This includes Windows, Macintosh, Unix, Solaris and Linux. OnGuard
also supports mobile computing environments such as Windows CE over the
Internet. For more information, refer to Citrix Overview on page 92.
The basic procedure to set up the server that is used in the OnGuard thin client
architecture is:
1. Install and configure Windows on the server, along with Windows Terminal
Services and Microsoft Internet Information Services (IIS). For more
information, refer to Step 1: Install Required Applications on page 91.
2. Create a database for the Citrix server farm. For more information, refer to
Step 2: Create the Citrix Database on page 91.
3. Install Citrix Presentation Server on the server. For more information, refer
to Step 3: Install Citrix on the Server on page 91.
4. Install OnGuard on the server. For more information, refer to the Installation
Guide.
5. Publish OnGuard as a web application. For more information, refer to Step
5: Publish OnGuard as a Web Application on page 92.
6. Create the web site. For more information, refer to Step 6: Create the Web
Site on page 92.
revision 1 — 89
10: Windows Terminal Services/Citrix Presentation Server
General Issues
• Color Depth. The color depth that Terminal Server and Citrix Presentation
Server client machines use can be configured. A setting greater than 256
colors should be used so that the OnGuard applications and online help will
be displayed correctly.
Note that Terminal Server can be run without Citrix. Terminal Server alone
cannot display more than 256 colors. When Terminal Server is run in
combination with Citrix Presentation Server, color depth greater than 256
colors can be displayed.
Implications
• User preferences saved to LOCAL_USER in the Windows registry
separate for each user. In a normal Windows environment, all Windows
users share the same registry setting. This differs from a Terminal Server
Windows environment, where settings in the LOCAL_USER registry entry
are stored separately for every Windows user.
OnGuard saves user preferences to LOCAL_USER in the Windows registry.
In a Terminal Server Windows environment, there are separate sections in
LOCAL_USER for each OnGuard user id. For example:
– In a normal Windows environment when SA logs on from two different
Windows accounts, the saved preferences will be common/shared.
– In a Terminal Server environment when SA logs on from two different
Windows accounts, two sets of preferences for SA would be stored
because the registry settings are separate for every Windows user.
90 — revision 1
Advanced Installation Topics
directory is used. This means that you could end up with multiple copies of
the ACS.INI file.
Note that all copies might not exist on the Server. If a user’s home directory is
mounted from a public server, the ACS.INI file will exist there. This is true even
when you log directly into the Server.
Procedures
Create a new database for the Citrix server farm. This database is independent
from the OnGuard database.
The ODBC data source for the Citrix database will be created during the Citrix
Presentation Server installation.
revision 1 — 91
10: Windows Terminal Services/Citrix Presentation Server
Citrix Installation
Citrix Overview
Citrix provides functionality that allows access to OnGuard applications on client
machines via an Internet Browser.
92 — revision 1
Advanced Installation Topics
Note: This step configures the deployment of the client application directly from
the Citrix server. If Don’t install the Clients from the Components CD-
revision 1 — 93
10: Windows Terminal Services/Citrix Presentation Server
ROM is selected, the client application can be downloaded from the Citrix
web site.
14. Click [Next >] to begin the Citrix Web Interface installation.
15. Once the installation is complete, a success message is displayed. Click
[Finish] to continue to the next component installation.
16. A Welcome window is displayed for the Citrix Licensing component
installation. Click [Next >].
17. The Destination Folder window is displayed. Click [Next >] to accept the
default or [Browse] to select a different installation directory.
18. On the Select Features window click [Next >] to accept the default
selections.
19. The License Files Location window is displayed. Click [Next >] to accept
the default or [Browse] to select a different installation directory.
20. The Web Server Selection window is displayed.
a. Select Microsoft Internet Information Services (IIS).
b. Click [Next >].
21. The Restart Microsoft IIS Server window is displayed.
a. Select OK to restart Microsoft IIS Server.
b. Click [Next >].
22. Click [Next >] to begin the installation.
23. After the Citrix Licensing installation is complete, a success message will be
displayed. Click [Finish] to continue to the next component installation.
24. A Welcome window is displayed for the Citrix Presentation Server
installation. Click [Next >].
25. The Product Edition Selection window is displayed.
a. Select Standard Edition.
b. Click [Next >].
26. The Component Selection window is displayed.
a. Select Managment Console and Program Neighborhood for installation
on the local hard drive.
b. Click [Next >].
27. Click [Next >] to enable Pass-Through Authentication.
28. The Create or Join a Server Farm window is displayed.
a. Select the Create a new farm radio button.
b. Click [Next >].
29. The Create a Server Farm window is displayed.
a. In the Farm name field, enter a name for your server farm.
b. In the Data Store section, select Use the following database on a
separate database server.
c. Click [Next >].
94 — revision 1
Advanced Installation Topics
30. You will be prompted to create a new ODBC data source to connect to the
Citrix database that you created in SQL Server prior to installing the Citrix
software.
31. The Assign Farm Administrator Credentials window is displayed.
a. Specify a Windows domain user to administer the server farm.
b. Specify the domain name for this user.
c. Click [Next >].
32. The Enable IMA Encryption window is displayed. Click [Next >].
33. The Citrix Licensing Settings window is displayed.
a. Select Enter the host name later.
b. Click [Next >].
revision 1 — 95
10: Windows Terminal Services/Citrix Presentation Server
96 — revision 1
Advanced Installation Topics
a. Click [Add].
b. Select the Citrix server the published application will run on from the
Select Servers listing window and click [Add].
c. Click [OK].
d. Click [Next >].
15. The Users window is displayed.
a. Select Allow only configured users and click [Add].
b. From the Look in drop-down list, select the server that contains the
users/groups you want to be able to run the application you are
publishing.
c. Click [Add] for each user or group.
d. Repeat steps a through c for each desired user/group.
e. Click [OK].
f. Click [Next >].
16. On the Shortcut Presentation window, configure your desired settings or
accept the default settings and click [Next >].
17. The Publish Immediately window is displayed. Select Configure advanced
application settings now and click [Next >].
18. The Client Options window is displayed.
a. Deselect Enable legacy audio.
b. Click [Next >].
19. On the Appearance window:
a. In the Session Window Size drop-down list, select 1024x768.
b. In the Colors drop-down list, select High Color (16 bit).
c. Click [Finish].
20. Repeat steps 9 through 19 for each desired application.
revision 1 — 97
10: Windows Terminal Services/Citrix Presentation Server
98 — revision 1
Advanced Installation Topics
1. Follow the link in the Message Center to the Citrix client download site to
download and install the Citrix Presentation Server client appropriate to your
system configuration.
2. The installer begins. Select a language for the installation and click [OK].
3. The Welcome window is displayed. Click [Next >].
4. The License Agreement window is displayed.
a. Select I accept the license agreement if you agree to the terms of the
license.
b. Click [Next >].
5. The Select Client window is displayed. Click [Next >] to accept the default
client selection.
6. The Server Address window is displayed. Enter the server name or IP
address and click [Next >].
7. The Select Program Folder window is displayed. Click [Next >] to accept
the default folder.
8. The Client Name window is displayed. Click [Next >] to use the machine
name as the name of the client.
9. The Use Local Name and Password window is displayed. Click [Next >].
10. The Program Neightborhood Options window is displayed. Click [Next >].
11. The Ready to Install window is displayed. Click [Next >] to begin the
installation.
12. Once the installation of the Citrix client is complete, click [Finish] and
restart your Internet browser.
revision 1 — 99
10: Windows Terminal Services/Citrix Presentation Server
100 — revision 1
Reference
Advanced Installation Topics
Important: To make changes in the ACS.INI file on a Windows Vista or Windows 7 computer
you must right-click on the ACS.INI file and run it as The Administrator.
Note: Most of the following ports use the TCP protocol. Ports 45303, 45307, and
46308 use the UDP protocol. Ports 9111 uses the HTTP protocol.
80 Web Server (IIS) Only used with Used for Web Applications to communicate with the Web
OnGuard 5.12 and Service. Check IIS configuration for the correct port
newer configuration.
443 Web Server (IIS) Only used with Used when SSL is utilized for the Web Applications. Port
SSL OnGuard 5.12 and 443 is used for secure web browser communication.
newer
1433 Default port for Check SQL Server configuration/ documentation; this can
SQL Server be changed in SQL configuration
2000 Digital Video - OnGuard 5.7 and To change, update Registry Setting on Video Recorder
live video newer HKEY_CLASSES_ROOT\Spider\Resources\Spider\TC
streams PSHAREPARAM
3001 Lantronix OnGuard 5.0 and Used to communicate with all controllers with Lantronix
connected newer network connections.
controllers
4001 Communication All OnGuard versions Can be changed in ACS.INI [Service] section
Server RPC DriverRpcPort *
4002 Global Output OnGuard 5.0 Can be changed in ACS.INI [Service] section GosRpcPort
Server RPC and newer *
4003 Login Driver OnGuard 5.0 and Can be changed in ACS.INI [Service] section
RPC newer LoginRpcPort *
4004 Communication All OnGuard versions Can be changed in ACS.INI [Service] section
Server Socket DriverSocketPort *
(event reporting)
4005 Linkage Server OnGuard 5.7 and Can be changed in ACS.INI [Service] section
RPC newer LinkageServerRpcPort *
revision 1 — 103
11: Ports Used by OnGuard
4006 Video Server OnGuard 5.7 and Can be changed in ACS.INI [Service] section
RPC newer VideoServerRpcPort *
4009- Alarm OnGuard 5.9 and Used for the Guard Tour, Grant-Deny Popup and Failure to
4057 Monitoring RPC newer Acknowledge/Forward Alarm features only. One port used
per Monitoring instance on a given machine (typically
4009). Can be changed in ACS.INI [Service] section
AcsmntrRpcMinPort, AcsmntrRpcMaxPort **
4058 Client Server OnGuard 5.12 and Can be changed in ACS.INI [Service] section
Communication newer ClientServerCommRpcPort *
4059 Replicator OnGuard 5.9 and Can be changed in ACS.INI [Service] section
newer ReplicatorSocketPort *
4060 Replicator OnGuard 5.9 and Can be changed in ACS.INI [Service] section
newer ReplicatorRpcPort *
4061 DataExchange OnGuard 5.9 and Can be changed in ACS.INI [Service] section
newer DESocketPort *
4062 DataExchange OnGuard 5.9 and Can be changed in ACS.INI [Service] section DERpcPort *
newer
4065 Replicator OnGuard 6.3 and Port used by Replicator and/or Replication Administration
newer to communicate with the ID Allocation Service to allocate
additional IDs for pre-allocated objects.
4070 Security Utility OnGuard 6.1 and Used for Security Utility Exceptions in connection with
Exceptions newer HID Edge TCP/IP. Can be changed in the ACS.INI file
under the [Service] section.
8189 License Server OnGuard 5.7 and To change the License Server port:
newer
1. The value for the Port key in the [License Server]
section of the ACS.INI file must be changed on every
OnGuard machine. The default is:
[License Server]
Port=8189
2. The following must be added to the
LicenseServerConfig\Server.properties file (file
content is case-sensitive!):
Port=8189 where '8189' is replaced by the desired port
number.
(This line is not present by default. The whole file is
not present by default; it is created when the admin
username or password is changed.)
8888 Software OnGuard 6.1 and Port used for online activation and deactivation of software
License newer based licensing.
9111 Application OnGuard 5.12 and Used for communication with the Application Server
Server (as a newer service. Lnl.OG.ApplicationServer.Service.exe.config
Windows contains the Application Server port configuration. The
Service) Web Service web.confg file indicates to the Web Service
how to connect to the Application Server (including which
port). Uses the HTTP protocol.
104 — revision 1
Advanced Installation Topics
9999 License OnGuard 5.7 and To change the License Administration port, the following
Administration newer must be added to the
LicenseServerConfig\Server.properties file (file content
is case sensitive!):
45303 Elevator OnGuard 5.12 and Acs.ini [Otis] section SSOnlineStatusPort. If changed, must
Terminal Online newer be done on workstation running Communication Server.
Status Port Uses UDP protocol.
45307 Elevator OnGuard 5.12 and Acs.ini [Otis] section SSHeartbeatPort. If changed, must be
Dispatching newer done on workstation running Communication Server. Uses
Heartbeat Port UDP protocol.
46308 Elevator OnGuard 5.12 and Acs.ini [Otis] section SSDECCommandPort. If changed,
Terminal newer must be done on workstation running Communication
Command Port Server. Uses UDP protocol.
revision 1 — 105
11: Ports Used by OnGuard
LSVS Any RTP client <User>f UDP/IP or Streamed RTP live video
multicast
106 — revision 1
Advanced Installation Topics
b.If live video is transmitted in UDP/IP mode, the OnGuard client determines which port should be used.
The range of ports can be limited by launching LnrNI utility on the OnGuard client machine and specifying the
port range to use under the Use UDP/IP check box. If live video is transmitted in multicast mode, the LNVR
will choose which port should be used by each channel. The range of ports can be specified by launching the
LnrNI utility on the LNVR machine, selecting the “Recorder Network Settings” tab and entering the first mul-
ticast port. The actual port number for each channel is defined by adding the first multicast port and the channel
number. For example, if the first multicast port is 2000, then channel 1 will use port 2001, channel 2 will be
2002, etc.
c.When LNVR starts for the first time, it will randomly choose a multicast address for use with live
video and stores this address in the LNR.XML file. If a different address is desired, this value can
be changed by editing the LNR/Recorder/Settings/MulticastIP element in the LNR.XML file.
This multicast address becomes the base number and similarly to the multicast port actual address
for a channel is determined by adding the channel number to this base value. It is important to re-
member that if multicast video is used in the system, all channels on all LNVRs should be assigned
unique multicast port and address values.
d.This port number can be specified by launching the LnrNI utility on the LNVR machine, selecting
the “Recorder Network Settings” tab and entering a value for Recorder TCP/IP Port.
e.This port number can be specified by launching the LnrNI utility on the LNVR machine, selecting
the “IVS Network Settings page and entering a value for IntelligentVideo Server TCP/IP Port.
f.The port and multicast address for each channel is chosen by the user through the configuration
utility when channels are added to the LSVS.
g.This setting is only required if the user wishes to configure the LSVS from a remote machine. This
step is not necessary if the configuration application is launched from the hose where the streaming
server is installed.
h.This port number must be the same on all remote monitoring and OnGuard client machines in the sys-
tem. If the user wishes to use a different value, all machines must be updated at the same time. On the OnGuard
client, this can be changed by editing the “MonitorUDPPort” registry value under
HKEY_LOCAL_MACHINE\Software\Lenel\OnGuard. On RM machines, the same value must be updated in
the registry under HKEY_LOCAL_MACHINE\Software\Lenel\RemoteMonitor.
i.This port range can be changed by launching the LnrNI utility on the OnGuard client machine, select-
ing the “Remote Monitor Network Settings” tab and entering a different port range.
j.Cameras have built-in web servers. Typically they use HTTP port 80, but the user can configure it
to use any arbitrary port number. The camera tab in the digital video folder in System Administration
allows you to specify which port LNVR will connect to. For more information, refer to the Digital
Video Folder chapter in the System Administration User Guide for more information.
k.Currently this is only supported for Sony cameras. FTP protocol is used to retrieve video from In-
Camera Storage. By default this protocol uses TCP port 21 to establish the connection. This port can
be changed in the camera configuration. FTP protocol also uses a separate TCP/IP connection for
actual data transfer and this connection can be established on just about any port. Therefore, using
In-Camera Storage through firewalls might cause problems.
l.The port number is chosen arbitrarily by Bosch client components used by LNVR.
DCOM uses TCP port 135 to establish new connections. TCP port 135
must be open on the server. Once a client connects to that port, the
Windows DCOM/RPC subsystem determines the type of the actual
revision 1 — 107
11: Ports Used by OnGuard
108 — revision 1
Advanced Installation Topics
The following is a table of OnGuard services and those services that run
on OnGuard installations.
Application Server Used to provide the One per region. Automatic Only installed when a custom
application server for installation is performed and
the web based the Application Server
applications component is selected.
Config Download The Config Download One per region. Automatic Needed only for the Area
Service service is used to Must be run on Access Manager (Browser-
propagate configuration the same based Client) application.
changes down to the machine as the
hardware from the web Application
based applications. Server.
DataConduIT The DataConduIT One Manual - Run Only one instance of the
Message Queue Message Queue Server if the service DataConduIT Message
Server is an adapter that works is being used Queue Server may be running
with the DataConduIT on each regional and/or
Service. It provides an master database; typically on
easy way to use/ the database server.
delegate DataConduIT
notifications using
queues.
revision 1 — 109
12: OnGuard Services
Device Discovery The Device Discovery One Automatic if You must perform a custom
Service is used as a installed installation and select
proxy service for “Device Discovery Service”
running remotely in the Standard Applications
(systems in other section.
subnets) all services
that the Device
Discovery Console
cannot otherwise
access.
Global Output The OnGuard Global As many as Automatic - As many instance of Global
Server Output Server (GOS) is needed. Run if paging Output Server (GOS) can be
used to send output to or e-mail is running on each regional and/
any supported output being used or master database; typically
system (including it is run on the database
electronic mail and server.
paging) connected to
the computer on which
the GOS is installed.
110 — revision 1
Advanced Installation Topics
License Server The License server One Automatic The OnGuard License Server
controls which features is typically run on OnGuard
the computer is licensed servers but can be configured
to use. on a separate machine.
Linkage Server The Linkage Server is One Automatic Only one instance of Linkage
responsible for Server may be running on
directing automatic each regional and/or master
email/paging messages database; typically on the
in response to specific database server.
alarms, as well as
linking “marked” video
segments on a video
recorder with the
associated alarm/event
logged in the Database.
Login Driver The login driver allows One - The Automatic The Lenel Login Driver is a
OnGuard to log in and service is run service that is used to change
access the database. on the the OnGuard database
computer on password (NOT the user
which the passwords). The service is
database run on the computer on which
resides. the database resides.
LnrCapSvc Records video from One per LNVR. Automatic Must be running in order for
CCTV devices. the LNVR to connect to video
sources and to store
information to the disk. It also
services live video retrieval
requests.
LnrRetrSvc Retrieves recorded One per LNVR. Automatic Manages stored video and
video requested by stored video retrieval
client. requests. If your storage fills
up this service finds which
files should be deleted so the
capture service has space for
new video.
LnrRTPServer Streams video to RTP One per LNVR. Automatic This services is a translation
clients. layer between the proprietary
LNVR video retrieval
interfaces and the standard
way of transmitting streaming
media data.
revision 1 — 111
12: OnGuard Services
LpsIVAppServer Performs processing for One per IVAS Automatic This is a host service for all
IntelligentVideo IntelligentVideo applications
Applications. where each application is
implemented as a
dynamically linked library
module. Currently the only
application supported is
Facility Utilization.
LpsIVSAdminSvc Manages configuration One per IVAS Automatic Must be running in order for
of video analytics the IntelligentVideo Server to
events. work. Runs on the IVS.
LpsRetrSvc Retrieves metadata One per IVS Automatic Services stored processed
associated with video video metadata retrieval
analytics events. requests. This is used by
clients when they are viewing
recorded video and want to
see overlay images generated
by video processing
algorithms.
LpsSearchSvc Performs video One per IVS + Automatic Must be installed in order to
analytics processing. one per perform any video searches.
OnGuard client Should be run on all
+ one per machines, servers and clients,
LNVR. that will need to perform
video searches.
Replicator Used to replicate One per Manual as a Replicator is installed and run
information between Enterprise program or on either an Enterprise
the regional server/ Region or Automatic as Regional Server or a
mobile ID back to the Mobile Station a service. Distributed ID Mobile
master server. Station.
If using as an automatic
startup type, you will use
OnGuard scheduler when
replicating. If manual, you
will replicate whenever
convenient (This is typical for
those using Mobile ID.)
112 — revision 1
Advanced Installation Topics
Video Archive The Video Archive Depending on Automatic - A digital video recorder
Server Server is a system the number of Run if Digital device can only communicate
service that is recorders and Video to one Video Archive Server.
responsible for purging physical Archiving is
or archiving video data archive servers being used
from multiple video you have.
servers onto one or
more designated storage
devices.
revision 1 — 113
12: OnGuard Services
114 — revision 1
Appendices
Advanced Installation Topics
revision 1 — 117
A: Database Installation Utility
Path to database files Text The source data file (MDF) name. When the Database Installation
Utility is run automatically during the OnGuard installation, the Path
to database files and the Database name are determined based on the
choice of the SQL Server Express or Demo database.
Database name Text The name of the database that will be used with the OnGuard software.
When the Database Installation Utility is run automatically during the
OnGuard installation, the Database name and the Path to database
files are determined based on the choice of the SQL Server Express or
Demo database.
Path to copy Text The destination directory. The destination directory will always default
database files to to the SQL Server Express/SQL Server default data directory, as
configured in SQL Server Express/SQL Server and stored in the
registry.
Browse Push button Click to select the Path to copy database files to.
Connect Push button When the Database Installation Utility opens, it attempts to connect to
the database for the DSN that is currently specified in the [Database]
section in the ACS.INI file. For example, if the following is specified
in the [Database] section:
Connect=“ODBC;DSN=Lenel”
then the Database Installation Utility will attempt to connect to the
database associated with the Lenel DSN.
Close Push button Closes the Database Installation Utility without performing any
function.
118 — revision 1
Advanced Installation Topics
Important: To make changes in the ACS.INI file on a Windows Vista or Windows 7 computer
you must right-click on the ACS.INI file and run it as The Administrator.
revision 1 — 119
A: Database Installation Utility
5. In the Database name field, type AccessControl or any other name you
wish to use, as shown.
6. The recommended path is the default path specified in the Path to copy
database files to field. This default path is where the files would be stored if
120 — revision 1
Advanced Installation Topics
you were using the SQL Server user interface (which does not come with
SQL Server Express) to create a database.
• If you do not change the default setting in the Path to copy database
files to field and a database with the name you specified already exists,
the database will be overwritten.
• If you do change the default setting, a new database will be created in
that location.
7. Click [OK].
8. If you did not change the default setting, the following message is displayed.
Click [Yes].
9. The DSN is updated to point to the database, and a message is displayed that
indicates that the database was successfully installed. Click [OK].
Important: After attaching a database, you must run Database Setup to create the tables
in the database.
revision 1 — 121
A: Database Installation Utility
122 — revision 1
Advanced Installation Topics
Since SQL Server Express doesn’t provide an interface for accessing the
database engine, use the following procedure to log into the database
directly using the ODBC connection created for OnGuard:
1. From the Start menu, select Run. Click [Browse…]. Browse to the OnGuard
folder and select the ‘ACCESSDB.exe’ application. Click [Open] and then
[OK] to run this application.
2. From the Management menu, select Datasource > Connect.
a. On the Machine DataSource tab, select “Lenel”. Click [OK].
b. You will be prompted for the database “sa” login ID and password.
Enter the credentials and click [OK].
c. The screen will return to the main window.
d. From the SQL menu, select Statement. Enter the following statement in
the text box:
sp_changedbowner lenel
Click [OK] when you are ready to execute the statement.
e. If the command returns highlighted, then it completed without error.
3. Log into an OnGuard application and verify that the change was successful.
revision 1 — 123
B: Change the Database Owner in SQL Server Express
124 — revision 1
Advanced Installation Topics
Important: When manually creating an ODBC connection you must use the SQL Native
Client driver.
Note: If you select Windows NT authentication it may impact your ability to store
credentials in a file as a means of authentication. Selecting SQL Server
authentication does not impact your ability to use Windows authentication
revision 1 — 125
C: Manually Creating an ODBC Connection for SQL
with the Web applications. Refer to the Installation Guide for more
information about database authentication with the Web applications.
7. Click [Next].
8. Select the Change the default database to check box and choose the
OnGuard database from the drop-down list.
9. Click [Next].
10. Click [Finish].
11. The ODBC Microsoft SQL Server Setup dialog is displayed.
a. Click [Test Data Source]. A success message should be displayed.
b. Click [OK] to exit each of the dialogs.
Note: File locations may vary depending on your operating system and
configuration.
Important: To make changes in the ACS.INI file on a Windows Vista or Windows 7 computer
you must right-click on the ACS.INI file and run it as The Administrator.
126 — revision 1
Advanced Installation Topics
Note: Steps 4 and 5 are necessary only for systems using the web applications.
Troubleshooting
If you experience problems connecting to the OnGuard database, check
the ODBC connection to be sure that it is configured correctly.
Note: If the DSN driver is not SQL Native Client, delete the System DSNand
create a new ODBC connection using the SQL Native Client driver. For
more information, refer to Creating an ODBC Connection for SQL on
page 125.
5. Click [Configure].
6. Verify that the name of the Server is correct in the drop-down.
7. Click [Next].
8. Check that the correct method of authentication is selected and verify the
credentials if using SQL Server authentication.
Note: If you select Windows NT authentication it may impact your ability to store
credentials in a file as a means of authentication. Selecting SQL Server
authentication does not impact your ability to use Windows authentication
revision 1 — 127
C: Manually Creating an ODBC Connection for SQL
with the Web applications. Refer to the Installation Guide for more
information about database authentication with the Web applications.
9. Click [Next].
10. Verify that Change the default database to check box is selected and that
the OnGuard database is selected in the drop-down.
11. Click [Next].
12. Click [Finish].
13. The ODBC Microsoft SQL Server Setup dialog is displayed.
a. Click [Test Data Source]. A success message should be displayed.
b. Click [OK] to exit each of the dialogs.
128 — revision 1
Advanced Installation Topics
The following appendix will show you how to set up and configure a
capture station.
revision 1 — 129
D: Setting Up & Configuring a Capture Station
3) Click [OK].
c. If you want to capture images with the “File Import” capture source:
1) From the capture source drop-down list, select File Import.
2) Click on the File I/O Settings tab.
3) Set the file import directory to the directory where you store all of
your photo files.
4) Click [Save User Defaults].
d. If you want to capture images with a USB camera or any WDM or
TWAIN compliant camera, configure the multimedia capture module
for the following settings instead of loading the default settings. If you
are using the CAM-24Z704-USB/CAM-20Z704-USB USB camera skip
these steps and refer to Basic Camera Setup (CAM-24Z704-USB/CAM-
20Z704-USB) on page 135.
1) From the capture source drop-down list, select WDM Video.
2) Click the WDM Video Settings Device tab.
3) Select USB Video Bus II, Video from the Device drop-down box.
4) Click [Video Input].
5) The Video Input Properties window displays.
6) Select 1:VideoSVideo In from the Input drop-down menu.
130 — revision 1
Advanced Installation Topics
Subject
Badging
Workstation Bounce Back Umbrella
Exit
12
ft.
revision 1 — 131
D: Setting Up & Configuring a Capture Station
BACKDROP
FIXED DIFFUSED LIGHT
CAMERA
TRIPOD
4.5 FEET
Distance Variable
TABLE
(1.5 feet recommended)
132 — revision 1
Advanced Installation Topics
BACKDROP
LIGHT
TABLE
4.5 FEET
STAND
revision 1 — 133
D: Setting Up & Configuring a Capture Station
134 — revision 1
Advanced Installation Topics
Note: Optimally the subject should fill the pre-sized crop window, so no additional
cropping adjustments need be made.
Why manual white balance? With light or gray colors the Auto White
Balance adjusts incorrectly. That is why the CAM-CCP-500K should be
setup for Manual White Balance. It is necessary to White balance the
camera to obtain a default white balance setting and is maintained for
consistent picture quality.
Important: The following cameras are meant for client machines and not servers.
Windows Server 2008 and Windows Server 2003 are not supported.
Installation of CAM-24Z704-USB/CAM-20Z704-USB
To install the USB camera simply plug it in, connect the USB cord to the
workstation, and install the drivers that come with the camera. For more
information refer to the Badging Image Capture Camera User Guide that
came with the camera.
revision 1 — 135
D: Setting Up & Configuring a Capture Station
Configuration of CAM-24Z704-USB/CAM-20Z704-USB
1. Start the application you will be using to capture photos/signatures/badge
layout graphics.
2. Launch the capture dialog from within that application by selecting the
[Capture] button on a form that accesses the Multimedia Capture module.
3. On the Photo sub-tab of the Multimedia Capture module, select Digital
Camera from the Capture Source dropdown box.
4. On the Digital Camera Settings sub-tab, select AF Imaging Grabber 1
from the Twain Source dropdown box.
Important: Make sure that the Show User Interface check box IS selected.
136 — revision 1
Advanced Installation Topics
Using CAM-24Z704-USB/CAM-20Z704-USB
1. To use, click Get Photo on the Multimedia Capture module. The AF Image
Grabber 1 control box opens.
2. Click Take Picture to take the picture. The AF Image Grabber 1 control box
closes and you see the picture on the Multimedia Capture Module screen.
3. Click [OK] and the picture is added to the Cardholder screen.
AF Image Grabber 1
Form Element Comment
TELE Zooms in. The camera has a 16:1 optical zoom range along with an 8x digital zoom.
Take Picture Takes a picture for use in the Multimedia Capture module. When selected the camera image
freezes, the LED illuminator turns on, and the image is captured.
Calibrate Camera Automatically adjusts the camera settings to provide the best quality image under certain
lighting conditions. For more information refer to the Badging Image Capture Camera
User Guide that came with the camera.
Show Control Activates the on screen control panel for making adjustments to the captured video image.
Panel
Lighting Setup
revision 1 — 137
D: Setting Up & Configuring a Capture Station
the colors (more real life), and to eliminate shadows, the capture kit is
necessary.
Advanced Setup
After the capture station has been setup, some testing must be performed
to determine the optimal illumination settings for image capture. You may
have to adjust the lights, drapes, or other elements in the capture
environment.
With a test subject, view the live image on the screen with all the room
lights on. Set the selector switch on the back of the camera to iris (all the
way to the left). With the arrows on back of the camera adjust the iris all
the way down, the live image on the screen should become dark if not
black. The arrows located at the bottom of the camera can be use in one of
two manners. If you push and hold the arrow, it will zoom all the way in
or out. If you push the arrow button momentarily, it will move in and out
incrementally. While viewing the screen, increase the iris until the subject
is visible. Increase the iris a little more, until the screen image is about the
same brightness as the real view of the subject. Take a test picture. Label
this “test 1, all lights”. From here we will adjust the room environments
lighting and make minor adjustments to the iris if needed while
continuing to save the sample captures at (test 2, test 3 etc.).
Steps to improving capture quality:
138 — revision 1
Advanced Installation Topics
• Are the wall colors dark or light or bright colors? If they are light they will
reflect more light or change your white balance setup.
• Is the ceiling low or cathedral like? The lower the ceiling the more light will
reflect.
• What types of lights are used in the room? Incandescent or florescent (cool
white or colored) or direct spots?
• Is there any direct lighting of the subject? Is the room evenly illuminated?
Direct lighting will over expose the subject.
• What is the color of reflective shields around the lights? For example, gold
reflective surface shields illuminate the subject in yellow highlights.
This is just a partial list of possible factors leading to poor image lighting
quality. There may be other features of your site that will affect the image
capture that may need to be considered.
revision 1 — 139
D: Setting Up & Configuring a Capture Station
140 — revision 1
Advanced Installation Topics
Index
revision 1 — 141
Index
O R
ODBC connection Recommended badging room layout ................ 131
manual DSN creation................................. 125 Room layout recommended for badging .......... 131
troubleshooting .......................................... 127
OnGuard S
installing on Citrix server ............................ 92
installing on Oracle 10g client..................... 38 Services............................................................. 109
installing on Oracle 10g server .................... 30 Setting up
installing on Oracle 11g client..................... 52 automatic paging.......................................... 69
publishing as a web application using Citrix 92 capture station............................................ 129
remote installation ....................................... 55 manual paging.............................................. 69
setting up the OnGuard Capture dialog ..... 129 OnGuard Capture dialog............................ 129
Oracle 10g client SQL Server Express
configure software ....................................... 35 change database owner .............................. 123
install OnGuard software............................. 38 Step ..................................................................... 48
install software............................................. 35
Oracle 10g server T
configure the Lenel database ....................... 17 Terminal Services
create the Lenel user .................................... 30 install OnGuard using ................................ 100
install OnGuard............................................ 30
install software............................................. 16 V
installing ...................................................... 13 VMware .............................................................. 59
run Database Setup ...................................... 33
run the Net Configuration Assistant ............ 23 W
software configuration overview ................. 14
verify that the system works ........................ 28 Windows Terminal Services/Citrix overview..... 89
WirelessOffice .................................................... 61
142 — revision 1
Advanced Installation Topics
configuration checklist................................. 63
configure File Messenger ............................ 66
configure the port......................................... 65
installing ...................................................... 64
overview ...................................................... 61
revision 1 — 143
Lenel Systems International, Inc.
1212 Pittsford-Victor Road
Pittsford, New York 14534 USA
Tel 585.248.9720 Fax 585.248.9185
www.lenel.com
[email protected]