Tags: backup

Linux RedHat Bare Metal Restore on diffrent Server

Linux Send feedback »
When doing a system recovery often the things that can break your recovery procedures is having a new system that is new and completely dissimilar from the old system. This recovery procedure will walk you thru the process of  creating the backup ima… more »

Unix Backup Key Files !!

Linux, Solaris, Aix, HP-UX Send feedback »
Kernel This should be the first file backed up. If it gets deleted you can restore it back. This file is often named /kernel, /unix, or /vmunix. Password File Having a backup of the password file is a good idea, in case the system password file gets co… more »

HP-UX: How to Recover OS using Ignite Backup

HP-UX Send feedback »
HP-UX has its inbuilt software to backup the OS called "Ignite". It bundled with OS installed. The easy way to make an OS backup is using tape data cartridge. Just plug the tape to tape library, and run command "make_tape_recovery -AI". To restore OS u… more »

HP-UX: How to take Ignite Backup

Technology, HP-UX Send feedback »
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \ -x exclude=/oradata -x exclude=/oradb more »

Veritas: DISK GROUP OPERATIONS

Technology, Veritas Send feedback »
Action Command Line Create a disk group vxdg init diskgroup diskname=device Add a disk to disk group vxdg -g diskgroup adddisk diskname=device Remove a… more »