Help Center
Quick Start
- Overview
- System requirements
- Minimum privileges required
- Default port configuration
- Installing DataSecurity Plus
- Uninstalling DataSecurity Plus
- Starting DataSecurity Plus
- Launching DataSecurity Plus
- Configuring your solution
- Licensing details
- Applying a license
File Auditing
- About File Auditing
- Domain configuration
- File server configuration
- Failover cluster configuration
- NetApp server configuration
- Nutanix server configuration
- EMC Isilon server configuration
- Workgroup configuration
- Amazon FSx configuration
Setting up File Audit
Dashboard
Reports
Alerts
Configuration
Storage Configuration
File Analysis
- About File Analysis
- Domain configuration
- File server configuration
- Workgroup configuration
- SMB File Server Configuration
- On-Demand Reports
Setting up File Analysis
Dashboard
Reports
Alerts
Configuration
Data Risk Assessment
- About Data risk assessment
Setting up Data risk assessment
Dashboard
Reports
Ownership analysis
Configuration
Endpoint DLP
- About Endpoint DLP
Setting up Endpoint DLP
Reports
Alerts
Prevention policies
Configuration
Cloud Protection
- About Cloud Protection
- Gateway Server Installation Steps
- Gateway Configuration in Endpoint
- Gateway Cluster Configuration
- Gateway Server Management
- Certificate Authority Configuration
- Two-way SSL configuration
- Manage Certificate Trust Store
- Threat Analytics Database
- Manage Banned Applications
- Manage Authorized Applications
- Regenerating gateway server access key
- Updating gateway server
- Gateway Server Failover
- Load Balancer Configuration
- Global Insight
- Application Insight
- User Insight
- Shadow Application Insight
- Banned Application Insight
- Cloud App Discovery
- Activity Overview
- File Transfer Insights
- Control Policies
- Application Insights
- Actor Insights
- Shadow App Discovery
- GenAI Insights
- Cyber Threat Analytics
- CIPA Compliance
Setting up Cloud Protection
Dashboard
Reports
Control Policies
Storage Configuration
Administrative settings
- Technician configuration
- Notification filters
- Manage agent
- Agent settings
- SIEM integration
- Business hours configuration
- Two-factor authentication
- Workgroup configuration
- Security policy
Email configuration
General settings
- Connection
- Personalize
- DataSecurity Plus Server
- Privacy Settings
- Disk utilization
- Schedule Retention Policy
Release notes
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
Troubleshooting
- HTTP communication failure
- Dormant DataEngine
- Secure Gateway server failure
- RPC communication failure
- Cloud Protection Gateway server failure
- Known issues and limitations
- Known errors and solutions
- Report discrepancy in File Analysis
Guides
- Agent document
- How to Migrate/Move DataSecurity Plus
- How to apply SSL certificate
- How to automate DataSecurity Plus database backup
- How to set alerts in DataSecurity Plus
- How to secure your DataSecurity Plus installation
EMC Isilon server configuration
DataSecurity Plus helps you monitor file and folder events in EMC Isilon servers in real time and provides detailed insights into user operations. It supports OneFS OS version 7.0 and above.
Prerequisites for configuring audit settings in EMC Isilon nodes
This section outlines the steps required to configure audit settings on EMC Isilon nodes so that audit data is forwarded to DataSecurity Plus.
Note: The exact commands depend on your OneFS version.
Step 1: Enable protocol auditing and configure audit settings.
Enable protocol auditing in the target zones and specify the file actions to be recorded using the commands. This ensures that all relevant file activity is captured before forwarding.
Step 2: Enable syslog forwarding.
Enable syslog forwarding from the Isilon nodes using the commands to transmit audit data to DataSecurity Plus to generate file activity reports.
Note: By default, DataSecurity Plus listens for syslog data on port 514.
Step 3: Configure the IP address of the DataSecurity Plus server.
Add the IP address of the DataSecurity Plus collector server to which syslog data should be forwarded.
How to configure EMC Isilon auditing according to your OneFS version
For OneFS version 7.x:
- Run these commands to enable protocol auditing and configure audit settings:
- isi audit settings modify --protocol-auditing-enabled yes --audited-zones <zone_names>
- isi zone zones modify <zone_name> --audit-success create,delete,read,rename,set_security,write
- isi zone zones modify <zone_name> --audit-failure create,delete,read,rename,set_security,write
- isi zone zones modify <zone_name> --syslog-audit-events create,delete,read,rename,set_security,write
- Run the following command to enable syslog forwarding:
- isi zone zones modify <zone_name> --syslog-forwarding-enabled=yes
- Follow these steps to configure the IP address of the DataSecurity Plus server:
- Connect to one of your Isilon nodes using an SSH client.
- Open the syslog.conf file, located in the /etc/mcp/templates directory.
- Locate the !audit_protocol line and add the following entry, replacing hostname or IP address with the actual value: *.* @<hostname/IP Address of the DataSecurity Plus server>
- Save the syslog.conf file.
For OneFS version 8.0 and 8.1:
- Run these commands to enable protocol auditing and configure audit settings:
- isi audit settings global modify --protocol-auditing-enabled yes --audited-zones <zone_names>
- isi audit settings modify --zone <zone_name> --audit-success create,delete,read,rename,set_security,write
- isi audit settings modify --zone <zone_name> --audit-failure create,delete,read,rename,set_security,write
- isi audit settings modify --zone <zone_name> --syslog-audit-events create,delete,read,rename,set_security,write
- Run the following command to enable syslog forwarding:
- isi audit settings modify --syslog-forwarding-enabled=yes --zone=<zone_name>
- Follow these steps to configure the IP address of the DataSecurity Plus server:
- Connect to one of your Isilon nodes using an SSH client.
- Open the syslog.conf file, located in the /etc/mcp/templates directory.
- Locate the !audit_protocol line and add the following entry, replacing hostname or IP address with the actual value: *.* @<hostname/IP Address of the DataSecurity Plus server>
- Save the syslog.conf file.
For OneFS version 8.2 and above:
- Run the following commands to enable protocol auditing, configure audit settings, and specify the IP address of the DataSecurity Plus server:
- isi audit settings global modify --protocol-auditing-enabled yes --audited-zones <zone_name> --protocol-syslog-servers <IP_of_DataSecurityPlus_server>
- isi audit settings modify --zone <zone_name> --audit-success create,delete,read,rename,set_security,write
- isi audit settings modify --zone <zone_name> --audit-failure create,delete,read,rename,set_security,write
- isi audit settings modify --zone <zone_name> --syslog-audit-events create,delete,read,rename,set_security,write
- Run the following command to enable syslog forwarding:
- isi audit settings modify --syslog-forwarding-enabled yes --zone <zone_name>
Configuring an Isilon server in DataSecurity Plus
To add an Isilon server for auditing, configure two components: the Isilon cluster and access zone within that cluster.
Step 1: Configuring an Isilon cluster
To configure an Isilon cluster, follow these steps:
- Log in to the DataSecurity Plus web console.
- Select File Audit from the apps drop-down menu.
- Go to Configuration > Data source > EMC Isilon Server.
- On the Configured EMC Isilon page, select an existing Domain from the drop-down menu or configure a new domain using the steps in this help page.
- Once the domain is configured, click +Add Cluster on the Configured EMC Isilon page.
- On the Add Isilon Cluster page, select the Domain Name from the drop-down menu or click Add New Domain to add a new one.
- Select a cluster from the Cluster Name field, enter the cluster credentials, and click Save.
Step 2: Configuring an Isilon zone for the selected cluster
To configure a zone for the selected Isilon cluster, follow these steps:
- On the Configured EMC Isilon page, click Add Zone above the Zone Details section.
- On the Add EMC Isilon Zone page, under the Cluster Name tab, select an Isilon cluster from the drop-down menu and click Next.
- Under the Zone Name tab, choose an EMC Isilon zone to configure and click Next.
- Under the Isilon Shares tab, select one or more shares from the selected zone and click Next.
- Under the Collector Server tab, select the collector server that will gather and process data from the selected shares and click Next.
- Under the Review Summary tab, review the configuration details and click Configure.
Updating Isilon cluster configurations
On the configured EMC Isilon page:
- To update credentials: Click Update credentials link to update the username and password.
- To delete cluster: Click Delete cluster link to remove the configured Isilon cluster.
Updating collector server configurations
To update the collector server configuration, follow these steps:
- On the Configured EMC Isilon page, click Edit configuration under Zone Details. On the Edit Collector prompt, select the Domain Name and Collector Server Name, and click Update.
Adding or removing a share
To add a share:
- On the Configured EMC Isilon page, click Add Shares under the Actions column.
- Select the shares you want to monitor and click Add Shares.
To remove a share:
- On the Configured EMC Isilon page, click Remove Shares under the Actions column.
- Click the delete icon next to the share you want to remove, and click Update.
Troubleshooting EMC Isilon configuration
| Potential errors | Cause and resolution |
| Error: Invalid username or password. Please verify your credentials and try again. | Cause: The SSH credentials provided for the Isilon cluster are incorrect, or the account has been modified. To resolve:
|
| Error: Connection error: Check network and SSH port. Contact support if the issue persists. | Cause: The DataSecurity Plus server cannot reach the Isilon cluster over the network using SSH via port 22. To resolve:
|
| Issue : The Isilon cluster is not listed in the Cluster Name drop-down menu. | Cause: The cluster is not detected if its Active Directory computer object does not have the OS set to OneFS, or if the cluster is not joined to the selected domain. To resolve:
|
| Error: Zones unavailable for the selected cluster. | Cause: Zone discovery failed due to insufficient SSH permissions, an unsupported OneFS version , or a domain mismatch between the zone's Active Directory provider and the domain configured in DataSecurity Plus. To resolve:
|
| Error: Error in getting shares. The network path was not found - Error code: 35 | Cause: The SMB shares in the zone are not accessible from the DataSecurity Plus server. To resolve:
|
| Error: Port 514 is unavailable on the collector server; ensure it's open and ready to receive data. | Cause: Another application is already using UDP port 514 on the collector server, or a firewall is blocking it. To resolve:
|
| Issue: No audit data received/Reports show "No Data Available" | Cause: Either syslog events from the Isilon cluster are not reaching the collector agent, or the cluster's audit configuration is incomplete. To resolve:
|
| Error: No zone addition is allowed as license limit has reached. | Cause: The maximum number of NAS servers allowed by your current license has been reached. To resolve:
|
