1- take a backup of the current snapshot script # cp -a /opt/quest/libexec/vas/scripts/vas_snapshot.sh /opt/quest/libexec/vas/scripts/vas_snapshot.sh.orig
2- remove with SED the proper lines from vas_snapshot.sh and write them to a new file # sed -E 's/(.*vas\.search\.unix_attrs\.searchflags\.out.*)/:/' /opt/quest/libexec/vas/scripts/vas_snapshot.sh > /opt/quest/libexec/vas/scripts/vas_snapshot.sh.new
3- Change permissions on new file # chmod 755 /opt/quest/libexec/vas/scripts/vas_snapshot.sh.new
4- Copy the .new file to the old file. Overwrite if prompted. # cp /opt/quest/libexec/vas/scripts/vas_snapshot.sh.new /opt/quest/libexec/vas/scripts/vas_snapshot.sh
5- use that new vas_snapshot.sh in all platforms (AIX, Solaris, Linux, MacOS,etc)
其他信息
CR 435511 created to address the issue in an upcoming release