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
06-02-2004 03:39 AM
06-02-2004 03:39 AM
NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:41 AM
06-02-2004 03:41 AM
Re: NFS
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:43 AM
06-02-2004 03:43 AM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:44 AM
06-02-2004 03:44 AM
Re: NFS
You need to add the directory you wish to export into the /etc/exports file & then run
/usr/sbin/exportfs -a
man exports & exportfs for further details.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:46 AM
06-02-2004 03:46 AM
Re: NFS
I believe there are a few NFS clients for Windows NT around, google should help.
If you find one, it's just a matter of entering that host, the shared partition/directory, and the options, into the /etc/exports file and running /usr/sbin/exportfs and then using the windows client to mount that share.
On the other hand, maybe SMB/Samba would be the best way to interoperate your Windows/Unix filesystems?
Dan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:49 AM
06-02-2004 03:49 AM
Re: NFS
It does however have a built in Samba client.
So:
Install this on your server:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
edit the smb.conf file set up your shares, run smbpasswd -a
/sbin/init.d/samba stop
/sbin/init.d/samba start
This will let your NT browse and access based on Unix permissions.
You can get an NFS client for NT, but its expensive and provides no more functionality than Samba, which is free.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:49 AM
06-02-2004 03:49 AM
Re: NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:01 AM
06-02-2004 06:01 AM
Re: NFS
http://support.microsoft.com/default.aspx?scid=kb;EN-US;324055
as well as install "Microsoft Windows NT Services for UNIX Add-On Pack"
Another way is to install CIFS (Samba) and just map a drive to HP-UX from Windows...
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:06 AM
06-02-2004 06:06 AM
Re: NFS
All the best