mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Improve log file display
This commit is contained in:
parent
b96be8eebc
commit
8f2765a5d3
@ -5,7 +5,7 @@ Most of the content is general information for xCAT, the focus and examples are
|
||||
|
||||
IBM OpenPOWER Servers
|
||||
* based on POWER8 Processor Technology is IPMI managed
|
||||
* based on POWER9 Processor Technology is OpenBMC managed [**Alpha**]
|
||||
* based on POWER9 Processor Technology is OpenBMC managed
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
@ -278,7 +278,7 @@ sub testxdsh {
|
||||
`$xdsh_command`;
|
||||
if ($?) {
|
||||
# First attempt to run xdsh failed, display console log to see what happened, then try few more times
|
||||
`tail --lines 25 /var/log/consoles/$noderange.log`;
|
||||
`nodels $noderange | xargs -I % tail -v --lines 25 /var/log/consoles/%.log`
|
||||
my @i = (1..5);
|
||||
for (@i) {
|
||||
sleep 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user