<?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 How to access NAS under HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705166#M384308</link>
    <description>&lt;!--!*#--&gt;I have a C8000 HP workstation running HPUX B.11.11 and now to access a Seagate NAS110.&lt;BR /&gt;I have the cifsclient installed on my C8000 but still not sure how to access the NAS.&lt;BR /&gt;&lt;BR /&gt;The name of the NAS is Ba-XXXX and I am using the default setting. There is a Public directory in the NAS which I can access under all my window machines &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I’ve tried:&lt;BR /&gt;&lt;BR /&gt;#cifsclient  start&lt;BR /&gt;#cifsmount  //Ba-xxxx/Public  /Temp&lt;BR /&gt;&lt;BR /&gt;This seems ok,however, when tried to go to Temp&lt;BR /&gt;&lt;BR /&gt;#cd /Temp&lt;BR /&gt;&lt;BR /&gt;It gave :Temp :Permission Denies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When trying&lt;BR /&gt;&lt;BR /&gt;#cifsmount –Uusername –Ppassword //Ba-xxxxx/Public  /Temp&lt;BR /&gt;&lt;BR /&gt;Results:&lt;BR /&gt;&lt;BR /&gt;Time Out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone has any ideas to my problem. I am quite sure the C8000 is able to read/write file to NAS or is there a better way to do so? Thanks a lot.&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Oct 2010 15:21:11 GMT</pubDate>
    <dc:creator>John.i.Cole</dc:creator>
    <dc:date>2010-10-26T15:21:11Z</dc:date>
    <item>
      <title>How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705166#M384308</link>
      <description>&lt;!--!*#--&gt;I have a C8000 HP workstation running HPUX B.11.11 and now to access a Seagate NAS110.&lt;BR /&gt;I have the cifsclient installed on my C8000 but still not sure how to access the NAS.&lt;BR /&gt;&lt;BR /&gt;The name of the NAS is Ba-XXXX and I am using the default setting. There is a Public directory in the NAS which I can access under all my window machines &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I’ve tried:&lt;BR /&gt;&lt;BR /&gt;#cifsclient  start&lt;BR /&gt;#cifsmount  //Ba-xxxx/Public  /Temp&lt;BR /&gt;&lt;BR /&gt;This seems ok,however, when tried to go to Temp&lt;BR /&gt;&lt;BR /&gt;#cd /Temp&lt;BR /&gt;&lt;BR /&gt;It gave :Temp :Permission Denies&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When trying&lt;BR /&gt;&lt;BR /&gt;#cifsmount –Uusername –Ppassword //Ba-xxxxx/Public  /Temp&lt;BR /&gt;&lt;BR /&gt;Results:&lt;BR /&gt;&lt;BR /&gt;Time Out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone has any ideas to my problem. I am quite sure the C8000 is able to read/write file to NAS or is there a better way to do so? Thanks a lot.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Oct 2010 15:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705166#M384308</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-10-26T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705167#M384309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;from some threads I read it seems like you need a 'space' between -U and username and -P and password.&lt;BR /&gt;&lt;BR /&gt;Since the NAS also supports NFS, it probably better to use this protocoll for ux.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2010 14:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705167#M384309</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-10-27T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705168#M384310</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It depends on the NAS.&lt;BR /&gt;&lt;BR /&gt;showmount -e hostname_of_NAS&lt;BR /&gt;&lt;BR /&gt;This will show you NFS shares set up and public.&lt;BR /&gt;&lt;BR /&gt;A NAS device normally has two access modes, cifs and NFS. You may have to ask someone.&lt;BR /&gt;&lt;BR /&gt;On the CIFS side, do you have a current CIFS/9000 client installed? swlist -l product | grep -i cifs&lt;BR /&gt;&lt;BR /&gt;Are you using active directory? If so, is the C8000 workstation a member of the domain?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Oct 2010 14:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705168#M384310</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-27T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705169#M384311</link>
      <description>I've check the NAS and it does support NFS.&lt;BR /&gt;&lt;BR /&gt;I'll try to use nfs mount.so it comes another questiong....how to use the nfs mount commond?</description>
      <pubDate>Thu, 28 Oct 2010 13:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705169#M384311</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-10-28T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705170#M384312</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can set it up in fstab or do it on the command line.&lt;BR /&gt;&lt;BR /&gt;See this thread:&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1243609" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1243609&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Syntax:- mount -F nfs server:/shared_directory /mount_directory&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Oct 2010 14:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705170#M384312</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-10-28T14:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705171#M384313</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;as Steven posted:&lt;BR /&gt;showmount -e hostname_of_NAS&lt;BR /&gt;to see the exported directories.&lt;BR /&gt;If none is exported, you have to check the manual of the NAS to export a directory.&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;mount  Ba-xxxx:/&lt;EXPORTED directory=""&gt;  /Temp&lt;BR /&gt;&lt;BR /&gt;To make it permanent add it to /etc/fstab like:&lt;BR /&gt;Ba-xxxx:/&lt;EXPORTED directory=""&gt;  /Temp nfs rw,bg,hard 0 0&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;V.&lt;BR /&gt;&lt;/EXPORTED&gt;&lt;/EXPORTED&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705171#M384313</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-10-28T14:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705172#M384314</link>
      <description>Thanks for the replys.&lt;BR /&gt;Still no success so far.&lt;BR /&gt;&lt;BR /&gt;I used &lt;BR /&gt;# showmount â  e BA-xxxx/Public&lt;BR /&gt;But no shared directory shown.&lt;BR /&gt;&lt;BR /&gt;I have configured the NAS to export the share folder in NFS server.&lt;BR /&gt;&lt;BR /&gt;Tried to use #Ping BA-xxxx&lt;BR /&gt;&lt;BR /&gt; it took very long time waiting for response.&lt;BR /&gt;&lt;BR /&gt;Also tried &lt;BR /&gt;# mount â  F nfs //Ba-xxxx/Public /Temp&lt;BR /&gt;&lt;BR /&gt;Time out then giving up â ¦.&lt;BR /&gt;&lt;BR /&gt;Any more idea on this ?&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2010 10:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705172#M384314</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-11-01T10:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705173#M384315</link>
      <description>&lt;BR /&gt;Are you able to do telnet the NAS NFS service port ?. Do you have any firewall in between Workstation &amp;amp; NAS ?&lt;BR /&gt;&lt;BR /&gt;from your workstation&lt;BR /&gt;#telnet NASIP 2049 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2010 11:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705173#M384315</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-11-01T11:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705174#M384316</link>
      <description>Don't have any firewall between.&lt;BR /&gt;&lt;BR /&gt;Tried #telnet Ipaddress 2049&lt;BR /&gt;&lt;BR /&gt;Unable to connect to remote host : Time out.&lt;BR /&gt;&lt;BR /&gt;any idea?</description>
      <pubDate>Mon, 01 Nov 2010 11:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705174#M384316</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-11-01T11:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705175#M384317</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Check with your NAS admin how they are sharing the disk and which port is used for that ?&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 01 Nov 2010 13:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705175#M384317</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-11-01T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705176#M384318</link>
      <description>I've check the NAS admin setting and confirmed the correct setting(NFS,FTP,CIFS servers enabled) and port number which I can sucessfully access via MS-Dos but still no luck under C8000 HP-UX</description>
      <pubDate>Fri, 05 Nov 2010 08:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705176#M384318</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-11-05T08:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705177#M384319</link>
      <description>As far as I know, NAS has own web interface to configure what method you want to use with.&lt;BR /&gt;&lt;BR /&gt;On the server side that NAS connected need workaround like this:&lt;BR /&gt;&lt;BR /&gt;mkdir /temporary_ext&lt;BR /&gt;chmod 777 /temporary_ext&lt;BR /&gt;&lt;BR /&gt;if you have/use CIFS ;&lt;BR /&gt;&lt;BR /&gt;mount.cifs //directory_setup_nas_config /temporary_ext -o user=&lt;USER group="" you="" defined=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 05 Nov 2010 13:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705177#M384319</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-05T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705178#M384320</link>
      <description>I checked our NAS and it is same with yours; Seagate Black Armour NAS110.&lt;BR /&gt; &lt;BR /&gt;I just want to add ,there is an alternative USB connection if you try to connect locally witout no problems, if your server has USB interface/supported.</description>
      <pubDate>Sat, 06 Nov 2010 08:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705178#M384320</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-06T08:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705179#M384321</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I used &lt;BR /&gt;&amp;gt;# showmount -e BA-xxxx/Public&lt;BR /&gt;&amp;gt;But no shared directory shown.&lt;BR /&gt;&lt;BR /&gt;You have to use the hostname only:&lt;BR /&gt;showmount -e BA-xxxx&lt;BR /&gt;&lt;BR /&gt;If there's still no shared directory shown recheck the export command of the NAS.&lt;BR /&gt;You'll have no luck if the directory is not seen with this command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Tried to use #Ping BA-xxxx&lt;BR /&gt;&amp;gt;it took very long time waiting for response.&lt;BR /&gt;&lt;BR /&gt;Maybe a network configuration problem?&lt;BR /&gt;Check with 'lanadmin - lan - dis' for errors and/or collisions at the second page.&lt;BR /&gt;&lt;BR /&gt;HP C8000 should always run with a fixed lan speed, no 'Auto' setting.&lt;BR /&gt;Set both - C8000 and switch - at the same speed and duplex mode, autoneg 'off'!&lt;BR /&gt;&lt;BR /&gt;Are both systems (HP and NAS) in the same network range?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2010 15:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705179#M384321</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-11-08T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705180#M384322</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Correct syntax is: (working on my environment!)&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;# cifsmount /Ba-xxxx/Public /Temp -U username&lt;BR /&gt;usename''s password on Ba-xxxx&lt;BR /&gt;&lt;BR /&gt;enter password.</description>
      <pubDate>Mon, 08 Nov 2010 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705180#M384322</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-08T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705181#M384323</link>
      <description>Don't know why the C8000 takes a very long time to start up after turning all the server clients on(NIS, NFS,FTP). The machine seems keep trying to connect to this servers.</description>
      <pubDate>Mon, 15 Nov 2010 09:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705181#M384323</guid>
      <dc:creator>John.i.Cole</dc:creator>
      <dc:date>2010-11-15T09:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705182#M384324</link>
      <description>John,&lt;BR /&gt;Can yo try to use this locally for test purpose? use the server's Ethernet interface directly to be sure if there is any network congestion like bad routing setup OR another bottleneck in your network ?</description>
      <pubDate>Mon, 15 Nov 2010 10:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705182#M384324</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-11-15T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to access NAS under HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705183#M384325</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Don't know why the C8000 takes a very long time to start up &lt;BR /&gt;Can you specify 'very long'?&lt;BR /&gt;Can you see, which step of the boot process takes so long?&lt;BR /&gt;Is it 'Start NFS client subsystem'?&lt;BR /&gt;&lt;BR /&gt;Have you added a line in /etc/fstab for the NAS directory?&lt;BR /&gt;You can test if it's faster without it if you comment it out (with a # at the beginning of the line).&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Tue, 16 Nov 2010 09:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-access-nas-under-hp-ux/m-p/4705183#M384325</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2010-11-16T09:27:38Z</dc:date>
    </item>
  </channel>
</rss>

