Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to share a directory with nfs server and how client
mount the nfs share

Answers were Sorted based on User's Feedback



how to share a directory with nfs server and how client mount the nfs share..

Answer / norton anti virus

vi /etc/dfs/dfstab
share -F nfs /ibm
wq!

exportfs -va - to export the directory
dfshares - to see the shares

client
mount -F nfs sun1:/ibm /ibm
vi /etc/vfstab
sun1:/ibm - /ibm - nfs - - yes
wq!
df -k - to see in if its mounted
cd /ibm and see the content

Is This Answer Correct ?    9 Yes 4 No

how to share a directory with nfs server and how client mount the nfs share..

Answer / venkat

#share /test
#vi /etc/dfs/dfstab
share -F nfs -o rw -d "home dirs" /test
:wq!
#dfshare
From clientside
#showmount -e <nfs server ip>
#mount -F nfs <nfs server ip>:/test /home

Is This Answer Correct ?    2 Yes 0 No

how to share a directory with nfs server and how client mount the nfs share..

Answer / daves

This is incorrect for Solaris; it doesn't have the exportfs
command.
You can edit the dfstab, as shown, which will take effect at
the next boot. Run the share command as it is in the file to
share immediately. (In Solaris 10 it's not necessary to
start the NFS server daemons first.)
The mount command is correct, except that the /ibm directory
must be created on the client before the mount.
The vfstab entry is incorrect. Depending on the importance
of the share, it could be:
sun1:/ibm - /ibm nfs - yes soft,bg

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Solaris AllOther Interview Questions

If fsck is running, one thind u should not do.. what's that?

3 Answers  


what r the port numbers for HTTP and DNS

1 Answers   IBM,


how to add a disk group in veritas from one system to another system?

2 Answers   TCS,


what is the use RAID and which is the best(Solaris)

4 Answers   IBM,


how to change nic card from half duplex to full duplex?

1 Answers   Wipro,


How to findout particular file in the backup tape with the help of ufsdump

2 Answers   IBM,


How to check memory statics..?

3 Answers  


If root file system 100% full what you have to do?

5 Answers   Tech Mahindra,


what r d crontab fields?

3 Answers   emc2, JK Technosoft,


when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?

0 Answers   TCS,


in this what is the configuration of .profile file and the other files

1 Answers   IBM,


What is the config file in DNS?

2 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)