From 77ce61b6123f61694475e385ccbe9a0801db9d56 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 26 Oct 2011 15:53:47 +0000 Subject: [PATCH] add lsxcatd -a git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10900 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatsnap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/sbin/xcatsnap b/xCAT-server/sbin/xcatsnap index aefeade51..188e11bee 100755 --- a/xCAT-server/sbin/xcatsnap +++ b/xCAT-server/sbin/xcatsnap @@ -221,7 +221,7 @@ sub snap_it { "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", - "/usr/sbin/lsnim -l","lssrc -l -s dhcpsd","lslpp -hac"); + "/usr/sbin/lsnim -l","lssrc -l -s dhcpsd","lslpp -hac","lsxcatd -a"); } elsif ( $OSname eq "Linux" ) { @Commands_array = ( @@ -230,7 +230,7 @@ sub snap_it { "ls $installdir", "find /tftpboot -size -32k","ls -lR $xcatroot", "arp -a","ps -edlf","ps -aux","ulimit -a","df -k", - "cat /etc/issue"); + "cat /etc/issue","lsxcatd -a"); } foreach my $item (@Commands_array) { $Command = $item;