Re: File system error massege

2001-09-04 Thread Warren Brown
Hello I guess the obvious answer is that the disk drive is full in one of the partitions. Type df -kF ufs and see which is at 100%. My guess would be the /var partition. If so, go to the /var/tmp directory and see what is growing absurdly. Thats a start. Warren Brown From: Mazrouie,

Re: File system error massege

2001-09-04 Thread David Johnson
If you suspect a disk is full, first you need to determine which mount point is full. From vt100 mode try the following df -k / df -k /usr df -k /var df -k /opt df -k /tmp If any of these are show 100% under the capacity, then that's the file system with the problem. Start looking for the

Re: File system error massege

2001-09-04 Thread Ken . E . Moore
We had a similar problem in the spring of the year. Upgraded to AIM* historian without setting the archive feature, the historian filled up the partion. So check out the size of your history files, check your historian's auto archive (if available) features. Ken Moore NSCC IMPORTANT NOTICE:

RE: File system error massege

2001-09-04 Thread Dykes, James
df -k | grep dsk -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9:45 AM To: Foxboro DCS Mail List Subject: Re: File system error massege If you suspect a disk is full, first you need to determine which mount point is full. From