Create Action script

Hi All.

Im new to bigfix…Can anyone help me to create action script for below task

how to upload file from a particular linux server to Bigfix root server(linux) via bigfix task .

I really don’t know want is sha1 code and how to create that - help on this

Quick response appreciated.

Thanks!

Basically you need to push below few settings (depends on your requirement)

setting “_BESClient_ArchiveManager_MaxArchiveSize”=“Max size limit” on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_OperatingMode”="<0,1 or 2>" on “{parameter “action issue date” of action}” for client
setting “_BESClient_ArchiveManager_FileSet-client”=“Path to the file”

For more information on File uploading, please go through below link
http://support.bigfix.com/product/documents/Upload_Archive_Manager_80_101211.pdf

Run above action to the server from where you would like to upload the file.

Thanks much! Can any one help me to generate SHA1 code in linux server…Any comments or any procedure…

Thanks

@esha1 - on a Linux machine execute /opt/BESClient/bin/qna

Once qna launches type q: sha1 of file “/tmp/filename.txt”

Thanks Sraj, Its working fine

Alternatively, from the command line on nearly any NIX endpoint run:

sha1sum filename.ext