Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure TOTAL
F-Secure SAFE / Internet Security / Anti-Virus
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Common topics
User Guides
Support
Login
|
Register
How to setup the silent installation for Policy Manager Proxy 14.20 - F-Secure Community
<main> <article class="userContent"> <h3 data-version="3" data-article="000016979">Issue:</h3> <p></p><ul><li>How to setup the silent installation for Policy Manager Proxy 14.20</li><li>User is creating a policy-based upgrade and needs to export installer msi for rollout via group policies</li></ul><h3>Resolution:</h3> <p></p><h1>Clean installations:</h1> <h2>For Windows</h2> <ol><li>Open Policy Manager Console and create temporary user with full access permissions for the root domain</li><li>Download Policy Manager Proxy installer: fspm-14.10.88509.exe as an example</li><li>Extract Policy Manager Proxy setup executable content. For 14.00 and older - via any archive manager, for 14.10 start the executable and grab all the content from temporary directory at root level of system drive</li><li>Transfer admin.pub from Policy Manager to the extracted content</li><li>Edit prodsett.ini in the same directory: uncomment and specify values for all properties in the section "F-Secure PM Proxy"</li><li>Use user credentials created at first step for UpstreamPmUserName and UpstreamPmUserPwd properties</li><li>Run "setup.exe /silent" at target host for 14.00 and older, starting from 14.10 executable is called like fspmp-14.10.88509-rtm.exe, so have to run "fspmp-14.10.88509-rtm.exe /silent"</li><li>Remove user created at first step</li></ol><h2>For Linux</h2> <ol><li>Open Policy Manager Console and create temporary user with full access permissions for the root domain</li><li>Download installer: fspmp-14.10.88509-1.x86_64.rpm as an example</li><li>Put admin.pub from PM to the dir with installer</li><li>Create shell script with name like pmp.sh and following content:</li></ol><p>yum -y update libstdc++</p> <p>yum -y install libstdc++.i686</p> <p>rpm -i fspmp-14.10.88509-1.x86_64.rpm</p> <p>/opt/f-secure/fspms/bin/fspms-config << PMPCONFIG PM address PM port (usually 443) ./admin.pub PMP http port to be used (usually 80) PMP httpS port to be used (usually 443) PM admin username (created at first step) PM admin password (created at first step) PMPCONFIG</p> <ol><li>Run the script: “./pmp.sh”.</li><li>Remove user created at first step.</li></ol><p>Same things with Debian/Ubuntu, but use apt and dpkg instead, so sh script will look like:</p> <p>apt -y upgrade libstdc++6:</p> <p>apt -y install libstdc++6:i386</p> <p>dpkg -i fspmp_14.10.88509_amd64.deb</p> <p>/opt/f-secure/fspms/bin/fspms-config << PMPCONFIG PM address PM port (usually 443) ./admin.pub PMP http port to be used (usually 80) PMP httpS port to be used (usually 443) PM admin username (created at first step) PM admin password (created at first step) PMPCONFIG</p> <p>After the script run, if everything is ok, PMP host should appear in PMC.<br> </p> <h1>Policy Manager Proxy upgrades:</h1> <p>For upgrades, as there is not need to configure PMP and generate certificates enough to just upgrade the build.</p> <h2>For Windows:</h2> <ol><li>Extract PMP executable content via any archive manager</li><li>Run "setup.exe /silent"</li></ol><h2>For Linux:</h2> <ol><li>rpm -U fspmp-14.10.88509-1.x86_64.rpm</li><li>dpkg -i fspmp_14.10.88509_amd64.deb</li></ol><p>Article no: 000016979</p> </article> </main>