Skip to main content
Solved

Allssh(CMV) for host

  • April 29, 2021
  • 1 reply
  • 1747 views

I would like to run a command from a host to gather the info just allssh does on cvms. I would like to avoid login into all the host and run a quick check from any of them. is there any easy way to do that?

I read about hostssh command but my bash is not able to found it.

Best answer by gabeo

hostssh should be run from the CVM, not from the host. It sounds like doing so would accomplish what you want. 

 

cvm$ hostssh command_you_want_to_run

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+2
  • Trailblazer
  • 18 replies
  • Answer
  • May 6, 2021

hostssh should be run from the CVM, not from the host. It sounds like doing so would accomplish what you want. 

 

cvm$ hostssh command_you_want_to_run