<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Something effecting SMB configuration file...? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152495#M50284</link>
    <description>&lt;!--!*#--&gt;The path specification is in fact in a Unix format when adding the user.  I see the problem when a TESTPARM is run and then the error mapping to the user account.</description>
    <pubDate>Mon, 26 Jan 2009 15:36:24 GMT</pubDate>
    <dc:creator>Matthew Booth</dc:creator>
    <dc:date>2009-01-26T15:36:24Z</dc:date>
    <item>
      <title>Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152493#M50282</link>
      <description>Hello&lt;BR /&gt;I'm Running CIFS for OpenVMS v1.1 on I64 V8.3-1H1. I've been adding user shares so that folks can map a network drive from a Windows XP client to the VMS server, without any problems. Now I add another user to the SMB.CONF file same method used before and now I'm having a see/problem in the SMB.CONF file. example, when I add the users section&lt;BR /&gt;&lt;BR /&gt;[user1]&lt;BR /&gt;  path = /disk$work16/user1  &amp;lt;- same as others&lt;BR /&gt;  read only = no&lt;BR /&gt;  vfs objects = ods5&lt;BR /&gt;  vms path names = No&lt;BR /&gt;&lt;BR /&gt; I do a Testparm, and then I see&lt;BR /&gt;&lt;BR /&gt;[user1]&lt;BR /&gt;  path = disk$work16:[user1]  &amp;lt;- It changed?&lt;BR /&gt;  read only = no&lt;BR /&gt;  vfs objects = ods5&lt;BR /&gt;  vms path names = No&lt;BR /&gt;&lt;BR /&gt;I tried to map to this users account and get mapped but has no access...get following error.&lt;BR /&gt;&lt;BR /&gt;"M:\refers to a location that is unavailable..."&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Matt Booth (VMS)&lt;BR /&gt;     &lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152493#M50282</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-01-26T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152494#M50283</link>
      <description>I never worked with SMB and VMS, but I know that the PATH names in VMS are in the form that is described by testparm, and the error message probably means that the path is not found on the SMB server. Ensure that the path exists with "set def".&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; How do I convert an OpenVMS directory specification into a UNIX path specification?&lt;BR /&gt;&lt;BR /&gt;Answer: Path specifications in the smb.conf file currently need to be in UNIX format, where an OpenVMS directory specification of PROJECT_ROOT:[MYPROJ] is /project_root/myproj/ . For example, "PROJECT_ROOT_[XY^.Z]" should be written as "/PROJECT_ROOT/XY.Z/"</description>
      <pubDate>Mon, 26 Jan 2009 14:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152494#M50283</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-01-26T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152495#M50284</link>
      <description>&lt;!--!*#--&gt;The path specification is in fact in a Unix format when adding the user.  I see the problem when a TESTPARM is run and then the error mapping to the user account.</description>
      <pubDate>Mon, 26 Jan 2009 15:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152495#M50284</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-01-26T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152496#M50285</link>
      <description>Not sure if my last replay contained a read file so here it is again:&lt;BR /&gt;&lt;BR /&gt;BHAK&amp;gt;&amp;gt; type smb.conf_bhak&lt;BR /&gt;[global]&lt;BR /&gt;   server string = Samba %v running on %h (OpenVMS)&lt;BR /&gt;   netbios name = %h&lt;BR /&gt;   netbios aliases = galaxy&lt;BR /&gt;   security = user&lt;BR /&gt;   passdb backend = tdbsam&lt;BR /&gt;   domain master = yes&lt;BR /&gt;   guest account = SAMBA$GUEST&lt;BR /&gt;   domain logons = Yes&lt;BR /&gt;   log file = /samba$root/var/log_%h.%m&lt;BR /&gt;   create mode = 0755&lt;BR /&gt;   load printers = no&lt;BR /&gt;   printing = OpenVMS&lt;BR /&gt;   add user to group script = samba$root:[bin]samba$addusertogroup %G %U&lt;BR /&gt;   delete user from group script = samba$root:[bin]samba$deluserfromgroup %G %U&lt;BR /&gt;   Vfs objects = ods2, varvfc&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;   comment = Home Directories&lt;BR /&gt;   browseable = no&lt;BR /&gt;   read only = no&lt;BR /&gt;   create mode = 0750&lt;BR /&gt;&lt;BR /&gt;[booth]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work21/booth&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[kowalczyk]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work17/Kowalczyk&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[herman]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work23/herman&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[masella]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work16/masella&lt;BR /&gt;   vfs objects = ods5&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[spacht]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work17/spacht&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[st_george]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work15/st_george&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[weinerj]&lt;BR /&gt;   browsable = yes&lt;BR /&gt;   path = /disk$work17/weinerj&lt;BR /&gt;   vfs objects = ods2&lt;BR /&gt;   writeable = yes&lt;BR /&gt;&lt;BR /&gt;[pccommon]&lt;BR /&gt;   comment = Home Directories&lt;BR /&gt;   path = /disk$pccommon/pccommon&lt;BR /&gt;   read only = yes&lt;BR /&gt;   guest ok = yes&lt;BR /&gt;&lt;BR /&gt;BHAK&amp;gt;&amp;gt;&lt;BR /&gt;BHAK&amp;gt;&amp;gt;  testparm&lt;BR /&gt;Load smb config files from /SAMBA$ROOT/LIB/SMB.CONF&lt;BR /&gt;Processing section "[homes]"&lt;BR /&gt;Processing section "[booth]"&lt;BR /&gt;Processing section "[kowalczyk]"&lt;BR /&gt;Processing section "[herman]"&lt;BR /&gt;Processing section "[masella]"&lt;BR /&gt;Processing section "[spacht]"&lt;BR /&gt;Processing section "[st_george]"&lt;BR /&gt;Processing section "[weinerj]"&lt;BR /&gt;Processing section "[pccommon]"&lt;BR /&gt;Global parameter netbios name found in service section!&lt;BR /&gt;creating default valid table&lt;BR /&gt;Loaded services file OK.&lt;BR /&gt;Server role: ROLE_DOMAIN_PDC&lt;BR /&gt;Press enter to see a dump of your service definitions&lt;BR /&gt;&lt;BR /&gt;[global]&lt;BR /&gt;        netbios aliases = galaxy&lt;BR /&gt;        server string = Samba %v running on %h (OpenVMS)&lt;BR /&gt;        log file = /samba$root/var/log_%h.%m&lt;BR /&gt;        load printers = No&lt;BR /&gt;        add user to group script = samba$root:[bin]samba$addusertogroup %G %U&lt;BR /&gt;        delete user from group script = samba$root:[bin]samba$deluserfromgroup %&lt;BR /&gt;G %U&lt;BR /&gt;        domain logons = Yes&lt;BR /&gt;        domain master = Yes&lt;BR /&gt;        create mask = 0755&lt;BR /&gt;        include = SAMBA$ROOT:[LIB]SMB.CONF_%h&lt;BR /&gt;&lt;BR /&gt;        vfs objects = ods2, varvfc&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;        comment = Home Directories&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0750&lt;BR /&gt;        browseable = No&lt;BR /&gt;        vms ods5 volume = Yes&lt;BR /&gt;&lt;BR /&gt;[booth]&lt;BR /&gt;        path = /disk$work21/booth&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[kowalczyk]&lt;BR /&gt;        path = /disk$work17/Kowalczyk&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[herman]&lt;BR /&gt;        path = /disk$work23/herman&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[masella]&lt;BR /&gt;        path = disk$work16:[masella]&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods5&lt;BR /&gt;        vms ods5 volume = Yes&lt;BR /&gt;&lt;BR /&gt;[spacht]&lt;BR /&gt;        path = /disk$work17/spacht&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[st_george]&lt;BR /&gt;        path = /disk$work15/st_george&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[weinerj]&lt;BR /&gt;        path = /disk$work17/weinerj&lt;BR /&gt;        read only = No&lt;BR /&gt;        vfs objects = ods2&lt;BR /&gt;        vms path names = No&lt;BR /&gt;&lt;BR /&gt;[pccommon]&lt;BR /&gt;        comment = Home Directories&lt;BR /&gt;        path = /disk$pccommon/pccommon&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;        vms path names = No&lt;BR /&gt;BHAK&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Matt</description>
      <pubDate>Mon, 26 Jan 2009 15:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152496#M50285</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-01-26T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152497#M50286</link>
      <description>The problem in the last replay is with user &lt;BR /&gt;[masella] look at the path spec.&lt;BR /&gt;&lt;BR /&gt; -Matt</description>
      <pubDate>Mon, 26 Jan 2009 15:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152497#M50286</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-01-26T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152498#M50287</link>
      <description>The problem I discovered is with mapping to an ODS5 structured device.  The smb.conf file can't handle it and when I do a testparm it removes the backslashes in the path field...?&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Fri, 30 Jan 2009 12:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152498#M50287</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-01-30T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Something effecting SMB configuration file...?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152499#M50288</link>
      <description>Configure SMB.CONF for OpenVMS File Format Support&lt;BR /&gt;&lt;BR /&gt;The HP CIFS Server supports accessing and creating OpenVMS files of various formats, but not all formats are supported. Additionally, some formats require the use of a Virutal File System (VFS) module to support them as noted below.&lt;BR /&gt;By default, the HP CIFS Server will create new files using a Stream record format with record attributes of Carriage return carriage control. Additionally, the server can read Stream and Stream_LF files without the need of a VFS module.&lt;BR /&gt;However, some Java applications require files be created in Stream_LF format. In such cases, the share section in the SMB.CONF file should include the line:&lt;BR /&gt;&lt;BR /&gt;vfs objects = streamlf&lt;BR /&gt;&lt;BR /&gt;Similarly, if a share may contain files with a Variable Length record format or a VFC (Variable Format Control) record format, the following line must be included in the share section in the SMB.CONF file:&lt;BR /&gt;&lt;BR /&gt;vfs objects = varvfc  &amp;lt;--- add this to the ods-5 share section for user in smb.conf file !!!!! &lt;BR /&gt;&lt;BR /&gt;NOTE: This is applicable to both INDEXED and sequential file organization for the above-mentioned file formats.  The VTF module converts file names on Windows to VTF-7 Unicode file names on ODS-5 disks.&lt;BR /&gt;&lt;BR /&gt;The VTF module converts file names on Windows to VTF-7 Unicode file names on ODS-5 disks.  To use VTF-7 format file names in a share, the following line must be included in the share section in the SMB.CONF file:&lt;BR /&gt;vfs objects = vtf</description>
      <pubDate>Tue, 03 Feb 2009 14:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/something-effecting-smb-configuration-file/m-p/5152499#M50288</guid>
      <dc:creator>Matthew Booth</dc:creator>
      <dc:date>2009-02-03T14:45:34Z</dc:date>
    </item>
  </channel>
</rss>

