Operating System - HP-UX
1834936 Members
2386 Online
110071 Solutions
New Discussion

Re: Why does Ignite backup to local machine first?

 
SOLVED
Go to solution
jackie baron_1
Regular Advisor

Why does Ignite backup to local machine first?

Hi,

I have an Ignite Server and I have registered a test client on it. Then I run make_net_recovery -s -x inc_entire=vg00.

The recovery archive kicks off but it says it is saving the archive on the local machine at /var/opt/ignite/recovery/arch_mnt

What is the purpose of that? It's going to need 26G of diskspace on the local machine to back ITSELF up???

Kind of defeats the purpose unless I'm really missing something.

Any enlightenment would be much appreciated.

j
5 REPLIES 5
Suraj K Sankari
Honored Contributor

Re: Why does Ignite backup to local machine first?

Hi,
>>Why does Ignite backup to local machine first?
Its like read/write some data into your desktop's c:/ drive or access your network drive.

Suraj
jackie baron_1
Regular Advisor

Re: Why does Ignite backup to local machine first?

So what you're saying is that the client copies its entire archive to itself before it moves it over to the Ignite server??

What happens then to Ignite clients whose vg00 is more than 50% full??
Dennis Handly
Acclaimed Contributor

Re: Why does Ignite backup to local machine first?

>What happens then to Ignite clients whose vg00 is more than 50% full?

I assume you tell ignite to put the temp files on a filesystem that has zillion of free bytes.
Eric SAUBIGNAC
Honored Contributor
Solution

Re: Why does Ignite backup to local machine first?

Bonjour Jackie

"The recovery archive kicks off but it says it is saving the archive on the local machine at /var/opt/ignite/recovery/arch_mnt"

/var/opt/ignite/recovery/arch_mnt is an NFS mount point to the ignite server. You can check it on the client, during make_net_recovery with "bdf" or "mount -p"

Eric
jackie baron_1
Regular Advisor

Re: Why does Ignite backup to local machine first?

AHA!!!! Eric,

Now I see! Thanks.

j