pamResendSite
Purpose:
-
Resend PAM datapoints to database for a specified site.
Enter:
-
pamResendSite cell=[cell_number] dir=[pam_dir_type] site=[test site]
Where:
-
cell
Specify the test cell number whose datapoints should be resent. A value of ‘all’ will send datapoints for all testcells for a 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 moves files in subdirectories of /data/PAMdatapoint/hold/ to /data/PAMdatapoint/ready/,
/data/PAMheader/hold/ to /data/PAMHeader/ready/,
/data/mua_data/hold/ to /data/mua_data/ready/,
or /data/esvdout10c/hold/ to /data/esvdout10c/ready/ on the local node.