1833461 Members
3351 Online
110052 Solutions
New Discussion

Re: NFS 3 on HP 11.0

 
Tarun Jain_1
Advisor

NFS 3 on HP 11.0

I have an NFS client-server setup on HP. Client is mounting a server directory using IP address (i.e. :). As this IP is virtual IP of the system on Server. I made the interface down 2-3 times. Now, client complains that not able to contact NFS on given virtual IP. The NFS is running on the server as well as client is ablet to ping the virtual IP.
6 REPLIES 6
Sunil Sharma_1
Honored Contributor

Re: NFS 3 on HP 11.0

How did you configured vertual IP ?

Is it Clusterd server ?

You may required NFS toolkit of MC/SG.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Tarun Jain_1
Advisor

Re: NFS 3 on HP 11.0

The virtual IP is configured manually. I am manually enabling/disabling it.
Dave Olker
Neighborhood Moderator

Re: NFS 3 on HP 11.0

Hi Tarun,

I have a few questions that may help drill down on the specific problem.

What error message does the client display when trying to mount from the virtual IP? Can the client mount using the real IP? Can other clients mount from this server using the virtual IP? What OS are both client and server running? What ONC patch are both systems running? What protocol (UDP or TCP) are you using for this mount? What mount options, if any, are you specifying?

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Tarun Jain_1
Advisor

Re: NFS 3 on HP 11.0

>What error message does the client display when trying to mount from the virtual IP?
"NFS server not responding still trying"

>Can the client mount using the real IP?
Yes. The same client can mount using real IP.

>Can other clients mount from this server using the virtual IP?
Yes.
>What OS are both client and server running?
11.0.
>What ONC patch are both systems running?
Newbie!! what is ONC ?
>What protocol (UDP or TCP) are you using for this mount?
Both.
>What mount options, if any, are you specifying?
No.

Thanks a lot for your response Dave.

Regards,
Tarun
Dave Olker
Neighborhood Moderator

Re: NFS 3 on HP 11.0

ONC is Open Network Computing. It is the suite of products that includes things like NFS, AutoFS, CacheFS, NIS, etc. Typically the "NFS" patches will be listed as ONC patches by swlist:

# swlist -l product | grep -E 'NFS|ONC'

This command should tell you which ONC/NFS patches are installed.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Tarun Jain_1
Advisor

Re: NFS 3 on HP 11.0

thanks all. problem with the configuration.
Thanks all for your time.