Last modified by Alexander Mott on 2023/07/07 15:17

From version 31.1
edited by Scott Kohlmann
on 2023/04/20 21:34
Change comment: There is no comment for this version
To version 32.1
edited by Alexander Mott
on 2023/07/07 15:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.scott\.kohlmann@chiefintegrations\.com
1 +XWiki.alexander\.mott@chiefintegrations\.com
Content
... ... @@ -50,12 +50,14 @@
50 50  Steps 1-3 always needed. **Note:** host and client processors must be able to communicate with each other to use this method (i.e. the network must be configured and both processors must have SHOWRUNNER™ program and configuration loaded).
51 51  
52 52  1. Define remote system in the config:
53 -## {
54 - "SystemId": (% style="color:darkcyan" %)1(%%),
55 - "IpAddressOrHostname": "10.44.5.91",
56 - "Label": "HUB-1-1",
57 - "ConnectionType": "LWAPI"
58 - },##
53 +## "RemoteSystems": [
54 + {
55 + "SystemId": (% style="color:darkcyan" %)1(%%),
56 + "IpAddressOrHostname": "10.44.5.91",
57 + "Label": "HUB-1-1",
58 + "ConnectionType": "LWAPI"
59 + },
60 + ],##
59 59  1. Add Users :
60 60  if CWS User is not needed:
61 61  ##DIN-AP4>sr remote system auth (% style="color:darkcyan" %)**1**(%%) (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)##
... ... @@ -69,12 +69,14 @@
69 69  Steps 1-3 and 6 always needed.
70 70  
71 71  1. Define remote system in the config:
72 -## {
73 - "SystemId": (% style="color:darkcyan" %)1(%%),
74 - "IpAddressOrHostname": "10.44.5.91",
75 - "Label": "HUB-1-1",
76 - "ConnectionType": "LWAPI"
77 - },##
74 +## "RemoteSystems": [
75 + {
76 + "SystemId": (% style="color:darkcyan" %)1(%%),
77 + "IpAddressOrHostname": "10.44.5.91",
78 + "Label": "HUB-1-1",
79 + "ConnectionType": "LWAPI"
80 + },
81 + ],##
78 78  1. Add remote user for LWAPI (this is the key and secret created on the host):
79 79  ##DIN-AP4>sradmin add remote user HUB-1 (% style="color:blue" %)**YTd2pQn7sjwiOWD9NqCIWw**(%%) (% style="color:orange" %)**OeiQEFo_-EDfc7sQe_qRpeQzSkZjylV2roa76utpJLI**(%%)
80 80  Remote User HUB-1 ((% style="color:green" %)//**1a920b8b-3ab8-44bd-bc7b-0fc77abf0a13**//(%%)) added with Group permissions Remote Connection##