From b57b58e8373cc21f214e84042894ece50dc9b983 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 15 Feb 2012 11:11:23 +0000 Subject: [PATCH] fix recursive listing of all /install breaks AIX on large systems git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11577 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatsnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatsnap b/xCAT-server/sbin/xcatsnap index 99c0058cc..448c32cce 100755 --- a/xCAT-server/sbin/xcatsnap +++ b/xCAT-server/sbin/xcatsnap @@ -217,7 +217,7 @@ sub snap_it { @Commands_array = ( "uname -a","ifconfig -a","netstat -in","netstat -rn","env", "reventlog -a","lsmod","/sbin/lspci","lssrc -a","rpm -qa", - "ls -lR $installdir", + "ls $installdir", "find /tftpboot -size -32k","ls -lR $xcatroot", "arp -a","ps -edlf","ps -aux","ulimit -a","df -k","oslevel", "netstat -A","errpt -a","/usr/sbin/instfix -i",