Windows/Solaris data sharing


 
Thread Tools Search this Thread
Operating Systems Solaris Windows/Solaris data sharing
# 1  
Old 01-12-2007
Windows/Solaris data sharing

Hi all,

I have a request from Developer team in my compagny, they would like to be able to share data between unix and windows world.

1. We would like to be able to see Unix data from Windows : ?Samba ?

2 We would like to be able to see windows data from Solaris (Mount point) : ?NFS server ?

My concerns is more for the 2nd request. Is NFS stable ?
What's happen if my Windows server is rebooted and the Unix try to access NFS share ? I read the Kernel/process can hang and the unix can become unstable.

As it will be used for Prod, I would like a secure/stable solutions.

Thanks a lot for your help ...

Fabien
# 2  
Old 01-12-2007
you can use samba in both ways. AND there are unix-tools from microsoft so you can use nfs in both ways, too.
# 3  
Old 01-12-2007
Quote:
Originally Posted by DukeNuke2
you can use samba in both ways.
That's not really true. You can currently access the windows shares only using the ftp like smbclient on Solaris. There is no support for mounting an CIFS/SMB filesystem in Solaris.

NFS would be a better option, and using an automount rather than a direct mount will prevent said problems with hanging-like behaviour. The directory may become in accessible if the windows server is down, but it will not cause the system to hang.
# 4  
Old 06-19-2008
trying to access a solaris mount point from windows.

I have a situation here, my files are on a EMC which is connected to Solaris. i want to be able to access a directory on Solaris from my windows server.

appreciate your help. Do i have any choice other than SAMBA.

I believe ProNFS can do it. i will have to research on it.

could somebody help me on this.

Regards,
Learner57
# 5  
Old 12-26-2008
trying to mount windows share to solaris 10

I have a windows xp workstation; running Sun xVM Virtualbox. The virtualbox has solaris 10 x86 running on it. I'm able to share windows files successfully with solaris 10 using network places smb in solaris os.

I'm also able to mount a windows NFS share to solaris 10. After mounting it, when I cd to the nfs share in solaris 10, it gives the below error message:

# cd /solar1s
NFS access failed for server 10.249.253.27: error 7 (RPC: Authentication error)
NFS access failed for server 10.249.253.27: error 7 (RPC: Authentication error)
ksh: /solar1s: bad directory
#


For windows nfs share, I've installed Windows Services for Unix on the Windows XP Pro workstation. I've also done user name mapping; but result is the same.

Why does it give the RPC: Authentication error & bad directory error?

Please advise.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sharing to Windows

hiiii, recently we installed samba in solaris 11 machine. and create filesystem and mounted it. we want to mount the same file system in another windows machine through samba. How share that file system to windows and how to mount in windows . (2 Replies)
Discussion started by: Brahmam CH
2 Replies

2. UNIX for Advanced & Expert Users

Enterprise level Solaris&Windows file sharing

"Samba," I know, I know. However, I am a gov't worker and Samba is off the table. Does anyone have a recommendation for an off the shelf, secure solution? I've already suggested rsync and NFS services for Windows Server and got shot down. (4 Replies)
Discussion started by: LittleLebowski
4 Replies

3. Solaris

SMB + Windows sharing

Hi guys I need to create one directory on my Solaris 11 box and then share that directory on my LAN. I have only one disk of 500 GB which is more than enough for my needs. I read SMB guide for Solaris and there is no guide how to achive share only on one directory, it has only tutorials for... (3 Replies)
Discussion started by: solaris_user
3 Replies

4. Solaris

Problem in File/Dir sharing between a windows and solaris

Hi , We are trying to share a particular directory between solaris running from VMware installed on Win7 box] and windows box. We tried the SWAT utility of samba, and made all possible changes for sharing. We committed the changes and we were clueless what need to be done further.. referred... (0 Replies)
Discussion started by: BalajiUthira
0 Replies

5. Shell Programming and Scripting

data with New line not recognized when sent from windows to solaris

My application uses terminal emulation (vt100) to connect to remote machines via Telnet or SSH. Please let me know if anyone has a solution for my problem. Error description: When connecting to Windows machine via Telnet / SSH, the terminal data is appearing in the other screen and log with... (2 Replies)
Discussion started by: vidya5678
2 Replies

6. HP-UX

mount windows file sharing on hp-ux

Hi all, Can anyone teach me how to mount windows file sharing on hp-ux thanks (2 Replies)
Discussion started by: pantas manik
2 Replies

7. Solaris

Sharing Windows Folder on Solaris

Hi All, I am wanting so share a windows folder on our Solaris computer. I am wanting to be able to save files to this folder directly on Windows. This will keep me from saving a file locally and FTPing to the windows HD. Currently, I am trying to get "services for Unix Administration" to... (1 Reply)
Discussion started by: patm95
1 Replies

8. Linux

Please help me, about the file sharing with windows system

Did anybody can teach me how to set the premission in the samba server? How to i set the premission in one folder but two access right. With one folder but the user access rights is diffirent. One user can full access the folder, and another one user only read only. thx for helping... (1 Reply)
Discussion started by: cloudlor
1 Replies

9. Windows & DOS: Issues & Discussions

Windows Server 2003 file sharing with UNIX

We have a Windows Server 2003 box and I'd like to share a drive with a Sun Solaris box so that the Sun Solaris box can copy files to/from the Windows Server 2003. I believe that Windows Services for UNIX 3.5 will allow me to do this, can anyone comfirm this ? Also, any links on how to... (1 Reply)
Discussion started by: markgrimes
1 Replies

10. UNIX for Dummies Questions & Answers

Sharing printer with windows via cups and samba

I want to use my linux box as a print server for my hp printer. I downloaded the linux driver for the printer and installed it. I also configured CUPS and printed a test page with it. Samba is allowing my windows machine to see and install the printer, but when i try to print to it, nothing... (1 Reply)
Discussion started by: Spetnik
1 Replies
Login or Register to Ask a Question