Contents
-
Introducing NightWatchman Enterprise 7.3
-
How it works
-
Quick starts, evaluations and pilots
-
Implementation
-
Preparation
-
Prerequisites
-
Installing and upgrading
-
Installing NightWatchman Management Center
-
Installing the WakeUp server
-
Installing the 1E NightWatchman Agent for Windows
-
Installing the 1E WakeUp Agent
-
Installing the Mac 1E Agent
-
Installing Web WakeUp
-
Installing Enterprise View
-
Upgrading NightWatchman Enterprise
-
Enabling Online Status using Tachyon integration
-
Installing NightWatchman Management Center
-
Preparation
-
Working with NightWatchman Enterprise
-
Troubleshooting
-
Training
-
Reference
Post-installation
If you set up an additional host header for the Enterprise View website:
- Configure the IIS client access policy to allow cross domain access to the Enterprise View website. This is done via the
ClientAccessPolicy.xml
file which resides in the IIS root folder, typicallyc:\inetpub\wwwroot
. If this file already exists, append the contents of theClientAccessPolicy.xml
file from the Enterprise View%INSTALL_DIR%\Dashboard.web
folder to it. If it does not exist, copy it from theDashboard.web
folder to the IIS root folder.
Edit the
web.config
file the Enterprise View%INSTALL_DIR%\Dasboard.web
folder and modify the service base URI used to access the Enterprise View website.
Locate the line in the file:
<!-- add key="ServiceBaseUri" value="http://<<HostFQDN>>/EnterpriseView/"/-->
Remove the comments and update the
<<HostFQDN>>
placeholder with the base URI for your Enterprise View website. For example,<add key="ServiceBaseUri" value="http://machineA.acme.com/EnterpriseView/"/
- Save the file and test the new configuration by accessing the Enterprise View home page using the host FQDN.
Detailed requirements
A definitive checklist of prerequisites and dependencies you need to meet in order to install Enterprise View.
Component | Product | Notes |
---|---|---|
OS |
| Enterprise View will install on systems running these OSes. |
Database servers |
| You must have one of these database servers installed. SQL server must be configured to use a case-insensitive, accent-sensitive collation as the server default (the preferred collation is SQL_Latin1_General_CP1_CI_AS ).Enterprise View will install on these database servers. If you are using your own database as a data source for the Enterprise View Website and it is local to the Website, you must add NT AUTHORITY/NETOWRK SERICE to the database users and grant appropriate permissions to that account for any specivic tables you want to use. If it is remote, you must add the machine account for the computer hosting the Enterprise View Website in the format: <DOMAIN><MACHINENAME>$ where the <DOMAIN> is the domain where the host computer is running and <MACHINENAME> is the name of the computer hosting the Enterprise View Website. |
Runtime libraries |
| This runtime library is required. |
Installation and service accounts | To install Enterprise View, you will need the following accounts. Installation account
For a default installation, the programs and files associated with NightWatchman Management Center are created in C:\Program Files\1E\NightWatchman Management Center |