SUNWcsu
.- Add the following line to /etc/dfs/dfstab: share -F nfs -o rw=clientname,root=clientname path-to-swap-file
.- Run shareall(1M) .
.
- Have the client add the following lines to /etc/vfstab: server:path-to-swap-file - local-path-to-swap-file nfs ---
.
local-path-to-swap-file -- swap ---- Have the client run mount: # mount local-path-to-swap-file
.- The client can then run swap -a to add the swap space: #
swap -a local-path-to-swap-file
The list does not include swap space in the form of physical memory because this space is not associated with a particular swap area.
If swap -l is run while swapname is in the process of being deleted (by swap -d), the string INDEL will appear in a sixth column of the swap stats.
These numbers include swap space from all configured swap areas as listed by the -l option, as well swap space in the form of physical memory.