Network Drive Commands
The network drive commands help you to map desired remote network locations. The mapped network drive can then be used by the servers in the cluster setup to access the commonly shared files.
For example - Elastic Search Repository, LowCode WorkFlow files.
Following are the network drive commands:
Type ae help networkdrive to find the option in Network drive:
D:\RPA\AssistEdgeAutomation\scripts>ae help networkdrive
|
NOTE: |
The network drive command is only supported in Windows. |
LIST
The list command displays the list of currently mapped drive.
Syntax Defined
Syntax: ae networkdrive list
Alias Defined
Alias: ae nd list
Sample Output
D:\RPA\AssistEdgeAutomation\scripts >ae networkdrive list
Status Local Remote Network ------------------------------------------------------------------------------- OK Z: \\DATASERVER-01\SharedData Microsoft Windows Network
|
MOUNT
The mount command mounts the network drive.
Syntax Defined
Syntax: ae networkdrive mount
Alias Defined
Alias:ae nd mount
Sample Output
D:\RPA\AssistEdgeAutomation\scripts > >ae networkdrive mount
Enter Drive Letter: z Enter Hostname: DATASERVER-01 The command completed successfully.
|
Enter details related to the user as mentioned below:
- Enter Drive Letter: Provide the network drive name and then press <Enter>8 .
- Enter Hostname: Provide the hostname of the network drive and then press <Enter>8 .
- Enter Network Location: Provide the shared network drive path and then press <Enter>8 .
- Enter Username: Provide the shared network drive username and then press <Enter>8 .
- Enter Password: Provide the shared network drive password and then press <Enter>8 .
NOTE: |
For more information on the mount, see Setting-Up LowCode in Cluster Deployment section in the Installation. |
UNMOUNT
The unmount command unmounts the network drive.
Syntax Defined
Syntax: ae networkdrive unmount
Alias Defined
Alias:ae nd unmount
Sample Output
D:\RPA\AssistEdgeAutomation\scripts > >ae networkdrive unmount
|