System hangs on data compression


 
Thread Tools Search this Thread
Operating Systems SCO System hangs on data compression
# 1  
Old 07-21-2005
System hangs on data compression

Hi,

We are having an automated system installed on SCO unixware, which runs a End Of Day routine during midnight. Since few days system is hanging at data backup, I have checked the log, system hangs exactly on data compression, any idea or help that why system is hanging only on compression....

Best Regards,
Tayyab
# 2  
Old 07-22-2005
Check disk free space would be a guess (try adding it to your script to see how much you have right before the backup).
# 3  
Old 07-23-2005
Dear Moderator,

Thank you for your reply.
Yes, exactly its due to disk space, because last day I deleted few extra files both from source and destination directory, backup ran perfectly. I can't modify backup script because its provided by our software provider. I think if I would delete most of files from destination directory it should solve the matter, destination files would be re-created during next backup. For your ref. following is the backup script provided to us:

start End-of-day
compress $BASE TO /home/compdir
write /home/compdir to DATTAPE
end

I just want your comments if I would delete files from /home/compdir is there any problem.? or any other way to handle disk space?

Regards,
Tayyab
# 4  
Old 07-25-2005
Seems like deleting things out of that directory means you aren't going to get good backups (it matters WHEN you are doing the delete).

Suggest you find more space (add a bigger disk, change your partitioning ) to make /home/compdir larger - the script is attempting to compress the data before sending to /home/compdir (assumption) so /home/compdir could be smaller than $BASE. If you set up /home/compdir to be the same size as $BASE, then you should not have an issue.

More importantly, supply your 3rd party vendor with the errors and have them fix this. Give them the size of $BASE and /home/compdir. They can tell you more quickly than anyone else what needs to be there and when you can safely delete files (deleting files should be part of the script unless it's saved for quicker restores).
# 5  
Old 07-31-2005
Dear RTM,

I have checked with my 3rd party vendor, they have told me to make /home/compdir larger, would you please help me in this, because i don't have any idea, following is the partition table....

$ df -kl
filesystem kbytes used avail capacity mounted on
/dev/root 6474195 1351927 5122268 21% /
/dev/stand 24097 5721 18376 24% /stand
/proc 0 0 0 0% /proc
/dev/fd 0 0 0 0% /dev/fd
/dev/dsk/c0b0t0d0s4 10241437 5146527 5094910 51% /home
/dev/dsk/c0b0t1d0sc 17422492 11702259 5720233 68% /home2
/processorfs 0 0 0 0% /system/processor
/dev/_tcp 0 0 0 0% /dev/_tcp

Please guide me steps how can i increase /home partition size. Your help would be highly appreciated.

Regards,
Tayyab
# 6  
Old 07-31-2005
See increase filesystem for a very short description. Suggest you start looking at the documentation for SCO to find more detailed info.

You would want to post the OS AND version so others who may be more familiar with it can assist also.

Also put what $BASE is equal to since it's impossible to tell how big it is compared to /home.

Some things you can do (since you know the system better than any of us) is look at moving other directories in /home to other file partitions (create sym link from old to new). If this was a new system build, you can consider rebuilding now that you have a better idea of the sizes some of the filesystems really need to be.
# 7  
Old 07-31-2005
Dear RTM,

I am using SCO Unixware 7 CDE.

$BASE=/home2.

I am only depending on your help, because i don't have time to read SCO documentation and now backup is pending since 4 days now. I'll read documentation later, if any body else can help me, plz. do it.

Any help would be highly appreciated.

Regards,
Tayyab
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

system freezes / hangs

Hi, We're using - openldap-2.3.43-12.el5_6.5 nss_ldap-253-25.el5 on RHEL-5.5 Intermittently the entire system hangs, no message is present in any of the log files, login to the system fails, ssh fails, ping fails, the only way to recover is to hard-boot the system. We consulted... (3 Replies)
Discussion started by: TheRock
3 Replies

2. Solaris

Solaris 10 system hangs

Solaris 10 (Sun V210) System hangs every couple of months. Have to go into ALOM to reset. I did a consolehistory report and seen this in it. Failed to exec inetd_start method of instance svc:/network/bootps/udp:default: I/O error WARNING: /pci@1c,600000/scsi@2 (glm0): Resetting... (3 Replies)
Discussion started by: Joeentech
3 Replies

3. Red Hat

Linux system hangs giving ntp errors

Hi folks, I am facing issue of my system (host1) getting hanged after throwing following ntpd messages. I am not able to ssh to the server there after. only option is to restart the host: Dec 29 02:58:51 host1 ntpd: time reset -0.207907 s Dec 29 02:58:51 host1 ntpd: synchronisation lost Dec 29... (0 Replies)
Discussion started by: SiddhV
0 Replies

4. Solaris

System hangs (freezes) on system bell/beep

I am running OpenIndiana development version oi_148 32-bit on a seven-year-old Dell Inspiron 8600. Seems to be running fine except for one particular annoyance: It freezes whenever a system bell/beep plays. I have mitigated this by turning the system bell off in gnome-terminal, which I use... (3 Replies)
Discussion started by: DeadBadger
3 Replies

5. UNIX for Dummies Questions & Answers

How to check hardware data compression

Hi, I'm looking to check the compression ratio applied by hardware to work out how much free space we have on tapes. mt -f /dev/rmt0 status shows: If I add up the output of the du command and what we backup from the script, it gives me the total space we tape up. So the plan was to find the... (4 Replies)
Discussion started by: rab
4 Replies

6. Solaris

System hangs

Hi, today when i started the OS Sun Solaris 10 it hangs on initialization. Following was shown in the end of the screen Initializing system Please wait.... * Please help? (3 Replies)
Discussion started by: malikshahid85
3 Replies

7. Solaris

solaris 8 hangs and data access error on reboot

Hi using solaris 5.8 on UltraSPARC-IIi 360MHz. I know it is an old hardware but similiar hardware is running fine. here is the issue, System booted : works okay for some time then display was hung so system was rebooted ..it gave data access error. again rebooted and it came up... (6 Replies)
Discussion started by: upengan78
6 Replies

8. UNIX for Advanced & Expert Users

system hangs in case of driver

hi, i am working on device drivers in linux kernel-2.6.11. Distribution is Mandrake-10.2. Basically i have to port the driver from kernel-2.4 to kernel-2.6.11. My system hangs,when ever an application calls select. Basically the kernel code for select, contains only 2 apis void poll_wait... (0 Replies)
Discussion started by: sriram.ec
0 Replies

9. Filesystems, Disks and Memory

Pulling a drive on RAID1 hangs system

I'm setting up a server with software RAID1, and everything is working perfectly, except that when I pull either of the drives, the system completely hangs and has to be rebooted. The computer is a Tyan Transport GX28, which is alleged to have hot-swappable SATA. I can fail a drive and the system... (1 Reply)
Discussion started by: vertigo23
1 Replies
Login or Register to Ask a Question