Sponsored Content
Operating Systems Solaris amanda's amcheck fail in solaris 10 Post 302253161 by conandor on Friday 31st of October 2008 05:34:50 AM
Old 10-31-2008
amanda's amcheck fail in solaris 10

i got this error message when trying to run amcheck on solaris 10 (sparc).

Code:
bash-3.00$ amcheck DailySet1
Amanda Tape Server Host Check
-----------------------------
slot 10:read label `DailySet1-10', date `X'.
NOTE: skipping tape-writable test
Tape DailySet1-10 label ok
NOTE: conf info dir /usr/adm/amanda/curinfo does not exist
NOTE: it will be created on the next run.
NOTE: index dir /usr/adm/amanda/index does not exist
NOTE: it will be created on the next run.
Server check took 0.860 seconds

Amanda Backup Client Hosts Check
--------------------------------
WARNING: 192.168.1.237: selfcheck request failed: timeout waiting for ACK
Client check: 1 host checked in 30.032 seconds.  1 problem found.

(brought to you by Amanda 2.6.0p2)

Configuration

Code:
# cat /usr/local/etc/amanda/DailySet1
org "My Test"
mailto "root@local"
tpchanger "chg-disk"
changerfile "/usr/local/etc/amanda/DailySet1/changer"
tapedev "file:/backups/DailySet1/slots"
tapetype HARDDISK
labelstr "DailySet1"
dtimeout 1800   # number of idle seconds before a dump is aborted
ctimeout 30     # max number of secconds amcheck waits for each client
etimeout 300    # number of seconds per filesystem for estimates

define tapetype HARDDISK {
  length 10 mbytes
}

define dumptype comp-user-tar {
  program "GNUTAR"
  compress client fast
  index yes
}

Code:
# cat /usr/local/etc/amandahosts
localhost amanda amdump
localhost root amindexd amidxtaped
192.168.1.237 amanda amdump
192.168.1.237 root amindexd amidxtaped

Code:
# cat /etc/inet/inetd.conf
amanda dgram udp wait amanda /usr/local/libexec/amanda/amandad amandad
amandaidx stream tcp nowait amanda /usr/local/libexec/amanda/amindexd amindexd
amidxtape stream tcp nowait amanda /usr/local/libexec/amanda/amidxtaped amidxtaped

 

6 More Discussions You Might Find Interesting

1. Solaris

Solaris 9 install cd boot fail

Hi I hv try to install Solaris 9 on a SPARC machine. The machine now is with Solaris 10 OS. I try to load a Solaris 9 installation cd in and use "boot cdrom" on ok promt, but it give me "no boot device found" when it boot up. and when i use fsck, the system show me an error with the... (2 Replies)
Discussion started by: niuniu
2 Replies

2. Solaris

Solaris 10 x86 1/06 CD1 boot fail

Hello all. I download last version from sun.com, unzip iso's and burn their to cd's. When i try to load (on different machines) from first cd i receive this errors: /kernel/fs/specfs: undefined symbol '' /kernel/fs/specfs: undefined symbol '' ... several screens same message ....... (1 Reply)
Discussion started by: mozheyko_d
1 Replies

3. UNIX and Linux Applications

need advices on install/configure amanda on solaris 10

i would like to have advices on how to install/configure amanda on solaris 10. thank you. (1 Reply)
Discussion started by: conandor
1 Replies

4. Solaris

need advice on install/configure amanda on solaris 10

i facing this problen when following the 15 min tutorial on amaddclient. (2 Replies)
Discussion started by: conandor
2 Replies

5. Red Hat

Amanda Configuration for Asymmetric encryption

Hi All I configured Amanda in our LAN and it is working perfectly When i changed configuration for Encryption it is not working ....and giving an error like this /etc/amanda/template.d/dumptypes", line 394: dumptype parameter expected "/etc/amanda/template.d/dumptypes", line 401: dumptype... (6 Replies)
Discussion started by: pran
6 Replies

6. UNIX for Advanced & Expert Users

Veritas Cluster automatic fail-back option on Solaris

Hi - Please help me to understand the Veritas Cluster fail-over capability. We configured oracle database file system on veritas cluster file system and it is automatically failing-over from node 1 to node 2. Does Veritas cluster softward have any option to fail-back from node 2 to node 1... (6 Replies)
Discussion started by: Mansoor8810
6 Replies
AMDUMP(8)						      System Manager's Manual							 AMDUMP(8)

NAME
amdump - back up all disks in an Amanda configuration SYNOPSIS
amdump config [ host [ disk ]* ]* DESCRIPTION
Amdump switches to the appropriate Amanda configuration directory, e.g. /etc/amanda/config, then attempts to back up every disk specified by the amanda.conf file. Amdump is normally run by cron. You can specify many host/disk expression, only disks that match an expression will be dumped. All disk are dumped if no expression are given. If file /etc/amanda/config/hold exists, amdump will wait until it is removed before starting the backups. This allows scheduled backups to be delayed when circumstances warrant, for example, if the tape device is being used for some other purpose. While waiting, amdump checks for the hold file every minute. See the amanda(8) man page for more details about Amanda. EXAMPLE
Here is a typical crontab entry. It runs amdump every weeknight at 1 a.m. as user bin: 0 1 * * 1-5 bin /usr/sbin/amdump DailySet1 Please see the crontab(5) or crontab(1) manual page for the correct crontab format for your system. MESSAGES
amdump: waiting for hold file to be removed The "hold" file exists and amdump is waiting for it to be removed before starting backups. amdump: amdump or amflush is already running, or you must run amcleanup Amdump detected another amdump or amflush running, or the remains of a previous incomplete amdump or amflush run. This run is ter- minated. If the problem is caused by the remains of a previous run, you must execute amcleanup(8) and then rerun amdump. AUTHOR
James da Silva <jds@cs.umd.edu> University of Maryland, College Park SEE ALSO
amanda(8), amcheck(8), amcleanup(8), amrestore(8), amflush(8), cron(8) AMDUMP(8)
All times are GMT -4. The time now is 05:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy