- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I have an idea for automation , for which I need to submit a piece of unix script in all grid nodes and get result of the scripts from each node .
Can any one from the community help with the above.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A SAS grid consists of a series of SAS-machines each having SAS/Connect there.
When they are registered in the SAS-metadata you could see all of them using the SIGNON SERVERV=_ALL_
Knowing all the machines in the grid and having all of those open for the x-CMD setting than you can remote submit to each of them a sh scritp (preferred pipe usage when needing some feed-back).
For the rsubmit processing an asycnhronous mode from one central base proces (not using parallel code submission) should do the the job.
What is the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Kayalvizhi,
Thanks for your question. I've moved your question to the Administration community as more experts will be able to help here.
Best,
Lainie
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A SAS grid consists of a series of SAS-machines each having SAS/Connect there.
When they are registered in the SAS-metadata you could see all of them using the SIGNON SERVERV=_ALL_
Knowing all the machines in the grid and having all of those open for the x-CMD setting than you can remote submit to each of them a sh scritp (preferred pipe usage when needing some feed-back).
For the rsubmit processing an asycnhronous mode from one central base proces (not using parallel code submission) should do the the job.
What is the problem?