amanda's amcheck fail in solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris amanda's amcheck fail in solaris 10
# 1  
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

# 2  
Old 10-31-2008
Are you using "auth bsdtcp" in your dumptype definition ? I don't see that
And also check your /etc/xinetd.d/amanda file for correct entries

Last edited by incredible; 10-31-2008 at 12:01 PM..
# 3  
Old 10-31-2008
Quote:
Originally Posted by incredible
Are you using "auth bsdtcp" in your dumptype definition ? I don't see that
And also check your /etc/xinetd.d/amanda file for correct entries
i running amanda on solaris 10.
i using inet instead of xinet. on solaris i don't think there will be xinetd.d conf file.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question