<?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: Error while mounting network drive using CIFS - Linux in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205784#M158914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance it looks like your DNS doesn't have an entry for "ORACLEA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume your actual server name is ORACLE and alfresco appends an A so it is "ORACLEA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this will not automatically register in DNS so you will have to manually add "ORACLEA" to the DNS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this line suggests a DNS issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No ip address specified and hostname not found&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;some other things &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your server firewall properly configured?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need to configure file-servers.properties and file-servers.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your cifs authentication mechanism will probably need to be "alfresco"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is your environment server and client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2009 14:25:42 GMT</pubDate>
    <dc:creator>ofrxnz</dc:creator>
    <dc:date>2009-04-03T14:25:42Z</dc:date>
    <item>
      <title>Error while mounting network drive using CIFS - Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205783#M158913</link>
      <description>This error I get when I try to map network drive using CIFS in Linux.[root@oracle ~]# mount -t cifs -o user=admin,password=admin //ORACLEA/Alfresco /Zmount error: could not find target server. TCP name ORACLEA/Alfresco not found&amp;nbsp; rc = 134526947No ip address specified and hostname not foundCan anybod</description>
      <pubDate>Fri, 03 Apr 2009 05:51:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205783#M158913</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2009-04-03T05:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mounting network drive using CIFS - Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205784#M158914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At first glance it looks like your DNS doesn't have an entry for "ORACLEA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume your actual server name is ORACLE and alfresco appends an A so it is "ORACLEA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this will not automatically register in DNS so you will have to manually add "ORACLEA" to the DNS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this line suggests a DNS issue&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;No ip address specified and hostname not found&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;some other things &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your server firewall properly configured?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need to configure file-servers.properties and file-servers.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your cifs authentication mechanism will probably need to be "alfresco"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is your environment server and client?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 14:25:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205784#M158914</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-04-03T14:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mounting network drive using CIFS - Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205785#M158915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes ur first statement was right…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I removed 'A' and just continued with ORACLE instead of ORACLEA…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is now working fine..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually one more problem I was facing was that-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I kept the smb server started…I had to stop it first…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That was my mistake&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 07:15:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205785#M158915</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2009-04-04T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mounting network drive using CIFS - Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205786#M158916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No..actually the problem I was facing was that-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I kept the smb server started…I had to stop it first…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That was my mistake&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Really&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 07:39:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-while-mounting-network-drive-using-cifs-linux/m-p/205786#M158916</guid>
      <dc:creator>sanket</dc:creator>
      <dc:date>2009-04-04T07:39:56Z</dc:date>
    </item>
  </channel>
</rss>

