Tags: restore
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 »
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 »
Sep
17
In the Source Server:
Save your printer spooler configurations with below command
# /usr/sam/lbin/lpmgr -S
This will save the info in the /var/sam/lp/lpinfo file
Using SAM:
SAM --> printer and plotters --> lp spooler --> save/resto… more »
Jul
16
Tasks
AIX Logical Volume
Manager
Veritas Volume Manager
Create a Volume Group
mkvg
vxdg init
Create a Logical Volume
mklv
vxassist make… 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