Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matsumotory/ipmi-control-tool

ipmi-control-tool
https://github.com/matsumotory/ipmi-control-tool

Last synced: about 2 months ago
JSON representation

ipmi-control-tool

Awesome Lists containing this project

README

        

=head1 NAME

ipmi-control.pl - control ipmitool

=head1 SYNOPSIS

./ipmi-control.pl -t ${TARGET} -m ${METHOD}

ex) ./ipmi-control.pl -t example.cm -m status

Options:
-target -t control target host or ip or all
-method -m control methods(on off reboot reset status hwstatus laninfo)
-help -h brief help message
-version -v brief version

ipmi_taget.list
#host ipmit_ip
example.com 192.168.0.1
example.jp 192.168.0.2

=head1 AUTHOR

MATSUMOTO Ryosuke

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut