mirror rootvg possible during complete overwrite

Ask a Question related to AIX, Design and Development.

  1. #1

    Default mirror rootvg possible during complete overwrite

    A quick question for your goddselves

    Can we mirror rootvgt on say hdisk0 hdisk1 during complete overwrite install.

    If yes

    How?


    Regards
    Sonchacan
    JIT Guest

  2. Similar Questions and Discussions

    1. rootvg with SDD?
      I know it is possible to use plain Shark FC disk for rootvg. I wonder if anyone has tried this and what happened with the SDD devices? Any feedback...
    2. Rootvg Mirroring Questions
      Hi I've inherited 2 7025-F50 AIX 4.3 machines that were initially setup using AIX 3.2. Both machines have 2 SSA disks hdisk0 and hdisk1 for...
    3. Mirror mirror on the wall.
      Is there a way to flip and image around kinda like a mirror effect?
    4. 2 PV in the rootvg through an dd
      Are ther any ideas how i can delete the hdisk1 ? Not only rmdev -l hdisk1 -d - i want to use the disk afterwards for a data disk. It´s not so...
    5. About mirror rootvg and the contents in the rootvg automatically synchronize
      After I finished to setup the AIX4.3.3 operating system and all the software including IBM DB27.2 and IBM OLAP Server 8.1 I did the following...
  3. #2

    Default Re: mirror rootvg possible during complete overwrite

    [email]sonchacan@hotmail.com[/email] (JIT) wrote in message news:<d78449d.0310011028.50cac8f4@posting.google.c om>...
    > A quick question for your goddselves
    >
    > Can we mirror rootvgt on say hdisk0 hdisk1 during complete overwrite install.
    >
    > If yes
    >
    > How?
    >
    >
    > Regards
    > Sonchacan
    Yes.

    The easiest way is :

    1. mkszfile
    2. Edit /image.data and add in multiple copies -
    in the lv_data section change COPIES = 2 for each lv (might be some
    other fields to change - compare a mirrored to a non-mirrored lv to
    check).
    3. Take the mksysb but DO NOT use the -i option (since this will
    create a new image.data file which overwrites your old one).
    4. Restore the mksysb.

    Iain.
    Iain Guest

  4. #3

    Default Re: mirror rootvg possible during complete overwrite

    > > A quick question for your goddselves
    > >
    > > Can we mirror rootvgt on say hdisk0 hdisk1 during complete overwrite install.
    > >
    > > If yes
    > >
    > > How?
    > >
    > >
    > > Regards
    > > Sonchacan
    >
    > Yes.
    >
    > The easiest way is :
    >
    > 1. mkszfile
    > 2. Edit /image.data and add in multiple copies -
    > in the lv_data section change COPIES = 2 for each lv (might be some
    > other fields to change - compare a mirrored to a non-mirrored lv to
    > check).
    > 3. Take the mksysb but DO NOT use the -i option (since this will
    > create a new image.data file which overwrites your old one).
    > 4. Restore the mksysb.
    >
    > Iain.
    If you are installing from CD, then the answer is no.

    Steve
    Steve Nottingham Guest

  5. #4

    Default Re: mirror rootvg possible during complete overwrite

    [email]steve@wakefieldrfc.freeserve.co.uk[/email] (Steve Nottingham) wrote in message news:<42862645.0310020830.32479be4@posting.google. com>...
    > > > A quick question for your goddselves
    > > >
    > > > Can we mirror rootvgt on say hdisk0 hdisk1 during complete overwrite install.
    > > >
    Why would you want to do this ? Can't you wait until the system is
    installed and then mirrorvg ?

    If you want to get all funky, you should check out the
    alt_disk_install command to see if that can accomplish what you
    desire.

    rgds
    Mark
    mark taylor Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139