hello
I'm having this error with a amanda server using S3 as storage. ----------------- The next tape Amanda expects to use is: DailySet1-7. FAILURE DUMP SUMMARY: planner: ERROR Some estimate timeout on localhost, using server estimate if possible localhost / lev 0 FAILED [disk /, all estimate timed out] STATISTICS: Total Full Incr. Level:# -------- -------- -------- -------- Estimate Time (hrs:min) 0:30 Run Time (hrs:min) 0:30 Dump Time (hrs:min) 0:00 0:00 0:00 Output Size (meg) 0.0 0.0 0.0 Original Size (meg) 0.0 0.0 0.0 Avg Compressed Size (%) -- -- -- DLEs Dumped 0 0 0 Avg Dump Rate (k/s) -- -- -- Tape Time (hrs:min) 0:00 0:00 0:00 Tape Size (meg) 0.0 0.0 0.0 Tape Used (%) 0.0 0.0 0.0 DLEs Taped 0 0 0 Parts Taped 0 0 0 Avg Tp Write Rate (k/s) -- -- -- NOTES: planner: disk localhost:/, estimate of level 0 timed out. planner: disk localhost:/, estimate of level 1 timed out. driver: WARNING: got empty schedule from planner taper: Slot 7 with label DailySet1-7 is usable DUMP SUMMARY: DUMPER STATS TAPER STATS HOSTNAME DISK L ORIG-GB OUT-GB COMP% MMM:SS KB/s MMM:SS KB/s -------------------------- ------------------------------------- ------------- localhost / FAILED (brought to you by Amanda version 3.3.2) ------------------- This is my amcheck output: amcheck DailySet1 Amanda Tape Server Host Check ----------------------------- NOTE: tapelist will be created on the next run. WARNING: skipping tape test because amdump or amflush seem to be running WARNING: if they are not, you must run amcleanup NOTE: conf info dir /etc/amanda/DailySet1/curinfo does not exist NOTE: it will be created on the next run. NOTE: index dir /etc/amanda/DailySet1/index does not exist NOTE: it will be created on the next run. Server check took 0.141 seconds Amanda Backup Client Hosts Check -------------------------------- Client check: 1 host checked in 5.378 seconds. 0 problems found. (brought to you by Amanda 3.3.2) ------------------------- My amanda.conf output: org "xxxx backup" # your organization name for reports mailto "[email protected]" # space separated list of operators at your site dumpcycle 1 week # the number of days in the normal dump cycle runspercycle 7 # the number of amdump runs in dumpcycle days # (1 week * 5 amdump runs per week -- just weekdays) tapecycle 8 tapes # the number of tapes in rotation # 1 week (dumpcycle) times 5 tapes per week (just # the weekdays) plus a few to handle errors that # need amflush and so we do not overwrite the full # backups performed at the beginning of the previous # cycle runtapes 1 # number of tapes to be used in a single run of amdump device_property "S3_ACCESS_KEY" "xxxxxxxxxxxxxxxxxxxxxxxxxx" # Your S3 Access Key device_property "S3_SECRET_KEY" "xxxxxxxxxxxxxxxxxxx" # Your S3 Secret Key device_property "S3_SSL" "YES" # Curl needs to have S3 Certification Authority (Verisign today) device_property "S3_STORAGE_CLASS" "REDUCED_REDUNDANCY" #device_property "S3_BUCKET_LOCATION" "EU" # in its CA list. If connection fails, try setting this no NO tpchanger "chg-multi:s3:server2-amanda-backup/DailySet1/slot-{01,02,03,04,05,06,07,08}" # Number of tapes in your "tapecycle" tapetype S3 # what kind of tape it is (see tapetypes below) #holdingdisk hd2 { # directory "/var/lib/amanda/holdings/DailySet1" # use 1000 Mb # } autolabel "DailySet1-%%%%" empty labelstr "^DailySet1-[0-9][0-9]*$" # label constraint regex: all tapes must match dtimeout 1800 # number of idle seconds before a dump is aborted. ctimeout 30 # maximum number of seconds that amcheck waits # for each client host etimeout 300 # number of seconds per filesystem for estimates. define dumptype global { comment "Global definitions" auth "bsdtcp" } #define application-tool and dumptype for the amgtar application define application-tool app_amgtar { comment "amgtar" plugin "amgtar" property "GNUTAR-PATH" "/sbin/gtar" property "GNUTAR-LISTDIR" "/usr/lib/amanda/gnutar-lists" } define dumptype server-encrypt-best { global program "GNUTAR" comment "dump with best client compression and server symmetric encryption" compress server best encrypt server server_encrypt "/usr/sbin/amcrypt-ossl" server_decrypt_option "-d" index yes exclude list "/etc/amanda/DailySet1/exclude-filename" } define tapetype S3 { comment "S3 pseudo-tape" length 10240 gigabytes part_size 100G part_cache_type none } includefile "./advanced.conf" #includefile "/etc/amanda/template.d/dumptypes" #includefile "/etc/amanda/template.d/tapetypes" ---------------------------------------- Thanks in advance for any help. roberto
