-
Notifications
You must be signed in to change notification settings - Fork 4
OSX Linux Console to appear on the Install Page
Jonathan Jesse edited this page Mar 25, 2020
·
5 revisions
Here are the steps to get OSX/Linux console to appear on the /install page.
- Download the Forescout 8.1 OSX Console
- Download the Forescout 8.1 Linux Console
- SSH to your Enterprise Manager or Appliance(s)
- Navigate to /usr/local/forescout/webapps/portal/management-setup/InstData
- Create 2 folders and place the appropriate installer in each folder. osx linux
- chown each of the new folders to tomcat5
- Navigate to /usr/local/forescout/webapps/portal/management-setup/
- Make a backup copy of ManagementSetup.htm
- Edit ManagementSetup.htm
- Scroll down to the bottom of the htm file, below the windows platform entry add two more entires:
<!-OSX Platform Row -->
<tr>
<td class="platformImageTD">
<img src="InstData/images/macosx.gif" alt="Macintosh">
</td>
<td class="platformNameTD">
OSX
</td>
<td class="platformDownloadTD">
<a class="downloadLink" href="InstData/osx/Install_Management.dmg">Download (158.9M)</a>
</td>
</tr>
<!-- Linux Platform Row -->
<tr>
<td class="platformImageTD">
<img src="InstData/images/linux.png" alt="Linux">
</td>
<td class="platformNameTD">
Linux
</td>
<td class="platformDownloadTD">
<a class="downloadLink" href="InstData/linux/Install_Management.run">Download (170.0M)</a>
</td>
</tr>
- Save and Exit
- run fstool www restart
This is not needed in version 8.2 as the SecureConnector Agent is available from the https://1.2.3.4/sc page