AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  mksysb backup

    Posted Sat August 09, 2008 09:00 AM

    Originally posted by: manu12


    Hi,

    I want to know wheather mksysb backup covers installable application.

    For Example if I have installed AIX Operating System and on OS I have installed Oracle Database and I have taken mksysb backup.

    After Deploying that mksysb backup on another system it wheather it will cover Oracle Database? if not which options is available which will cover AIX OS and Oracle both.

    Regards,
    Manoj
    #AIX-Forum


  • 2.  Re: mksysb backup

    Posted Sat August 09, 2008 09:13 AM

    Originally posted by: orphy


    If you install you app in rootvg, yes, but under most circumstances, you shouldn't install non-OS apps in rootvg. Mksysb, baring anything in /etc/rootvg.exclude, will save everything in rootvg. Man mksysb for more info. You probably should also man savevg while you are there.
    Orphy
    #AIX-Forum


  • 3.  Re: mksysb backup

    Posted Mon August 11, 2008 03:49 AM

    Originally posted by: CRM


    Also, as this is a database, make sure you either stop the datbase and perform a cold backup or use the Oracle rman application to perform a hot backup. If you just backup the filesystem using mksysb/savevg and you have not taken steps to ensure data consistency then the backup will be junk.

    regards

    Chris
    #AIX-Forum


  • 4.  Re: mksysb backup

    Posted Mon August 11, 2008 06:09 AM

    Originally posted by: manu12


    Thanks crm for your valuable suggestion.
    #AIX-Forum


  • 5.  Re: mksysb backup

    Posted Tue August 19, 2008 09:37 PM

    Originally posted by: SystemAdmin


    Many places put the Oracle binaries and the oracle home directory in rootvg and have that restored as part of there standard recovery. The only thing to then do is layout the disk and have the DBA's recover the DB from the Rman backups. IE... you do not backup the DB as it does not sit in rootvg and let Rman do that.
    #AIX-Forum