You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
14:14:08: ok. and have you and Mark gotten the instructions and command line script for registering a new server and registering a new user ID, so we can use SHI to create first server in first domain, then the CLI tools to register aditional user/server, then download the ID back to the host, then use SHI to create on the same machine the second server to join the existing server? for SHI I think that is what we should target next to have that done.
14:28:47: doing what I just described - making it available for people to test creating fresh domains and adding additional fresh servers to the fresh domain -- remains a key undelivered goal of SHI that we need to close the gap on. this would allow for a lot of testing that we just cannot do right now without getting these steps fully done.
This is is a key part of the additional Domino server support (#85). This will be based on the CreateAdditionalServerID class that was added to the provisioners here (pending testing).
The current process is:
0. Requires a local standalone or additional Domino instance for the same Domino organization
Create or deploy additional.properties in the instance
SSH to the instance and navigate to the above directory as java_user
Run java -jar CreateAdditionalServerID.jar additional.properties
SCP the generated ID file to the local machine
Create a new additional server instance and provide the generated ID file
UPDATE: Here are the commands I used in a real test (not including creating the additional server
From @JustinProminic
This is is a key part of the additional Domino server support (#85). This will be based on the CreateAdditionalServerID class that was added to the provisioners here (pending testing).
The current process is:
0. Requires a local standalone or additional Domino instance for the same Domino organization
java_user
UPDATE: Here are the commands I used in a real test (not including creating the additional server
With this configuration (server.id.output), the generated ID file is found at: /tmp/additional/test-additional.shi.com.id
The proposed process would be something like this:
TODO:
The text was updated successfully, but these errors were encountered: