SUMMARY zfs destroy

From: Diego Brito Veiga - b04917 <diego.veiga_at_freescale.com>
Date: Fri Jun 13 2008 - 08:15:17 EDT
Thanks to every one who point me checks to detect the problem.
I didn't find an answer but a workaround was to apply the latest 
10_Recommended patch cluster (May/30/08).


-------- Original Message --------
Subject: 	zfs destroy
Date: 	Mon, 02 Jun 2008 09:59:52 -0300
From: 	Diego Brito Veiga - b04917 <diego.veiga@freescale.com>
Organization: 	Freescale Semiconductors
To: 	sunmanagers@sunmanagers.org



Hi guys,

I am running after the Netbackup policy ends the script bpend_notify.
This script remove the snapshot and send me an email with a policy 
report. The script is executed as root loading the root envs by 
Netbackup daemon.

If I execute it manually no issue but if it is automatic returns me the 
error and don't remove the snapshot.

more .bpend_notify.BSTC_FIL03-ccvv_backup
#!/bin/bash
#
#bcpyrght
#***************************************************************************
#* $VRTScprght: Copyright 1993 - 2002 VERITAS Software Corporation, All 
Rights Reserved $ *
#***************************************************************************
#ecpyrght
#
# NOTE:
# -----
#
#   This script should be copied to /usr/openv/netbackup/bin and linked 
os renamed to
# bpend_notify.POLICYNAME.SCHEDULE (example: bpend_notify.BSTC_NDMP)
#
# --------------------------------------------------------------------
# main script starts here
# --------------------------------------------------------------------

# Get the Unix time when backup is finished (aproximate value)
sec_time=`perl -e 'print time;'`
finish_unix_time=`echo $sec_time | sed -e 's/...$//'`
day=`/bin/date +%D`
hour=`/bin/date +%T`
log_path=/tmp
#Send an email message when backup is finished
# Person who will receive a notification email
admin_email="user@mail"
OUTF=/usr/openv/netbackup/bin/log/BPSTART_CALLED_ccvv_backup
client_name=$1
log_file_test=""
zfs destroy lun10/ccvv_backup@netbackup
....

internal error: failed to initialize ZFS library

Any tip? I will summarize the answers.

-- 
Diego Brito Veiga
Freescale Semiconductors
EDA/CAD Support Group - Brazil
Phone: +55 19 3783-8546
Fax:   +55 19 3783-8601

The information contained in this communication has been classified as:
[x] Freescale Semiconductor - Public Information
[ ] Freescale Semiconductor - Internal Information
[ ] Freescale Semiconductor - Confidential Information
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Fri Jun 13 08:16:53 2008

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:44:11 EST