Is it possible to use SSH to login into multiple servers and start ActiveSpace agents or load shell scripts? Are there any best practices recommendation?

book

Article ID: KB0093617

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:

It is possible to use SSH. We do not have any best practices specific to SSH but you can use SSH for starting as-agents, create spaces and recover spaces on multiple servers. 


Recommendations :


- Allow some delay "sleep 10" between each as-agent that you start from the script.


- After you start the as-agents, allow a 30 second delay while you create spaces from as-admin so that all the as-agents will join the metaspace. 


- After you create spaces, allow a 30 second delay before you run the recover spaces command from as-admin. This will alllow as-agents to auto join with spaces.

Issue/Introduction

Is it possible to use SSH to login into multiple servers and start ActiveSpace agents or load shell scripts? Are there any best practices recommendation?

Additional Information