appendix page corrected
This commit is contained in:
parent
6561f201a4
commit
eb7fdca8a8
1 changed files with 42 additions and 35 deletions
|
@ -6952,17 +6952,18 @@ Installing NetXMS server on Windows Server with local Microsoft SQL Server Expre
|
|||
If enabling mixed authentication mode:
|
||||
----------------------------------------------------
|
||||
|
||||
3. Enable mixed authentication mode as per https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/change-server-authentication-mode
|
||||
Don't forget to restart SQL Server after changing authentication mode.
|
||||
3. Enable mixed authentication mode as per https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/change-server-authentication-mode Don't forget to restart SQL Server after changing authentication mode.
|
||||
4. Run NetXMS Server installer. When prompted for database information, use the following answers:
|
||||
Server type: MS SQL
|
||||
Server name: localhost\SQLEXPRESS
|
||||
Database name: (any valid name, we use "netxms")
|
||||
Login name: (any valid account name, we use "netxms")
|
||||
Password: (any password complex enough to match OS password policy)
|
||||
Create database and database user: check
|
||||
DBA login name: *
|
||||
DBA password: (left empty)
|
||||
|
||||
- Server type: MS SQL
|
||||
- Server name: localhost\SQLEXPRESS
|
||||
- Database name: (any valid name, we use "netxms")
|
||||
- Login name: (any valid account name, we use "netxms")
|
||||
- Password: (any password complex enough to match OS password policy)
|
||||
- Create database and database user: check
|
||||
- DBA login name: *
|
||||
- DBA password: (left empty)
|
||||
|
||||
This assumes that currently logged in user has DBA access to SQL Server instance (normally should be the case if SQL Server was just installed by same user).
|
||||
Alternative approach is to enable "sa" user in SQL server and use sa login and password as DBA login name and password.
|
||||
|
||||
|
@ -6978,12 +6979,14 @@ Currently installer does not support automatic database creation for Windows aut
|
|||
4. Create new database with default owner (owner should be set to currently logged in administrator user)
|
||||
5. Run NetXMS Server installer. On "Select additional tasks" page uncheck "Start NetXMS Core service".
|
||||
6. When prompted for database information, use the following answers:
|
||||
Server type: MS SQL
|
||||
Server name: localhost\SQLEXPRESS
|
||||
Database name: (database name from step 4)
|
||||
Login name: *
|
||||
Password: (left empty)
|
||||
Create database and database user: uncheck
|
||||
|
||||
- Server type: MS SQL
|
||||
- Server name: localhost\SQLEXPRESS
|
||||
- Database name: (database name from step 4)
|
||||
- Login name: *
|
||||
- Password: (left empty)
|
||||
- Create database and database user: uncheck
|
||||
|
||||
7. After installation is complete, go to "Services", find "NetXMS Core" service, and set it to login as administrator user (same user used for installation)
|
||||
8. Start NetXMS Core service
|
||||
|
||||
|
@ -6992,25 +6995,27 @@ Installing NetXMS server on Windows Server with remote Microsoft SQL Server Expr
|
|||
===================================================================================
|
||||
|
||||
Assumptions:
|
||||
- Both SQL Express Server machine and NetXMS Server machine are in the same domain
|
||||
- TCP/IP is enabled in SQL Server network properties
|
||||
- TCP/IP is configured to use fixed port
|
||||
- Firewall rule is added to allow incoming connections on SQL Server TCP port (may need to add manually)
|
||||
- Mixed authentication mode is already enabled on SQL Server (only for scenario 1 below)
|
||||
* Both SQL Express Server machine and NetXMS Server machine are in the same domain
|
||||
* TCP/IP is enabled in SQL Server network properties
|
||||
* TCP/IP is configured to use fixed port
|
||||
* Firewall rule is added to allow incoming connections on SQL Server TCP port (may need to add manually)
|
||||
* Mixed authentication mode is already enabled on SQL Server (only for scenario 1 below)
|
||||
|
||||
If using SQL account for NetXMS services is acceptable
|
||||
------------------------------------------------------
|
||||
1. Login to NetXMS Server machine with domain account that has local administrator rights as well as sysadmin rights on SQL Server
|
||||
2. Install ODBC Driver for SQL Server
|
||||
3. Run NetXMS Server installer. When prompted for database information, use the following answers:
|
||||
Server type: MS SQL
|
||||
Server name: SQL server domain computer name or fully qualified DNS name (if TCP port is not 1433, then use form server_name,port)
|
||||
Database name: (any valid name, we use "netxms")
|
||||
Login name: (any valid account name, we use "netxms")
|
||||
Password: (any password complex enough to match OS password policy)
|
||||
Create database and database user: check
|
||||
DBA login name: *
|
||||
DBA password: (left empty)
|
||||
|
||||
- Server type: MS SQL
|
||||
- Server name: SQL server domain computer name or fully qualified DNS name (if TCP port is not 1433, then use form server_name,port)
|
||||
- Database name: (any valid name, we use "netxms")
|
||||
- Login name: (any valid account name, we use "netxms")
|
||||
- Password: (any password complex enough to match OS password policy)
|
||||
- Create database and database user: check
|
||||
- DBA login name: *
|
||||
- DBA password: (left empty)
|
||||
|
||||
Installer should create database, database user, assign user as database owner, and NetXMS Core service should start successfully.
|
||||
|
||||
In this scenario server will use login and password on SQL server, so service can continue to run under Local System account, or you can change it to any domain account.
|
||||
|
@ -7023,11 +7028,13 @@ If server has to use domain account for accessing database
|
|||
4. Login to NetXMS Server machine with same domain user
|
||||
5. Run NetXMS Server installer. On "Select additional tasks" page uncheck "Start NetXMS Core service".
|
||||
6. When prompted for database information, use the following answers:
|
||||
Server type: MS SQL
|
||||
Server name: SQL server domain computer name or fully qualified DNS name (if TCP port is not 1433, then use form server_name,port)
|
||||
Database name: (database name from step 4)
|
||||
Login name: *
|
||||
Password: (left empty)
|
||||
Create database and database user: uncheck
|
||||
|
||||
- Server type: MS SQL
|
||||
- Server name: SQL server domain computer name or fully qualified DNS name (if TCP port is not 1433, then use form server_name,port)
|
||||
- Database name: (database name from step 4)
|
||||
- Login name: *
|
||||
- Password: (left empty)
|
||||
- Create database and database user: uncheck
|
||||
|
||||
7. After installation is complete, go to "Services", find "NetXMS Core" service, and set it to login as administrator user (same user used for installation)
|
||||
8. Start NetXMS Core service
|
Loading…
Add table
Add a link
Reference in a new issue