Table of ContentsView in Frames

Registering FPolicy to monitor file read requests

You can monitor file read operations by registering for it when you register an FPolicy server.

Step

  1. To enable the screening of file read operations, set the following bit in the OpsToScreen bitmask in the FP_registration() call when you register the FPolicy server to the storage system: FS_OP_READ 0x2000

Result

After the registration is complete, the FPolicy server monitors all file read requests.