This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Command Line for Unix FNMS Policy Update
Subscribe
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2021
01:23 PM
We use this command line to force a policy request for the FNMS Agent on the Windows side:
C:\Program Files (x86)\ManageSoft\Policy Client\mgspolicy.exe -t machine
What is the equivalent on the Unix/Linux side? I can't find it in the documentation (probably just missed it).
Thanks!
1 Solution
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2021
01:50 PM
Here you go. Path varies by install. Below is the default.
/opt/managesoft/bin/mgspolicy -t machine
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
2 Replies
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2021
01:50 PM
Here you go. Path varies by install. Below is the default.
/opt/managesoft/bin/mgspolicy -t machine
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 29, 2021
05:03 PM
Thank you @rwiltshire!
