![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mount a DVD | janet | AIX | 1 | 04-04-2006 08:35 AM |
| one of the mount pts 100% | matrixmadhan | UNIX for Advanced & Expert Users | 6 | 09-15-2005 05:54 AM |
| Mount | CreamHarry | Filesystems, Disks and Memory | 7 | 03-25-2002 02:56 AM |
| mount | mcaelbukch | UNIX for Dummies Questions & Answers | 1 | 12-13-2001 03:09 PM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
mount -o llock -F nfs vs mount -F nfs
Hi,
We encountered NFS issue (solaris) especially running on Oracle application. Problem such as forms hang when close button is click, concurrent job shows running status all time. Understand we need to use mount -o llock -F nfs instead of mount -F nfs to eliminate? this problem.. Can someone explain how this can prevent the problem? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
llock is local locks. You should use it if the remote disk has only one client who mounts it. It means that the client locks files locally rather than sending the request to nfs server. Local locks are very fast, but not visible to other clients.
|
||||
| Google The UNIX and Linux Forums |