MAN page from Fedora 17 cld-0.8-0.7.gf9c5b967.fc17.x86_64.rpm
CLDCLI
Section: Maintenance Commands (8)
Updated: July 2010
Index NAME
cldcli - Issue commands to CLD reliable file storage service
SYNOPSIS
cldcli[
options]
cldcli -?|--help
DESCRIPTION
cldcliis used as a standard input (stdin)-based command line interface tothe CLD reliable file storage service.
OPTIONS
- -? --help
- Shows a short help message.
- -D --debug
- Set debug verbosity level. 0 == none, 2 == max verbosity.
- -h --host
- Set host and TCP port to which cldcli should connect. SHOULD be specifiedmultiple times, once for each CLD server.
- -u --user
- Set username to USER.
- -v --verbose
- Enable verbose libhail output.
- -V --version
- Print program version, and exit.
COMMANDS
Once a CLD session has been successfully established,the following commands are available:
- help
- Display short cldcli command reference.
- cat FILE
- Output contents of FILE
- cd
- Change to root dir
- cd DIR
- Change to DIR
- cpin FS-FILE CLD-FILE
- Copy contents of FS-FILE into CLD as CLD-FILE
- cpout CLD-FILE FS-FILE
- Copy contents of CLD-FILE out of CLD into FS-FILE
- list locks
- List locks currently held by this session
- lock FILE
- Obtain exclusive lock on FILE, waiting in b/g if necessary
- ls
- List files in current dir
- ls DIR
- List files in DIR
- mkdir DIR
- Create new directory DIR
- rm FILE
- Delete FILE
- trylock FILE
- Attempt to obtain exclusive lock on FILE
- unlock FILE
- Remove exclusive lock from FILE
- quit
- Exit cldcli
- exit
- Exit cldcli
- <end-of-file>
- Exit cldcli
BUGS
At present, this utility assumes that username==password, and therefore doesnot ask for a password.
AVAILABILITY
cldcliis available over the Web at
http://www.kernel.org/pub/software/network/distsrv/hail/
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- COMMANDS
- BUGS
- AVAILABILITY
This document was created byman2html,using the manual pages.