zoukankan      html  css  js  c++  java
  • NBU7.0 Image Cleanup作业在没有配置hot catalog backup的情况下失败,Status=1

    Issue

    NBU7.0 Image Cleanup作业在没有配置hot catalog backup的情况下失败,Status=1

    Error

    NBU7.0 Image Cleanup作业失败, Detailed status显示如下内容:

    2010-2-8 17:35:06 - Info bpdbm(pid=1060) image catalog cleanup

    2010-2-8 17:35:06 - Info bpdbm(pid=1060) Cleaning up tables in the relational database

    2010-2-8 17:35:07 - Info bpdbm(pid=1060) deleting images which expire before Mon Feb 08 17:35:06 2010 (1265621706)

    2010-2-8 17:35:07 - Warning bpdbm(pid=1060) Hot catalog backup is not configured for 'win2k3r2-nbu7', catalog cleanup will return partial success until hot catalog backup is configured.

    2010-2-8 17:35:07 - Info bpdbm(pid=1060) processing client win2k3r2-nbu7

    2010-2-8 17:35:07 - Info bpdbm(pid=1060) deleted 0 expired records, compressed 0, tir removed 0, deleted 0 expired copies

    the requested operation was partially successful(1)

       

    The job was successfully completed, but some files may have been

    busy or unaccessible. See the problems report or the client's logs for more details.

    Cause

    NetBackup 7.0中所有的catalog备份都是在线热备份(online, hot catalog backups)catalog离线冷备份(offline, cold catalog backups)已经取消了。 如果没有配置catalog在线热备份,Image Cleanup作业会有警告:

    Warning bpdbm(pid=1060) Hot catalog backup is not configured for 'win2k3r2-nbu7', catalog cleanup will return partial success until hot catalog backup is configured.

    Solution

    配置catalog热备份策略。

    配置catalog热备份策略后,Image Cleanup作业就可以正常完成了:

  • 相关阅读:
    Java 基础 | 命名和运算
    JSON类型解析
    Python 实例方法、类方法、静态方法的区别与作用
    Python中logging模块的基本用法
    python中局部变量和全局变量
    C# 中 引用类型和值类型
    VS2008+SVN插件的使用
    使用linq to xml 怎么减小内存消耗
    linq to xml 中SaveOptions和LoadOptions的介绍
    C# 中==和Equals方法在引用类型中的区别
  • 原文地址:https://www.cnblogs.com/IvanChen/p/4493135.html
Copyright © 2011-2022 走看看