It seems that ipmi can't handle postfix names for ranges.
I've tried something like:
        ipmipower -h mn[1-32]-ipmi .... --stat

and that fails ...

It works if I run the command like:
        for n in `seq 1 32`
        do
                ipmipower -h mn${n}-ipmi ... --stat
        done

Are there plans to support postfix examples like this?

Thanks,
-cdm


_______________________________________________
Freeipmi-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/freeipmi-users

Reply via email to