nfs administrative tasks


 
Thread Tools Search this Thread
Operating Systems Solaris nfs administrative tasks
# 1  
Old 01-16-2008
nfs administrative tasks

I have been reading and implementing the tasks of nfs admin on the sun docs website but my nfs is still not working. Seems like the instructions on website just end all of a sudden without completing the instructions.

Anycase, this is what i have checked/did. We had nfs filesystem before our recent disk crash, so i am just trying to get it up and running again.

Checked dfstab file for entry found "rw" privileges on /opt/share filesystem.
I created the share directory since it no longer existed.
Then,
I stopped and restarted the nfs.server process with no problems.

Here is where the insturctions stop, when i do a 'df -k' i can't see the mounted share directory. What do i need to do to see it ?

We want a windows client to be able to read/write to the opt/share system.

thanks
# 2  
Old 01-16-2008
"df -k" lists only mounted filesystems. to see a share on a local or remote system use "dfshares" or "dfshares <ip>".
Login or Register to Ask a Question

Previous Thread | Next Thread

8 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. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

3. Debian

Assign administrative rigth to user for CUPS service

I'm using Debian squeeze (Linux ComputerName 2.6.32-5-openvz-686 #1 SMP Sat Sep 18 04:06:15 UTC 2010 i686 GNU/Linux) and CUPS service. I wish to assign to a user A some administratives task such as: stop,start or restart printer. How can i do it? Thanks (3 Replies)
Discussion started by: lyapma
3 Replies

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

5. Solaris

List users who have administrative access

Hi , Could you please give me the commands for the following. 1.list users who have direct access to solaris database at os-level 2.list users who have administrative access at os-level in solaris Please also let me know how to figure out these specific users i need from a... (6 Replies)
Discussion started by: James777
6 Replies

6. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

7. AIX

administrative user

Hi, I have administrative groups: group1, group2, group3. If a regular user have one of these group. Does it mean he is an administrator like root? What's the priveleges of administrative groups? Thanks in advance, itik (0 Replies)
Discussion started by: itik
0 Replies

8. Shell Programming and Scripting

Korn Shell and Perl Administrative Script

I have this script that I want to be able to scan a list of IP address from a file (namlist and snifflist)and Hostnames of network devices to see if they are alive or down and if telnet port 23 is open. I originally started to write this in Korn Shell and ran into some issue trying to closed a... (0 Replies)
Discussion started by: metallica1973
0 Replies
Login or Register to Ask a Question