1832994 Members
2465 Online
110048 Solutions
New Discussion

ignite question

 
SOLVED
Go to solution
navin
Super Advisor

ignite question

Hello i'm runnung the below command to take os backup. Can i run this command when system is busy?
/opt/ignite/bin/make_tape_recovery -Av -d /dev/rmt/0m

Thanks
Learning ...
3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: ignite question

Command should be

/opt/ignite/bin/make_tape_recovery -Av -d /dev/rmt/0mn

(notice the "n" at the end).

The system should not be so busy - choose a time where the system is mostly idle.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: ignite question

Sorry, should be

/opt/ignite/bin/make_tape_recovery -Av -a /dev/rmt/0mn

or even

/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Pete Randall
Outstanding Contributor

Re: ignite question

Since you specified "os backup", I assume that you are only backing up vg00, which is not terrible active/dynamic, anyway. Straighten out your syntax as Torsten suggested, then go ahead and back up when it is convenient for you.


Pete

Pete