1833758 Members
2691 Online
110063 Solutions
New Discussion

Re: RAW DISK SIZE FULL

 
Amit Dixit_2
Regular Advisor

RAW DISK SIZE FULL

Hi,
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



4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: RAW DISK SIZE FULL

Amit,

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
Amit Dixit_2
Regular Advisor

Re: RAW DISK SIZE FULL

HI Pete,
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
Pete Randall
Outstanding Contributor

Re: RAW DISK SIZE FULL

You're going to have to close out the logical log that's being dumped there - possibly by shutting down Informix if you have to. Then find and delete the logical log under /dev/vg00/lvol5. Before you bring Informix backup change LTAPEDEV to /dev/null in your onconfig file.


Pete

Pete
Amit Dixit_2
Regular Advisor

Re: RAW DISK SIZE FULL

HI,
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