<?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 Using Samba in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107783#M733737</link>
    <description>Hi,&lt;BR /&gt;I have the most common issue with SAMBA. I want to share a UNIX folder in a hpux 11.11 server with a Windows machine. I have installed samba, but I can't still see the directory from Windows. What I did is:&lt;BR /&gt;1. at the server:&lt;BR /&gt;/etc/exports:&lt;BR /&gt;setlet1:/etc/opt/samba # more /etc/exports&lt;BR /&gt;/iod&lt;BR /&gt;/tmp&lt;BR /&gt;2. smb.conf file:&lt;BR /&gt;#======================= Global Settings =====================================&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4&lt;BR /&gt;   workgroup = SEE&lt;BR /&gt;&lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;   server string = Samba Server&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;   log file = /var/opt/samba/log.%m&lt;BR /&gt;&lt;BR /&gt;# Put a capping on the size of the log files (in Kb).&lt;BR /&gt;   max log size = 1000&lt;BR /&gt;&lt;BR /&gt;# Security mode. Most people will want user level security. See&lt;BR /&gt;# security_level.txt for details.&lt;BR /&gt;   security = domain&lt;BR /&gt;# Use password server option only with security = server or domain&lt;BR /&gt;   password server = *&lt;BR /&gt;&lt;BR /&gt;# You may wish to use password encryption. Please read&lt;BR /&gt;# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.&lt;BR /&gt;# Do not enable this option unless you have read those documents&lt;BR /&gt;  encrypt passwords = yes&lt;BR /&gt;&lt;BR /&gt;# Most people will find that this option gives better performance.&lt;BR /&gt;# See speed.txt and the manual pages for details&lt;BR /&gt;   socket options = TCP_NODELAY&lt;BR /&gt;&lt;BR /&gt;# Browser Control Options:&lt;BR /&gt;# set local master to no if you don't want Samba to become a master&lt;BR /&gt;# browser on your network. Otherwise the normal election rules apply&lt;BR /&gt;   local master = no&lt;BR /&gt;&lt;BR /&gt;   read only = no&lt;BR /&gt;   preserve case = yes&lt;BR /&gt;   short preserve case = no&lt;BR /&gt;   dos filetime resolution = yes&lt;BR /&gt;   syslog = 0&lt;BR /&gt;&lt;BR /&gt;#============================ Share Definitions ==============================&lt;BR /&gt;[iod]&lt;BR /&gt;path = /iod&lt;BR /&gt;read only = No&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;   comment = Home Directories&lt;BR /&gt;   browseable = no&lt;BR /&gt;&lt;BR /&gt;# This one is useful for people to share files&lt;BR /&gt;[tmp]&lt;BR /&gt;   path = /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have created a user named ioduser at the UNIX system and then i used smbpasswd to create a samba password for him (the same as the system password).&lt;BR /&gt;Now, from the Windows machine, I try to connect the directory like a network unit using the UNIX user. On the path i put \\servername\iod, and Windows says is unable to find the network path.&lt;BR /&gt;What I'm missing?</description>
    <pubDate>Thu, 08 May 2008 07:55:56 GMT</pubDate>
    <dc:creator>mogiro</dc:creator>
    <dc:date>2008-05-08T07:55:56Z</dc:date>
    <item>
      <title>Using Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107783#M733737</link>
      <description>Hi,&lt;BR /&gt;I have the most common issue with SAMBA. I want to share a UNIX folder in a hpux 11.11 server with a Windows machine. I have installed samba, but I can't still see the directory from Windows. What I did is:&lt;BR /&gt;1. at the server:&lt;BR /&gt;/etc/exports:&lt;BR /&gt;setlet1:/etc/opt/samba # more /etc/exports&lt;BR /&gt;/iod&lt;BR /&gt;/tmp&lt;BR /&gt;2. smb.conf file:&lt;BR /&gt;#======================= Global Settings =====================================&lt;BR /&gt;[global]&lt;BR /&gt;&lt;BR /&gt;# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4&lt;BR /&gt;   workgroup = SEE&lt;BR /&gt;&lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;   server string = Samba Server&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;   log file = /var/opt/samba/log.%m&lt;BR /&gt;&lt;BR /&gt;# Put a capping on the size of the log files (in Kb).&lt;BR /&gt;   max log size = 1000&lt;BR /&gt;&lt;BR /&gt;# Security mode. Most people will want user level security. See&lt;BR /&gt;# security_level.txt for details.&lt;BR /&gt;   security = domain&lt;BR /&gt;# Use password server option only with security = server or domain&lt;BR /&gt;   password server = *&lt;BR /&gt;&lt;BR /&gt;# You may wish to use password encryption. Please read&lt;BR /&gt;# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.&lt;BR /&gt;# Do not enable this option unless you have read those documents&lt;BR /&gt;  encrypt passwords = yes&lt;BR /&gt;&lt;BR /&gt;# Most people will find that this option gives better performance.&lt;BR /&gt;# See speed.txt and the manual pages for details&lt;BR /&gt;   socket options = TCP_NODELAY&lt;BR /&gt;&lt;BR /&gt;# Browser Control Options:&lt;BR /&gt;# set local master to no if you don't want Samba to become a master&lt;BR /&gt;# browser on your network. Otherwise the normal election rules apply&lt;BR /&gt;   local master = no&lt;BR /&gt;&lt;BR /&gt;   read only = no&lt;BR /&gt;   preserve case = yes&lt;BR /&gt;   short preserve case = no&lt;BR /&gt;   dos filetime resolution = yes&lt;BR /&gt;   syslog = 0&lt;BR /&gt;&lt;BR /&gt;#============================ Share Definitions ==============================&lt;BR /&gt;[iod]&lt;BR /&gt;path = /iod&lt;BR /&gt;read only = No&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;   comment = Home Directories&lt;BR /&gt;   browseable = no&lt;BR /&gt;&lt;BR /&gt;# This one is useful for people to share files&lt;BR /&gt;[tmp]&lt;BR /&gt;   path = /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have created a user named ioduser at the UNIX system and then i used smbpasswd to create a samba password for him (the same as the system password).&lt;BR /&gt;Now, from the Windows machine, I try to connect the directory like a network unit using the UNIX user. On the path i put \\servername\iod, and Windows says is unable to find the network path.&lt;BR /&gt;What I'm missing?</description>
      <pubDate>Thu, 08 May 2008 07:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107783#M733737</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2008-05-08T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107784#M733738</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are using a fairly simple peer to peer setup.&lt;BR /&gt;&lt;BR /&gt;If you are willing to have windows users give a user id and password on entry, you should set up user id's matching the windows users ids in Linux.&lt;BR /&gt;&lt;BR /&gt;There are integration options as well, depending on whether you want to build a domain controller in Linux/HPUX or use a windows controller.&lt;BR /&gt;&lt;BR /&gt;If you let Windows ADS control the domain security, these issue are fairly simple to deal with.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/305/uxint.html" target="_blank"&gt;http://docs.hp.com/en/305/uxint.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J4269-90017/ch02s05.html" target="_blank"&gt;http://docs.hp.com/en/J4269-90017/ch02s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 08 May 2008 09:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107784#M733738</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-08T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107785#M733739</link>
      <description>&lt;BR /&gt;First question is:&lt;BR /&gt;&lt;BR /&gt;Are the deamons running?&lt;BR /&gt;# ps -ef | grep mbd&lt;BR /&gt;&lt;BR /&gt;Is the HP-depot installed?&lt;BR /&gt;If yes, please post the output of this command:&lt;BR /&gt;# cat /etc/rc.config.d/samba&lt;BR /&gt;&lt;BR /&gt;Are you sure, you want this switch&lt;BR /&gt;security = domain&lt;BR /&gt;set as it is?&lt;BR /&gt;security = server would be my advice.&lt;BR /&gt;&lt;BR /&gt;And btw, /etc/exports has nothing to do with samba.&lt;BR /&gt;No need to export anything. Samba handles this internally. &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 08 May 2008 11:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107785#M733739</guid>
      <dc:creator>Dino_4</dc:creator>
      <dc:date>2008-05-08T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107786#M733740</link>
      <description>Hi guys,&lt;BR /&gt;Finally I configured it using a Fedora machine. I've mounted the exported UNIX fs on the fedora system and then used the Linux Samba to share it with Windows machines.&lt;BR /&gt;It seems that the problem is that my network is in a Novell environment and it uses LDAP to authenticat users, or something like that has told me the Wintel Admin...&lt;BR /&gt;Whatever, thanks to all for the help.</description>
      <pubDate>Thu, 08 May 2008 12:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107786#M733740</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2008-05-08T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using Samba</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107787#M733741</link>
      <description>.</description>
      <pubDate>Thu, 08 May 2008 12:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-samba/m-p/5107787#M733741</guid>
      <dc:creator>mogiro</dc:creator>
      <dc:date>2008-05-08T12:13:48Z</dc:date>
    </item>
  </channel>
</rss>

