<?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 CIFS client cp cannot access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957552#M550028</link>
    <description>I want to copy the 4 CD HP-UX 11i on a 11.23 system from my PC cdrom :&lt;BR /&gt;I Configured CIFS client on the 11.23 system : OK&lt;BR /&gt;I shared the cdrom drive on my PC : OK&lt;BR /&gt;I copied the CDs 1of4, 2of4 : OK&lt;BR /&gt;I got errors during CD 3of4 copy :&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/ActivePerl::DocTools::PSP::Socket.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/ActiveState::RelocateTree.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/Apache::SOAP.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/Apache::XMLRPC::Lite.3: No such file or directory&lt;BR /&gt;.......&lt;BR /&gt;...and more.&lt;BR /&gt;I guessed it's something about "::" over CIFS mountpoint.&lt;BR /&gt;Any Idea?</description>
    <pubDate>Mon, 06 Feb 2006 09:44:12 GMT</pubDate>
    <dc:creator>SO_1</dc:creator>
    <dc:date>2006-02-06T09:44:12Z</dc:date>
    <item>
      <title>CIFS client cp cannot access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957552#M550028</link>
      <description>I want to copy the 4 CD HP-UX 11i on a 11.23 system from my PC cdrom :&lt;BR /&gt;I Configured CIFS client on the 11.23 system : OK&lt;BR /&gt;I shared the cdrom drive on my PC : OK&lt;BR /&gt;I copied the CDs 1of4, 2of4 : OK&lt;BR /&gt;I got errors during CD 3of4 copy :&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/ActivePerl::DocTools::PSP::Socket.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/ActiveState::RelocateTree.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/Apache::SOAP.3: No such file or directory&lt;BR /&gt;cp: cannot access Perl5-32/PERL-MAN/opt/perl/man/man3/Apache::XMLRPC::Lite.3: No such file or directory&lt;BR /&gt;.......&lt;BR /&gt;...and more.&lt;BR /&gt;I guessed it's something about "::" over CIFS mountpoint.&lt;BR /&gt;Any Idea?</description>
      <pubDate>Mon, 06 Feb 2006 09:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957552#M550028</guid>
      <dc:creator>SO_1</dc:creator>
      <dc:date>2006-02-06T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client cp cannot access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957553#M550029</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;It could be a problem with filename length. Probably, you can zip the cds and unzip in HP-UX. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 06 Feb 2006 09:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957553#M550029</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-06T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client cp cannot access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957554#M550030</link>
      <description>Shalom So,&lt;BR /&gt;&lt;BR /&gt;You should not do the copy from a Windows machine.&lt;BR /&gt;&lt;BR /&gt;The errors you are encountering is because the Windows machine did not mount the OS CD correctly.&lt;BR /&gt;&lt;BR /&gt;What you will be left with on the hp side will likely be useless as far as an OS isntall.&lt;BR /&gt;&lt;BR /&gt;What you should do is put it in an HP-9000 server, mount it normally and then to get it to disk, make it an NFS share.&lt;BR /&gt;&lt;BR /&gt;mount the cdrom&lt;BR /&gt;vi /etc/exports&lt;BR /&gt;&lt;BR /&gt;add /cdrom&lt;BR /&gt;&lt;BR /&gt;save the file.&lt;BR /&gt;&lt;BR /&gt;exportfs -av&lt;BR /&gt;&lt;BR /&gt;Now mount the filesystem from the remote host and use a cp command to get it from the cd to the system you want it on.&lt;BR /&gt;&lt;BR /&gt;Or, simply mount the cd on one hp-9000 machine and do this on the target machine, the one that you want the os cd saved on:&lt;BR /&gt;&lt;BR /&gt;mkdir /var/hpux/cd4  # your choice&lt;BR /&gt;scp -rp hostwithcd:/cdrom/* /var/hpux/cd4&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Feb 2006 10:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957554#M550030</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client cp cannot access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957555#M550031</link>
      <description>It's a problem between windows &amp;amp; filename with "::"&lt;BR /&gt;I will put the CDs in old good hp-ux drived cdrom drive...</description>
      <pubDate>Mon, 06 Feb 2006 11:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957555#M550031</guid>
      <dc:creator>SO_1</dc:creator>
      <dc:date>2006-02-06T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS client cp cannot access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957556#M550032</link>
      <description>...and it works fine!&lt;BR /&gt;&lt;BR /&gt;Thanks for help.</description>
      <pubDate>Mon, 06 Feb 2006 11:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-client-cp-cannot-access/m-p/4957556#M550032</guid>
      <dc:creator>SO_1</dc:creator>
      <dc:date>2006-02-06T11:26:44Z</dc:date>
    </item>
  </channel>
</rss>

