# configuration file for disko.pl # ############################################################################ # Antenna name. Should be one of: # ATCA, Mopra, Parkes, DSS43, DSS45, Ceduna, Hobart # This parameter is required by cDisko antenna Hobart ############################################################################ # The recorder machines. # The name:port of the machine(s) that are running the recorder server. # Can put multiple machines here to control, separated by spaces. # This parameter is required by cDisko server hovsi.phys.utas.edu.au:50080 ############################################################################ # Log file directory # This is the directory that dLBA_GUI log files should be written to # This parameter is ignored by cDisko log_dir /home/vlbi/disko_logs ############################################################################ # Data disks # # "disks" should define a list of valid directories under which data # can be written. There should be one directory name per mount point with # directory names separated by white space. # For example, you may have two RAID arrays mounted as /data/disk1 and # /data/disk2 and you want data to be written to /data/disk1/lba and # /data/disk2/lba in which case you'd set the following: # disks /data/disk1/lba /data/disk2/lba # directory structure below this is set by dLBA_GUI # This parameter is ignored by cDisko disks /data/internal /data/removable # # "max_capacity" defines at what percentage capacity a disk is considered to be full # This parameter is required by cDisko max_capacity 95 ############################################################################ # Default recorder parameters: # # File size. This is the size of the individual data files. # Use vsib_record syntax file_size 10s # Block size in bytes used for reading from vsib and writing to disk Default is 32000 block_size 32000 # VSIB device. The vsib.o module device file to read from. vsib_device /dev/vsib ############################################################################ # Thresholds for monitoring during recording # # These parameters are required by cDisko # if bigbuf gets down to this limit (%), start warning messages, bigbuf_warn_limit 80.0 # if bigbuf gets down to this limit (%), start panicing bigbuf_panic_limit 50.0 ############################################################################ # End of file __END__