nfs on solaris


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory nfs on solaris
# 1  
Old 12-02-2002
Data nfs on solaris

Hello,

I've been trying unsuccesfully to mount from a FreeBSD box to a nfs share on a Solaris 8 box. I've run the share command several different ways and unable to get Read-Write access. I can mount but not create any files. Any solutions would be great!
thanks,

Chameleon
# 2  
Old 12-03-2002
you need to use the rw option

issued

share -F nfs -o rw=client -d "shared fsd" /mount_point

or
share -F nfs -o rw /mount_point

or placed the above in /etc/dfs/dfstab
and finally run share -F nfs

Note
mount point will be the directory you will like to
mount the share directory on
# 3  
Old 12-03-2002
NFS on Solaris

Hassan,

Got it to work thanks. Ran into a new problem. The main reason I was trying to mount the drive was to store mail in one central location for two mail servers. My main goal was to load-balance between the two servers and store on the NFS drive. The mail servers are running FreeBSD with NFS server being the SunBox. I got one server placing mail on the drive but I can not check mail from the pop client. passwords will not authenticate. Is this due to user and group accounts not being on the SunBox? I'm using cucipop for POP3 server. Does this sound like it will work? Do you have a better solution maybe? It would really be hard to get the user and groups onto the Solaris system due to incompatible password files unless I had a script or something. Thanks in advance for your help.

Conley
# 4  
Old 12-10-2002
Question E-mail storage across NFS

I'm reposting this databases crashed right after I posted:


Got it to work thanks. Ran into a new problem. The main reason I was trying to mount the drive was to store mail in one central location for two mail servers. My main goal was to load-balance between the two servers and store on the NFS drive. The mail servers are running FreeBSD with NFS server being the SunBox. I got one server placing mail on the drive but I can not check mail from the pop client. passwords will not authenticate. Is this due to user and group accounts not being on the SunBox? I'm using cucipop for POP3 server. Does this sound like it will work? Do you have a better solution maybe? It would really be hard to get the user and groups onto the Solaris system due to incompatible password files unless I had a script or something. Thanks in advance for your help.

Conley
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. Solaris

NFS mount from SCO to Solaris

Hi, I'm using Solaris 10 and OS/2 warp. There is a share on OS/2 warp which I'm trying to mount on Solaris. I get the following error message $mount -F nfs -o rw 10.5.170.16:D:\audio /AudioSCRAFT nfs mount: 10.5.170.16:D:audio: no applicable versions of NFS supportedAny idea how I mount the... (5 Replies)
Discussion started by: maverick_here
5 Replies

3. Solaris

NFS mount on Solaris 8

Hello Admins; I am working around on an issue of NFS mount on Solaris 8 server. I am trying to mount a remote directory (which is on vlan 146 -solaris 10 server ) on solaris 8 client which is on vlan 10. The firewall rules have been opened, ports are opened. But when I do code: mount -F... (7 Replies)
Discussion started by: snchaudhari2
7 Replies

4. UNIX for Advanced & Expert Users

NFS on a Solaris 9 server

Hello everyone!! Long time, no see!! I have an issue with a Solaris server that I am working with. I am trying to set up a backup solution for someone that will involve a Solaris 9 server with NFS enabled allowing a Windows machine to map a drive to it (NFS Maestro). NFS Maestro appears... (3 Replies)
Discussion started by: Jody
3 Replies

5. Solaris

Window NFS VS Solaris NFS

Hi all, currently i wish to build a NFS server (windows based), is it the I/O speed will slower than the NFS server in Solaris? any impact, i using the NFS in windows? (2 Replies)
Discussion started by: SmartAntz
2 Replies

6. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

7. Solaris

How to install Solaris 10 via NFS?

Friends, I have systemA with Solaris 10 installed. I want to install Solaris 10 in another system, systemB, which has a CD drive, but does not have a DVD drive. So, I mounted the dvd drive of systemA to /DVD and shared it via NFS and put the Solaris 10 installation DVD into it. 3.Now I went... (8 Replies)
Discussion started by: saagar
8 Replies

8. Solaris

My solaris nfs is odd.

Dear all, I have an odd question. We have a lot of solaris computers. computer A, share some nfs directory(Directory 1, 2. Directory 1 mount disk 1, Directory 2 mount disk2 ). Computer B, C, D and E, all can showmount -e A, the result is good. they all can see the directory 1 and 2. ... (4 Replies)
Discussion started by: nybruce
4 Replies

9. Solaris

NFS problem on Solaris 8

I have problem to map directory from the client. But here is what I have done on the server # exportfs - /export/home/sefas/director/traffic rw "" # ps -ef|grep nfs root 192 1 0 May 20 ? 0:00 /usr/lib/nfs/lockd daemon 193 1 0 May 20 ? ... (0 Replies)
Discussion started by: shamsul
0 Replies

10. Solaris

NFS and RPC in Solaris 10

I have been told to disable the rpc processes such as rstat and rusers on some servers for security concerns, what if I am running NFS on those servers. Would it affect the NFS since both rstat and rusers are nfs daemons?? I MUST have the NFS running on the server. Can I disable rstat and rusers... (2 Replies)
Discussion started by: mitsurughi
2 Replies
Login or Register to Ask a Question