Panel | ||||
---|---|---|---|---|
| ||||
WelcomeThis screen provides the version number for NightWatchman Management Center and outlines what the wizard will do. Click Next to go to the next screen. |
Panel | ||||
---|---|---|---|---|
| ||||
License AgreementThis screen provides the license agreement for NightWatchman Management Center. To accept, click I accept the terms in the license agreement Click Next to go to the next screen. |
Panel | ||||
---|---|---|---|---|
| ||||
Prerequisite ChecksBackground checks are run to ensure common prerequisites are met. If a prerequisite fails, the components dependent on those prerequisites are not installed. |
- Typical – a default installation where all components are installed on the local server
- Custom – a distributed installation where you choose where to install the components
Later screens may require prerequisites for optional features. Click Next to go to the next screen. |
Panel | ||||
---|---|---|---|---|
| ||||
Setup TypeSelect Custom. Click Next to go to the next screen. |
Panel | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
Custom SetupThis screen allows you to select the components you want to install on the local server. You do not need to change anything if you are installing all components on the same server. Click Next to go to the next screen.
If you are installing separate components in a distributed system, you must ensure each server meets relevant Prerequisites. You will need to run the installer once for each group of components you want to install separately.
By default, these components are installed to You can select a new location by clicking Change... and navigating to a new folder. |
Panel | ||||
---|---|---|---|---|
| ||||
Database server configurationThe database can be specified using the following formats:
|
The Browse button allows you to select any SQL Server database instance that has its Browsing service enabled and running. Check the Drop any existing NightWatchman Management Center Database |
box, if you want to remove the existing database before installing the new one. Leave this box unchecked to use the existing database, in case of a re-install or upgrade. |
Check the |
TLS 1.0 disabled - install using TLS1.1 / 1.2 |
box, if TLS 1.0 is disabled in your environment and TLS 1.1 or TLS 1.2 is enabled. If you tick the checkbox then you must have |
installed SQL Server Native Client 11.0 on the web server. |
Domain\Account
format. Appropriate permissions are granted to this account by the installerClick Next to go to the next screen.
|
Panel | ||||
---|---|---|---|---|
| ||||
Website ConfigurationCheck Use FIPS Encryption Click Next to go to the next screen. |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Console Service ConfigurationEnter the user name and password of the NightWatchman Management Center Console service account. Click Next to go to the next screen.
The user name must be entereed using the For more detail about this account, please refer to Preparation: NightWatchman Management Center Console service account. If the installation account has appropropraite permissions, the installer automatically grants the service account the permissions it needs. However, if you intend to use the NightWatchman Management Center console to implement remote wake-ups, you must manually set additional WMI permissions to the service account for the WakeUp namespaces, as described in Preparation - Accounts needed to install the WakeUp server. |
Panel | ||||
---|---|---|---|---|
| ||||
Nomad integration with WakeUpEnable this option by checking Wake up peers that have requested Nomad content if no other peers are available. Enter the name of the ActiveEfficiency Server
|
|
|
Click Next.
|
|
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Environment setup
|
Select
|
|
|
Click Next to go to the next screen. The NightWatchman database makes use of this information to provide the correct balance between responsiveness and database load.
The currency is selected from a drop-down list of available currencies. For fresh installations, the currency set on the machine where the installation is taking place will be selected from the list by default. For upgrades, the default selected currency will be the one set in the earlier version of NightWatchman Management Center. |
Advanced Panelboxes for Confluence | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Installing NightWatchman on a distributed environment
- For a distributed installation, follow steps 1-3 above.
- On the Setup Type screen, choose Custom. Ensure you have the supported platforms in place before you start. You will need to run the installer once for each group of components you want to install separately. These features are:
- Database – installs the NightWatchman Management Center reporting database. It holds all the information returned by NightWatchman clients and the WakeUp agents and forms the basis for the reports. You can only have one instance of the database per implementation.
- Report console – view NightWatchman (power consumption and performance) and WakeUp (computer availability) reports from the Reporting Website. You can only have 1 instance of the Reporting Website per implementation.
- Services – Web services (manages communications between the NightWatchman clients) and Console service (manages communications between the NightWatchman console and the database). You can have up to 3 instances of the Web service feeding into a single database. Multiple-instances also cover hybrid environments using both HTTP and HTTPS communications (for example, HTTP for intranet-based and HTTPS for internet-based communications). Set the NightWatchman clients and ~WakeUp implementations in each region to communicate with the Web service using their respective protocols.
- Console – install the NightWatchman Management Console on separate computers. You can have up to 10 instances of the console but they must be installed on computers with network access to the server where the console is running.
- Analysis reports – installs the analysis reports
C:\Program Files\1E\NightWatchman Management Center
. You can select a new location by clicking Change and navigating to a new folder.
- Follow steps 5-10 above.
Panel | ||||
---|---|---|---|---|
| ||||
Ready to installClick Next to begin installation. |
Panel | ||||
---|---|---|---|---|
| ||||
InstallClick Finish when installation is complete. |
Installing NightWatchman Management Center in unattended mode
You can install NightWatchman Management Center to a large number of machines by choosing to install it in unattended mode using the /qn
switch in the installer command-line.
For example, to carry out a default installation where all the components are installed locally, run (the command-line is broken down into separate lines for clarity. Run it as a single command-line):
Code Block |
---|
msiexec /i NightWatchmanManagementCenter.msi ACTIVE_DIRECTORY_SERVER=ACME AESERVERNAME=localhost ADMINACCOUNT=ACME\Roger.WilcoNWM_Admins SVCUSER=ACME\SVCAccountsvc_NWMMC SVCPASSWORD=PswdPa55w0rd SQLSERVER=ACMESQL CURRENCYCODE=GBP /qn |
To install only the NightWatchman console where the NightWatchman Management Center console service is installed, run (the command-line is broken down into separate lines for clarity. Run it as a single command-line):
Code Block |
---|
msiexec /i NightWatchmanManagementCenter.msi ADDLOCAL=Console SERVICELOCATION=ACME023 /qn |
There are a number of installer properties which are detailed in Installing NightWatchman Management Center.
Note | ||
---|---|---|
| ||
Prerequisite checks are still carried out when you run in unattended mode. If they are not met, components will not install. |
Uninstalling or repairing the NightWatchman Management Center
The NightWatchman Management Center can be removed using the Add or Remove Programs in Control Panel. To uninstall, select the NightWatchman Management Center item in the Currently Installed Programs list and click the Remove button. You can also access support information for the product in the Add or Remove Programs dialog.
When you carry our a repair or re-installation, certain information stored for the WakeUp server is not available to the installer. You may need to configure additional WMI permissions to the service account for the WakeUp namespaces, as described in Preparation - Accounts needed to install the WakeUp server.
To implement a repair the NightWatchman Management Center, run: Msiexec /fvom NightWatchmanManagementCenter.msi
or if you are planning an upgrade, please refer to Upgrading NightWatchman Enterprise.
Detailed requirements
A definitive checklist of prerequisites and dependencies you need to meet in order to install NightWatchman Management Centre.
Component | Product | Notes | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OS |
| NightWatchman Management Center will install on systems running these server OSes.
| |||||||||||||||||||
Database servers |
| 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 ).
| |||||||||||||||||||
Runtime libraries |
| ||||||||||||||||||||
Installation and service accounts |
For a default installation, the programs and files associated with NightWatchman Management Center are created in C:\Program Files\1E\NightWatchman Management Center |