Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2712

March 8th, 2017 05:00

avtar command

We have a Avamar/Data Domain system. When we use the avtar command to do a manual backup it writes the backup to the Avamar Utilty node. I am getting frustrated because I am not finding much information on how to fix this.

215 Posts

March 8th, 2017 05:00

You need to include the following syntax on the avtar call.

The index number can vary when more than one DD exists on the Avamar system.

--ddr  --ddr-index=1

5 Posts

March 8th, 2017 06:00

WE have tried with the --ddr --ddr-index=1 also index=0 same thing

here is the script that we are using for our test

/usr/local/avamar/bin/avtar --create --id=**** --ap=****  --path=/AIX/granite.abc.efg.hij --logfile=/usr/local/avamar/var/clientlogs/test_backup --label=test_backup_granite --ddr-index=0 /home/frank/

2K Posts

March 8th, 2017 12:00

You must specify BOTH the --ddr flag AND the --ddr-index flag. The ddr-index will be ignored unless --ddr is also specified.

No Events found!

Top