1833527 Members
3311 Online
110061 Solutions
New Discussion

Make tape recovery

 
Gamaliel
Frequent Advisor

Make tape recovery

Hi there,

I'm doing an ignite recovery but I'm having some warnings.

Here the command:
make_tape_recovery -a /dev/rmt/1mn â x inc_entire=vg00 -x exclude=/etc/resolv.conf

My pax patch:
PHCO_35998
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: Make tape recovery

The warnings I see are mainly concerning the /etc/resolv.conf file. Does this file actually exist?

# ll /etc/resolv.conf
Adam Winebaugh
Regular Advisor

Re: Make tape recovery

Joaquin,
I had the same output error a few weeks ago. However my issue was that I had several filesystems mounted with mount -r , Now I know this "shouldn't" have caused an issue, but it did. I remounted them with a regular mount command and it immediately worked. Try checking that.
Gamaliel
Frequent Advisor

Re: Make tape recovery

Hi Pat,

Actually i'm not using that file, but as long as i understand, with the command i'm excluding it, but the warning is still present.
SUDHAKAR_18
Trusted Contributor

Re: Make tape recovery

Hi,

use only #make_tape_recovery -I -v -a /dev/rmt/1mn -x inc_entire=vg00

warning related to resolv.conf which does not exist in your system.

HTH
Gamaliel
Frequent Advisor

Re: Make tape recovery

Ok