Operating System - HP-UX
1819796 Members
3139 Online
109607 Solutions
New Discussion юеВ

About Service for Unix(SFU)

 
SOLVED
Go to solution
Kyu-Yong Kwon
Frequent Advisor

About Service for Unix(SFU)

Dear all....
I completed a SFU installation and an configuration set in the window XP.
after i completed user mapping and group mapping with Unix(hp-ux 11.0).

But window filesystem can't mount on hp-ux filesystem(11.0).

I tried the following command in Window XP.
C:\>showmount -e
Exports list on KYKWON:
/SFU All Machines

and the following command in Unix system.
#]mount 10.50.111.111:/SFU /windir
nfs mount: get_fh: 10.50.55.115:: RPC: Rpcbind failure - RPC: Timed out

how can mount window filesystem to HP-UX.
Please...Help me
11 REPLIES 11
RAC_1
Honored Contributor
Solution

Re: About Service for Unix(SFU)

Never worked on SFU. Does SFU export file system as NFS file system??

Is rpcbind running on hp-ux host??
You may want to stop and start nfs daemons.

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

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

rpcinfo -p "hp-ux_host" Does it list nfs programs??
There is no substitute to HARDWORK
Kyu-Yong Kwon
Frequent Advisor

Re: About Service for Unix(SFU)

thanks a lot your reply.

I tried the following command
1. in Unix
#]rpcinfo -p unix_host

program vers proto port service
100000 4 tcp 111 rpcbind
100000 3 tcp 111 rpcbind
100000 2 tcp 111 rpcbind
100000 4 udp 111 rpcbind
100000 3 udp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 tcp 49152 status
100024 1 udp 49153 status
100021 1 tcp 49153 nlockmgr
100021 1 udp 49154 nlockmgr
100021 3 tcp 49154 nlockmgr
100021 3 udp 49155 nlockmgr
100021 4 tcp 49155 nlockmgr
100021 4 udp 49156 nlockmgr
100020 1 udp 4045 llockmgr
100020 1 tcp 4045 llockmgr
100021 2 tcp 49156 nlockmgr
100068 2 udp 49159 cmsd
100068 3 udp 49159 cmsd
100068 4 udp 49159 cmsd
100068 5 udp 49159 cmsd
351456 1 udp 1010
351456 1 tcp 1011
805306352 1 tcp 625
805502976 2 tcp 688
805502976 1 tcp 689
100005 1 udp 49199 mountd
100005 3 udp 49199 mountd
100005 1 tcp 49226 mountd
100005 3 tcp 49226 mountd
100003 3 udp 2049 nfs
536870917 3 udp 687
536870917 3 tcp 690
131078 4 udp 689
131078 4 tcp 691
100003 2 udp 2049 nfs

2. in UNIX
#]rpcinfo -p 10.50.111.111 #Server SFU(Window system)
rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)

RAC_1
Honored Contributor

Re: About Service for Unix(SFU)

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

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

on unix
There is no substitute to HARDWORK
Kyu-Yong Kwon
Frequent Advisor

Re: About Service for Unix(SFU)

Thanks a lot.
I tried the following command.
#]/sbin/init.d/nfs.client stop
#]/sbin/init.d/nfs.core stop
#]/sbin/init.d/nfs.client start
#]/sbin/init.d/nfs.core start

after
#]mount 10.50.111.111:/SFU /windir
---------

can't mount window filesystem to HP-UX
RAC_1
Honored Contributor

Re: About Service for Unix(SFU)

What is the error message this time???
There is no substitute to HARDWORK
Kyu-Yong Kwon
Frequent Advisor

Re: About Service for Unix(SFU)

I'm sorry late reply..

Only the same message
#]mount 10.50.111.111:/SFU /windir
nfs mount: get_fh: 10.50.55.115:: RPC: Rpcbind failure - RPC: Timed out

I think that SFU server setting incorrect
RAC_1
Honored Contributor

Re: About Service for Unix(SFU)

Is there a firewall between??
Can you ping/access windows server from hp-ux server??

ping "windows_server"
trcaeroute "windows_server"
There is no substitute to HARDWORK
Kyu-Yong Kwon
Frequent Advisor

Re: About Service for Unix(SFU)

thanks for your help
There is no a firewall between unix and window XP

I tried ping command:
64 bytes from 10.50.55.115: icmp_seq=0. time=0. ms
64 bytes from 10.50.55.115: icmp_seq=1. time=0. ms

Michael Allmer
Frequent Advisor

Re: About Service for Unix(SFU)

Which version of SFU are you running?
Do you have all of these componets installed?
-User Name Mapping Server
-Server for NFS Authentication
-Client for NFS
-Gateway for NFS (Note: Client for NFS and Gateway for NFS are mutually exclusive ├в only one or the other may be installed on a machine.)
-Server for NFS

I used SFU for NFS for a short period, and did not care for it preformance. We move on to NFS Maestro Server.

regards,

Mike

Mat Banke
Occasional Contributor

Re: About Service for Unix(SFU)

My experience;

SFU is a terrible product. At my company we never were able to ever get it running correctly. I agree with Mike, the Hummingbird product NFS Maestro is a far better product. We recently abandoned all of it and now use Quest Software VAS (Vintela Authentication Service). All UNIX systems are now ties into AD for single sign-on and a single point of administration.

- MB
Kyu-Yong Kwon
Frequent Advisor

Re: About Service for Unix(SFU)

I found the problem.
Problem was window XP fire-wall....├г  ,.├г  ;;;

filesystem was mounted on HP-UX after Window XP fire-wall unchecking .

Thank a lot for yours help.......