Starting ASOperations for Shared-Nothing Persistence

Procedure

  • Run the relevant examples to invoke ASOperations for shared-nothing persistence.
    Java Invocation java ASOperations -metaspace examplems -space shared_nothing_persisted -persistence shared_nothing -role seeder [-data_store path]
    C Invocation ASOperations -metaspace examplems -space shared_nothing_persisted -persistence shared_nothing -role seeder [-data_store path]
    .NET Invocation AS_HOME\examples\dotnet\ASOperations.exe -metaspace examplems -persistence shared_nothing -role seeder [-data_store path]

    When using ASOperations for shared-nothing persistence, you must start ASOperations as a seeder so that data will be stored on the node running ASOperations. The basic space definition is used, but the persistence type of the space is set to shared-nothing. To identify this slightly different space, ASOperations uses a default space name of shared_nothing_persisted when it detects that shared-nothing persistence has been specified. This is done to prevent conflicts with other examples which may already be running and using the default space definition.