2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Debug command output32

This commit is contained in:
Mark Gurevich 2022-07-14 13:44:31 -04:00
parent c1a059ac90
commit e47f12a833

View File

@ -353,11 +353,11 @@ sub install_xcat{
#"echo \$PATH",
#"export PATH=/opt/xcat/bin:/opt/xcat/sbin/:\$PATH",
"echo \$PATH",
". /etc/profile.d/xcat.sh && sudo tabdump policy",
". /etc/profile.d/xcat.sh && tabdump policy",
"sudo tabdump site",
"lsxcatd -a",
"ls /opt/xcat/sbin",
"sudo service xcatd status");
"service xcatd status");
my $ret = 0;
foreach my $cmd (@cmds){
print "\n[install_xcat] running $cmd.....\n";