A new Flexera Community experience is coming on November 18th, click here for more information.
Greetings
I'm trying to perform an unattended install of a flexera Beacon server and according to the documentation I should be calling a beaconinstall.ps1 file and passing in a config file. I am unable to locate the referenced powershell file.
any assistance in appreciated
Jun 25, 2020 02:08 AM
Thanks for the link to the online help page. The script it refers to is InstallBeacon.ps1, not BeaconInstall.ps1 (which is why I couldn't find it!)
After a little digging, it appears that script is included in the download files for FlexNet Manager Suite On-premises, but is not published anywhere for organizations using FlexNet Manager Suite Cloud. The script is fairly simple to describe though for you to automate the corresponding steps. It will:
And yes - the beacon install exe will have a name like "BeaconInstaller15.0.0.30.exe" (where the numbers will vary based on the specific beacon version you're working with).
Jun 26, 2020 03:59 AM
Hi @seanarcher ,
beaconinstall.ps1 should be in your install package, under support folder.
If you don't have the install package, please download it from flexera
Jun 25, 2020 02:17 AM
Are you referring to the Beacon install exe?
BeaconInstaller15.0.0.30.exe
Jun 25, 2020 06:50 PM
Thanks for the link to the online help page. The script it refers to is InstallBeacon.ps1, not BeaconInstall.ps1 (which is why I couldn't find it!)
After a little digging, it appears that script is included in the download files for FlexNet Manager Suite On-premises, but is not published anywhere for organizations using FlexNet Manager Suite Cloud. The script is fairly simple to describe though for you to automate the corresponding steps. It will:
And yes - the beacon install exe will have a name like "BeaconInstaller15.0.0.30.exe" (where the numbers will vary based on the specific beacon version you're working with).
Jun 26, 2020 03:59 AM
Thanks
Jun 28, 2020 07:50 PM
What documentation have you seen this file referenced in?
I don’t recall coming across a “beaconinstall.ps1” script that is part of the FlexNet Manager Suite product before. I do recognise this as the name of a script that some consultants from Flexera and Flexera partners may have used in the past - but it is just one file in an extensive toolkit they use, and not useful on its own.
Here are some sample command lines to do an unattended install of the beacon.
Installing a standalone beacon:
BeaconInstaller<Version>.exe /s /v"/qb- ALLUSERS=1 ADDLOCAL=ALL REBOOT=ReallySuppress FNMPWEBUIURL=https://<your-fnms-web-server>/Suite SCHEDUSERNAMEMODE=OTHER SCHEDUSERNAME=<domain>\<beacon-service-account> SCHEDPASSWORD=<password> /l*v BeaconInstall.log"
Installing the beacon components on the batch server:
BeaconInstaller<Version>.exe /s /v"/qb- ALLUSERS=1 ADDLOCAL=ALL REBOOT=ReallySuppress FNMPWEBUIURL=https://<your-fnms-web-server>/Suite CONFIGURESCHEDS=FALSE /l*v BeaconInstall.log"
Jun 25, 2020 07:28 AM
Jun 25, 2020 06:49 PM - last edited on Jun 26, 2020 03:43 AM by ChrisG
User | Count |
---|---|
8 | |
7 | |
3 | |
3 |