| Item name | Required / Optional | Description | Remarks |
|---|---|---|---|
| HOST | Optional | Specifies host name/IP address of the machine that DataSpiderServer operates on. |
|
| PORT | Optional | Specifies the port number of DataSpiderServer. |
|
| USER | Required | Specifies the user name. | |
| PASSWD | Required | Specifies the password. |
| Number | Command name | Description | Option |
|---|---|---|---|
| 1 | adaptertypes | Shows a list of available adapters | |
| 2 | cd | Changes the current working directory | |
| 3 | chgrp | Changes the group | |
| 4 | chmod | Changes access authority mode | |
| 5 | chown(*) | Changes the owner | |
| 6 | cp | Copies files |
|
| 7 | deploy | Registers projects to the server |
|
| 8 | exit | Ends CLI Console | |
| 9 | exp(*) | Exports Server Information |
|
| 10 | gc | Executes garbage collection | |
| 11 | get | File Retrieval |
|
| 12 | groupadd(*) | Adds groups | |
| 13 | groupdel(*) | Deletes groups | |
| 14 | groups | Shows a list of groups | |
| 15 | grp | Global resource management and status view |
|
| 16 | help | Shows Help | |
| 17 | id | Shows information about users | |
| 18 | imp(*) | Imports server information |
|
| 19 | kill | Requests to stop the process |
|
| 20 | lcd | Changes working directory on the local file system | |
| 21 | license | Shows license information | |
| 22 | lls | Show the list of local file system | |
| 23 | lmkdir | Creates a directory on the local file system |
|
| 24 | locale | Shows locale |
|
| 25 | lock | Locks files | |
| 26 | lpage | Shows the contents of files in the local file system |
|
| 27 | lpwd | Shows the working directory | |
| 28 | ls | Shows file list |
|
| 29 | man | Shows manuals | |
| 30 | memstat | Shows memory information |
|
| 31 | mkdir | Creates directory |
|
| 32 | mount | Shows mount information and mounts the local file system with DataSpiderServer. |
|
| 33 | mv | Moves files |
|
| 34 | myprojects | Shows the list of projects that the current log-in user can refer to. | |
| 35 | myservices | Shows the list of services (formerly: projectnames) | |
| 36 | page | Shows files on DataSpiderServer |
|
| 37 | passwd | Changes the password | |
| 38 | ping | Checks whether the server has started or not | |
| 39 | printenv | Shows the list of environment variables |
|
| 40 | processcount | Views and sets the number of processes and scripts in progress |
|
| 41 | prodl | Download the project to local system |
|
| 42 | prodel | Deletes the project. |
|
| 43 | proinfo | Shows the list of project information. |
|
| 44 | proul | Uploads the project from local system |
|
| 45 | ps | Shows scripts/processes |
|
| 46 | put | Puts files on DataSpiderServer |
|
| 47 | pwd | Shows the working directory on DataSpiderServer | |
| 48 | reconnect | Reconnects to DataSpiderServer | |
| 49 | repository | Repository DB management |
|
| 50 | run | Executes scripts |
|
| 51 | rm | Deletes files/directories |
|
| 52 | scriptnames | Shows the list of script names | |
| 53 | session(*) | Manages session information and shows status |
|
| 54 | shutdown(*) | Stops and restarts DataSpiderServer |
|
| 55 | sleep | Stops for a certain period of time | |
| 56 | su | Changes to another user |
|
| 57 | threadstat | Gets thread information |
|
| 58 | touch | Updates file/ directory modified time | |
| 59 | trigger | Controls triggers |
|
| 60 | umount | Detaches mount | |
| 61 | uname | Shows system information | |
| 62 | undeploy | Deletes registered project(services) from server. | |
| 63 | unlock | Releases lock | |
| 64 | useradd(*) | Adds users | |
| 65 | userdel(*) | Deletes users | |
| 66 | usergroup(*) | Registers to the group/removes from the group |
|
| 67 | usermod(*) | Updates user information | |
| 68 | users | Shows the list of users registered on DataSpiderServer |
|
| 69 | versioninfo | Gets the version of the modules installed on DataSpiderServer . | |
| 70 | who | Shows the client application identifier |
|
| 71 | whoami | Shows log-in name |
CLI.exe of Client CLI Console can not execute batch program.
| C:\Progra~1\DataSpiderServista\server\bin\cli -MC:\TEMP\clicommand |
|
cd / # Creates a temporary directory. mkdir WinTemp # Mounts to WinTemp. mount C:\TEMP /WinTemp 777 |