1 |
Click Add instances. |
2 |
Select the Discover SQL Server Instances by Hosts dialog box appears. |
4 |
Click Discover. |
6 |
Click Finish. |
1 |
Click Add instances. |
2 |
Click Discover by IP. |
3 |
In the From box, type the IP Range. |
4 |
In the To box, type the requested IP Range. |
5 |
Click Discover. |
7 |
Click Finish. |
1 |
Select the Import from file option. |
2 |
Import the <NAME>.regsrvr file |
1 |
3 |
• |
README.txt file |
• |
mssql_cli_installer.groovy — a groovy script file that runs the silent installation. This file should be copied to the <FMS_HOME>/bin directory. |
• |
silent_installer_input_template.csv — a template file that should serve as the basis for inserting contents into the input CSV file. This file can be copied to any folder of your choice, if the path indicated by the <csv_instances_file_name> parameter (see below) points to the selected path. For details about the contents of this file, see Contents of the Input CSV File. |
• |
MSSQLPermissionsCheck.sql — this file contains the SQL th.at the user should run on the monitored instance to check permissions needed for monitoring |
• |
MSSQLPermissionsGrant.sql — this file contains the SQL that the user should run on the monitored instance in order to grant the instance the required permissions for monitoring. |
5 |
Copy the mssql_cli_installer.groovy file to the <FMS_HOME>/bin directory. |
6 |
Go to the command line and run the command: <FMS_HOME>/bin/fglcmd -srv <fms_host_name> -port <fms_url_port> -usr <fms_user_name> -pwd <fms_user_password> -cmd script:run -f mssql_cli_installer.groovy fglam_name <fglam_name> instances_file_name <csv_instances_file_name> lockbox_name <lockbox_name> lockbox_password <lockbox_password> |
• |
A file with the input file's name and _status suffix (for example: if the input file is named input, this file is named input_status). |
• |
A file with input file's name and _new suffix (for example: if the input file is named input, this file is named input_status). |