From d0cc1ecdd1bef3ecc434fb699f7eb9dd2753c2ca Mon Sep 17 00:00:00 2001 From: byetman-solace <87659923+byetman-solace@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:31:35 -0500 Subject: [PATCH] Update README.md Adding SEMP command to "assert-leader message-vpn default" (so that config-sync becomes 'up') --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a00f53..adb260d 100644 --- a/README.md +++ b/README.md @@ -214,9 +214,11 @@ As described in the [Solace documentation for configuring HA Group](https://docs # query redundancy status curl -sS -u admin: http://localhost:8080/SEMP -d "" -# wait until redundancy is up then execute the assert command: - +# wait until redundancy is up, then execute the assert router command: curl -sS -u admin: http://localhost:8080/SEMP -d "" + +# assert the default message-vpn: +curl -sS -u admin: http://localhost:8080/SEMP -d "default" ``` ## Step 4: Set up network security to allow access