Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You next have to insert the new Ring shard:

Code Block
languagesql
USE nel;
INSERT INTO shard (ShardId, domain_id, WsAddr, NbPlayers, Name, Online, ClientApplication, Version, PatchURL, DynPatchURL, FixedSessionId, State, MOTD, prim) VALUES (300, 12, 'r2.ryzomcore.org', 0, 'Ring Shard', 0, 'r2', '', '', '', 0, 'ds_dev', '', 29);
Tip

This makes the Ring shard available to users. If users continue to receive errors that no DSS is available to them log into your Shard Unifier and type the following command:

rsm.setWSState 300 OPEN

 

You will also need to grant the new host permissions to log in as the shard user.

...