SMB / CIFS Storage

From IVS Wiki
Revision as of 17:06, 9 February 2017 by IVSWikiBlue (talk | contribs) (Created page with "# Connect to the server via SSH or log in to the teminal # Type '''sudo apt-get install cifs-utils''' and press enter. # When prompted, enter '''Y''' to confirm installation o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. Connect to the server via SSH or log in to the teminal
  2. Type sudo apt-get install cifs-utils and press enter.
  3. When prompted, enter Y to confirm installation of the package.
  4. Type sudo nano /etc/fstab and press enter.
    Install44.png
  5. Add a line for the you CIFS (Windows) share. It should read similar to the following:
    //servername/sharename /usr/local/WowzaStreamingEngine/content ext4 username=msusername,password=mspassword,sec=ntlm 0 2
    Replace the italicized text with the appropriate information for your environment.
    EX: //ivsnas.ipivs.com/IVS/Videos /usr/local/WowzaStreamingEngine/content cifs username=ivs,password=badpassword,sec=ntlm 0 0
    Install45.png
  6. Press CTRL-X
  7. Enter Y to save.
  8. Do not change the file name and press enter
  9. Type sudo mount -a and press enter.
  10. Type sudo /usr/local/valt/bin/Storage and press enter
    In some installation the Storage script may be located at /home/ivsadmin/ValtInstall/Storage. If the script is not in either location, please contact IVS technical support for assistance.