Setup Guide

24
DellProtectedWorkspaceManagementServerInstallandConfigurev2.2
InstallingtheDPWMSonCustomHardwareoracustomVirtualMachine
InstallingtheDPWMSandprerequisites
IfadministratorsprefertousetheirownversionofLinux,aTGZfileisavailableforinstallation.InvinceausesCentOS6.6
x86_64,butasimilarLinuxOSmaybeused(a64bitLinuxOSisrequired).TheDPWMSrequiresaMySQLdatabase,
eitheronthelocalsystemorona
remotesystem.TheDPWMSalsorequiresthatthesystemhasport443available
throughthelocalfirewallfortheDPWMSConsoleandAPIcallstowork(assumingtherecommendedportsareused.
Thismayvarybasedoncustomconfigurations).Thefollowingpackagesarerequiredforfullsystemfunctionality
(assumingRHEL
orCentOS):
mysqlserver
epel(onlyrequiredifinstallingthenextpackageviayum)
wine
TheDPWMScanbeinstalledviathetgzfilesupplied.Adestinationdirectoryneedstobecreatedfirst.Itis
recommendedthatthefollowingdirectorybeused:/var/www/html/ims2.Oncethedestinationdirectoryiscreated,
thefollowingcommandcanbeusedtoextractthecomponents:

tar xzf dpwms-z.z.z-YYYYY.tgz –C /var/www/html/ims2
ThisassumestherecommendeddestinationpathisusedandtheDPWMSpackageisinthedirectorythecommandis
beingexecutedfrom.
BeforetheDPWMScanrun,MySQLalsoneedstobeinstalledonthehost,asallDPWMSdataisstoredwithinaMySQL
database.Thedatabasecanbe
storedonaseparatemachine;howeverthedefaultconfigurationfilewillneedtobe
updatedtopointtothedestinationsystem.Also,ausernameandpasswordarenecessarysotheDPWMSprocesscan
connecttothemysqldatabase.Thesewillneedtobeenteredintotheims.conffile.
Additionally,to
supportthreatreportuploadsandpackageuploads,the/etc/my.cnffileneedstobemodifiedtoinclude
thefollowingunderthe[mysqld]section:
max_allowed_packet=150M
Thedefaultmy.cnfincludedwiththeprebuiltsystemcontainsthefollowing:
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
max_allowed_packet=150M
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
OncethepackageandMySQLdatabase areready,followingthestepsintheConfiguringtheDPWMSSYSVstartup
scriptandConfigurationtheDPWMSconfigurationfilesections.