NetAdminTools.com
 
SignalQ Sites:
L1G3R Information Systems - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SolarPower - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
Solar Energy - Energy Efficiency - Solar Panels
Home Energy Savings
Categories:
GNU/Linux | Homebrew designs | Perl | Ruby | Administration | Backup/Recovery | Bugs/Fixes | Certification | Database | Email | File/Print | Hardware | Information Grab Bag | Interoperability | GNU/Linux ABCs | Monitoring | Name Resolution | Network Services | Networking | Remote Control | Security | Desktop | Web | BSD | Solaris | GIAGD | ERP | REALbasic

Last 30 Days | Last 60 Days | Last 90 Days | All Articles | RSS


Categories:
·GNU/Linux
·Homebrew designs
·Perl
·Ruby
·Administration
·Backup/Recovery
·Bugs/Fixes
·Certification
·Database
·Email
·File/Print
·Hardware
·Information Grab Bag
·Interoperability
·GNU/Linux ABCs
·Monitoring
·Name Resolution
·Network Services
·Networking
·Remote Control
·Security
·Desktop
·Web
·BSD
·Solaris
·GIAGD
·ERP
·REALbasic
·All Categories


Setting up an NFS Server on Solaris
Topic:Solaris   Date: 2003-12-21
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Subject

Solaris 9 comes with an NFS server. The first step is to edit the /etc/dfs/dfstab file. We just added this entry:

share -F nfs -o rw=srv-1 -d "share" /share

Start the server:

# /etc/init.d/nfs.server start

On the client side:

root@srv-1 u-1 # mount -t nfs srv-50:/share /share2
root@srv-1 u-1 # ls /share2
lost+found  tmp
root@srv-1 u-1 # cp xfig.3.2.5-alpha3.full.tar.gz /share2/
root@srv-1 u-1 # ls /share2
lost+found  tmp  xfig.3.2.5-alpha3.full.tar.gz
root@srv-1 u-1 #

If you wish, add the following line to fstab on the client:

srv-50:/share    /share2  nfs     defaults        0 0

Agatha is using this server to back up her workstation:

/usr/bin/rsync -rlptvz --delete --exclude "/share/" --exclude "/mnt" --exclude 
"/share2/" --exclude "/proc/" --exclude "/dev/" / /share2/srv-1/

For more info on this, see this article.


People:
Places:
Things:
Times:





Please read our Terms of Use and our Privacy Policy
Microsoft, Windows, Windows XP, Windows 2003, Windows 2000, and NT are either trademarks or registered trademarks of Microsoft Corporation. NetAdminTools.com is not affiliated with Microsoft Corporation. Linux is a registered trademark of Linus Torvalds, and refers to the Linux kernel. The operating system of most distributions that contain the Linux kernel is GNU/Linux. All logos and trademarks in this site are property of their respective owner. Copyright 1997-2011 NetAdminTools.com