- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RAW DISK SIZE 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
07-28-2004 11:44 PM
07-28-2004 11:44 PM
RAW DISK SIZE FULL
I am having HP-UX 11.23 running informix.
In the ONCONFIG.GENEVA file of Informix
I defined the
LTAPE as /dev/vg00/lvol5
for the backup of logical logs.
and /dev/vg00/lvol5 is reffering to /home.
Now when i try to create file on that /home
it says File System full, though df -k, or
bdf syas that it is still 50% free.
Tell me how to check raw disk size and
available raw disk size.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:52 PM
07-28-2004 11:52 PM
Re: RAW DISK SIZE FULL
Your problem is that the logical log that is being written to /dev/vg00/lvol5 is still open and, until it is closed, bdf will not report on the space it occupies. You need to find another (more logical?) place for your logical log backups - like a tape device, maybe?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 11:56 PM
07-28-2004 11:56 PM
Re: RAW DISK SIZE FULL
I know but if you could suggest me how to
reclaim that space and how can i redirect
the logs to /dev/null
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:06 AM
07-29-2004 12:06 AM
Re: RAW DISK SIZE FULL
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 12:14 AM
07-29-2004 12:14 AM
Re: RAW DISK SIZE FULL
How to find those logfiles, and when I
change the LTAPE to /dev/null
it says
Performing automatic backup of logical logs.
Logbackup failed - Log backup to device '/dev/null' not allowed
What should I do ??
Thanks,
Amit