Operating System - HP-UX
1752507 Members
5446 Online
108788 Solutions
New Discussion юеВ

Re: mount shaing windows filesystem

 
itrc55
Regular Advisor

mount shaing windows filesystem

Hi,

 

when itry to mount NFS file system on client server i facing this error masseage, this filesystem shared from windows server to HP-UX 11.31 server.

 

this is C:\winnfs shared from windows server

 

# mount -F nfs 10.2.2.2:/C:\winnfs /uxnfs
nfs mount: 10.2.2.2: : RPC: Program not registered
nfs mount: retrying: /uxnfs
nfs mount: giving up on: /uxnfs

and i mount other remote filesystem from UX without any problem.

 

please your support

9 REPLIES 9
itrc55
Regular Advisor

Re: mount shaing windows filesystem

Hi,

i tray to stop and start services but the problem is still

/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start

Thanks
Sandy Chen
Honored Contributor

Re: mount shaing windows filesystem

You need to use CIFS to do this, not NFS.

 

try read this post

http://h30499.www3.hp.com/t5/System-Administration/CIFS-mount-not-happening-in-HP-UX-11-31-for-Windows-Server-2008/m-p/4712966/highlight/true#M385177

 

 

I never think of the future. It comes soon enough.
Jnan
Occasional Visitor

Re: mount shaing windows filesystem

Hi ,

 

If you have HPUX 11.23 or 11.31 , you should have HP CIFS CLient installed ,

 

Please refer below link for more info.This is cached page of similar ITRC query.

 

http://webcache.googleusercontent.com/search?q=cache:tPdRFIDN6Z0J:forums11.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D1006896+how+to+mount+windows+filesystem+on+hp+unix&cd=1&hl=en&ct=clnk&gl=in&client=firefox-a&source=www.google.co.in

itrc55
Regular Advisor

Re: mount shaing windows filesystem

Hi,

 

yes the CIFS it\s aready installed

 

swlist | grep CIFS
  CIFS-CLIENT                   A.02.02.02     HP CIFS Client
  CIFS-SERVER                   A.02.04        HP CIFS Server
but how i can start to configure the CIFS to i can mount shared filesystem from windows server to HP-UX box

 

Thanks

itrc55
Regular Advisor

Re: mount shaing windows filesystem

Hi,

i try this

# cifsclient start
CIFS Client started; process id: 28503
# cifsmount /10.2.2.2:/C:\winnfs /uxnfs

then when i using the bdf

bdf: /uxnfs: Permission denied

how to resolve this issue.

Thanks
Naj
Valued Contributor

Re: mount shaing windows filesystem

Hi,

How about output

#bdf

Then from there we hv a hint to further troubleshoot..

Thanks

BR
Naj

____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
itrc55
Regular Advisor

Re: mount shaing windows filesystem

Hi,

other filesystem is mounted but i facing this error on last line of bdf output.

how to resolve this issue.

Thanks
Sandy Chen
Honored Contributor

Re: mount shaing windows filesystem

have you specified the accout for the windows fileshare?

I never think of the future. It comes soon enough.
itrc55
Regular Advisor

Re: mount shaing windows filesystem

Hi,

 

do you mean i need to create acount has a permission for file sharing from windows server to i can login share filesystem.

 

How I can do it that ?

 

Thanks