pamResend

Purpose:

Resend PAM datapoints to database

Enter:

pamResend <cell> [pam_dir_type]

Where:

cell

Specify the cell number whose datapoints should be resent.  A value of ‘all’ will send datapoints for all testcells.

pam_dir_type

Optional. Specify the pam directory from where to resend data. This can be anything as long as the correct directory and subdirectories exist. Examples to use can be either “datapoint”, “mua_data” or “header”.
The default is “datapoint” for the directory to use.

Example:

pamResend all
The above command resends any PAM Datapoints in all subdirectories of /data/PAMdatapoint/hold/ for all test cells.

pamResend all header
The above command resends any PAM Header in all subdirectories of /data/PAMHeader/hold/ for all test cells.

pamResend 101
The above commands resends any PAM Datapoints in /data/PAMdatapoint/hold/101/ for test cell 101.

pamResend 101 header
The above command resends any PAM Header files in /data/PAMHeader/hold/101/ for test cell 101.

pamResend all mua_data
The above command resends any mua data in the subdirectories of /data/mua_data/hold for all test cells.

Notes:

The program moves files in subdirectories of

/data/PAMdatapoint/hold/ to /data/PAMdatapoint/ready/
or the /data/PAMHeader/hold/ to /data/PAMHeader/ready/
or the /data/mua_data/hold/ to /data/mua_data/ready/ on the local node.

See Also:

PAM Data Collection and Transfer