Unsolved
This post is more than 5 years old
1 Rookie
•
8 Posts
0
3133
May 3rd, 2011 08:00
Validation script/command line
Does anyone have any experience creating a validation script, or running the validation from the command line?
We have a requirement to validate(and document the results) the backups of our systems once a month.
I know avtar --validate, but I lose the trail after that.
No Events found!



Sandeep_Sinha
307 Posts
0
May 4th, 2011 04:00
Hello Shuddle,
You can validate a backup from command line using this command:
avtar --validate --allnode --stats --account= --seq= --id= --password=
Thanks,
Sandeep.
shuddle1
1 Rookie
•
8 Posts
0
May 4th, 2011 06:00
that syntax works.
but i still get error 74
shuddle1
1 Rookie
•
8 Posts
0
May 4th, 2011 06:00
I get an error when I use that command
Login error 74: Account not found in the Avamar database
shuddle1
1 Rookie
•
8 Posts
0
May 4th, 2011 06:00
I have used MCUser and an account that I created for validations.
rpervan
266 Posts
0
May 4th, 2011 06:00
what account you are using for "avtar ..... " syntax ?
MCUser or what exactely ?
.r
rpervan
266 Posts
0
May 4th, 2011 06:00
4. After using validate to assess the server and network performance to a particular client, run a restore by replacing the "--validate" flag with "--extract". You might also want to add something like "--target=/tmp/restore" to specify the destination location of the restore. The difference in performance will indicate the overhead incurred by the local file system and disk subsystem.
rpervan
266 Posts
0
May 4th, 2011 06:00
please try to do this syntax:
# avmgr logn --hfsaddr= --id=MCUser --ap=
does this work ?
rpervan
266 Posts
0
May 4th, 2011 07:00
gr8.
This could be some kind of GUI perf.issue ... bugs ... or I do not know exactly .
Any way ... you have workaround ... but you could contact EMC Avamar tech. team .
Cheers,
.r
shuddle1
1 Rookie
•
8 Posts
0
May 4th, 2011 07:00
Rej this is all great info thanks!
the --account part needs the domain, that's what I was missing i.e. --account=/clients/test.
thanks for that.
"This will cause the entire contents of snapup #10 from /clients/test to be transferred across the network to the client, but it will suppress writing the data to the local disk."
Is that all it does?
From my understanding that is different from running a validate using the admin gui.
I just run the command at the top of your message, and there was no impact on the cpu memory etc of the client.
But when I run the validation from the gui I see cpu, memory, etc usage go up.