#!/pkg/bin/ksh
# 
# ifmgr_imdr_abort_debug_script 
#   - Runs to collect imdr client logs during imdr abort
#
# June 2012
#
# Copyright (c) 2012-2013 by cisco Systems, Inc. All rights reserved.
#--------------------------------------------------------------------
#Two arguments
#1-File name to store the cmds o/p
#2-File name of the script status

echo "CMD: show_tech_pfi -t LC -i >> $1\n" >> $2
echo "\n========================================\n" >> $1
echo "CMD: show_tech_pfi \n" >> $1
echo "========================================\n" >> $1
show_tech_pfi -t LC -i >> $1
