This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Pavel,
I do not see a data dir:
<snip>
Creating the Data and Log Directories
The product queue MUST be on locally mounted disk and it is highly
recommended that locally stored data also be written to locally mounted
disk.
Backup is also an issue. Data is volatile, as are log files and should not
be backed up on a regular basis. In addition, by convention, the data
directory is a subdirectory of the LDM user's home directory, which should
be backed up.
First one needs to create the directories on the non-backed up disk
partition, ie /var/data.
% mkdir /var/data/ldm
% mkdir /var/data/ldm/logs
Use a symbolic link to a non-backed up disk partition.
% cd ~ldm
% ln -s /var/data/ldm data
% ln -s /var/data/ldm/logs logs
<snip>
Other than that it is looking good..
-Jeff
____________________________ _____________________
Jeff Weber address@hidden
Unidata Support PH:303-497-8676
NWS-COMET Case Study Library FX:303-497-8690
University Corp for Atmospheric Research 3300 Mitchell Ln
http://www.unidata.ucar.edu/staff/jweber Boulder,Co 80307-3000
________________________________________ ______________________
On Mon, 20 May 2002, Byles, Pavel O wrote:
> I have just finished setting up the symlinks and dirs. I am going to go
> ahead and unpack the distribution and carry on. Would you like to check to
> see what I have done?
>
> Pavel Byles
>