Unix/Linux 上でのマップ イメージ ファイル共有の作成

ファイル共有は、Spectrum Spatial によって生成されたマップ イメージを格納するためのフォルダを提供します。すべての Spectrum ノードからアクセス可能な共有フォルダを作成します。マップが Base64 エンコード イメージとして Web サービスから返される場合は、ファイル共有は必要ありません。

Unix/Linux 上でのマップ イメージ ファイル共有を作成するには

  1. Spectrum をホスティングする各オペレーティング システム上で、共有フォルダをマウントします。以下のコマンドによって、Microsoft Windows Server または CIFS をサポートするネットワーク ドライブ上にドライブをマウントします。
    mkdir /mnt/<linux mount>
    mount -t cifs //<windows host>/<windows share> /mnt/<linux mount>-o username=shareuser,password=sharepassword,domain=pbi
  2. /etc/fstab において、起動時にイメージ シェアをロードするように設定します。
    //<windows ip address for share>/share /path_to/mount cifs username=server_user,password=secret,_netdev 0 0