pamResendSite

Purpose:

Resend unacknowledged files for specified directories and sites by moving them from hold to ready directories.

Enter:

pamResendSite [cell=cell_number] [dir=pam_dir_type] [site=test_site]

Where:

cell

Optional. Specify the test cell number whose datapoints should be resent. Specify ‘all’ to process all cells for the given site.

dir

Optional. Specify the pam directory from where to resend data. This should be either “PAMdatapoint”, “PAMheader”, “mua_data” or “esvdout10c”.
The default is “PAMdatapoint”.

site

Optional. Specify the test site from where to resend datapoints. The default is “ctc”.

Example:

pamResendSite cell=all dir=PAMdatapoint site=ctc
The above command resends any PAM Datapoints in all subdirectories of /data/PAMdatapoint/hold/ for all test cells for the ctc site.

pamResendSite cell=all dir=PAMheader site=bak
The above command resends any PAM Header files in all subdirectories of /data/PAMheader/hold/ for all test cells for the bak site.

pamResendSite cell=101
The above commands resends any PAM Datapoints in /data/PAMdatapoint/hold/101/ for test cell 101 at the ctc site.

pamResendSite cell=101 dir=PAMheader
The above command resends any PAM Header files in /data/PAMheader/hold/101/ for test cell 101 at the ctc site.

pamResendSite cell=2 dir=mua_data site=bak
The above command resends any mua_data files in the /data/mua_data/hold/2 directory for site bak.

pamResendSite
The above command resends any PAM Datapoints in all subdirectories of /data/PAMdatapoint/hold for all test cells for the ctc site.

Notes:

The program removes files starting with certain prefixes (e.g., ‘pam.’, ‘pre.’) in the specified hold directory before moving other files to the ready directory.

See Also:

PAM Data Collection and Transfer