Policy Managerでfspm-definitions-update-toolのプラットフォームをLinuxからWindowsに(またはその逆に)切り替える方法 - F-Secure Community
<main> <article class="userContent"> <h3 data-version="4" data-article="000026822" data-id="issue">Issue:</h3> <p>オフラインサーバーでの更新にする順序に、オフラインツールと呼ばれる<i>FSPM-定義更新ツールは、</i>ポリシーマネージャ(PM)によって作成される必要があります。<br>詳細な手順は<a rel="nofollow" href="https://help.f-secure.com/product.html#business/policy-manager/15.00/en/task_957E20DBBA344DF3A8B1B703EA7A4F1D-15.00-en">ここにあります</a>。<br><br>たとえば、この<i>fspm-definitions-update-tool</i>がLinux PMから作成された場合、このツールはオンラインLinuxマシンでのみ実行できます。<br>オンラインのLinuxマシンがなく、Windows PMを一時的にインストールするWindowsサーバーがない場合、このツールを実行してオフラインの定義更新ファイルを作成するにはどうすればよいですか?</p> <h3 data-id="resolution">Resolution:</h3> <p>F-Secureの<i>fspm-definitions-update-tool</i>はJavaファイルを使用しているため、Javaファイルを変更すると、別のプラットフォームでツールを使用有効ます。<br>以下は、Javaファイルをダウンロードして変更する方法の詳細な手順です。<br><br><b>シナリオ1: <i>fspm-definitions-update-tool</i>はLinux PMから作成され、このツールはWindowsマシンで実行されます。</b></p><ol><li>この<a rel="nofollow" href="https://download.bell-sw.com/java/11.0.5+11/bellsoft-jdk11.0.5+11-windows-amd64.zip">リンク</a>からWindowsJREをダウンロードします(指定されたリンクはPM 15.xで有効であり、古いPMバージョンにはJRE 8が必要です)</li><li>上記でダウンロードしたコンテンツをfspm-definitions-update-tool \ jre \に解凍し、既存のすべてのファイルを置き換えます</li><li>現在のディレクトリとして「fspm-definitions-update-tool」に移動します</li><li>次のコマンドでツールを実行します</li></ol><pre class="code codeBlock" spellcheck="false" tabindex="0"><br>jre\bin\java.exe -server -cp "lib\*" -XX:ErrorFile="logs\hs_err_pid%%p.log" com.fsecure.fspms.definitionsupdate.DefinitionsUpdateTool -configPath "conf\configuration.properties"</pre> <b>シナリオ2: <i>fspm-definitions-update-tool</i>はWindows PMから作成され、このツールはLinuxマシンで実行されます。</b><ol><li>この<a rel="nofollow" href="https://download.bell-sw.com/java/11.0.5+11/bellsoft-jdk11.0.5+11-linux-amd64.tar.gz">リンク</a>からLinuxJREをダウンロードします(指定されたリンクはPM 15.xで有効であり、古いPMバージョンにはJRE 8が必要です)</li><li>上記でダウンロードしたコンテンツをfspm-definitions-update-tool / jre /に解凍し、既存のすべてのファイルを置き換えます</li><li>現在のディレクトリとして「fspm-definitions-update-tool」に移動します</li><li>次のコマンドでツールを実行します</li></ol><pre class="code codeBlock" spellcheck="false" tabindex="0"><br>jre/bin/java -server -XX:ErrorFile=logs/hs_err_pid%p.log -Djava.security.egd=file:/dev/./urandom -cp lib/\* com.fsecure.fspms.definitionsupdate.DefinitionsUpdateTool -configPath "conf/configuration.properties"</pre> <p>Article no: 000026822</p> <p><img src="https://us.v-cdn.net/6032052/uploads/GB5QKNE9FEQC/greyscale-regular.png" alt="powered by Google Translate" border="0" class="embedImage-img importedEmbed-img"></img><br>The content of this article has been machine translated from the English source article.<br>While reasonable efforts have been made to provide accurate translations, there may still be translation errors.</p> </article> </main>