Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default RAID 1 mirroring

    Hello,

    I have a Sun system running Solaris 9. It has two 36 Gb scsi disks in it;
    c0t0d0 and c0t1d0.

    I have installed the O/S to c0t0d0.

    I'd like to mirror these disks (RAID 1) using Solaris Volume Manager. Can
    someone tell the simplest (no frills) method, and commands to achieve this?


    Thank you.



    Guest

  2. Similar Questions and Discussions

    1. Camera mirroring?
      Hi everybody. I'm working on a multi-user car game (how innovative...) and i have a problem creating a real rear-view mirror. When i just add a...
    2. Mirroring
      I have a Win2K3 server up to date with SPs. I want to mirror a current system disk. I have dynamic disks but i don't have the option in the menu in...
    3. RAID vs Informix-Mirroring
      Hi guys, what is better for performance: Using RAID-1 for the Harddisk, containing the DBChunks or let IDS do the mirroring over not raided...
    4. [linux-raid] Problem converting raid-5 array from 2.2.17 into 2.4.22
      Hi, I used to have the following array: # mdtab entry for /dev/md0 /dev/md0 raid5,128k,0,93fa4522 /dev/hda3 /dev/hdb1 /dev/hdc1...
    5. Buttons mirroring?
      It's okay to have a button that has the same name, just give each button a seperate instance name down there in the properties panel. After that...
  3. #2

    Default Re: RAID 1 mirroring

    [email]james.goodwill@lineone.net[/email] wrote:
    > I'd like to mirror these disks (RAID 1) using Solaris Volume Manager. Can
    > someone tell the simplest (no frills) method, and commands to achieve this?
    Read Sun document 806-3205.pdf or later (that one is actually the
    User's Guide for SDS 4.2.1 for Solaris 8 but its all much the
    same). The basic commands are metadb first then metaroot and
    metattach etc.

    -am © 2003
    Anthony Mandic Guest

  4. #3

    Default Re: RAID 1 mirroring

    [email]james.goodwill@lineone.net[/email] wrote:
    > Hello,
    > I have a Sun system running Solaris 9. It has two 36 Gb scsi disks in it;
    > c0t0d0 and c0t1d0.
    > I have installed the O/S to c0t0d0.
    > I'd like to mirror these disks (RAID 1) using Solaris Volume Manager. Can
    > someone tell the simplest (no frills) method, and commands to achieve this?
    All the docs for Solaris 9 (including Solaris Volume Manager) are online
    at docs.sun.com if you don't have other copies.

    You might want to read the overview of SVM if you haven't used DiskSuite
    in the past, but basically you need to allocate space for the database
    that the volume manager uses, and then activate it.

    The overview of it.
    [url]http://docs.sun.com/db/doc/806-6111/6jf2ve3eu?a=view[/url]
    How to create it.
    [url]http://docs.sun.com/db/doc/806-6111/6jf2ve3f5?a=view[/url]

    Then when volume manager is initialized, you'll create a Mirror/RAID0
    object with the root filesystem, swap, and any other filesystems on your
    root disk.

    Overview
    [url]http://docs.sun.com/db/doc/806-6111/6jf2ve3fm?a=view[/url]
    Tasks
    [url]http://docs.sun.com/db/doc/806-6111/6jf2ve3ft?a=view[/url]

    --
    Darren Dunham [email]ddunham@taos.com[/email]
    Unix System Administrator Taos - The SysAdmin Company
    Got some Dr Pepper? San Francisco, CA bay area
    < This line left intentionally blank to confuse you. >
    Darren Dunham 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