Tags: backup
Jun
03
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 »
May
19
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 »
Sep
17
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 »
Jul
28
# make_tape_recovery -AvI -a /dev/rmt/0mn -x inc_entire=vg00 \
-x exclude=/oradata -x exclude=/oradb more »
Jul
10
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 »
Recent comments