shareall(1M) System Administration Commands shareall(1M)NAME
shareall, unshareall - share, unshare multiple resources
SYNOPSIS
shareall [ -F FSType [ ,FSType...]] [-| file]
unshareall [ -F FSType [ ,FSType...]]
DESCRIPTION
When used with no arguments, shareall shares all resources from file, which contains a list of share command lines. If the operand is a
hyphen (-), then the share command lines are obtained from the standard input. Otherwise, if neither a file nor a hyphen is specified,
then the file /etc/dfs/dfstab is used as the default.
Resources may be shared by specific file system types by specifying the file systems in a comma-separated list as an argument to -F.
unshareall unshares all currently shared resources. Without a -F flag, it unshares resources for all distributed file system types.
OPTIONS -F FSType Specify file system type. Defaults to the first entry in /etc/dfs/fstypes.
FILES
/etc/dfs/dfstab
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO share(1M), unshare(1M), attributes(5)SunOS 5.10 6 Nov 2000 shareall(1M)
Check Out this Related Man Page
shareall(1M) System Administration Commands shareall(1M)NAME
shareall, unshareall - share, unshare multiple resources
SYNOPSIS
shareall [-F FSType [,FSType]...] [-| file]
unshareall [-F FSType [,FSType]...]
DESCRIPTION
When used with no arguments, shareall shares all resources from file, which contains a list of share command lines. If the operand is a
hyphen (-), then the share command lines are obtained from the standard input. Otherwise, if neither a file nor a hyphen is specified,
then the file /etc/dfs/dfstab is used as the default.
Resources may be shared by specific file system types by specifying the file systems in a comma-separated list as an argument to -F.
unshareall unshares all currently shared resources. Without a -F flag, it unshares resources for all distributed file system types.
OPTIONS -F FSType Specify file system type. Defaults to the first entry in /etc/dfs/fstypes.
FILES
/etc/dfs/dfstab
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO share(1M), unshare(1M), attributes(5)SunOS 5.11 6 Nov 2000 shareall(1M)
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... (1 Reply)
On my Solaris 10 server, I want to share out the directory /export/home/data, so in the /etc/dfs/dfstab file, I have this line:
share -F nfs -o rw /export/home/data
In the /etc/hosts.equiv file, I have this:
+
When I do a "ps -ef" command, I see that the "nfsd' daemon is started.
... (2 Replies)
Hello Everyone,
I am working with Solaris 10 autofs feature. On the server (and client) in /etc/auto_master I have this entry:
/net -hosts -nosuid,nobrowse
On the server, I have shared out /var/tmp, started the nfs server and issued the shareall command. When I issue share I can... (1 Reply)
We had to replace a hard drive in one of our Sun Blade 150s, but now it hangs during the Jumpstart. It will show 1 or 2 Timeout for ARP/RARP messages and then start the spinning numbers. It always stops at 2ae00 and just hangs there.
We have 1 combined jumpstart server and it is also our NIS+... (5 Replies)
Hi Gurus,
I am trying to share certain file with NFS.
Requirement is to give access to root of another host to some file system which is shared through NFS.
Step1.
I entered the below line in /etc/dfs/dfstab
share -F nfs -o root=sun2 /usr/src
... (3 Replies)
Hi all,
I got a Fujitsu P650 server running on Solaris 9 and we are going to re-install Solaris 10 . W have a build server in a different IP segment. So we setup a boot server and /etc/ethers and /etc/bootparams are all updated. When I issue
boot net -install,
I'm getting the following... (3 Replies)
Hi,
i'm new to Solaris ,i have this task which need to be completedand i couldn't find a way .The peoblem is i have a Server-A and Server-B
i need to automount a folder in Server-b to Server-A for permanently .i've found only auto_master and auto_home(in /etc no auto.misc like linux) and what are... (8 Replies)
Hi
I have 2 servers, one is running on SunOS SPARC and the other is running on GNU Linux. Since my Linux is very poor I am not sure on how to mount a NFS from SunOS to Gnu Linux. Please help!
FS at Host Server:
root@rocux4 # ls -ld /data/PCFILES/GTPROD/DWHFILES.NEW
drwxrwxrwx 4 nobody ... (6 Replies)
I have a solaris 10 system that is setup as a NFS server. The NFS clients have DHCP running. How do I setup the server, so that it allows mounts for any machine on the network? (3 Replies)
Hi
I need to export a directory named /sybase from my solaris machine via NFS. The svcs command shows the state as disabled. Please let me know how to export the directory.
Once the directory is exported from the solaris machine it has to be mounted locally in an aix machine. Can some one... (2 Replies)
Hi,
I have two solaris servers running Oracle Applications. One is SPARC 5.9 and other one is SPARC 5.10
I want to share the tape drive attached to 5.10 with other machine so that i can enhance my backup strategy for backing up Oracle DB.
I tried to share my tape drive by performing the... (2 Replies)
Hi,
I am trying to share a directory from a Solaris 10 m/c to another Solaris 10 m/c.But I am getting an error .Please let me know if I have missed anything
On Server 1
svcsadm -v enable -r network/nfs/server
share -F nfs -o rw /mount_point
In /etc/dfs/dfstab ------ share -F nfs -o rw... (5 Replies)