AuditWizard - Getting Started - Review Requirements

From Layton Support
(Difference between revisions)
Jump to: navigation, search
(Major revision)
m (Minor text additions)
 
(22 intermediate revisions by one user not shown)
Line 1: Line 1:
 
<p align="right">[[File:btn_back_up.png|link=User Guide for AuditWizard]] [[User Guide for AuditWizard|<u>Back to Contents</u>]]</p>
 
<p align="right">[[File:btn_back_up.png|link=User Guide for AuditWizard]] [[User Guide for AuditWizard|<u>Back to Contents</u>]]</p>
 
__FORCETOC__
 
__FORCETOC__
=The Server=
+
=Servers=
==Server OS==
+
The live application requires at least an application and a SQL Server. These can be on the same or different servers. The system requirements for the application server are dependent on the number of PCs to be audited. The configuration defined below is the recommended minimum.
It is not recommended that AuditWizard be installed on a computer running a workstation version of Windows. A service is used to do background tasks, and this requires that the computer be running constantly. Additionally, there may be issues with the number of computer connections to the computer. For this, we recommend that it be installed on a server-class Windows version.
+
  
==System Requirements==
+
On installation, a SQL Compact database is created on the application server. This is intended for only trial and testing purposes, and when going live, it is strongly recommended that it be migrated to SQL Server.
The system requirements are dependent on the number of PCs to be audited. The configuration defined below is the recommended minimum.
+
  
 +
==AuditWizard Application Server==
 
===Hardware Requirements===
 
===Hardware Requirements===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 22: Line 21:
 
|Hard-drive space
 
|Hard-drive space
 
|70–100 MB for the program installation. Allow at least 500 MB for growth in the folder structure. This is for attachments and other files related to the application. On installation, a SQL Compact database is created. This is intended for trial and testing purposes, and when going live, it is recommended that it be migrated to SQL Server. If not, the hard-drive space requirements will exceed 500 MB.
 
|70–100 MB for the program installation. Allow at least 500 MB for growth in the folder structure. This is for attachments and other files related to the application. On installation, a SQL Compact database is created. This is intended for trial and testing purposes, and when going live, it is recommended that it be migrated to SQL Server. If not, the hard-drive space requirements will exceed 500 MB.
 +
|-style="vertical-align:top;"
 +
|Screen Resolution
 +
|AuditWizard can support any screen resolution from 800 x 600. As it is a Windows application, it can be maximized to the available screen resolution.
 
|}
 
|}
  
 
===Software Requirements===
 
===Software Requirements===
 +
====Operating System====
 +
It is not recommended that a live installation of AuditWizard be installed on a computer running a workstation version of Windows. A service is used to do background tasks, and this requires that the computer be running constantly. Additionally, there may be issues with the number of computer connections to the computer. For this, we recommend that it be installed on a server-class Windows version. If using the '''[[AuditWizard - Concepts - Types of Auditing - Agent|AuditAgent]]''', a Server OS must be used.
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-style="vertical-align:top;"
 
|-style="vertical-align:top;"
! style="background:#009999; width: 150px; color: #FFFFFF"|Requirement
+
! style="background:#009999; width: 200px; color: #FFFFFF"|Requirement
! style="background:#009999; width: 850px; color: #FFFFFF"|Description
+
! style="background:#009999; width: 800px; color: #FFFFFF"|Description
 
|-style="vertical-align:top;"
 
|-style="vertical-align:top;"
|Operating System
+
|Operating System (Trial/Testing)
|Minimum Windows XP. This is only recommended for trial and testing. For live installations, Windows 32- and 64-bit Windows 2008, 2012 or 2016 operating systems. If using the AuditAgent, a Server OS must be used.
+
|Minimum Windows XP. This is only recommended for trial and testing.
 
|-style="vertical-align:top;"
 
|-style="vertical-align:top;"
|System Components
+
|Operating System (Live)
|
+
|Windows 32- and 64-bit Windows 2008 to 2019 operating systems.
 +
|-
 +
|}
 +
====Windows Components====
 +
{| class="wikitable" border="1"
 +
|-style="vertical-align:top;"
 +
! style="background:#009999; width: 200px; color: #FFFFFF"|Requirement
 +
! style="background:#009999; width: 800px; color: #FFFFFF"|Description
 +
|-style="vertical-align:top;"
 +
|.NET Framework 3.5
 +
|Enabled in the Windows Features control panel.
 
|-
 
|-
|
 
||
 
 
|}
 
|}
  
=The Audited PC=
+
===Ports===
==Operating System==
+
These are default ports and are the supported ones. Use different ports under your own advisement.
Virtually any PC can be audited provided the operating system is one of the following:
+
  
*Windows XP, Vista, 7, 8 and 10
+
{| class="wikitable" border="1"
*Windows Server 2000, 2003, 2008, 2012, 2016, 2019
+
|-style="vertical-align:top;"
*Both 32 and 64 Bit Operating Systems
+
! style="background:#009999; width: 60px; color: #FFFFFF"|Port
 +
! style="background:#009999; width: 30px; color: #FFFFFF"|TCP
 +
! style="background:#009999; width: 30px; color: #FFFFFF"|UDP
 +
! style="background:#009999; width: 300px; color: #FFFFFF"|Name
 +
! style="background:#009999; width: 580px; color: #FFFFFF"|Description
 +
|-style="vertical-align:top;"
 +
|25
 +
|Yes
 +
|No
 +
|Simple Mail Transfer Protocol (SMTP) (Not Secure)
 +
|Used for '''[[AuditWizard - Using AuditWizard - Administration - General - Email Settings|sending email notifications]]'''. Use either this or 465, not both.
 +
|-style="vertical-align:top;"
 +
|137
 +
|Yes
 +
|Yes
 +
|NetBIOS NetBIOS Name Service
 +
|Can be used for the '''[[AuditWizard - Concepts - Types of Auditing - Agent|Agent]]'''.
 +
|-style="vertical-align:top;"
 +
|139
 +
|Yes
 +
|Yes
 +
|NetBIOS NetBIOS Session Service
 +
|Needed for network sharing.
 +
|-style="vertical-align:top;"
 +
|445
 +
|Yes
 +
|No
 +
|Microsoft-DS SMB file sharing
 +
|Used for file sharing.
 +
|-style="vertical-align:top;"
 +
|465
 +
|Yes
 +
|No
 +
|Simple Mail Transfer Protocol (SMTP) (Secure)
 +
|Used for '''[[AuditWizard - Using AuditWizard - Administration - General - Email Settings|sending email notifications]]'''. Use either this or 25, not both.
 +
|-style="vertical-align:top;"
 +
|49961
 +
|Yes
 +
|No
 +
|Private Port
 +
|Used for Security Guarantee scan to ensure delivery of data packets.
 +
|-style="vertical-align:top;"
 +
|0–65536
 +
|Yes
 +
|No
 +
|Dynamic
 +
|AuditWizard dynamically allocates ports in the range 0–65536, as available.
 +
|}
  
==Firewall==
+
==SQL Server==
Deployment of the '''[[AuditWizard - Concepts - Types of Auditing - Agent|Agent]]''' will be difficult if individual client computers have a firewall installed. We recommend that you either don't use a client-level firewall or use the '''[[AuditWizard - Concepts - Types of Auditing - Scanner|Scanner method]]''' instead.
+
===SQL Compact===
 +
On installation, a SQL Compact database is created on the application server. This is intended for only trial and testing purposes, and when going live, it is strongly recommended that it be migrated to SQL Server.
  
=Audit-Data Storage=
+
To migrate to a SQL Server Express or full SQL Server database, run the '''[[AuditWizard - Using AuditWizard - Administration - General - Database Maintenance - Change Database Wizard - SQL Migration|Change Database Wizard]]'''.
By default, AuditWizard installs a SQL Server Compact version. This allows the user to get up and running without needing to install and configure SQL Server, making it easy to get started and when evaluating the application. The SQL Server Compact database can be used as is, but it is recommended that a SQL Server be used for databases above 10 assets. Hosting the database on a full version of SQL Server (not Express) gives the benefit of automated backup, so this is an important reason to migrate.
+
  
To connect to a SQL Server Express or full SQL Server database, run the '''[[AuditWizard - Using AuditWizard - Administration - General - Database Maintenance - Change Database Wizard - SQL Migration|Change Database Wizard]]'''.
+
===SQL Server===
 +
Either the enterprise (full) version of SQL Server or the free Express version can be used. SQL Server does not need to be installed on the same server as Layton ServiceDesk.
  
The following SQL Server versions are supported:
+
*Microsoft SQL Server 2005 or later
 +
*Microsoft SQL Server 2005 Express or later.
  
*SQL Server 2000 (including MSDE)
+
If you don't have any version of SQL Server installed, you may download the free '''[https://www.microsoft.com/en-us/sql-server/sql-server-downloads SQL Server Express]''' from Microsoft.
*SQL Server 2005 (including SQL Express 2005)
+
*SQL Server 2008 (including SQL Express 2008)
+
*SQL Server 2008 R2 (including SQL Express 2008 R2)
+
*SQL Server 2012 (including SQL Express 2012)
+
*SQL Server 2014 (including SQL Express 2014)
+
*SQL Server 2016 (including SQL Express 2016)
+
*SQL Server 2017 (including SQL Express 2017)
+
  
The amount of hard disk space required for your audit data is dependent upon the number of PCs audited and the amount of data uploaded. Typical database size for 100 uploaded computers is approximately 1.5Mb.
+
You can use either, depending on your hardware configuration. You should choose a ''WT'' ("With Tools") version to get Microsoft SQL Server Management Studio. Management Studio offers features such as database backup and recovery options.
  
=SQL Server Browser Service=
+
====SQL Server Browser Service====
If AuditWizard is to be installed on a server that is separate from the one hosting the SQL database, the '''[https://technet.microsoft.com/en-us/library/ms181087(v=sql.105).aspx SQL Server Browser Service]''' must be enabled, or AuditWizard will not be able to see your SQL Server.
+
If Layton ServiceDesk is to be installed on a server that is separate from the one hosting the SQL database, the '''[https://technet.microsoft.com/en-us/library/ms181087(v=sql.105).aspx SQL Server Browser Service]''' must be enabled, or Layton ServiceDesk will not be able to see the SQL Server.
<p align="right">[[AuditWizard - Getting Started - Pre-Installation |<u>Next article in this series: ''Pre-Installation''</u>]] [[File:Btn forward.png|link=AuditWizard - Getting Started - Pre-Installation]]</p>
+
 
 +
====Ports====
 +
This is the default port and is the supported one. Use a different port under your own advisement.
 +
 
 +
{| class="wikitable" border="1"
 +
|-style="vertical-align:top;"
 +
! style="background:#009999; width: 150px; color: #FFFFFF"|Port
 +
! style="background:#009999; width: 850px; color: #FFFFFF"|Description
 +
|-style="vertical-align:top;"
 +
|1433
 +
|SQL Server
 +
|}
 +
 
 +
====Windows Account====
 +
A Windows account should be added in Management Studio in SERVER ➤ Security ➤ Logins. This should be used to access SQL Server during installations and upgrades.
 +
 
 +
In Properties, default settings can be specified, but make sure it has the ''public'' and ''sysadmin'' roles in the ''Server Roles'' tab and it has permission to connect and login in the ''Status'' tab.
 +
 
 +
=Clients (Audited Computers)=
 +
==Operating System==
 +
Virtually any computer can be audited, provided the operating system is one of the following:
 +
 
 +
*Windows XP, Vista, 7, 8 and 10
 +
*Windows Server 2000, 2003, 2008, 2012, 2016, 2019
 +
*Both 32 and 64 Bit Operating Systems
 +
 
 +
==Firewall==
 +
Deployment of the '''[[AuditWizard - Concepts - Types of Auditing - Agent|Agent]]''' will be difficult if individual client computers have a firewall installed. We recommend that you either do not use a client-level firewall or use the '''[[AuditWizard - Concepts - Types of Auditing - Scanner|Scanner method]]''' instead.
 +
<p align="right">[[AuditWizard - Getting Started - Pre-Installation |<u>Next article in this series: ''Pre-Installation Procedure''</u>]] [[File:Btn forward.png|link=AuditWizard - Getting Started - Pre-Installation]]</p>
 
<p align="right">[[File:btn_back_up.png|link=User Guide for AuditWizard]] [[User Guide for AuditWizard|<u>Back to Contents</u>]]</p>
 
<p align="right">[[File:btn_back_up.png|link=User Guide for AuditWizard]] [[User Guide for AuditWizard|<u>Back to Contents</u>]]</p>

Latest revision as of 23:59, 6 December 2020

Btn back up.png Back to Contents

Contents

[edit] Servers

The live application requires at least an application and a SQL Server. These can be on the same or different servers. The system requirements for the application server are dependent on the number of PCs to be audited. The configuration defined below is the recommended minimum.

On installation, a SQL Compact database is created on the application server. This is intended for only trial and testing purposes, and when going live, it is strongly recommended that it be migrated to SQL Server.

[edit] AuditWizard Application Server

[edit] Hardware Requirements

Requirement Description
Minimum processor Intel Core i3 or higher. This is not a recommended live server configuration for large-scale deployments (1000 clients or more). In this case, Intel Xeon.
Minimum RAM 2GB
Hard-drive space 70–100 MB for the program installation. Allow at least 500 MB for growth in the folder structure. This is for attachments and other files related to the application. On installation, a SQL Compact database is created. This is intended for trial and testing purposes, and when going live, it is recommended that it be migrated to SQL Server. If not, the hard-drive space requirements will exceed 500 MB.
Screen Resolution AuditWizard can support any screen resolution from 800 x 600. As it is a Windows application, it can be maximized to the available screen resolution.

[edit] Software Requirements

[edit] Operating System

It is not recommended that a live installation of AuditWizard be installed on a computer running a workstation version of Windows. A service is used to do background tasks, and this requires that the computer be running constantly. Additionally, there may be issues with the number of computer connections to the computer. For this, we recommend that it be installed on a server-class Windows version. If using the AuditAgent, a Server OS must be used.

Requirement Description
Operating System (Trial/Testing) Minimum Windows XP. This is only recommended for trial and testing.
Operating System (Live) Windows 32- and 64-bit Windows 2008 to 2019 operating systems.

[edit] Windows Components

Requirement Description
.NET Framework 3.5 Enabled in the Windows Features control panel.

[edit] Ports

These are default ports and are the supported ones. Use different ports under your own advisement.

Port TCP UDP Name Description
25 Yes No Simple Mail Transfer Protocol (SMTP) (Not Secure) Used for sending email notifications. Use either this or 465, not both.
137 Yes Yes NetBIOS NetBIOS Name Service Can be used for the Agent.
139 Yes Yes NetBIOS NetBIOS Session Service Needed for network sharing.
445 Yes No Microsoft-DS SMB file sharing Used for file sharing.
465 Yes No Simple Mail Transfer Protocol (SMTP) (Secure) Used for sending email notifications. Use either this or 25, not both.
49961 Yes No Private Port Used for Security Guarantee scan to ensure delivery of data packets.
0–65536 Yes No Dynamic AuditWizard dynamically allocates ports in the range 0–65536, as available.

[edit] SQL Server

[edit] SQL Compact

On installation, a SQL Compact database is created on the application server. This is intended for only trial and testing purposes, and when going live, it is strongly recommended that it be migrated to SQL Server.

To migrate to a SQL Server Express or full SQL Server database, run the Change Database Wizard.

[edit] SQL Server

Either the enterprise (full) version of SQL Server or the free Express version can be used. SQL Server does not need to be installed on the same server as Layton ServiceDesk.

  • Microsoft SQL Server 2005 or later
  • Microsoft SQL Server 2005 Express or later.

If you don't have any version of SQL Server installed, you may download the free SQL Server Express from Microsoft.

You can use either, depending on your hardware configuration. You should choose a WT ("With Tools") version to get Microsoft SQL Server Management Studio. Management Studio offers features such as database backup and recovery options.

[edit] SQL Server Browser Service

If Layton ServiceDesk is to be installed on a server that is separate from the one hosting the SQL database, the SQL Server Browser Service must be enabled, or Layton ServiceDesk will not be able to see the SQL Server.

[edit] Ports

This is the default port and is the supported one. Use a different port under your own advisement.

Port Description
1433 SQL Server

[edit] Windows Account

A Windows account should be added in Management Studio in SERVER ➤ Security ➤ Logins. This should be used to access SQL Server during installations and upgrades.

In Properties, default settings can be specified, but make sure it has the public and sysadmin roles in the Server Roles tab and it has permission to connect and login in the Status tab.

[edit] Clients (Audited Computers)

[edit] Operating System

Virtually any computer can be audited, provided the operating system is one of the following:

  • Windows XP, Vista, 7, 8 and 10
  • Windows Server 2000, 2003, 2008, 2012, 2016, 2019
  • Both 32 and 64 Bit Operating Systems

[edit] Firewall

Deployment of the Agent will be difficult if individual client computers have a firewall installed. We recommend that you either do not use a client-level firewall or use the Scanner method instead.

Next article in this series: Pre-Installation Procedure Btn forward.png

Btn back up.png Back to Contents

Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox