Subcommands
LSF data management subcommands and options.
File-based cache query:
bdata cache [-w | -l] [-u all | -u user_name] [-g all | -g user_group_name] [-dmd cluster_name] [host_name:]abs_file_pathJob-based cache query:
bdata cache [-dmd cluster_name] [-w | -l] job_ID[@cluster_name]Job-based cache query:
bdata cache [-dmd cluster_name] [-w | -l] job_ID[@cluster_name]Change group after stage out:
bdata chgrp [-dmd cluster_name] -g user_group_name [host_name:]abs_file_pathChange group after stage in:
bdata chgrp [-dmd cluster_name] -g user_group_name -tag tag_nameChange the file permission mode of a file:
bdata chmod [-dmd cluster_name] -mode octal_mode -mode [host_name:]abs_file_pathTag query:
bdata tags list [-w] [-u all | -u user_name] [-dmd cluster_name]Tag cleanup:
bdata tags clean [-u user_name] [-dmd cluster_name] tag_nameEffective configuration query:
bdata showconfConnections query:
bdata connections [-w]Administration - reconfigure and shut down LSF data manager:
bdata admin reconfigbdata admin shutdown [host_name]
Common options
- -w
- Wide format. Displays the information in a wide format. Use this option only with the cache, connections, and tags list subcommands.
- -l
- Long format. Displays additional information about LSF data management files. Use this option only with the cache subcommand.
- -dmd cluster_name
-
Query the LSF data manager corresponding to the specified remote cluster. Use this option only with the cache, and tags subcommands.
- -u all | -u user_name
- Query files in the cache for the specified user. Use -u all or -u user_name with file-based bdata cache and bdata tags list. You can use only -u user_name with bdata tags clean.