Updated /etc/dfs/dfstab


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Updated /etc/dfs/dfstab
# 1  
Old 01-05-2006
Updated /etc/dfs/dfstab

Solaris 8.

So i updated dfstab and added computer2.acme.com i.e:

share -F nfs rw=computer1.acme.com,computer2.acme.com /export/home

how do I get the daemon to recognize the change, without kicking computer1.acme.com off?

kill -HUP
or
/etc/init.d/nfsd stop
/etc/init.d/nfsd start
or
just let it be

Thanks
# 2  
Old 01-05-2006
The shareall command should cause the file to be re-read without kicking anything off.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

HP-UX links updated

As you all have heard, the Hewlett-Packard company has split into HP Inc (hp.com, consumer market) HP Enterprise (hpe.com, server market) Consequently many Web links have changed. Finally I have updated the HP-UX links at the top of the HP-UX subforum :) (0 Replies)
Discussion started by: MadeInGermany
0 Replies

2. Solaris

Help with parsing regex in tripwire for Solaris 10 dfstab FQDN

Help with parsing regex in tripwire: the rule is" This test verifies that all exported file systems found in /etc/exports specify a fully qualified domain name containing "thecss.com" or a NIS netgroup.." regex that does not work is : ... (1 Reply)
Discussion started by: bathija12
1 Replies

3. Solaris

Help with parsing regex in tripwire for Solaris 10 dfstab

Help with parsing regex in tripwire: the rule is" This test verifies that exported file systems do not have the "root=<host>" option specified." regex that does not work is : ^.*-o+(?=root=\S+|\S+,root=\S+).* the dfstab looks like this : # cat /etc/dfs/dfstab # Place... (1 Reply)
Discussion started by: bathija12
1 Replies

4. Solaris

Cannot change the permission of /etc/dfs/sharetab

I am using a Solaris 5.10 with patch level 10/08. Here /etc/dfs/sharetab is listed as a file system with "df -k" as below: #df -k /etc/dfs/sharetab Filesystem kbytes used avail capacity Mounted on sharefs 0 0 0 0% /etc/dfs/sharetab What is "sharefs"? This is not present in my other... (6 Replies)
Discussion started by: varunla
6 Replies

5. Solaris

dfstab Security Questions

Hello, I am in the middle of a security audit (Soalris 10) and have been given the following directives regarding my dfstab file: The SA will ensure the NFS server is configured to deny client access requests that do not include a userid. The SA will ensure access to exported filesystems... (0 Replies)
Discussion started by: stringman
0 Replies

6. Debian

Package updated to same version

Hi, I recently did slight modifications to the basename utility from the coreutils package. I downloaded the source by typing "apt-get source coreutils", added a new option to the program, updated the respective manpage, build and installed it using "dpkg-buildpackage -uc -b && dpkg -i... (0 Replies)
Discussion started by: Gunther
0 Replies

7. Shell Programming and Scripting

If File has been updated, do something??

Put this together from somewhere else on the forums, just modified it and added the loop. #!/bin/ksh localFile=$1 remoteFile=$2 #source FTP parameters . .ftp_put.cfg mylog=ftp_session.log echo "$(date "+%H:%M:%S") - Attempt to FTP $1 to $2" > $mylog machine="server1 server2... (5 Replies)
Discussion started by: cbo0485
5 Replies

8. Programming

Log file not getting updated

hi all, i'm a student and managing lab at my insti. there in one application in which log file has to be maintaine the number of bytes transferred and received. but after certain entries these two attributes stop getting updated and holds same values for rest of the session. This happens one time... (4 Replies)
Discussion started by: KornFire
4 Replies

9. Solaris

Solaris Boot Problems, random messages [/etc/rcS: /etc/dfs/sharetab: cannot create]

Hello All, I have all of a sudden developed issues with booting up one of my Solaris Servers. Upon a routine reboot, I was faced with the following errors: Feb 1 07:56:44 sco1-au-tci scsi: WARNING: /pci@1c,600000/scsi@2/sd@0,0 (sd0): Feb 1 07:56:44 sco1-au-tci Error for Command: read(10)... (9 Replies)
Discussion started by: ranjtech
9 Replies

10. UNIX for Dummies Questions & Answers

DFS in Unix??

Hello All, I was wondering is there something in Unix/Linux that is similar to Distributed File System in Windows. This will help me keep our file servers highly available if one goes down. Thanks, -n (1 Reply)
Discussion started by: Insomniac
1 Replies
Login or Register to Ask a Question