Hello All,
My one script does not work normally, Would you please help me check the reason? Thank you all! This is my script and I put this script into tsm sched: -------------------------------------------- if rsh shifs01b snap list stn_pmu | awk 'BEGIN{x=0} /snap_stn_pmu.bck/{x=1} END{exit x}'; then exec >/var/tsmlog/sched_shifs01b_stn_pmu.log 2>&1 rsh shifs01b snap create stn_pmu snap_stn_pmu.bck mount -o proto=tcp,ro,rsize=32768,wsize=32768 shifs01b:/vol/stn_pmu/.snapshot/snap_stn_pmu.bck /shifs01b/stn_pmu export DSM_DIR=/opt/tivoli/tsm/client/ba/bin/NETAPP/shifs01b export DSM_CONFIG=/opt/tivoli/tsm/client/ba/bin/NETAPP/dsm.opt export LANG=en_US export LC_CTYPE=en_US dsmc i -MemoryEfficient=YES /shifs01b/stn_pmu umount /shifs01b/stn_pmu rsh shifs01b snap delete stn_pmu snap_stn_pmu.bck fi ------------------------------------------- But when I see log of this script, it show just below: /opt/tivoli/tsm/client/ba/bin/NETAPP/shifs01b_stn_pmu.sh: line 12: 26194 Segmentation fault dsmc i -MemoryEfficient=YES /shifs01b/stn_pmu deleting snapshot... then my script stop and backup the volume finished but not full. Any comments are welcome! Best Regards, william