Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
How to enable efficiency in NetApp cluster mode
8.3.* (Deduplication and Inline compression) in
Command line
1)We need to enable the efficiency service in the Vserver.
Example-:
Syntax-:
ClusAA::> volume efficiency on -vserver <vserver name> -volume <volume
name>
ClusAA::> volume efficiency on –vserver VS1 –volume V1
ClusAA ::> volume efficiency on -vserver VS1 –volume V1
Efficiency for volume " V1 " of Vserver " VS1 " is enabled.
How to start efficiency on a volume
Before start the efficiency on a volume please note the volume capacity as below.
ClusAA::> df -vserver VS1 -volume V1 -g
Filesystem total used avail capacity Mounted on
/vol/v1/ 17408GB 16530GB 877GB 95% ---
/vol/v1/.snapshot 0GB 0GB 0GB 0% ---
Then start the efficiency on a volume V1 by executing the below commands
ClusAA::> volume efficiency start -vserver VS1 -volume V1
The efficiency operation for volume “V1" of Vserver “VS1" has started.
How to start efficiency on a volume
Execute the below command to see the status-:
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------------- -------- ------------ ------------------ ----------
VS1 V1 Enabled Active 215736812 KB Searched -
RARENETAPPCLUS::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------------- -------- ------------ ------------------ ------
----
VS1 V1 Enabled Active 951632 KB (19%) Done -
How to start efficiency on a volume
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------- -------- ---------- ------------------ ---------
VS1 V1 Enabled Idle Idle for 00:00:02 -
Note-Once this above operation is completed and if the status shows as “Idle” then we can
go ahead to execute the next command to scan the old data
Note- volume efficiency start -vserver VS1 -volume V1 (This command will
search the entire the volume, gather the information and a check point is created
at the end of the deduplication operation, if schedule is enable for only one hour
and it will unable to complete it then the operation will be stopped and check
point will be saved. Then the next schedule the system will restart the efficiency
operation from the execution state saved in the checkpoint.
How to start efficiency on a volume
ClusAA::> volume efficiency start -scan-old-data -vserver VS1 -volume V1
Warning: This operation scans all of the data in volume “V1" of Vserver “VS1". It may take a significant
time, and may degrade performance
during that time.
Do you want to continue? {y|n}: y
The efficiency operation for volume “V1" of Vserver “VS1" has started.
============Command out put=================================
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------------- -------- ------------ ----------------- ----------
VS1 V1 Enable Active 16959488 KB Scanned -
How to start efficiency on a volume
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- -------- -------- --------- ----------- ---
-------
VS1 V1 Enabled Active Fingerprint is being recovered -
from aggregate (28% complete)
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------------- ---------- ------------ ------------------ ----------
VS1 V1 Enabled Idle Idle for 00:00:02 - -
How to start efficiency on a volume
ClusAA::> volume efficiency start -vserver VS1 -volume V1 -queue -delete-checkpoint
Warning: The operation will delete efficiency checkpoint and start from the beginning.
Do you want to continue? {y|n}: y
The efficiency operation for volume “V1" of Vserver “VS1" has started.
ClusAA::> volume efficiency show
Vserver Volume State Status Progress Policy
---------- ---------------- -------- --------- ------------------ --
-------
VS1 V1 Enabled Active 53278720 KB Searched - -
How to start efficiency on a volume
ClusAA::> volume efficiency show
Vserver Volume State Status Progress policy
---------- --------- -------- ------------ -----------------
------ VS1 V1 Enabled Active 97220 KB (100%) Done
- -
ClusAA::> volume efficiency show
Vserver Volume State Status Progress policy
---------- --------- -------- ------------ -----------------
------ VS1 V1 Enabled Idle Idle for 00:00:02
- -
How to start efficiency on a volume
Now Compare the before and after efficiency of the volume V1
Before-:
ClusAA::> df -vserver VS1 -volume V1 -g
Filesystem total used avail capacity Mounted on
/vol/v1/ 17408GB 16530GB 877GB 95% ---
ClusAA::> df -vserver VS1 -volume V1 -g
Filesystem total used avail capacity Mounted on
/vol/V1/ 711GB 386GB 324GB 54% ---
Note-we can saved here 553GB from a single volume.
How to check total savings in a volume
ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved
vserver volume sis-space-saved
---------- ------------- ---------------
VS1 V1 108.7GB
ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved-percent
vserver volume sis-space-saved-percent
---------- ------------- --------------------
VS1 V1 22%
How to schedule the efficiency for a volume
ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -schedule sun-sat@0
ClusAA::> volume efficiency show -vserver VS1 -volume V1
Vserver Name: VS1
Volume Name: V1
Volume Path: /vol/V1
State: Enabled
Status: Idle
Progress: Idle for 00:22:28
Type: Regular
Schedule: sun-sat@0
Efficiency Policy Name: -
Blocks Skipped Sharing: 0
Last Operation State: Success
Out put of ::>volume efficiency show -vserver VS1 -volume V1
Last Success Operation Begin: Sat Sep 02 06:15:10 2017
Last Success Operation End: Sat Sep 02 06:16:23 2017
Last Operation Begin: Sat Sep 02 06:15:10 2017
Last Operation End: Sat Sep 02 06:16:23 2017
Last Operation Size: 1.17GB
Last Operation Error: -
Changelog Usage: 0%
Logical Data Size: 434.8GB
Logical Data Limit: 640TB
Logical Data Percent: 0%
Out put of ::>volume efficiency show -vserver VS1 -volume V1
Queued Job: -
Stale Fingerprint Percentage: 0
Compression: false
Inline Compression: false
Incompressible Data Detection: false
Constituent Volume: false
Compression Quick Check File Size: 524288000
Inline Dedupe: false
Schedule Output details
The above slides command output is showing you the schedule details of the volume
V1 which is Sat-sun@0 (Means everyday (from Saturday to Sunday) at mid-night 12AM
the schedule will run the efficiency operation)
This is a good schedule for the business as this is a non business hour for most of
businesses.
In the above output shows that we didn’t enable the compression and inline
compression. If you wanted to enable compression please follow the below slides
which will show you the cron job scheduling and compression enabling etc….
create a cron job schedule for efficiency policy
ClusAA::> job schedule cron create -name effeciency_schedule -minute 0,10,20,30,40,50
ClusAA::> job schedule cron show
Name Description
---------------- -----------------------------------------------------
5min @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
8hour @2:15,10:15,18:15
daily @0:10
effeciency_schedule
@:00,:10,:20,:30,:40,:50
hourly @:05
weekly Sun@0:15
6 entries were displayed.
Create an efficiency policy
ClusAA::> volume efficiency policy create -vserver VS1 -policy efficiency_policy -
schedule efficiency_schedule -enable true -qos-policy background
ClusAA::> volume efficiency policy show
Policy Job Duration
Vserver Name Schedule (Hours) QoS Policy Enabled Comment
-------- ------------ ---------- -------- ----------- -------- --------------
VS1 V1 effeciency_policy
effeciency_schedule - background true -
Note- The above command with –qos-policy background will be impacting less as
compared with (best_effort true) as the operation will act in the background.
Modify the volume efficiency attributes
Enable the efficiency on the volume-:
ClusAA::> volume efficiency on -vserver VS1 -volume V1
Apply the created efficiency policy on the volume V1 of vserver VS1-:
ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -policy
efficiency_poilcy
Note-You can modify the volume efficiency attributes by executing the “volume
efficiency modify ” command.
Enable compression and inline compression
ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -compression true -inline-
compression true
RARENETAPPCLUS::> volume efficiency show -vserver VS1 -volume V1
Vserver Name: VS1
Volume Name: V1
Volume Path: /vol/V1
Schedule: sun-sat@0
Compression: true
Inline Compression: true
If you execute the above command you can see the detailed output here showed the
compression and Inline compression is enabled.
3.Cluster::> volume efficiency on -vserver vs1 -volume sis1
Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
Start volume efficiency
ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true –
snapshot-blocks true –shared-blocks true
RARENETAPPCLUS::> volume efficiency start -vserver VS1 -volume V1 -scan-old-
data true -
-use-checkpoint -delete-checkpoint -qos-policy
-build-metadata -scan-all -queue
-force
*Note-: You can’t get commands –snapshot-blocks true and –shared-blocks true . if you don’t
have snapshot enabled or existed then this options we can’t get so we can start the above
command without specifying –snapshot-blocks true –shared-blocks true as below.
ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true
3.Cluster::> volume efficiency on -vserver vs1 -volume sis1
Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
How the above command works
ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true –
snapshot-blocks true –shared-blocks true
Note-:
-scan-old-date –It will enable the deduplication and compression if enabled on the
existing data of the volume. But it will not apply or it will not compress to existed
compressed groups that contain shared blocks like blocks from deduplication or the
blocks which is locked in snapshots.
Note-:If you specify true –snapshot-blocks true –shared-blocks true then initially it
will increased space usage because it will try to compress the compressed blocks and
try to write the new blocks for it but the compressed blocks are already in locked state
so when the existing compress block or snapshot will delete then new block will be
written which is already created and it will release the shard block and space savings
will be realized.
3.Cluster::> volume efficiency on -vserver vs1 -volume sis1
Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
Few commands to analyze the efficiency
ClusAA::> volume efficiency show -vserver VS1 -volume V1
ClusAA::> volume efficiency policy show
ClusAA::> volume efficiency start
ClusAA::> job schedule cron show –instance
ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved
ClusAA::> volume efficiency
modify off on policy show start stat stop
How to stop the efficiency of a particular volume of a vserver.
ClusAA::> volume efficiency stop -vserver VS1 -volume V1 -all true
How to delete the efficiency policy
First we need to disable the policy then only we can delete the policy.
Try without disabling the policy as below-:
ClusAA::> job schedule cron delete -name effeciency_schedule
Error: command failed: Cannot delete job schedule. Schedule referenced by 0 volume
Snapshot policy entries, 0 SnapMirror entries, 0 antivirus on-demand
entries, 1 SIS policy entries, and 0 configuration backup settings. Remove
references to schedule first.
It is not allowing to delete the policy so need to disable policy first.
How to delete the efficiency policy
Disable the policy by executing the below command-:
ClusAA::> volume efficiency policy modify -vserver VS! -policy effeciency_policy -
schedule effeciency_schedule -enabled false -qos-policy background
Now delete the policy be executing the below command-:
ClusAA::> volume efficiency policy delete -vserver VS1 -policy effeciency_policy
See the policy status now-:
ClusAA::> volume efficiency policy show
See the efficiency policy status
ClusAA::> volume efficiency policy show
Policy Job Duration
Vserver Name Schedule (Hours) QoS Policy Enabled Comment
-------- ------------ ---------- -------- ----------- -------- --------------
VS1
default daily - best_effort true Default policy
VS1
inline-only - - - - Inline-Only
policy
How to modify the schedule
ClusAA::> job schedule cron modify -name effeciency_schedule -minute 0,10,20,30,40,50
Warning: Schedule in use by 0 volume Snapshot policy entries, 0 SnapMirror entries, 0
antivirus on-demand entries, 1 SIS policy entries, and 0 configuration
backup settings. This change will affect the schedule of all referenced entities.
Continue with modify? {y|n}: y
ClusAA::> job schedule show
Name Type Description
----------- --------- -----------------------------------------------------
5min cron @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55
8hour cron @2:15,10:15,18:15
Auto Balance Aggregate Scheduler
Thank you!

More Related Content

What's hot

Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
Fredrick Hall
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 final
KwonSun Bae
 
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docxKeepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
NeoClova
 
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
裝機安 Angelo
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructor
Salem Trabelsi
 
CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1
Chaing Ravuth
 
自宅サーバ仮想化
自宅サーバ仮想化自宅サーバ仮想化
自宅サーバ仮想化
anubis_369
 
CCNAv5 - S3: Chapter3 Link Aggregation
CCNAv5 - S3: Chapter3 Link AggregationCCNAv5 - S3: Chapter3 Link Aggregation
CCNAv5 - S3: Chapter3 Link Aggregation
Vuz Dở Hơi
 
The Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things IndustriesThe Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things Industries
CRI Japan, Inc.
 
CCNA - Dr. Mostafa Elgamala
CCNA - Dr. Mostafa ElgamalaCCNA - Dr. Mostafa Elgamala
CCNA - Dr. Mostafa Elgamala
Mostafa Elgamala
 
Juniper for Enterprise
Juniper for EnterpriseJuniper for Enterprise
Juniper for Enterprise
MarketingArrowECS_CZ
 
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
ScaleGrid.io
 
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detailléeTout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
yassine87
 
MySQL Multi-Source Replication for PL2016
MySQL Multi-Source Replication for PL2016MySQL Multi-Source Replication for PL2016
MySQL Multi-Source Replication for PL2016
Wagner Bianchi
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
Sanjeev Kumar
 
Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial
Tail-f Systems
 
Mise en place d'un wifi securise
Mise en place d'un wifi securiseMise en place d'un wifi securise
Mise en place d'un wifi securise
JUNIOR SORO
 
Mss solution guide
Mss solution guideMss solution guide
Mss solution guide
Arista Networks
 
MySQL InnoDB Cluster and Group Replication in a nutshell hands-on tutorial
MySQL InnoDB Cluster and Group Replication in a nutshell  hands-on tutorialMySQL InnoDB Cluster and Group Replication in a nutshell  hands-on tutorial
MySQL InnoDB Cluster and Group Replication in a nutshell hands-on tutorial
Frederic Descamps
 
Cisco ACI & F5 Integrate to Transform the Data Center
Cisco ACI & F5 Integrate to Transform the Data CenterCisco ACI & F5 Integrate to Transform the Data Center
Cisco ACI & F5 Integrate to Transform the Data Center
F5NetworksAPJ
 

What's hot (20)

Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 final
 
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docxKeepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
Keepalived+MaxScale+MariaDB_운영매뉴얼_1.0.docx
 
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
(2020-01).HPE SimpliVity 如何分享腹內Datastore給現現有的ESXi使用
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructor
 
CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1
 
自宅サーバ仮想化
自宅サーバ仮想化自宅サーバ仮想化
自宅サーバ仮想化
 
CCNAv5 - S3: Chapter3 Link Aggregation
CCNAv5 - S3: Chapter3 Link AggregationCCNAv5 - S3: Chapter3 Link Aggregation
CCNAv5 - S3: Chapter3 Link Aggregation
 
The Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things IndustriesThe Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things Industries
 
CCNA - Dr. Mostafa Elgamala
CCNA - Dr. Mostafa ElgamalaCCNA - Dr. Mostafa Elgamala
CCNA - Dr. Mostafa Elgamala
 
Juniper for Enterprise
Juniper for EnterpriseJuniper for Enterprise
Juniper for Enterprise
 
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
What’s the Best PostgreSQL High Availability Framework? PAF vs. repmgr vs. Pa...
 
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detailléeTout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
Tout sur le portail captif Alcasar Tutoriel complet + Rapport detaillée
 
MySQL Multi-Source Replication for PL2016
MySQL Multi-Source Replication for PL2016MySQL Multi-Source Replication for PL2016
MySQL Multi-Source Replication for PL2016
 
VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1VMware vSphere 6.0 - Troubleshooting Training - Day 1
VMware vSphere 6.0 - Troubleshooting Training - Day 1
 
Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial Module 4: NETCONF Tutorial
Module 4: NETCONF Tutorial
 
Mise en place d'un wifi securise
Mise en place d'un wifi securiseMise en place d'un wifi securise
Mise en place d'un wifi securise
 
Mss solution guide
Mss solution guideMss solution guide
Mss solution guide
 
MySQL InnoDB Cluster and Group Replication in a nutshell hands-on tutorial
MySQL InnoDB Cluster and Group Replication in a nutshell  hands-on tutorialMySQL InnoDB Cluster and Group Replication in a nutshell  hands-on tutorial
MySQL InnoDB Cluster and Group Replication in a nutshell hands-on tutorial
 
Cisco ACI & F5 Integrate to Transform the Data Center
Cisco ACI & F5 Integrate to Transform the Data CenterCisco ACI & F5 Integrate to Transform the Data Center
Cisco ACI & F5 Integrate to Transform the Data Center
 

Similar to How to enable efficiency (deduplication and compression in netapp cluster mode 8.3.*)

How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
Saroj Sahu
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld
 
Perf Tuning Short
Perf Tuning ShortPerf Tuning Short
Perf Tuning Short
Ligaya Turmelle
 
Training Slides: 104 - Basics - Working With Command Line Tools
Training Slides: 104 - Basics - Working With Command Line ToolsTraining Slides: 104 - Basics - Working With Command Line Tools
Training Slides: 104 - Basics - Working With Command Line Tools
Continuent
 
BKK16-208 EAS
BKK16-208 EASBKK16-208 EAS
BKK16-208 EAS
Linaro
 
Les 10 Tune Rman
Les 10 Tune RmanLes 10 Tune Rman
Les 10 Tune Rman
vivaankumar
 
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMANagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
Nagios
 
OVN DBs HA with scale test
OVN DBs HA with scale testOVN DBs HA with scale test
OVN DBs HA with scale test
Aliasgar Ginwala
 
WALT vs PELT : Redux - SFO17-307
WALT vs PELT : Redux  - SFO17-307WALT vs PELT : Redux  - SFO17-307
WALT vs PELT : Redux - SFO17-307
Linaro
 
Long live to CMAN!
Long live to CMAN!Long live to CMAN!
Long live to CMAN!
Ludovico Caldara
 
How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1
Saroj Sahu
 
MySQL 8.0: Secure your replication deployment
MySQL 8.0: Secure your replication deploymentMySQL 8.0: Secure your replication deployment
MySQL 8.0: Secure your replication deployment
Pedro Figueiredo
 
How to shutdown the Netapp SAN 8.3 and 9.2 version
How to shutdown the Netapp SAN 8.3 and 9.2 versionHow to shutdown the Netapp SAN 8.3 and 9.2 version
How to shutdown the Netapp SAN 8.3 and 9.2 version
Saroj Sahu
 
Contiguous
ContiguousContiguous
Contiguous
oracle documents
 
Autoextend
AutoextendAutoextend
Autoextend
oracle documents
 
BKK16-104 sched-freq
BKK16-104 sched-freqBKK16-104 sched-freq
BKK16-104 sched-freq
Linaro
 
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DBUsing Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
CA Technologies
 
Deleting a vserver in Netapp cluster mode
Deleting a vserver in Netapp cluster mode  Deleting a vserver in Netapp cluster mode
Deleting a vserver in Netapp cluster mode
Saroj Sahu
 
Firewalld LAB
Firewalld LABFirewalld LAB
Firewalld LAB
Kaan Aslandağ
 
Basic Knowledge on MySql Replication
Basic Knowledge on MySql ReplicationBasic Knowledge on MySql Replication
Basic Knowledge on MySql Replication
Tasawr Interactive
 

Similar to How to enable efficiency (deduplication and compression in netapp cluster mode 8.3.*) (20)

How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
 
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep DiveVMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
VMworld 2015: Automating Everything VMware with PowerCLI- Deep Dive
 
Perf Tuning Short
Perf Tuning ShortPerf Tuning Short
Perf Tuning Short
 
Training Slides: 104 - Basics - Working With Command Line Tools
Training Slides: 104 - Basics - Working With Command Line ToolsTraining Slides: 104 - Basics - Working With Command Line Tools
Training Slides: 104 - Basics - Working With Command Line Tools
 
BKK16-208 EAS
BKK16-208 EASBKK16-208 EAS
BKK16-208 EAS
 
Les 10 Tune Rman
Les 10 Tune RmanLes 10 Tune Rman
Les 10 Tune Rman
 
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMANagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
Nagios Conference 2014 - Troy Lea - Monitoring VMware Virtualization Using vMA
 
OVN DBs HA with scale test
OVN DBs HA with scale testOVN DBs HA with scale test
OVN DBs HA with scale test
 
WALT vs PELT : Redux - SFO17-307
WALT vs PELT : Redux  - SFO17-307WALT vs PELT : Redux  - SFO17-307
WALT vs PELT : Redux - SFO17-307
 
Long live to CMAN!
Long live to CMAN!Long live to CMAN!
Long live to CMAN!
 
How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1How to shut down Netapp san 9.2 cluster mode version1
How to shut down Netapp san 9.2 cluster mode version1
 
MySQL 8.0: Secure your replication deployment
MySQL 8.0: Secure your replication deploymentMySQL 8.0: Secure your replication deployment
MySQL 8.0: Secure your replication deployment
 
How to shutdown the Netapp SAN 8.3 and 9.2 version
How to shutdown the Netapp SAN 8.3 and 9.2 versionHow to shutdown the Netapp SAN 8.3 and 9.2 version
How to shutdown the Netapp SAN 8.3 and 9.2 version
 
Contiguous
ContiguousContiguous
Contiguous
 
Autoextend
AutoextendAutoextend
Autoextend
 
BKK16-104 sched-freq
BKK16-104 sched-freqBKK16-104 sched-freq
BKK16-104 sched-freq
 
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DBUsing Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
 
Deleting a vserver in Netapp cluster mode
Deleting a vserver in Netapp cluster mode  Deleting a vserver in Netapp cluster mode
Deleting a vserver in Netapp cluster mode
 
Firewalld LAB
Firewalld LABFirewalld LAB
Firewalld LAB
 
Basic Knowledge on MySql Replication
Basic Knowledge on MySql ReplicationBasic Knowledge on MySql Replication
Basic Knowledge on MySql Replication
 

More from Saroj Sahu

Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-
Saroj Sahu
 
How to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.XHow to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.X
Saroj Sahu
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3
Saroj Sahu
 
Use of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.xUse of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.x
Saroj Sahu
 
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
Different type of shells In Netapp Cluster mode 8.X  and how to access them t...Different type of shells In Netapp Cluster mode 8.X  and how to access them t...
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
Saroj Sahu
 
How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)
Saroj Sahu
 
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Saroj Sahu
 
Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...
Saroj Sahu
 
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Saroj Sahu
 
How to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and againHow to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and again
Saroj Sahu
 
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
Saroj Sahu
 
How to see the log files through ( gui and cli) in cluster ontap netapp stora...
How to see the log files through ( gui and cli) in cluster ontap netapp stora...How to see the log files through ( gui and cli) in cluster ontap netapp stora...
How to see the log files through ( gui and cli) in cluster ontap netapp stora...
Saroj Sahu
 
Snapshot technology Netapp storage
Snapshot technology Netapp storageSnapshot technology Netapp storage
Snapshot technology Netapp storage
Saroj Sahu
 
SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage) SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage)
Saroj Sahu
 
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
Saroj Sahu
 
Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode
Saroj Sahu
 
San1 cifs nfs_snapshot
San1 cifs nfs_snapshotSan1 cifs nfs_snapshot
San1 cifs nfs_snapshot
Saroj Sahu
 
SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?
Saroj Sahu
 
Netapp Deduplication concepts
Netapp Deduplication conceptsNetapp Deduplication concepts
Netapp Deduplication concepts
Saroj Sahu
 

More from Saroj Sahu (19)

Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-Autosupport email sending failed issue netapp cluster mode-
Autosupport email sending failed issue netapp cluster mode-
 
How to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.XHow to assign the disks in Netapp storage cluster mode 8.X
How to assign the disks in Netapp storage cluster mode 8.X
 
How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3 How to assign unowned disk in the netapp cluster 8.3
How to assign unowned disk in the netapp cluster 8.3
 
Use of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.xUse of administrative privilege levels in netapp cluster 8.x
Use of administrative privilege levels in netapp cluster 8.x
 
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
Different type of shells In Netapp Cluster mode 8.X  and how to access them t...Different type of shells In Netapp Cluster mode 8.X  and how to access them t...
Different type of shells In Netapp Cluster mode 8.X and how to access them t...
 
How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)How to access the Netapp cluster mode 8.2 through CLI (command mode)
How to access the Netapp cluster mode 8.2 through CLI (command mode)
 
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...Unable to access the net app cluster mode 9.2 san through gui after power mai...
Unable to access the net app cluster mode 9.2 san through gui after power mai...
 
Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...Volume migration from one aggregate to other without impacting the applicatio...
Volume migration from one aggregate to other without impacting the applicatio...
 
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
Uable to do ssh from the RedHat Linux machine to Netapp filer 7 mode storage ...
 
How to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and againHow to work seamlessly in your vm without pressing host key again and again
How to work seamlessly in your vm without pressing host key again and again
 
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...How to see the event and audit logs through ( gui and cli) in cluster ontap n...
How to see the event and audit logs through ( gui and cli) in cluster ontap n...
 
How to see the log files through ( gui and cli) in cluster ontap netapp stora...
How to see the log files through ( gui and cli) in cluster ontap netapp stora...How to see the log files through ( gui and cli) in cluster ontap netapp stora...
How to see the log files through ( gui and cli) in cluster ontap netapp stora...
 
Snapshot technology Netapp storage
Snapshot technology Netapp storageSnapshot technology Netapp storage
Snapshot technology Netapp storage
 
SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage) SAN High availability (Netapp Storage)
SAN High availability (Netapp Storage)
 
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
3PAR: HOW TO CHANGE THE IP ADDRESS OF HP 3PAR SAN
 
Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode Aggregate standard for Netapp storage 7 mode
Aggregate standard for Netapp storage 7 mode
 
San1 cifs nfs_snapshot
San1 cifs nfs_snapshotSan1 cifs nfs_snapshot
San1 cifs nfs_snapshot
 
SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?SAN BASICS..Why we will go for SAN?
SAN BASICS..Why we will go for SAN?
 
Netapp Deduplication concepts
Netapp Deduplication conceptsNetapp Deduplication concepts
Netapp Deduplication concepts
 

Recently uploaded

[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
Kief Morris
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
KAMAL CHOUDHARY
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx
SATYENDRA100
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design ApproachesKnowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Earley Information Science
 
HTTP Adaptive Streaming – Quo Vadis (2024)
HTTP Adaptive Streaming – Quo Vadis (2024)HTTP Adaptive Streaming – Quo Vadis (2024)
HTTP Adaptive Streaming – Quo Vadis (2024)
Alpen-Adria-Universität
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
SeasiaInfotech2
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
Stephanie Beckett
 
@Call @Girls Thiruvananthapuram 🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
@Call @Girls Thiruvananthapuram  🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...@Call @Girls Thiruvananthapuram  🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
@Call @Girls Thiruvananthapuram 🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
kantakumariji156
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
Matthew Sinclair
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
jackson110191
 
Verti - EMEA Insurer Innovation Award 2024
Verti - EMEA Insurer Innovation Award 2024Verti - EMEA Insurer Innovation Award 2024
Verti - EMEA Insurer Innovation Award 2024
The Digital Insurer
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
uuuot
 

Recently uploaded (20)

[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
[Talk] Moving Beyond Spaghetti Infrastructure [AOTB] 2024-07-04.pdf
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
Recent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS InfrastructureRecent Advancements in the NIST-JARVIS Infrastructure
Recent Advancements in the NIST-JARVIS Infrastructure
 
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design ApproachesKnowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
 
HTTP Adaptive Streaming – Quo Vadis (2024)
HTTP Adaptive Streaming – Quo Vadis (2024)HTTP Adaptive Streaming – Quo Vadis (2024)
HTTP Adaptive Streaming – Quo Vadis (2024)
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
 
@Call @Girls Thiruvananthapuram 🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
@Call @Girls Thiruvananthapuram  🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...@Call @Girls Thiruvananthapuram  🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
@Call @Girls Thiruvananthapuram 🚒 XXXXXXXXXX 🚒 Priya Sharma Beautiful And Cu...
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
 
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdfINDIAN AIR FORCE FIGHTER PLANES LIST.pdf
INDIAN AIR FORCE FIGHTER PLANES LIST.pdf
 
Verti - EMEA Insurer Innovation Award 2024
Verti - EMEA Insurer Innovation Award 2024Verti - EMEA Insurer Innovation Award 2024
Verti - EMEA Insurer Innovation Award 2024
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
 

How to enable efficiency (deduplication and compression in netapp cluster mode 8.3.*)

  • 1. How to enable efficiency in NetApp cluster mode 8.3.* (Deduplication and Inline compression) in Command line 1)We need to enable the efficiency service in the Vserver. Example-: Syntax-: ClusAA::> volume efficiency on -vserver <vserver name> -volume <volume name> ClusAA::> volume efficiency on –vserver VS1 –volume V1 ClusAA ::> volume efficiency on -vserver VS1 –volume V1 Efficiency for volume " V1 " of Vserver " VS1 " is enabled.
  • 2. How to start efficiency on a volume Before start the efficiency on a volume please note the volume capacity as below. ClusAA::> df -vserver VS1 -volume V1 -g Filesystem total used avail capacity Mounted on /vol/v1/ 17408GB 16530GB 877GB 95% --- /vol/v1/.snapshot 0GB 0GB 0GB 0% --- Then start the efficiency on a volume V1 by executing the below commands ClusAA::> volume efficiency start -vserver VS1 -volume V1 The efficiency operation for volume “V1" of Vserver “VS1" has started.
  • 3. How to start efficiency on a volume Execute the below command to see the status-: ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------------- -------- ------------ ------------------ ---------- VS1 V1 Enabled Active 215736812 KB Searched - RARENETAPPCLUS::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------------- -------- ------------ ------------------ ------ ---- VS1 V1 Enabled Active 951632 KB (19%) Done -
  • 4. How to start efficiency on a volume ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------- -------- ---------- ------------------ --------- VS1 V1 Enabled Idle Idle for 00:00:02 - Note-Once this above operation is completed and if the status shows as “Idle” then we can go ahead to execute the next command to scan the old data Note- volume efficiency start -vserver VS1 -volume V1 (This command will search the entire the volume, gather the information and a check point is created at the end of the deduplication operation, if schedule is enable for only one hour and it will unable to complete it then the operation will be stopped and check point will be saved. Then the next schedule the system will restart the efficiency operation from the execution state saved in the checkpoint.
  • 5. How to start efficiency on a volume ClusAA::> volume efficiency start -scan-old-data -vserver VS1 -volume V1 Warning: This operation scans all of the data in volume “V1" of Vserver “VS1". It may take a significant time, and may degrade performance during that time. Do you want to continue? {y|n}: y The efficiency operation for volume “V1" of Vserver “VS1" has started. ============Command out put================================= ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------------- -------- ------------ ----------------- ---------- VS1 V1 Enable Active 16959488 KB Scanned -
  • 6. How to start efficiency on a volume ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- -------- -------- --------- ----------- --- ------- VS1 V1 Enabled Active Fingerprint is being recovered - from aggregate (28% complete) ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------------- ---------- ------------ ------------------ ---------- VS1 V1 Enabled Idle Idle for 00:00:02 - -
  • 7. How to start efficiency on a volume ClusAA::> volume efficiency start -vserver VS1 -volume V1 -queue -delete-checkpoint Warning: The operation will delete efficiency checkpoint and start from the beginning. Do you want to continue? {y|n}: y The efficiency operation for volume “V1" of Vserver “VS1" has started. ClusAA::> volume efficiency show Vserver Volume State Status Progress Policy ---------- ---------------- -------- --------- ------------------ -- ------- VS1 V1 Enabled Active 53278720 KB Searched - -
  • 8. How to start efficiency on a volume ClusAA::> volume efficiency show Vserver Volume State Status Progress policy ---------- --------- -------- ------------ ----------------- ------ VS1 V1 Enabled Active 97220 KB (100%) Done - - ClusAA::> volume efficiency show Vserver Volume State Status Progress policy ---------- --------- -------- ------------ ----------------- ------ VS1 V1 Enabled Idle Idle for 00:00:02 - -
  • 9. How to start efficiency on a volume Now Compare the before and after efficiency of the volume V1 Before-: ClusAA::> df -vserver VS1 -volume V1 -g Filesystem total used avail capacity Mounted on /vol/v1/ 17408GB 16530GB 877GB 95% --- ClusAA::> df -vserver VS1 -volume V1 -g Filesystem total used avail capacity Mounted on /vol/V1/ 711GB 386GB 324GB 54% --- Note-we can saved here 553GB from a single volume.
  • 10. How to check total savings in a volume ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved vserver volume sis-space-saved ---------- ------------- --------------- VS1 V1 108.7GB ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved-percent vserver volume sis-space-saved-percent ---------- ------------- -------------------- VS1 V1 22%
  • 11. How to schedule the efficiency for a volume ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -schedule sun-sat@0 ClusAA::> volume efficiency show -vserver VS1 -volume V1 Vserver Name: VS1 Volume Name: V1 Volume Path: /vol/V1 State: Enabled Status: Idle Progress: Idle for 00:22:28 Type: Regular Schedule: sun-sat@0 Efficiency Policy Name: - Blocks Skipped Sharing: 0 Last Operation State: Success
  • 12. Out put of ::>volume efficiency show -vserver VS1 -volume V1 Last Success Operation Begin: Sat Sep 02 06:15:10 2017 Last Success Operation End: Sat Sep 02 06:16:23 2017 Last Operation Begin: Sat Sep 02 06:15:10 2017 Last Operation End: Sat Sep 02 06:16:23 2017 Last Operation Size: 1.17GB Last Operation Error: - Changelog Usage: 0% Logical Data Size: 434.8GB Logical Data Limit: 640TB Logical Data Percent: 0%
  • 13. Out put of ::>volume efficiency show -vserver VS1 -volume V1 Queued Job: - Stale Fingerprint Percentage: 0 Compression: false Inline Compression: false Incompressible Data Detection: false Constituent Volume: false Compression Quick Check File Size: 524288000 Inline Dedupe: false
  • 14. Schedule Output details The above slides command output is showing you the schedule details of the volume V1 which is Sat-sun@0 (Means everyday (from Saturday to Sunday) at mid-night 12AM the schedule will run the efficiency operation) This is a good schedule for the business as this is a non business hour for most of businesses. In the above output shows that we didn’t enable the compression and inline compression. If you wanted to enable compression please follow the below slides which will show you the cron job scheduling and compression enabling etc….
  • 15. create a cron job schedule for efficiency policy ClusAA::> job schedule cron create -name effeciency_schedule -minute 0,10,20,30,40,50 ClusAA::> job schedule cron show Name Description ---------------- ----------------------------------------------------- 5min @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55 8hour @2:15,10:15,18:15 daily @0:10 effeciency_schedule @:00,:10,:20,:30,:40,:50 hourly @:05 weekly Sun@0:15 6 entries were displayed.
  • 16. Create an efficiency policy ClusAA::> volume efficiency policy create -vserver VS1 -policy efficiency_policy - schedule efficiency_schedule -enable true -qos-policy background ClusAA::> volume efficiency policy show Policy Job Duration Vserver Name Schedule (Hours) QoS Policy Enabled Comment -------- ------------ ---------- -------- ----------- -------- -------------- VS1 V1 effeciency_policy effeciency_schedule - background true - Note- The above command with –qos-policy background will be impacting less as compared with (best_effort true) as the operation will act in the background.
  • 17. Modify the volume efficiency attributes Enable the efficiency on the volume-: ClusAA::> volume efficiency on -vserver VS1 -volume V1 Apply the created efficiency policy on the volume V1 of vserver VS1-: ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -policy efficiency_poilcy Note-You can modify the volume efficiency attributes by executing the “volume efficiency modify ” command.
  • 18. Enable compression and inline compression ClusAA::> volume efficiency modify -vserver VS1 -volume V1 -compression true -inline- compression true RARENETAPPCLUS::> volume efficiency show -vserver VS1 -volume V1 Vserver Name: VS1 Volume Name: V1 Volume Path: /vol/V1 Schedule: sun-sat@0 Compression: true Inline Compression: true If you execute the above command you can see the detailed output here showed the compression and Inline compression is enabled. 3.Cluster::> volume efficiency on -vserver vs1 -volume sis1 Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
  • 19. Start volume efficiency ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true – snapshot-blocks true –shared-blocks true RARENETAPPCLUS::> volume efficiency start -vserver VS1 -volume V1 -scan-old- data true - -use-checkpoint -delete-checkpoint -qos-policy -build-metadata -scan-all -queue -force *Note-: You can’t get commands –snapshot-blocks true and –shared-blocks true . if you don’t have snapshot enabled or existed then this options we can’t get so we can start the above command without specifying –snapshot-blocks true –shared-blocks true as below. ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true 3.Cluster::> volume efficiency on -vserver vs1 -volume sis1 Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
  • 20. How the above command works ClusAA::> volume efficiency start -vserver VS1 -volume V1 -scan-old-data true – snapshot-blocks true –shared-blocks true Note-: -scan-old-date –It will enable the deduplication and compression if enabled on the existing data of the volume. But it will not apply or it will not compress to existed compressed groups that contain shared blocks like blocks from deduplication or the blocks which is locked in snapshots. Note-:If you specify true –snapshot-blocks true –shared-blocks true then initially it will increased space usage because it will try to compress the compressed blocks and try to write the new blocks for it but the compressed blocks are already in locked state so when the existing compress block or snapshot will delete then new block will be written which is already created and it will release the shard block and space savings will be realized. 3.Cluster::> volume efficiency on -vserver vs1 -volume sis1 Cluster::> volume efficiency modify -vserver vs1 -volume sis1 -policy efficiency_poilcy
  • 21. Few commands to analyze the efficiency ClusAA::> volume efficiency show -vserver VS1 -volume V1 ClusAA::> volume efficiency policy show ClusAA::> volume efficiency start ClusAA::> job schedule cron show –instance ClusAA::> volume show -vserver VS1 -volume V1 -fields sis-space-saved ClusAA::> volume efficiency modify off on policy show start stat stop How to stop the efficiency of a particular volume of a vserver. ClusAA::> volume efficiency stop -vserver VS1 -volume V1 -all true
  • 22. How to delete the efficiency policy First we need to disable the policy then only we can delete the policy. Try without disabling the policy as below-: ClusAA::> job schedule cron delete -name effeciency_schedule Error: command failed: Cannot delete job schedule. Schedule referenced by 0 volume Snapshot policy entries, 0 SnapMirror entries, 0 antivirus on-demand entries, 1 SIS policy entries, and 0 configuration backup settings. Remove references to schedule first. It is not allowing to delete the policy so need to disable policy first.
  • 23. How to delete the efficiency policy Disable the policy by executing the below command-: ClusAA::> volume efficiency policy modify -vserver VS! -policy effeciency_policy - schedule effeciency_schedule -enabled false -qos-policy background Now delete the policy be executing the below command-: ClusAA::> volume efficiency policy delete -vserver VS1 -policy effeciency_policy See the policy status now-: ClusAA::> volume efficiency policy show
  • 24. See the efficiency policy status ClusAA::> volume efficiency policy show Policy Job Duration Vserver Name Schedule (Hours) QoS Policy Enabled Comment -------- ------------ ---------- -------- ----------- -------- -------------- VS1 default daily - best_effort true Default policy VS1 inline-only - - - - Inline-Only policy
  • 25. How to modify the schedule ClusAA::> job schedule cron modify -name effeciency_schedule -minute 0,10,20,30,40,50 Warning: Schedule in use by 0 volume Snapshot policy entries, 0 SnapMirror entries, 0 antivirus on-demand entries, 1 SIS policy entries, and 0 configuration backup settings. This change will affect the schedule of all referenced entities. Continue with modify? {y|n}: y ClusAA::> job schedule show Name Type Description ----------- --------- ----------------------------------------------------- 5min cron @:00,:05,:10,:15,:20,:25,:30,:35,:40,:45,:50,:55 8hour cron @2:15,10:15,18:15 Auto Balance Aggregate Scheduler