DB2MSCS with 1 physical and three logikal disks

Ask a Question related to IBM DB2, Design and Development.

  1. #1

    Default DB2MSCS with 1 physical and three logikal disks

    How can I run db2mscs to set instance profile on a special logical disk of
    three defined on a physikal disk.
    I tried this:
    ######################
    DISK_NAME=Datenträger Q: F: Z:
    INSTPROF_DISK=Z:
    ######################
    But after running I found the Profile on Q:
    "Datenträger Q: F: Z:" ist the name of the phsical disk

    Thanks
    Klemens




    Klemens Guest

  2. Similar Questions and Discussions

    1. moving the physical log
      According to the IDS 9.4 docs, I can move the physical log like this: set IFX=D:\IFMXDATA\ol_bronco copy nul D:\IFMXDATA\ol_bronco\physpace.001...
    2. Physical Logging performance
      Ruediger Yes, this is something I have tried to achieve, it tends to reduce disk I/O to the Physical Log and make the I/O more efficient. I'm...
    3. Get localhost physical directory?
      Hi everyone, I would like to get the path of the virtual directory where my page is running from. For example if I access a page with...
    4. How to migrate db2v7 DAS using db2iclus (or without using db2mscs utility)?
      Hi Seaching throught DB2 docs, i found that its possible to do the same steps that db2mscs v7 do behind scene on common instaces, but i didnt...
    5. find physical blocks/disks, mapped from Oracle file# and block#, block corruption
      Hello "lopera" <prlopera@techie.com> schrieb im Newsbeitrag news:3E1C7C00.9090402@techie.com... I think that we need a bit more data here....
  3. #2

    Default Re: DB2MSCS with 1 physical and three logikal disks

    I'll assume you've mistyped the error message ("Datenträger Q: F: Z:" ist
    the name of the phsical disk", and it should be "Datenträger Q: F: Z:" ISNT
    the name of the phsical disk"), otherwise "ist" = IS in English isn't an
    error but an oxymoron statement of fact. Under these assumption, review note
    1 below (explains the error message) and the example (shows the correct
    syntax for multiple disks).

    From the Admin Guide:

    DISK_NAME
    The name of the physical disk resources to be moved to the current groups.
    Specify as many disk resources as you need.
    Notes:


    1.. The disk resources must already exist.

    2.. When the DB2MSCS utility configures the DB2 instance for MSCS support,
    the instance directory is copied to the first MSCS disk in the group. To
    specify a different MSCS disk for the instance directory, use the
    INSTPROF_DISK parameter.

    Example:

    DISK_NAME=Disk E:
    DISK_NAME=Disk F:



    BTW, you may find it simpler to stick to a single drive letter, and use
    Windows 2000 dynamic disks to span multiple physical drives into a single
    logical drive letter. That way, you don't run out of drive letters.


    "Klemens" <klemens.moehlenkamp@maxess.de> wrote in message
    news:bkcmp8$6uah$1@ID-155009.news.uni-berlin.de...
    > How can I run db2mscs to set instance profile on a special logical disk of
    > three defined on a physikal disk.
    > I tried this:
    > ######################
    > DISK_NAME=Datenträger Q: F: Z:
    > INSTPROF_DISK=Z:
    > ######################
    > But after running I found the Profile on Q:
    > "Datenträger Q: F: Z:" ist the name of the phsical disk
    >
    > Thanks
    > Klemens
    >
    >
    >
    >

    Mark Yudkin 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