- Knowledge Base
- Backend Operations
-
Zmanda Enterprise
-
Zmanda Recovery Manager (ZRM)
-
Backend Operations
-
Backup
-
Server Installation
-
Client Configuration
-
Account and Licenses
-
Sources
-
Storage
-
Schedules
-
Backup Sets
-
Backup Operations
-
Restore Operations
-
Monitoring and Reporting
-
Configurations
-
ZMC/UI
-
Whitepaper
-
Zmanda Cloud Storage
-
VMWare
-
Key Vault
-
Disaster Recovery
-
Zmanda Support
-
Product lifecycle
-
Zmanda Pro
AMRECOVER [REQUEST FAILED: TIMEOUT WAITING FOR ACK]
This article is for Amanda Enterprise (AE)
Issue Symptoms
[root@proxy ~]# amrecover DailySet1 -t backup -s backup AMRECOVER Version. Contacting server on backup ... [request failed: timeout waiting for ACK
Issue Description
Request failed timeout waiting for ACK
Resolution
Make sure the /etc/amanda/amanda-client.conf file exists on the client:
conf "DailySet1"# your config name index_server "vmbsd.zmanda.com" # your amindexd server tape_server "vmbsd.zmanda.com" # your amidxtaped server #tapedev "/dev/nst0" # your tape device # auth - authentication scheme to use between server and client. # Valid values are "bsd", "bsdudp", "bsdtcp" and "ssh". # Default: [auth "bsdtcp"] auth "ssh" # your ssh keys file if you use ssh auth ssh_keys "/var/lib/amanda/.ssh/id_rsa_amrecover"
Edit this file to fit your configuration.