Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

54 Posts

1061

November 22nd, 2019 10:00

Using pre script with Avamar on Solaris

I have a solaris client that needs to use pre-script & post script. Avamar has been setup to call the script which has been placed in:-

/usr/local/avamar/etc/scripts

Where can I add pre-script & post-script on client or avamar server ? Anyone has sample of pre-script & post-script , can you share it ? Thank you.

5 Posts

November 29th, 2019 02:00

Spoiler

Hi, please keep in mind this default install path for solaris: /opt/AVMRclnt

Script must be copied to /opt/AVMRclnt/etc/scripts folder (client side)

You can use this sintax to create these scripts.


#!/usr/bin/ksh

# Comment
FOLDER1=/opt/folder1
export FOLDER1

 

...


Don't forget execution permission on script file.

 
Hi, please keep in mind this default install path for solaris: /opt/AVMRclntScript must be copied to /opt/AVMRclnt/etc/scripts folder (client side)You can use this sintax to create these scripts.#!/usr/bin/ksh# CommentFOLDER1=/opt/folder1export FOLDER1 ...Don't forget execution permission on script file. 

 

1 Rookie

 • 

54 Posts

November 22nd, 2019 15:00

I found solution and it works well now. Thank you.

1 Rookie

 • 

54 Posts

January 13th, 2020 15:00

thank you

No Events found!

Top