1836617 Members
2341 Online
110102 Solutions
New Discussion

BACKUP HP-UX 11.0

 
ben dhib
Occasional Contributor

BACKUP HP-UX 11.0

Hello,
I made a backup application software on a server, at the same time I have another server who has the same configuration materiel and software and I want to restore this backup on this server.

What are the problems which I can meet during the restoration?
6 REPLIES 6
Mustafa Gulercan
Respected Contributor

Re: BACKUP HP-UX 11.0

hi;
are the servers same hardware model?
what kind of backup did you?ignite, dd, cpio etc?

regards,
mustafa
ben dhib
Occasional Contributor

Re: BACKUP HP-UX 11.0

Hi,
yes the 2 servers have the same hardware(disk space, processor, every thing)
the backup that i will restaor is about a messaging application witch is insalled on the 2 serveurs, once the backup is done on the first one, i want to restor it and use this files on the second server.

so the backup consist about files and not system data.

Regards
Steven E. Protter
Exalted Contributor

Re: BACKUP HP-UX 11.0

Shalom,

>>>
What are the problems which I can meet during the restoration?
<<<<

File locking because you are trying to restore a file that is in use is a very common issue.

Permissions/ownership issues are also quite common.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sajjad Sahir
Honored Contributor

Re: BACKUP HP-UX 11.0


Dear Ben

u are saying u hardware and the configuration are the same ok
then u are talkign about u restoring the files backed up from the server wants to restore on second server. there is no problems to restore it ok. but u will face the problem regarding permissions.how u knwo the file permissions are same on both servers? so u should know specially the file permission of the u applications properly before proceeding restoration otherwise u have to make it after restoration

thanks and regards

sajjad
Jaime Bolanos Rojas.
Honored Contributor

Re: BACKUP HP-UX 11.0

Ben,

But what tool did you used to made the backup, different tools got different characteristics and if we know the tool that you used you could get a straight answer.

Regards,

Jaime.
Work hard when the need comes out.
ben dhib
Occasional Contributor

Re: BACKUP HP-UX 11.0

Jaime,

i will use a tape backup, so normaly i will use fbackup commande.

in the first server i have messaging system witch stors files to a database file, the second server use same files.
so i will restor the file buckuped from the firdt one.

Regards