![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my netscap browser automatically closed | adnangc | SUN Solaris | 1 | 02-06-2008 12:29 AM |
| Terminal Closed automitically... | thepurple | SUN Solaris | 7 | 12-03-2007 06:16 AM |
| Closed ports | lo-lp-kl | UNIX for Dummies Questions & Answers | 2 | 11-16-2006 02:13 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
The "mount = TRUE" indicates that the FS would be mounted automatically during a reboot, so that rules a reboot out.
The only other way to get a FS into "closed" state is to umount it. Maybe this is done by some script, which runs frequently? You could write a little script which tests if /home is still mounted in regular intervals and writes a timestamp to a log file each time it is. This way you cound find out when exactly the umount happens. Have a look then in the crontabs, maybe you can find the "offender". Just guessing, but could it be some that a script mounts an NFS share, tries to umount it and simply gets it wrong - umounting not the NFS share but the /home FS? I hope this helps. bakunin |
|
||||
|
Quote:
Sorry for the late reply guys. Thanks Bak, Ya your right. Theres a kinda backup script run by tivoli which has umount all and varyoffvg command for some of my apps vgs. But at later after the backup activity theres another script which varyons the same vgs and mounts my application filesystems. So now the question arises is when the 1st script runs umount all why /home does get in closed/synced mode? though it is system related filesystem? |
|
|||
|
Unmount them manually and then use whatever the script uses to mount them, probably mount -a and see if it fails. Sometimes /etc/filesystems needs pruning, though that's usually when you have nested filesystems like /home and /home/fsname, etc.
|
|||
| Google UNIX.COM |