- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vx_nospace messages on Openmail file system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:35 AM
05-21-2004 01:35 AM
vx_nospace messages on Openmail file system
Does anyone have any idea's what could be causing the space issues in /var/opt/openmail or what else we could look at to troubleshoot this issue.
Please advise, thanks!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:40 AM
05-21-2004 01:40 AM
Re: vx_nospace messages on Openmail file system
vx_space always relates to insufficient space on the filesystem.. could be one of your filesystem is full. either the /var/opt/openmail/omtpmp or /var/opt/openmail/data..
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:41 AM
05-21-2004 01:41 AM
Re: vx_nospace messages on Openmail file system
Check with bdf
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:43 AM
05-21-2004 01:43 AM
Re: vx_nospace messages on Openmail file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:45 AM
05-21-2004 01:45 AM
Re: vx_nospace messages on Openmail file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:45 AM
05-21-2004 01:45 AM
Re: vx_nospace messages on Openmail file system
with regards
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:46 AM
05-21-2004 01:46 AM
Re: vx_nospace messages on Openmail file system
On most system I've seen, /var/opt/openmail wouldn't be a separate file system and therefore it's /var filling up. I just want to make certain this isn't the case for you.
posting relevant bits of "bdf" output might be useful if you can.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:53 AM
05-21-2004 01:53 AM
Re: vx_nospace messages on Openmail file system
find /dir -xdev -mtime -1 -size +1000000c
which finds files only in that filesystem (-xdev) modified in -less that 24 hours ago and bigger than a Meg.
You can adjust the parameters for your purpose.
... or to find files modified since a less that a day.
touch (-t 05211200) /tmp/reftime
find /dir -xdev -newer /tmp/reftime
finds any files newer than the reference file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:58 AM
05-21-2004 01:58 AM
Re: vx_nospace messages on Openmail file system
/dev/vgom/lvol1 614400 63803 516220 11% /opt/openmail
/dev/vgom/lvol2 2048000 1629623 392366 81% /var/opt/openmail
/dev/vgom/lvol5 81408000 55109256 26113360 68% /var/opt/openmail/data
/dev/vgom/lvol4 409600 170085 224668 43% /var/opt/openmail/dir
/dev/vgom/lvol3 1187840 739640 421226 64% /var/opt/openmail/omtmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 08:10 PM
05-27-2004 08:10 PM
Re: vx_nospace messages on Openmail file system
Temporary files created by users when they are signed in (by the client) are in /var/opt/openmail/user*. You can use UAL_SINGLE_TEMP_DIR to get them all into one place.
Try running fsadm to defrag the file system to stop the vx_nospace errors.