Navigation:  SoftExpert Suite installation with Docker > Additional procedures >

Shared disk configuration

Previous  Top  Next

To configure a shared disk, follow the steps below. Remember the folder must be shared to the network.

 

1.Run this command to configure the credentials you will use to access the shared folder. Remember to enter the environment domain:

$creds = Get-Credential

 

2.Run this command to create the shared folder on the new disk of your choice. In which \sharedfolder\local is the folder that will be shared, and G: is the new disk in which it will be assembled.

 

You can use other letters, such as F:, D:, H:, etc. Just keep in mind the location in which the shared folder will be assembled and the disk.

New-SmbGlobalMapping -RemotePath \\sharedfolder\local -Credential $creds -LocalPath G:

 

3.Make sure SoftExpert Suite is stopped for the next steps:

C:\sesuite\sesuite.ps1 stop

 

Or, if the installation is using another disk, such as D:

D:\sesuite\sesuite.ps1 stop

 

4.If the new controlled directory is not displayed in the network directories, it will be necessary to restart the system to display it.

 

5.Edit the docker-compose.yml file, moving the new created disk to the C:\sesuite\controlled folder in volumes:

 

controlled

 

Remember to use :\ between the letters, according to the example. If the installation is on D:, the SoftExpert Suite path within the container will be D:\sesuite\controlled.

 

6.Then, access SoftExpert Administration, go to Configuration arrowrgray Electronic file arrowrgray Controlled directory (AD029), and click on Add.

 

diretorio_controlado-01

 

7.Enter the ID # and the name of the controlled directory and click on Save.

8.Then, on the General tab, select Add.

 

diretorio_controlado-02

 

8.Enter a new ID # and a new name. In Path, enter the path that was placed in the docker-compose.yml file. For example:

 

diretorio_controlado-03

 

9.Then, save the data and close the open screens.

10.Then, access SoftExpert Configuration and go to System (CM006).

11.On the File storage tab, check the Use controlled directory options that are displayed and select the previously created directory.