EnduraData EDpCloud Cross Platform File Replication and Transfer Solutions(edstage)
Check for Updates of your file sync and replication software from www.enduradata.com

Pre file sync staging scripts

edstage


NAME

edstage - Staging scripts for EnduraData File replication and Synchronization software

SYNOPSIS

eddist_stage.bat for windows eddist_stage.sh for mac, linux, solaris, AIX ed_receiver_stage.bat for windows ed_receiver_stage.sh for mac, linux, solaris, AIX

DESCRIPTION

ed*stage* Are scripts that will allow you to stage certain events at the start of data replication and file transfer. The staging scripts allow you to:

Run certain scripts or programs to map or mount file systems for example
Run certain scripts to start or stop other services
Run certain scripts to cleanup or move or compress logs
Run certain scripts to run and send reports
Run certain scripts to change run services as other users: this is the prevalent use

The staging scripts run when the sender and when the receiver start. The scripts should not include commands that take a long time to execute under windows otherwise the service will fail. The scripts are meant to prepare for edpcloud operations.

Although EnduraData advises against replicating data to UNC and CIFS mapped drives(because of the NTFS overhead), a common use for these scripts under Windows is to map UNC paths or CIFS network drives in order for the services to have access to them.

STAGING THE DATA SENDER SIDE

eddist_stage.*

This script runs on the sender side. It can be used to map drives if such drives will be used by replication. A common use is to mount NAS appliances or other remote file systems.

ed_receiver_stage.*

This script runs on the receiver side. It can be used to map drives if such drives will be used by replication as a destination path. A common use is to mount NAS appliances or other remote file systems.

WARNING

EXAMPLES

FILES

$ED_BASE_DIR/etc/eddist_stage.*

$ED_BASE_DIR/etc/ed_receiver_stage.*

SEE ALSO

edintro(8)

edresume(8)

edq(8)

edjob(8)

edstat(8)

eddist.cfg(5)

RETURN VALUE

The status is 0 on success.

ENVIRONMENT

ED_BASE_DIR: This is the name of the top directory where the content distribution software is installed. This directory will also contain various configuration, journals and log files.

SUPPORT

For more information contact <support@enduradata.com>

AUTHOR

A. A. El Haddi, elhaddi@ieee.org