clone procedure zip warning on sbin/nmo
Trying to clone an installed/patched agent: <br/>
http://docs.oracle.com/cd/E24628_01/install.121/e24089/clone_agent.htm#EMADV166
zip -r $T_WORK/agentcoreimage.zip core sbin plugins plugins.txt agentimage.properties
this zip command warns fails with:
zip warning: Not all files were readable
files/entries read: 9411 (747M bytes) skipped: 3 (118K bytes)
on these three root owned files:
/agent/sbin> ls -lt nmo
-rws--x--- 1 root dba 41060 Feb 5 16:28 nmo
/agent/sbin> ls -lt nmhs
-rws--x--- 1 root dba 57835 Feb 5 16:28 nmhs
/agent/sbin> ls -lt nmb
-rws--x--- 1 root dba 22754 Feb 5 16:28 nmb
Is this by design?