- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount to PC client
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 07:42 AM
10-25-2000 07:42 AM
I can mount the filesystem successfully on HP-UX and on AIX. All other forms of access to the HP-UX box that has the filesystem exported are available (telnet, ftp, ect.)
I don't know jack about NT, an my NT admin is out on maturnity...HELP!
Any and all suggestions are welcome.
Thanks in advance,
Brenda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 08:01 AM
10-25-2000 08:01 AM
Re: NFS mount to PC client
Or maybe anon=65534 ??
Worth a shot anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 08:41 AM
10-25-2000 08:41 AM
Solutionhttp://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xfddff841489fd4118fef0090279cd0f9,00.html
Regards
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 08:58 AM
10-25-2000 08:58 AM
Re: NFS mount to PC client
Are you using some kind of third-party NFS client on the NT side, like Hummingbird's NFS Maestro or something? Because NT (don't know about 2000) doesn't have any kind of NFS support built-in, and if it has a PC-NFS client anywhere I haven't seen it.
PC-NFS is not NFS, but if you don't have any kind of NFS client for NT, you can do some testing to see if it fits your needs with the PC-NFS client on a Windows 95 machine--without having to buy (or compile) any additional software. I'm pretty sure that Windows 95 (possibly 98, probably not ME) systems have a PC-NFS client which you can add using the 'Network' control panel.
You would need to enable the PC-NFS *server* on the HP-UX box by setting PCNFS_SERVER=1 in /etc/rc.config.d/nfsconf (assuming you have a 10.x or 11.x box) and running '/sbin/init.d/nfs.server restart' (probably shouldn't do this with users on the system, though). I'm not familiar with the configuration of a PC-NFS server under HP-UX, but the man page for 'pcnfsd' should be a good starting point.
Depending on exactly what your needs are, using Samba ( http://www.samba.org ) or CIFS/9000 (basically the same thing, but distributed and supported by HP) instead might just save you a lot of headache, at the expense of a little extra administrative effort on the server side. Samba is a filesharing suite that allows you to serve files to Windows PC clients using the same protocols as regular Windows Networking (a la 'Network Neighborhood').
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 08:22 AM
10-26-2000 08:22 AM
Re: NFS mount to PC client
Thanks again,
Brenda