Please enter search query.
Search <book_title>...
Release Notes
Last Published:
2024-09-29
Product(s):
Resiliency Platform (10.4)
- Release Overview
- System requirements
- Known issues
- General known issues
- Known issues: Recovery to Amazon Web services (AWS)
- Known issues: Recovery from AWS region to AWS region
- Known issues: Recovery to Azure
- Known issues: Recovery to Azure using NetBackup MSDP-C
- Known issues: Google Cloud Platform
- Known issues: Resiliency Platform Data Mover
- Known issues: Resiliency Platform Data Mover used for recovery to on-premises data center
- Known issues: Recovery from physical environment to virtual machines
- Known issues: Recovery using third-party replication
- Known issues: NetBackup integration
- Known issues: Upgrade
- Known issues: InfoScale clusters
- Known issues : Continuous Data Protection (CDP)
- Known issue: VMware vSphere 7.0 support
- Known issue: Managing security certificates and SSH host keys
- Known issues: Recovery of resiliency groups configured using multiple recovery points
- General known issues
- Fixed issues
- Limitations
- Limitations: Recovery of resiliency groups configured using multiple recovery points
Resiliency group with in-guest replication and addition of 100GB disk hits memory cap issue. (9985)
Description:After creating resiliency group with in-guest replication and adding up 100GB disk, edit the resiliency group. On completing the edit operation, the resiliency group memory_cap error occurs.
Resolution: There are 3 options to clear the cache without interrupting any process or service:
1. Clear PageCache only.
sync; echo 1 > /proc/sys/vm/drop_caches
2. Clear dentries and inodes.
sync; echo 2 > /proc/sys/vm/drop_caches
3. Clear pagecache, dentries, and inodes
. sync; echo 3 > /proc/sys/vm/drop_caches