top of page
Search
  • Writer's pictureMaarten Boonen

How to install AvePoint's DocAve 6 suite


AvePoint_02.jpg

Welcome to my first post about AvePoint's brilliant DocAve 6 suite. After surfing the web I discovered there is not a lot of documentation around. This will be a series of posts on how to configure DocAve 6 and enjoy all the wonderful features provided by AvePoint.

I will start with the installation of DocAve 6 itself in a step-by-step detailed manor. Although I presume you have more peanuts in your brain than a monkey.

Nessesities

  • Service Account

  • DocAve 6 software

  • SilverLight

  • Server with minimum specs of 2 CPU and 2 or 4 GB memory

  • Access to a SQL Enterprise (2008 R2 >> up) server (for RBS)

  • Coffee

Resources

Binarie installation

Before I can start the actual installation I need to configure somethings.

Service Account

The Service Account can be a normal domain user and need to have a minimum of the following permissions. See DocAve 6 Installation guide page 9 for more details.

Local System

  • Add to the BUILTIN\Administrators group on all servers.

  • IIS_IUSRS (local system) done by DocAve.

  • Performance Monitor Users (local system) done by DocAve.

  • Logon as a batch job (local system policy, gpedit.msc) done by DocAve.

SQL Server

  • Add to SQL with a Sys admin role (more than needed see the user guide).

SharePoint

  • Add to the Farm Administrators group of all your farms.

  • All Web Applications user permissions with full control (Do not check, Account operates as System).

  • Managed Metadata Service Application >> Term Store Administrator.

  • User Profile Service Application user permissions with full control, Create Personal sites, Follow people and Edit Profile, use Tags and Notes.

  • Business Data Connectivity Service >> Full Control.

  • Search Service Application >> Full Control.

Firewall

The following ports need to be opened on the servers. Disabling your firewall is also an option but not recomended.

#Add FireWall rules for DocAve 6 (Only on the SharePoint, OWA and WorkFlow servers)

Write-Host "Add FireWall rules DocAve 6" -ForegroundColor Blue

netsh advfirewall firewall add rule name="DocAve 6 Control Server - 14000" dir=in action=allow protocol=TCP localport=14000

netsh advfirewall firewall add rule name="DocAve 6 Media Server - 14001" dir=in action=allow protocol=TCP localport=14001

netsh advfirewall firewall add rule name="DocAve 6 Media Server - 14002" dir=in action=allow protocol=TCP localport=14002

netsh advfirewall firewall add rule name="docAve 6 SharePoint DocAve Report Service - 14003" dir=in action=allow protocol=TCP localport=14003

netsh advfirewall firewall add rule name="DocAve 6 Agent Service - 14004" dir=in action=allow protocol=TCP localport=14004

netsh advfirewall firewall add rule name="DocAve 6 Control Server - 14007" dir=in action=allow protocol=TCP localport=14007

#Add FireWall rules Snap Manager for SQL (Only on the SQL severs)

Write-Host "Add FireWall rules Snap Manager for SQL" -ForegroundColor Blue

netsh advfirewall firewall add rule name="SnapManager for SQL Control Server - 808" dir=in action=allow protocol=TCP localport=808

Windows Features

  • .NET Framework 3.5 SP1

  • Internet Information Server

Anti Virus

Add the …\AvePoint\DocAve6 directory to your anti-virus software’s exclusion list.

Start the installation

Open the location of your installation media and double click, setup.exe

Install_01_Splashscreen.png

Install_02_Welcome.png

Enter some customer information.

Install_03_CustomerInfo.png

Accept the license agreement.

Choose the installation location. Best to leave it on the C:\ drive.

Install_05_InstallLocation.png

Choose advanced for a detailed installation and select all options.

Install_06_ServicesInstallation.png

The install wizard scans the server if it matches his needs.

Warnings are acceptable as long as you know why he's say it.

In my case I used 1 CPU and 2 GB memory. 2 CPU and 4 GB where recommended specs.

If the Net.Tcp Port Sharing Service gives a status failed you have to activate the Windows Service. Go to: Run >> Services.msc >> Find the Net.Tcp Port Sharing Service Put it on automatic and start the service.

Install_07_InstallationRuleScannign.png

Add the information for your orchastrator server.

  • HOSTNAME will be the name of the server itself.

  • DOMAIN is the name of your own domain.

  • Double check if the firewall ports are set correctly.

  • Specify the service account including the DOMAIN\serviceaccount

Install_08_ControlDBSettings.png

Note, the Service Account needs to have the correct permissions in SQL to create databases.

Install_09_ControlDBCreation.png

Set a Passphrase which is needed to add agents to the orchestrator. This can be changed from the Control Panel.

Install_10_PassPhrase.png

Install the Media Services on the same server. Fill out the hostname of the server your installing DocAve to.

Install_11_MediaServiceConfiguration.png

Install the Report Services on the same server. Fill out the hostname of the server your installing DocAve to.

Install_12_ReportServiceConfiguration.png

The Report Services database will be created

Install_14_ReportDBCreation.png

The Auditor database will be created

Install_15_AuditorDBCreation.png

You can use a bought or wildcard SSL certificate.

Depending on your security policy in your company you can leave it on the builtin certificate.

Install_16_Certificate.png

Installation summary

Install_17_InstallSummary.png

The installation is in progress

Install_18_InstallProgress.png

The installation is completed

Install_19_InstallationComplete.png

When you double click the DocAve icon on your desktop your presented with a SSL certificate security warning.

Note, You can Continue and install the certificate on the local machine to prefent this warning.

Install_20_CertificateError.png

Select Certificate on the end of the address bar and choose View certificate.

Install_21_InstallCertificate.png

Install the certificate

Install_21_InstallCertificate2.png

Install_21_InstallCertificate3.png

Install_21_InstallCertificate4.png

Install_21_InstallCertificate5.png

Install_21_InstallCertificate6.png

Now next time you start DocAve 6 the SSL warning will not be showed.

In order for DocAve to run on the machine SilverLight need to be installed. If it's not pressent a pop-up will present itself.

If you cannot download it you have to disable the IE Enhanced Security Configuration.

Install_22_LoginScreen.png

Login with the default username and password, admin / admin.

Install_23_DocAve6Dashboard.png

Now the installation is finished and you need to install the agents on all servers within your SharePoint envirionment. this includes Office WebApps and SQL.

In the following posts I'll descibe some configuration settings.

927 views
bottom of page