What steps can be taken to investigate and manage a sudden increase in data store usage
Applies to
- ONTAP 9
- Virtualization environments
- NFS
Answer
- Check for Virtual Machine (VM) Changes:
- Verify if new VMs have been created or existing VMs have increased in size.
- Examine VM configurations and usage patterns.
- Review Storage System Logs:
- Use the EMS (Event Management System) logs to check for any anomalies.
- Command:
event log show
- Monitor Volume Usage:
- Check the usage of volumes and snapshots.
- Use the df command to monitor usage.
- Analyze Snapshot Utilization:
- Compare the snapshot usage over different periods.
- Identify if snapshots are consuming unexpected space.
- File System Analysis:
Since ONTAP does not monitor individual file operations, use file system tools within VMs to identify large files.
- Real-Time Usage Monitoring:
Use the
df command to check real-time usage.Additional Information
additionalInformation_text
