- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to share Unix FS into WIN2000
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
09-07-2005 06:06 PM
09-07-2005 06:06 PM
How to share Unix FS into WIN2000
I belive only SAMBA can help to share any UNIX FS to WIN2000 server.
In my situation, I need to share an Unix FS to one of our WIN server. Both servers are sitting in different domain, which made me more confused. How can I allow that WIN2000 box to see my Unix (HP-UX 11.11) FS & share the same.
Please advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:18 PM
09-07-2005 06:18 PM
Re: How to share Unix FS into WIN2000
I hope you are familiar with Samba configuration. For easy way, use SWAT (Samba Webbased Admin Tool).
Accessing the Unix FS share on Win2000 is as simple as between Windows systems. No special, just use share name of samba server by mapping or Searching the Unix server you can see the avaiable share.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:20 PM
09-07-2005 06:20 PM
Re: How to share Unix FS into WIN2000
Different operating systems have different network share techniques or protocols. In any network share relationship there is a server (the machine on which the file is located) and a client (the machine from which the file is being accessed).
Microsoft - SMB Filesharing: Microsoft SMB filesharing utilises the Common Internet FileSystem (CIFS). It was mainly designed for file sharing between Microsoft Windows machines. Any Windows machine can act as both client or server using SMB. The Network Neighbo(u)rhood icon on the Windows desktop allows a user to browse available SMB shares.
It should be noted that server capabilities of Windows 9x and Windows ME are limited compared to Windows NT Server and Windows 2000 Server.
A commercial product called Dave can be used as a Macintosh client. Unix machines can access the files for transfer using smbclient and GNU/Linux machines can "mount" as a network share using smbmount.
Samba - SMB clone filesharing: Unix and GNU/Linux can serve "SMB" shares to Windows and other SMB clients using the Samba SMB Clone ((ee http://www.samba.org/. Samba is the preferred way for Unix to share to Windows clients.
NetWare - Novell's Filesharing: NetWare is a server operating system which shares files under a proprietary protocol. Clients exist for: DOS; all versions of Microsoft Windows and Apple Macintosh. There is also bi-directional file sharing available between NetWare and UNIX via the NetWare/NFS gateway.
GNU/Linux has a free Netware client (NCP). GNU/Linux can also mimic much of the Novell file server functionality but this is not recommended. Samba provides more appropriate file and print serving within the University.
Appleshare (AFP) - MacOS filesharing: Apple Macs share using the Appleshare protocol. Windows NT Server has Windows NT Services for Macintoshes (See also http://www.microsoft.com/NTServer/nts/exec/feature/Macintosh.asp
Unix and GNU/Linux can also participate in Appleshare fileserving.
The AppleShare IP software allows Macs to share via AFP and SMB (to Windows and other SMB clients).
Unix - Network File System (NFS): Typically used for Unix to Unix file sharing although clients exist for Windows and Macintoshes. NFS generally requires administrator access on both server and client.
GNU/Linux supports NFS Version 3. Macintoshes can act as NFS servers with MacNFS (Commercial) software.
For Windows machines NFS is probably not a suitable option though if desperate for a client you could look at PC-NFS, which is a commercial package.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:21 PM
09-07-2005 06:21 PM
Re: How to share Unix FS into WIN2000
Also, you can use hp's cifs (hp's samba, you can say)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:28 PM
09-07-2005 06:28 PM
Re: How to share Unix FS into WIN2000
Its easy to share your Uxix FS to Windows, you just need to set your workgroup and access your box by its hostname. An important thing is the method of authentication, because you have two domains and if your Unix server is not joined to any of them you can use "security = share" and there will be no authentication and just some restrictions depending on how you share your directories. After that you can access your Unix FS by its hostname or by IP from your Windows Exporer
Best Regards,
sve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:29 PM
09-07-2005 06:29 PM
Re: How to share Unix FS into WIN2000
As, you are responding him contsuly...
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 06:48 PM
09-07-2005 06:48 PM
Re: How to share Unix FS into WIN2000
That means I need to add that Unix server to that WIN domain to allow WIN server to access that server. Am I right ?
Please find the attached smb.conf & advise me if it is fine.
[global] workgroup = AAA
netbios name = unixs1
security = DOMAIN
encrypt passwords = Yes
update encrypted = Yes
password server = win201.bbc.com
syslog = 3
syslog only = Yes
[SHFS] path = /local/shfs
username = user.shfs,root
guest ok = Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 08:50 PM
09-07-2005 08:50 PM
Re: How to share Unix FS into WIN2000
If you want to use domain security within Samba/CIFS then your CIFS server needs to be within one of the domains. Then you need the other Windows domain to trust this domain in order to be able to authenticate.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2005 07:56 AM
09-09-2005 07:56 AM
Re: How to share Unix FS into WIN2000
In this kind of products, Microsoft made free their product "Services for Unix 3.5", which included several utilities, included NFS Server
Doing it this way, you could avoid the mantenience of Windows Server DOMAIN relationships. Also, you can restrict connections to your HP server.