- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vx_nospace file system full
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
10-24-2002 12:39 AM
10-24-2002 12:39 AM
First, a description of the configuration and situation:
HP-UX 11.00 on HP9000 L3000, 4GB Mem, internal SCSI disks.
We download zip files. A java routine unzips them, a unix routine sorts them and a java routine appends them.
For some reason we get the following message:
vmunix: vxfs: mesg 001: vx_nospace - /dev/vgapp01/lvol6 file system full (1 block extent).
The result of this is that the whole routine stops what he is doing and then goes on tho the next command, thus leaving the programmed task incomplete.
I don't know where to start analysing this occurance. Can someone give me a tip?
Regards,
Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:44 AM
10-24-2002 12:44 AM
Re: vx_nospace file system full
Your file system got full.
So you should clean that file system.
That's all.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:45 AM
10-24-2002 12:45 AM
Re: vx_nospace file system full
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc72ec4c76f92d611abdb0090277a778c,00.html
Ciao
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:45 AM
10-24-2002 12:45 AM
Re: vx_nospace file system full
This error comes when ur lvol become full, Means no free space. U can find out by using this command,
#bdf | grep /dev/vgapp01/lvol6
If it is used 100%, U have to free up some space before proceeding to do anything in this filesystem, Or U have to extend the lvol. This is up to U.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:45 AM
10-24-2002 12:45 AM
Re: vx_nospace file system full
-NvR-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:48 AM
10-24-2002 12:48 AM
Re: vx_nospace file system full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:51 AM
10-24-2002 12:51 AM
Re: vx_nospace file system full
I know that the file system got full! the real problem is that some kind of io exception takes place. the result is that the data gets jumbled where some of it appears in the wrong place. Should this happen merely because the file system is full?
Regards,
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:53 AM
10-24-2002 12:53 AM
SolutionThat filesystem is full. You can either increase the size of the filesystem, or you'll need to troubleshoot your script to see which stage is causing the problem (most likely the unzipping bit as you probably have the zip file, a temp file and a number of unzipped files.) If you're running all this from a shell script you could add a set -x at the top of the script (below the shell definition), or you could use redirect echo and date statements to a file to help debug it.
You could try changing your routines to use a different filesystem for the unzipping part.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 01:11 AM
10-24-2002 01:11 AM
Re: vx_nospace file system full
* Increase space on the volume
* Delete files on the volume
* Tar & Gzip anything that is not needed at present but you would like to keep
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 02:09 AM
10-24-2002 02:09 AM