I have a few questions on review request 729, lmi commands against
multiple hosts, described below.
First, I was under the impression that commands were against a single
server. Is there a design document covering multiple servers?
Second, what is the scope of this capability? Does it apply to LIM API
(the CIM calls), scriptons, or just meta-commands?
Third, how are errors handled? For example, if you issue the service
start command to 10 hosts and get 5 different failures, how do you
determine what happened on each host?
Review request for OpenLMI Developers.
By Michal Minar.
Updated Aug. 19, 2013, 1:23 p.m.
Repository: openlmi-tools
Description
allow to customize the prompt, when asking for credentials
The user can be now presented with additional information regarding a
host he tries to connect to. This can be used be lmi metacommand to
prefix the promt with hostname when connecting to multiple hosts:
$ lmi -h host1 -h host2 service start svnserve.service
$ [host1] username: ****
$ [host1] password: ****
$ [host2] username: *****
$ [host2] password: *****