cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Standalone Unix agent upload to windows file share

We have an environment where we have FNMS running and collecting inventory, however one of the groups we are working with has an air-gapped network that requires inventory, but will not have any FNMS server infrastructure in place.  We have successfully, in the past, been able to have the ndtrack process utilize a file share to drop the NDI files, and we collect them in one place and move them to FNMS manually.  

We have done this previously with the Windows Agent utilizing the "UploadLocation" set to "file:////servername.comain.com/ShareName"  and it works.

I'm not a Unix person...not sure if i need to mount the share prior to doing this...i'm fooling around with different things, but curious if anyone has ever done this.  it's a fairly small environment---so options are fairly limited (no web/FTP services), and would rather not have to manually collect the NDI files from each system.  Thanks for any ideas or thoughts.

(1) Solution
ChrisG
By Community Manager Community Manager
Community Manager

If you want to transfer files via a file share on a Unix-like operation system then you would first need to arrange for that share to be mounted. Once the share is mounted, you can copy files to it (either after executing ndtrack to generate NDI files, or by specifying a file:// URL in the UploadLocation preference as you have done on Windows.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

View solution in original post

(1) Reply
ChrisG
By Community Manager Community Manager
Community Manager

If you want to transfer files via a file share on a Unix-like operation system then you would first need to arrange for that share to be mounted. Once the share is mounted, you can copy files to it (either after executing ndtrack to generate NDI files, or by specifying a file:// URL in the UploadLocation preference as you have done on Windows.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)