1 Rookie
•
5 Posts
0
491
April 25th, 2023 01:00
How to monitor file creation on Unity-680 UFS64 filesystem?
I have several UFS64 filesystems on my Unity-680, all presented to the clients as SMB shares.
On another server I have a script that I need to run each time a new file is created on the filesystems.
On a "normal" linux server I could have used inotify to monitor the creation of new inodes.
What are my options for having similar monitoring in Unity? I want to avoid having to traverse the filesystems looking for new files, I would prefer a more "passive" way of just waiting for a message of some sort?
No Events found!
DELL-Sam L
Moderator
•
7.5K Posts
0
April 26th, 2023 08:00
Hello svdpa,
That is correct that you will need to use common event enabler.
DELL-Sam L
Moderator
•
7.5K Posts
0
April 25th, 2023 14:00
Hello svdpa,
What is your current OE?
svdpa
1 Rookie
•
5 Posts
0
April 25th, 2023 22:00
Running OE 5.2.2.0.5.004
As far as I can tell from Google, running Common Event Enabler on a standalone server is the route I need to follow for this kind of functionality?