- 3 minutes to read
Release Notes
How to install Nodinite for a Proof of Concept (POC)
Info
You get the short-hand information required to conduct a POC on this page.
You can sign up for our free e-learning package at nodinite.com/learn
What are you going to prove?
We think it is a good idea that you have a solid use case for the POC. We recommend that you run at least three different use cases:
- A simple scenario, like a managed file transfer.
- A more complex scenario, usually a request-response with multiple systems, message formats and alike.
- A complex scenario, do include correlated events spanning some time, maybe with a split, multiple receivers in several systems. This use case should involve the business users in one way or another.
Prepare the run-time environment
Note
The customer or a partner with access to the target environment must perform these steps before installing Nodinite
# | Task | Description | Docs |
---|---|---|---|
1. | Windows Server | You need a Windows Server with at least a 100GB system disk and 16GB RAM. This instance can be a virtual machine and should be domain joined. NOTE: You cannot use a Windows Desktop OS like Windows XP/7-11 |
|
2. | SQL Server instance | You need a SQL Server instance where the service account is sysadmin | |
3. | Create a service account | You can use one or more accounts according to your least privilege policy. Remember to check the password never changes option | |
4. | Local Administrator | Ensure the service account in step 3 is local admin on the Windows Server in step 1 | |
5. | Sysadmin | Ensure the service account in step 3 is sysadmin on the SQL instance in step 2 | |
6. | Linked Server | Create a linkedserver against localhost or localhost\namedinstance depending on target sql instance | |
7. | SSMS and DacFx | Install SSMS and DACFramework on the Windows Server with IIS in step 1 | |
8. | IIS | Install and configure the IIS prereqs | |
9. | DTC | Configure the DTC on Windows Server and SQL instance |
Installing Nodinite
Now it is time to install and configure Nodinite.
# | Task | Docs | Release Notes |
---|---|---|---|
10. | Install the Nodinite Install and Update tool | Release Notes |
|
11. | Download a version of Nodinite | Release Notes |
|
12. | Install Nodinite | ||
13. | Install Log Agents | ||
14. | Install Monitoring Agents | ||
15. | Manage alerting |
POC
Now it is time to make use of Nodinite.
# | Task | Docs |
---|---|---|
16. | Working with Nodinite |
Post Installation
Optionally, if the server is on the Internet, we recommend that you apply additional security settings on the environment.
# | Task | Docs |
---|---|---|
17. | Post installation steps |