1825937 Members
2653 Online
109689 Solutions
New Discussion

frecover warning

 
SOLVED
Go to solution
Shahril M
Frequent Advisor

frecover warning

Hi folks,

I am trying to restore some data into a test server with frecover and got the flwg:
[hptest3 :/ ] frecover -x -g /tmp/g -f /dev/rmt/2m
frecover(1069): cannot set ACLs for download; file recovered without ACLs.
frecover(1069): cannot set ACLs for interface; file recovered without ACLs.

Anyone can shed some light on what these mean?


Thanx,
Shahril
7 REPLIES 7
Sridhar Bhaskarla
Honored Contributor

Re: frecover warning

Hi Shahril,

It says it could not be able to restore the ACLs for the files. Where did you backup the files first?. The chances are

1. the filesystem doesn't support ACLS like JFS versions prior to 4.
2. The frecover command doesn't supprot ACLS. You may have to install a patch to support ACL..


-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Slawomir Gora
Honored Contributor

Re: frecover warning

Hi,

this mean that your ACL (Access Control List - aditional permisions) to files will be ignored - it is important only for HFS File System.

If you have vxfs file system ignore it.
T G Manikandan
Honored Contributor

Re: frecover warning

probably the machine where the files are recovered does not support ACLs.

check the man pages of
frecover for the option '-A'
Shahril M
Frequent Advisor

Re: frecover warning

Hi,

The files originate from a G/H class server, and there are some FSs on HFS.

I am restoring onto a K-class with all FSs created using vxfs.

Pls confirm these are ignorable warnings, thanx.


Rgds,
Shahril
Sridhar Bhaskarla
Honored Contributor
Solution

Re: frecover warning

Hi,

Unless the version of JFS is 4, ACLs are not supported on this filesystem. These warning can be ignored unless the extended permissions do play a rule in using those files in which case you may have to create a HFS filesystem and restore them.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
T G Manikandan
Honored Contributor

Re: frecover warning

HFS-VXFS

ignore the warnings.

But make sure the permissions do not hamper your application requirements.
Shahril M
Frequent Advisor

Re: frecover warning

Hi folks,

Thanx for all the replies.

I will bring this to the attention of the application team.


Rgds,
Shahril