This post is more than 5 years old
309 Posts
0
1934
Scripting XTremIO
All,
I currently use Powershell with plink to ssh into my VNXs and run commands and trap output. I would like to do the same with XTremIO. The only way I see to bypass the menu is to log in first with xmsadmin and from there, log in a second time with a user defined account. Is there any way around this? I don't like the Storage Integrator due to its limited cmdlets and general pan in the #@$.
Thanks.
seancummins
226 Posts
0
December 10th, 2015 05:00
Hi Daniel,
The REST API would most likely be your best bet here... but for CLI, you can use SSH public/private key authentication to programmatically get directly to the CLI. There's a quick example of this here: Filter output - XtremIO.
Hope that helps,
- Sean
DanPJ
309 Posts
0
December 10th, 2015 10:00
That's it, thanks!