Operating System - HP-UX
1825801 Members
2317 Online
109687 Solutions
New Discussion

Re: ignite backup from remote server

 
Veera.Rao
Frequent Advisor

ignite backup from remote server

Hello all,

I have to hpux 11i v1 servers and one scsi tape drive.already running hpux os

at Site 1 - server1 and tape drive 1
at Site 2 - server2

Now i need to take the ignite backup of server2 with tape drive 1 which is at site 1 and restore it in server 1...how to share my tape drive with remote server?

Need your assistance....Pls..Thanks

Regards,
Veera
8 REPLIES 8
Michal Kapalka (mikap)
Honored Contributor

Re: ignite backup from remote server

hi,

i think this is not possible.

mikap
Veera.Rao
Frequent Advisor

Re: ignite backup from remote server

ok, if i have nfs share folder then how to do that ....
Pablo Bilbao_2
Occasional Advisor

Re: ignite backup from remote server

Hi Vera

I think Michal is right. The only way I know to go through this is to install an Ignite Server and take the ignite backup with make_net_recovery instead of make_tape_recovery. The Ignite server is included in HP-UX software and is easy to install.

Best Regards

Pablo
Ivan Krastev
Honored Contributor

Re: ignite backup from remote server

Hi Veera,

First install Ignite-UX server at server1 and client at server2.

Create net_recovery backup of server2 and after that create tape from this archive.

See more here - http://forums.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1256259764666+28353475&threadId=1090913

regards,
ivan
Michael Steele_2
Honored Contributor

Re: ignite backup from remote server

Hi

Remote backups have been a staple of UNIX for decades. Geez. Just google it in the itrc and you'll get hits. Here's the basics, you have to use .rhosts, verify with rlogin and start a remote backup with the remsh command or go through SAM. I'd go through SAM.

You can do the following before using the remote tape drive.

a. Enter name of both system in .rhosts
b. Enter name of both system in /etc/hosts
c. check rlogin works - If it is working your remote tape drive is ready.
d. Through sam - Networking and communication - System Access - Remote login
from Action menu - Add
User Access Allow *
Rlogin user passwd - Not required
Super user access - Allowed
Rlogin Super user passwd -
Root user not required -

Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: ignite backup from remote server

Hi

You know, setting up an Ignite server is very easy when you use an NFS file system that is exported to the world and mounted in every client servers fstab.
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: ignite backup from remote server

Sorry, the attachment is too big. Refer to this Ignite site:

docs.hp.com/en/IUX/infolib.html
Support Fatherhood - Stop Family Law
Veera.Rao
Frequent Advisor

Re: ignite backup from remote server

I got it from the above url link thank u so much