<?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: Highly Available CIFS configuration problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891857#M562760</link>
    <description>Have you checked that you have changed your parameter in the smb.conf file.&lt;BR /&gt;&lt;BR /&gt;lock dir = /var/opt/samba/first_samba_node/locks&lt;BR /&gt;&lt;BR /&gt;pid directory = /var/opt/samba/first_samba_node/pids&lt;BR /&gt;&lt;BR /&gt;How are these parameters set in your control file, too?&lt;BR /&gt;SMBD_PID_FILE=&lt;BR /&gt;NMBD_PID_FILE=&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roland</description>
    <pubDate>Fri, 18 Mar 2005 11:40:11 GMT</pubDate>
    <dc:creator>RolandH</dc:creator>
    <dc:date>2005-03-18T11:40:11Z</dc:date>
    <item>
      <title>Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891855#M562758</link>
      <description>Hi,&lt;BR /&gt;I need to run CIFS 2.1.1 with ServiceGuard in active-active mode in two nodes cluster. I did all the configurations exactly the same as Admin's guide says. I've changed path from /var/opt/samba/locks default directory to /var/opt/samba/first_samba_node/locks directory in smb.conf.first_samba_node file ("lock directory =" parameter). But smbd and nmbd daemons (smbd -D -l /var/opt/samba/first_samba_node/logs -s /etc/opt/samba/smb.conf.first_samba_node) continue creating smbd.pid and nmbd.pid files to /var/opt/samba/locks directory. So, samba.cntl and samba.mon scripts doesn't work properly. Does anybody know the solution?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance,&lt;BR /&gt;Oleg</description>
      <pubDate>Fri, 18 Mar 2005 11:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891855#M562758</guid>
      <dc:creator>Oleg Podoukov</dc:creator>
      <dc:date>2005-03-18T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891856#M562759</link>
      <description>Servicegaurd has a log file. Please look at them and post the error text for help. Any time a monitor script fails the message is logged in a file in the /etc/cmcluster folder.&lt;BR /&gt;&lt;BR /&gt;There may be useful information in the samba log, which is defined in smb.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Mar 2005 11:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891856#M562759</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-18T11:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891857#M562760</link>
      <description>Have you checked that you have changed your parameter in the smb.conf file.&lt;BR /&gt;&lt;BR /&gt;lock dir = /var/opt/samba/first_samba_node/locks&lt;BR /&gt;&lt;BR /&gt;pid directory = /var/opt/samba/first_samba_node/pids&lt;BR /&gt;&lt;BR /&gt;How are these parameters set in your control file, too?&lt;BR /&gt;SMBD_PID_FILE=&lt;BR /&gt;NMBD_PID_FILE=&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Roland</description>
      <pubDate>Fri, 18 Mar 2005 11:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891857#M562760</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2005-03-18T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891858#M562761</link>
      <description>Thanks a lot, Roland! Addition of "pid directory =" to smb.conf.node_name files helped. Admin's guide tells nothing about this.&lt;BR /&gt;But there is another bug. After cluster started, there are one nmbd and two smbd daemons running:&lt;BR /&gt;    root 10112     1  0 14:44:19 ?         0:00 nmbd -D -l /var/opt/samba/bird/l&lt;BR /&gt;ogs -s /etc/opt/samba/smb.conf.bird&lt;BR /&gt;    root 10114     1  0 14:44:19 ?         0:00 smbd -D -l /var/opt/samba/bird/l&lt;BR /&gt;ogs -s /etc/opt/samba/smb.conf.bird&lt;BR /&gt;    root 10122 10114  0 14:44:20 ?         0:00 smbd -D -l /var/opt/samba/bird/l&lt;BR /&gt;ogs -s /etc/opt/samba/smb.conf.bird&lt;BR /&gt;&lt;BR /&gt;So, when I stop the cluster, one smbd stops, but the other doesn't.&lt;BR /&gt;Is this the normal behavior or something wrong with samba.cntl and samba.mon?</description>
      <pubDate>Mon, 21 Mar 2005 07:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891858#M562761</guid>
      <dc:creator>Oleg Podoukov</dc:creator>
      <dc:date>2005-03-21T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891859#M562762</link>
      <description>Sounds wrong to me - when samba shuts down - all daemons should stop....&lt;BR /&gt;&lt;BR /&gt;What version cntl file are you using? (it is at the top - mine in A.11.09)&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 21 Mar 2005 10:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891859#M562762</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-03-21T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Highly Available CIFS configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891860#M562763</link>
      <description>As I found out, this is normal behavior to have 2 smbd daemons (one is a child process). Cluster stops normally, no daemons stay running.</description>
      <pubDate>Mon, 21 Mar 2005 10:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/highly-available-cifs-configuration-problem/m-p/4891860#M562763</guid>
      <dc:creator>Oleg Podoukov</dc:creator>
      <dc:date>2005-03-21T10:49:39Z</dc:date>
    </item>
  </channel>
</rss>

