Exporting/Sharing Directories in Solaris.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Exporting/Sharing Directories in Solaris.
# 1  
Old 03-13-2006
Exporting/Sharing Directories in Solaris.

Hi,

How do I export/share folders available in one Solaris machine to another Solaris machine?

I executed the following commands to share the folder available in one machine: (mercury)

# share -F nfs -o ro -d "Test" /usr/dt
# share
- /usr/dt ro "Test"
#


In the other machine (venus) I tried mounting this:

# mkdir /tmp/mercury
# mount -F nfs mercury:/usr/dt /tmp/mercury
nfs mount: mercury: : RPC: Program not registered
nfs mount: retrying: /tmp/mercury


Nothing happens after this. What might be the problem?

Regd,
M.

Last edited by mahatma; 03-13-2006 at 03:50 AM..
# 2  
Old 03-13-2006
Got solved...

Had to start the NFS server with the command:
# /etc/init.d/nfs.server start

Before which an entry had to be made in /etc/dfs/dfstab file which was empty till then (the server refused to start saying that no entries were found in this file).

Got mounted after that...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Solaris 9 Home Directory, Two Machines Sharing a NAS

Good Morning, I have 2 Solaris 9 machines sharing a NAS, and need to have users to be able to log in from the 2nd machine and get to all of their files on the NAS that were created on the 1st machine. So far its working ok, but when users log in to the second machine, their user IDs show... (20 Replies)
Discussion started by: Stellaman1977
20 Replies

2. Solaris

Experience sharing and questions for NIS migration from Solaris 8 to Linux

I'd like to share some experiences and what I found for NIS migration from Solaris 8 NIS to Linux platform. I'm not an expert for both platforms, it's just when I tested both systems and found something really tricky. That might takes a lot of time for you to find the root cause. So, I think I can... (11 Replies)
Discussion started by: bestard
11 Replies

3. Solaris

Sharing internet from Ubuntu to Solaris server

Hey guys can anyone explain to me how to share my laptops (on ubuntu with wifi) to my sunfire v100 thats connected via ethernet? Whats the process for that? I'd appreciate it! Thanks (1 Reply)
Discussion started by: austinramsay
1 Replies

4. Solaris

Sharing internet from Ubuntu to Solaris server

I have a laptop running on ubuntu 13 connected to wifi. My sunfire v100 is connected to my laptop with an ethernet cable of course. I tried messing around with it seeing if I could do it myself but I couldn't. I want my solaris box to use the internet off my laptop. How would I do this? I'm just... (2 Replies)
Discussion started by: austinramsay
2 Replies

5. Solaris

Sharing a local disk between to solaris machines

Hi, I recently added a disk on a solaris 9 and I wanted to make it accessible for another machine, using the same name here is what i did : On the machine holding the internal disk in vfstab i added the line /dev/dsk/c1t1d0s4 /dev/rdsk/c1t1d0s4 /SHARED2 ufs 2 yes ... (2 Replies)
Discussion started by: zionassedo
2 Replies

6. 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

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. Solaris

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... (4 Replies)
Discussion started by: unclefab
4 Replies

9. IP Networking

sharing of IP address for load sharing avoiding virtual server & redirection machine

I have RedHat 9.0 installed on three of my servers (PIII - 233MHz) and want that they share a common IP address so that any request made reaches each of the servers. Can anyone suggest how should I setup my LAN. I'm new to networking in Linux so please elaborate and would be thankful for a timely... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies

10. Solaris

solaris and cable int. and internet sharing

hi ý have cable internet an ý dont connect internet.i can't get an ip form the dhcp of the isp and how can ý do internet sharing.ý new installed solaris.pls help me thx (2 Replies)
Discussion started by: demanyak
2 Replies
Login or Register to Ask a Question