博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Celerra(十)--checkpoint
阅读量:5864 次
发布时间:2019-06-19

本文共 1851 字,大约阅读时间需要 6 分钟。

在之前的文章中讲述了《》、《》、《》、《?》、《》、《》,本篇讲述如何对某个文件系统创建某一时刻的checkpoint,并以此checkpoint为基准,进行restore。

下面是从手册上摘录的关于checkpoint的一段话

Before you begin

◆ When creating checkpoints, do not to exceed the system limit. VNX for File permits 96 read-only and 16 writeable checkpoints per PFS. This is regardless of whether the PFS is replicated or not, for all systems except the Model 510 Data Mover, which permits 32 checkpoints with PFS replication and 64 without. This limit counts existing checkpoints or those already created in a schedule. The limit may also count two internal checkpoints created by certain replication operations on either the PFS or SFS. If you are at the limit, delete existing checkpoints to create space for newer ones or decide not to create new checkpoints at all if existing ones are more important.

◆ Allow at least 15 minutes between the creation or refresh of SnapSure checkpoints of the same PFS. This includes checkpoints created by using the CLI, and those created or refreshed in an automated schedule, or between schedules that run on the same PFS.

◆ Be aware when you start to replicate a file system because the facility must be able to create two checkpoints. Otherwise, replication fails to start. For example, if you have 95 checkpoints and want to start a replication, the 96th checkpoint gets created, but replication fails when the system tries to create the 97th checkpoint because the limit is breached.

   1、打开checkpoint界面,选择对test文件系统创建一个新的checkpoint,名字为test_ckpt

  2、创建完毕,则可以看到test_ckpt和test_ckpt_baseline,有相应的时间,权限及状态

  3、使用命令可以看到如下checkpoint信息

  4、VNX上的test文件系统以NFS的方式对外提供,目录下面有hadoop*这个程序,占用空间65M

 

  5、下面开始根据之前创建的checkpoint做restore,首先删除hadoop*这个程序

  6、点击restore,选择恢复test_ckpt

  7、可以看到test文件系统已经成功恢复,hadoop*这个程序又“回来”了

  8、再次使用命令查看,多出了test_ckpt2这个checkpoint。

本文转自 taojin1240 51CTO博客,原文链接:http://blog.51cto.com/taotao1240/735151,如需转载请自行联系原作者
你可能感兴趣的文章
MySQL 集群服务简介
查看>>
《Ember.js实战》——1.5 小结
查看>>
Aliware 云产品领航 2017—— 企业级互联网架构 Aliware 全新升级
查看>>
《移动App测试的22条军规》——第5章,第5.3节规范与习惯
查看>>
聊聊Cassandra-概览
查看>>
《锋利的SQL(第2版)》——1.9 SQL书写规范
查看>>
《云数据管理:挑战与机遇》2.1.7 CAP理论
查看>>
《万物互联》——2.7 理解智能应用
查看>>
Linux终端下 dstat 监控工具
查看>>
jQuery技术内幕:深入解析jQuery架构设计与实现原理. 1.2 总体架构
查看>>
《Python参考手册(第4版•修订版)》——第一部分 Python语言 第1章 Python简介 1.1 运行Python...
查看>>
《Redis官方文档》翻译邀请
查看>>
Go程序设计语言2.7 作用域
查看>>
【深度学习之美】损失函数减肥用,神经网络调权重(入门系列之六)
查看>>
《嵌入式C编程实战》——第1章 嵌入式系统简介 1.1 嵌入式计算机系统
查看>>
《重构:改善既有代码的设计》—第2章2.4节怎么对经理说
查看>>
新手指南: 手把手教你安装 Ubuntu 和 Fedora
查看>>
《Python和HDF 5大数据应用》——2.2 设置
查看>>
矢量图形转换工具UniConvertor
查看>>
《圣殿祭司的ASP.NET4.0专家技术手册》---- 2-7 隐含类型局部变量及数组声明
查看>>