Forum

Author Topic: Agisoft PhotoScan Cluster Chapter 8, Starting server and Starting network nodes  (Read 5806 times)

bovvv

  • Newbie
  • *
  • Posts: 4
    • View Profile
Hi,
I have a problem with the starting server and the starting networl nodes, they are explained at the chapter 8 of the photoscan guide, but i don't unederstand where i have to write this line:

Example for starting server:
photoscan --server --control 10.0.1.1 --dispatch 10.0.1.1

Example for starting network node:
photoscan --node --dispatch 10.0.1.1

i also attached a picture of the guide.

Thank you very much.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15029
    • View Profile
Hello bovvv,

These commands should be typed in from the OS console / terminal from the folder with PhotoScan Pro executable (also you can use absolute path to it, instead of browsing to the folder).
Best regards,
Alexey Pasumansky,
Agisoft LLC

bovvv

  • Newbie
  • *
  • Posts: 4
    • View Profile
I have a microsoft system, i have to open cdm.exe? and after?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15029
    • View Profile
Hello bovvv,

Open cmd.exe, then you can use full path to the application, for example:
for server:
Code: [Select]
"%programfiles%/Agisoft/PhotoScan Pro/photoscan.exe" --server --control 10.0.1.1 --dispatch 10.0.1.1
for node:
Code: [Select]
"%programfiles%/Agisoft/PhotoScan Pro/photoscan.exe" --node --dispatch 10.0.1.1 --root //STORAGE/projects/
Best regards,
Alexey Pasumansky,
Agisoft LLC

bovvv

  • Newbie
  • *
  • Posts: 4
    • View Profile
But i have to use the % before programfiles and after, because i try but it doesn't work

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15029
    • View Profile
Hello bovvv,

%programfiles% - is a system variable that can be used instead of full path to the Program Files folder (it's name may be different depending on Windows localization), in the common case it stands for C:/Program Files/
Best regards,
Alexey Pasumansky,
Agisoft LLC

bovvv

  • Newbie
  • *
  • Posts: 4
    • View Profile
okok, thank you very much i understand.

In this way i open photoscan at the server and at the nodes, and after i use Photoscan with the server pc and enough? it is enough to have the photo in a shared folder between all pc?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15029
    • View Profile
Hello bovvv,

I recommend to use --root argument to define the path from the node to the network storage location.

To start the network processing, you need to open PhotoScan Pro in GUI mode on any connected machine, enable network processing in the corresponding tab of the Preferences window, specify host / root parameters according to the network server IP and path used to the network storage on the nodes.

Then prepare the project in PSX format and start the processing - PhotoScan will ask to use the network processing, if everything is configured properly, and you need to confirm it.
Best regards,
Alexey Pasumansky,
Agisoft LLC