cigar_love 发表于 2013-02-18 21:08

NBU7.5重复数据删除池空间满,如何清除数据,请高手指点

目前有一备份域,redhat环境,NBU版本7.5.0.4,重删池空间使用率已经达到95%,备份报错,想要通过删除部分备份映像来腾出空间,不过在catalog里面过期了部分备份映像,空间使用率没有任何变化,请高手指点要如何才能降低重删池使用率。

xuman6601651 发表于 2013-02-19 09:54

同疑惑,求解

无牙 发表于 2013-02-19 10:15

可以参考这个操作
http://www.symantec.com/docs/TECH124914

无牙 发表于 2013-02-19 10:21

1.Check if another queue processing is running:
crcontrol --processqueueinfo
2.Repeat step 1 until pending and busy status show "no" as the result.
Remark: one queue processing can take between a few minutes up to about a day. Progress can be seen in the storaged.log.
3.Start the CR queue processing:
crcontrol --processqueue
4.Check if the queue processing is finished by using the following command:
crcontrol --processqueueinfo
5.Repeat step 4 until pending and busy status show "no" as the result.

The storaged.log is located in the following directories:
•On a PureDisk Storage Pool server - /Storage/log/spoold/storaged.log
•On a UNIX or Linux MSDP Media Server - <storage path>/log/spoold/storaged.log
•On a Windows MSDP media server - <storage path>\log\spoold\storaged.log

myguangzhou 发表于 2013-02-19 13:21

数据清理操作要耗不少时间

xc5sm 发表于 2013-02-20 10:55

本帖最后由 xc5sm 于 2013-02-20 10:55 编辑

这个好像是个BUG,我也遇到了很多次,因为只有一个业务是用的消重,所以每次都是删除重复数据资源再做一次,下面是参考方法:
重新配置NBU的dup存储

1、停用所有使用重复数据删除存储的备份策略;
2、使位于重复数据删除磁盘存储上的所有备份映像失效;
3、删除使用磁盘池的存储单元;
4、删除磁盘池;
在“NetBackup 管理控制台”中,展开“介质和设备管理”>“设备”>“磁盘池”
选择磁盘池,在“编辑”菜单上,选择“删除”(或bin/admincmd/nbdevconfig-deletedp)
在“删除磁盘池”对话框中,确认该磁盘池是要删除的磁盘池,然后单击“确定”

5、停止介质服务器上的服务;
6、删除存储目录;
7、重置注册表;
删除 Windows 注册表中以下项的内容
HKLM\SOFTWARE\Symantec\PureDisk\Agent\ConfigFilePath
HKLM\SOFTWARE\Symantec\PureDisk\Agent\EtcPath
删除HKLM\SYSTEM\ControlSet001\Services\postgresql-8.3\ImagePath项中 postgresql-8.3 -D 后面的所有内容
8、删除存储服务器;
在“NetBackup 管理控制台”中,展开“介质和设备管理”>“凭据”>“存储服务器”
在“编辑”菜单上,选择“删除”,单击确认对话框中的“是”(或bin/admincmd/nbdevconfig-deletests)
9、启动介质服务器上的NetBackup 服务
10、重新配置存储服务器
删除install_path\Veritas\NetBackup\bin\ost-plugins目录下后缀是.cfg的文件
使用“配置磁盘存储服务器向导”创建存存储服务器,选择“介质服务器重复数据删除池”作为磁盘存储的类型,指定服务器凭证和磁盘路径,创建存储服务器数据库目录
11、配置重复数据删除存储单元
使用“磁盘池配置向导”,创建存储单元。

cigar_love 发表于 2013-02-21 20:45

无牙V5,确实清理了
页: [1]
查看完整版本: NBU7.5重复数据删除池空间满,如何清除数据,请高手指点