freeipmi-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freeipmi-users] postfix names w/ipmi 0.5 or 0.4


From: Christopher D. Maestas
Subject: [Freeipmi-users] postfix names w/ipmi 0.5 or 0.4
Date: Thu, 20 Dec 2007 16:29:45 -0700 (MST)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]