[MSSQL] 2 Cluster auf einem Root

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • [MSSQL] 2 Cluster auf einem Root

      Tach mCore,
      Ich hab mal ne Frage.

      Weis jemand wie man 2 Cluster auf einen Root macht, sprich z.b einen Low Rate Server und einen High Rate Server.
      Ich hab auch schon gegoogelt, jedoch erfolglos.
      Ich hoffe mir kann jemand Helfen dabei, da ich nicht genau weis was ich da machen muss.

      Mfg,
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • TwiLight;194627 schrieb:

      Wenn man keine Ahnung hat, Klappe zu.
      Serverindex = Channel, aber nicht Cluster ;)

      Versuch mal, 2 Cluster auf einem Root laufen zu lassen (beim 2. Certifier hörts schon auf, weil sie den gleichen Port verwenden :P)

      EDIT: Kleiner Kommentar hierzu

      Das rotmarkierte sind die Cluster, das blaue die Channels :P

      Um es also richtig zu machen, sollte es in etwa so aussehen:
      (Wir gehen davon aus, dass
      - [COLOR="Red"]192.168.178.22 = Root 1[/COLOR]
      - [COLOR="Lime"]192.168.178.23 = Root 2[/COLOR]
      ist.)

      AccountServer.ini

      Quellcode

      1. AddTail( -1, [COLOR="Red"]1[/COLOR], "CLUSTER 1", "[COLOR="Red"]192.168.178.22[/COLOR]", 0, 1, 0 );
      2. AddTail( [COLOR="Red"]1[/COLOR], 1, "CHANNEL 1-1", "", 0, 1, 1100 );
      3. AddTail( [COLOR="Red"]1[/COLOR], 2, "CHANNEL 1-2", "", 0, 1, 1100 );
      4. AddTail( -1, [COLOR="Lime"]2[/COLOR], "CLUSTER 2", "[COLOR="Lime"]192.168.178.23[/COLOR]", 0, 1, 0 );
      5. AddTail( [COLOR="Lime"]2[/COLOR], 1, "CHANNEL 2-1", "", 0, 1, 1100 );
      6. AddTail( [COLOR="Lime"]2[/COLOR], 2, "CHANNEL 2-2", "", 0, 1, 1100 );
      7. DSN_NAME_LOGIN "login"
      8. DB_ADMIN_ID_LOGIN "account"
      9. DSN_NAME_LOG "log01"
      10. DB_ADMIN_ID_LOG "log01"
      11. DB_PWD_LOGIN ""
      12. DB_PWD_LOG ""
      Alles anzeigen


      Certifier.ini (Cluster 1):

      Quellcode

      1. Account "[COLOR="Red"]192.168.178.22[/COLOR]"
      2. DB_PWD_LOGIN ""


      Certifier.ini (Cluster 2):

      Quellcode

      1. Account "[COLOR="Red"]192.168.178.22[/COLOR]"
      2. DB_PWD_LOGIN ""


      CacheServer.ini (Cluster 1):

      Quellcode

      1. Core "[COLOR="Red"]192.168.178.22[/COLOR]"


      CacheServer.ini (Cluster 2):

      Quellcode

      1. Core "[COLOR="Lime"]192.168.178.23[/COLOR]"


      CoreServer.ini (Cluster 1):

      Quellcode

      1. Sys [COLOR="Red"]1[/COLOR]
      2. Database "[COLOR="Red"]192.168.178.22[/COLOR]"
      3. [COLOR="Red"]0101[/COLOR]
      4. {
      5. 1 0 0 30 30 00 00
      6. 2 0 0 5 5 00 00
      7. 200 0 0 5 5 00 00
      8. 201 0 0 5 5 00 00
      9. // 6
      10. 210 0 0 1 1 00 00
      11. 220 0 0 1 1 00 00
      12. 230 0 0 1 1 00 00
      13. 202 0 0 5 5 00 00
      14. // 7
      15. 204 0 0 5 5 00 00
      16. 205 0 0 2 2 00 00
      17. // 10
      18. 203 0 0 3 3 00 00
      19. 206 0 0 2 2 00 00
      20. 207 0 0 2 2 00 00
      21. // 11
      22. 208 0 0 2 2 00 00
      23. 241 0 0 1 1 00 00
      24. 242 0 0 1 1 00 00
      25. 243 0 0 1 1 00 00
      26. 244 0 0 1 1 00 00
      27. // 12
      28. 21 0 0 1 1 00 00
      29. 22 0 0 1 1 00 00
      30. 23 0 0 1 1 00 00
      31. 24 0 0 1 1 00 00
      32. 25 0 0 1 1 00 00
      33. 151 0 0 2 2 00 00
      34. 152 0 0 2 2 00 00
      35. 153 0 0 2 2 00 00
      36. 154 0 0 2 2 00 00
      37. 155 0 0 2 2 00 00
      38. 156 0 0 2 2 00 00
      39. 157 0 0 2 2 00 00
      40. 158 0 0 2 2 00 00
      41. 159 0 0 2 2 00 00
      42. 160 0 0 2 2 00 00
      43. 161 0 0 2 2 00 00
      44. 162 0 0 2 2 00 00
      45. 163 0 0 2 2 00 00
      46. 164 0 0 2 2 00 00
      47. 165 0 0 2 2 00 00
      48. 166 0 0 2 2 00 00
      49. 167 0 0 2 2 00 00
      50. //13
      51. 3 0 0 5 5 00 00
      52. 209 0 0 1 1 00 00
      53. //14
      54. 121 0 0 5 5 00 00
      55. 122 0 0 5 5 00 00
      56. 211 0 0 5 5 00 00
      57. //15
      58. 123 0 0 10 10 00 00
      59. 212 0 0 1 1 00 00
      60. 213 0 0 1 1 00 00
      61. 214 0 0 1 1 00 00
      62. 124 0 0 5 5 00 00
      63. }
      64. [COLOR="Red"]0102[/COLOR]
      65. {
      66. 1 0 0 30 30 00 00
      67. 2 0 0 5 5 00 00
      68. 200 0 0 5 5 00 00
      69. 201 0 0 5 5 00 00
      70. // 6
      71. 210 0 0 1 1 00 00
      72. 220 0 0 1 1 00 00
      73. 230 0 0 1 1 00 00
      74. 202 0 0 5 5 00 00
      75. // 7
      76. 204 0 0 5 5 00 00
      77. 205 0 0 2 2 00 00
      78. // 10
      79. 203 0 0 3 3 00 00
      80. 206 0 0 2 2 00 00
      81. 207 0 0 2 2 00 00
      82. // 11
      83. 208 0 0 2 2 00 00
      84. 241 0 0 1 1 00 00
      85. 242 0 0 1 1 00 00
      86. 243 0 0 1 1 00 00
      87. 244 0 0 1 1 00 00
      88. // 12
      89. 21 0 0 1 1 00 00
      90. 22 0 0 1 1 00 00
      91. 23 0 0 1 1 00 00
      92. 24 0 0 1 1 00 00
      93. 25 0 0 1 1 00 00
      94. 151 0 0 2 2 00 00
      95. 152 0 0 2 2 00 00
      96. 153 0 0 2 2 00 00
      97. 154 0 0 2 2 00 00
      98. 155 0 0 2 2 00 00
      99. 156 0 0 2 2 00 00
      100. 157 0 0 2 2 00 00
      101. 158 0 0 2 2 00 00
      102. 159 0 0 2 2 00 00
      103. 160 0 0 2 2 00 00
      104. 161 0 0 2 2 00 00
      105. 162 0 0 2 2 00 00
      106. 163 0 0 2 2 00 00
      107. 164 0 0 2 2 00 00
      108. 165 0 0 2 2 00 00
      109. 166 0 0 2 2 00 00
      110. 167 0 0 2 2 00 00
      111. //13
      112. 3 0 0 5 5 00 00
      113. 209 0 0 1 1 00 00
      114. //14
      115. 121 0 0 5 5 00 00
      116. 122 0 0 5 5 00 00
      117. 211 0 0 5 5 00 00
      118. //15
      119. 123 0 0 10 10 00 00
      120. 212 0 0 1 1 00 00
      121. 213 0 0 1 1 00 00
      122. 214 0 0 1 1 00 00
      123. 124 0 0 5 5 00 00
      124. }
      Alles anzeigen


      CoreServer.ini (Cluster 2):

      Quellcode

      1. Sys [COLOR="Lime"]2[/COLOR]
      2. Database "[COLOR="Lime"]192.168.178.23[/COLOR]"
      3. [COLOR="Lime"]0201[/COLOR]
      4. {
      5. 1 0 0 30 30 00 00
      6. 2 0 0 5 5 00 00
      7. 200 0 0 5 5 00 00
      8. 201 0 0 5 5 00 00
      9. // 6
      10. 210 0 0 1 1 00 00
      11. 220 0 0 1 1 00 00
      12. 230 0 0 1 1 00 00
      13. 202 0 0 5 5 00 00
      14. // 7
      15. 204 0 0 5 5 00 00
      16. 205 0 0 2 2 00 00
      17. // 10
      18. 203 0 0 3 3 00 00
      19. 206 0 0 2 2 00 00
      20. 207 0 0 2 2 00 00
      21. // 11
      22. 208 0 0 2 2 00 00
      23. 241 0 0 1 1 00 00
      24. 242 0 0 1 1 00 00
      25. 243 0 0 1 1 00 00
      26. 244 0 0 1 1 00 00
      27. // 12
      28. 21 0 0 1 1 00 00
      29. 22 0 0 1 1 00 00
      30. 23 0 0 1 1 00 00
      31. 24 0 0 1 1 00 00
      32. 25 0 0 1 1 00 00
      33. 151 0 0 2 2 00 00
      34. 152 0 0 2 2 00 00
      35. 153 0 0 2 2 00 00
      36. 154 0 0 2 2 00 00
      37. 155 0 0 2 2 00 00
      38. 156 0 0 2 2 00 00
      39. 157 0 0 2 2 00 00
      40. 158 0 0 2 2 00 00
      41. 159 0 0 2 2 00 00
      42. 160 0 0 2 2 00 00
      43. 161 0 0 2 2 00 00
      44. 162 0 0 2 2 00 00
      45. 163 0 0 2 2 00 00
      46. 164 0 0 2 2 00 00
      47. 165 0 0 2 2 00 00
      48. 166 0 0 2 2 00 00
      49. 167 0 0 2 2 00 00
      50. //13
      51. 3 0 0 5 5 00 00
      52. 209 0 0 1 1 00 00
      53. //14
      54. 121 0 0 5 5 00 00
      55. 122 0 0 5 5 00 00
      56. 211 0 0 5 5 00 00
      57. //15
      58. 123 0 0 10 10 00 00
      59. 212 0 0 1 1 00 00
      60. 213 0 0 1 1 00 00
      61. 214 0 0 1 1 00 00
      62. 124 0 0 5 5 00 00
      63. }
      64. [COLOR="Lime"]0202[/COLOR]
      65. {
      66. 1 0 0 30 30 00 00
      67. 2 0 0 5 5 00 00
      68. 200 0 0 5 5 00 00
      69. 201 0 0 5 5 00 00
      70. // 6
      71. 210 0 0 1 1 00 00
      72. 220 0 0 1 1 00 00
      73. 230 0 0 1 1 00 00
      74. 202 0 0 5 5 00 00
      75. // 7
      76. 204 0 0 5 5 00 00
      77. 205 0 0 2 2 00 00
      78. // 10
      79. 203 0 0 3 3 00 00
      80. 206 0 0 2 2 00 00
      81. 207 0 0 2 2 00 00
      82. // 11
      83. 208 0 0 2 2 00 00
      84. 241 0 0 1 1 00 00
      85. 242 0 0 1 1 00 00
      86. 243 0 0 1 1 00 00
      87. 244 0 0 1 1 00 00
      88. // 12
      89. 21 0 0 1 1 00 00
      90. 22 0 0 1 1 00 00
      91. 23 0 0 1 1 00 00
      92. 24 0 0 1 1 00 00
      93. 25 0 0 1 1 00 00
      94. 151 0 0 2 2 00 00
      95. 152 0 0 2 2 00 00
      96. 153 0 0 2 2 00 00
      97. 154 0 0 2 2 00 00
      98. 155 0 0 2 2 00 00
      99. 156 0 0 2 2 00 00
      100. 157 0 0 2 2 00 00
      101. 158 0 0 2 2 00 00
      102. 159 0 0 2 2 00 00
      103. 160 0 0 2 2 00 00
      104. 161 0 0 2 2 00 00
      105. 162 0 0 2 2 00 00
      106. 163 0 0 2 2 00 00
      107. 164 0 0 2 2 00 00
      108. 165 0 0 2 2 00 00
      109. 166 0 0 2 2 00 00
      110. 167 0 0 2 2 00 00
      111. //13
      112. 3 0 0 5 5 00 00
      113. 209 0 0 1 1 00 00
      114. //14
      115. 121 0 0 5 5 00 00
      116. 122 0 0 5 5 00 00
      117. 211 0 0 5 5 00 00
      118. //15
      119. 123 0 0 10 10 00 00
      120. 212 0 0 1 1 00 00
      121. 213 0 0 1 1 00 00
      122. 214 0 0 1 1 00 00
      123. 124 0 0 5 5 00 00
      124. }
      Alles anzeigen


      LoginServer.ini (Cluster 1):

      Quellcode

      1. DB "[COLOR="Red"]192.168.178.22[/COLOR]"
      2. Core "[COLOR="Red"]192.168.178.22[/COLOR]"
      3. // CACHE
      4. AddCache( "[COLOR="Red"]192.168.178.22[/COLOR]" );
      5. MSG_VER "20070706"


      LoginServer.ini (Cluster 2):

      Quellcode

      1. DB "[COLOR="Lime"]192.168.178.23[/COLOR]"
      2. Core "[COLOR="Lime"]192.168.178.23[/COLOR]"
      3. // CACHE
      4. AddCache( "[COLOR="Lime"]192.168.178.23[/COLOR]" );
      5. MSG_VER "20070706"


      DatabaseServer.ini (Cluster 1):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Sys [COLOR="Red"]1[/COLOR]
      3. Account "[COLOR="Red"]192.168.178.22[/COLOR]"
      4. DSN_NAME_CHARACTER "[COLOR="Red"]character01[/COLOR]"
      5. DB_ADMIN_ID_CHARACTER "[COLOR="Red"]character01[/COLOR]"
      6. DSN_NAME_LOG "[COLOR="Red"]log01[/COLOR]"
      7. DB_ADMIN_ID_LOG "[COLOR="Red"]log01[/COLOR]"
      8. DB_PWD_LOG ""
      9. DB_PWD_CHARACTER ""
      10. DB_PWD_BACKEND ""
      11. DB_PWD_ITEMUPDATE ""
      Alles anzeigen


      DatabaseServer.ini (Cluster 2):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Sys [COLOR="Lime"]2[/COLOR]
      3. Account "[COLOR="Lime"]192.168.178.23[/COLOR]"
      4. DSN_NAME_CHARACTER "[COLOR="Lime"]character02[/COLOR]"
      5. DB_ADMIN_ID_CHARACTER "[COLOR="Lime"]character02[/COLOR]"
      6. DSN_NAME_LOG "[COLOR="Lime"]log02[/COLOR]"
      7. DB_ADMIN_ID_LOG "[COLOR="Lime"]log02[/COLOR]"
      8. DB_PWD_LOG ""
      9. DB_PWD_CHARACTER ""
      10. DB_PWD_BACKEND ""
      11. DB_PWD_ITEMUPDATE ""
      Alles anzeigen


      WorldServer.ini (Cluster 1, Channel 1):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Key [COLOR="Red"]0101[/COLOR]
      3. Core "[COLOR="Red"]192.168.178.22[/COLOR]"
      4. DB "[COLOR="Red"]192.168.178.22[/COLOR]"
      5. GUILDWAR
      6. //18
      7. //PK
      8. //PKCOST
      9. //STEAL
      10. DROPITEM_REMOVE
      11. WORMON
      12. GUILDBANK
      13. GUILDCOMBAT
      14. GUILDCOMBAT1TO1
      15. ARENA
      16. SECRETROOM
      17. RAINBOWRACE
      Alles anzeigen


      WorldServer.ini (Cluster 1, Channel 2):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Key [COLOR="Red"]0102[/COLOR]
      3. Core "[COLOR="Red"]192.168.178.22[/COLOR]"
      4. DB "[COLOR="Red"]192.168.178.22[/COLOR]"
      5. GUILDWAR
      6. //18
      7. //PK
      8. //PKCOST
      9. //STEAL
      10. DROPITEM_REMOVE
      11. WORMON
      12. GUILDBANK
      13. GUILDCOMBAT
      14. GUILDCOMBAT1TO1
      15. ARENA
      16. SECRETROOM
      17. RAINBOWRACE
      Alles anzeigen


      WorldServer.ini (Cluster 2, Channel 1):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Key [COLOR="Lime"]0201[/COLOR]
      3. Core "[COLOR="Lime"]192.168.178.23[/COLOR]"
      4. DB "[COLOR="Lime"]192.168.178.23[/COLOR]"
      5. GUILDWAR
      6. //18
      7. //PK
      8. //PKCOST
      9. //STEAL
      10. DROPITEM_REMOVE
      11. WORMON
      12. GUILDBANK
      13. GUILDCOMBAT
      14. GUILDCOMBAT1TO1
      15. ARENA
      16. SECRETROOM
      17. RAINBOWRACE
      Alles anzeigen


      WorldServer.ini (Cluster 2, Channel 2):

      Quellcode

      1. ResourceFolder "C:\NeuroSpace\Resource"
      2. Key [COLOR="Lime"]0202[/COLOR]
      3. Core "[COLOR="Lime"]192.168.178.23[/COLOR]"
      4. DB "[COLOR="Lime"]192.168.178.23[/COLOR]"
      5. GUILDWAR
      6. //18
      7. //PK
      8. //PKCOST
      9. //STEAL
      10. DROPITEM_REMOVE
      11. WORMON
      12. GUILDBANK
      13. GUILDCOMBAT
      14. GUILDCOMBAT1TO1
      15. ARENA
      16. SECRETROOM
      17. RAINBOWRACE
      Alles anzeigen


      Auf dem SQL Server müssen natürlich die verschiedenen Datenbanken (CHARACTER_01_DBF, LOGGING_01_DBF, CHARACTER_02_DBF, LOGGING_02_DBF) vorhanden sein, damit das ganze funktioniert ^^

      Auf dem 2. Root dann natürlich die DSNs erstellen, die mit der 2 aufhören :P

      Damit das ganze auch noch klar wird, hier die Struktur:

      Quellcode

      1. AccountServer
      2. - Certifier1
      3. - DBServer1
      4. - CoreServer1
      5. - LoginServer1
      6. - CacheServer1
      7. - WorldServer1
      8. - Certifier2
      9. - DBServer2
      10. - CoreServer2
      11. - LoginServer2
      12. - CacheServer2
      13. - WorldServer2
      Alles anzeigen

      Das einzige, was alle Server verbindet, ist der Account Server ^^


      Viel spaß damit :D

      b2w laut twi geht es nicht :D