Creating a Map Image File Share on Linux - spectrum_platform - 23 - 23.1

Spectrum Installation Guide for Linux

Product type
Software
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Installation Guide for Linux
First publish date
2007
Last updated
2023-11-17
Published on
2023-11-17T17:30:19.950257

The file share provides a folder to hold map images generated by Spectrum Spatial. Create a shared folder accessible to all Spectrum nodes. The file share is not required if maps are returned from the web services as Base64-encoded images.

To create a map image file share on Linux:

  1. Mount a shared folder on each operating system hosting Spectrum. The commands below mount a drive on a Microsoft Windows Server or network drive supporting CIFS.
    mkdir /mnt/<linux mount>
    mount -t cifs //<windows host>/<windows share> /mnt/<linux mount>-o username=<shareuser>,password=<sharepassword>,domain=<domain>
  2. Set the image share to load at startup in /etc/fstab.
    //<windows ip address for share>/share /path_to/mount cifs username=server_user,password=secret,_netdev 0 0