PerlMe has asked for the wisdom of the Perl Monks concerning the following question:
but generally the target system, A hangs at the time (normally if you were working on A's console then you do a enter or something and we will get the command prompt).#The enxt two lines are only for reference #$t = new Net::Telnet (Timeout => 1000); #$t->open("10.10.4.11"); $t->cmd(reboot);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reboot: System call
by aquarium (Curate) on Jul 18, 2007 at 01:17 UTC | |
|
Re: Reboot: System call
by quester (Vicar) on Jul 18, 2007 at 07:20 UTC | |
|
Re: Reboot: System call
by Mr. Muskrat (Canon) on Jul 19, 2007 at 18:23 UTC | |
by PerlMe (Novice) on Jul 24, 2007 at 22:18 UTC |