Running AIX 5.1 on fairly powerful machine.
I have a script to copy large files from one area to another. This goes through steadily and without concern.
However, when I copy them back the entire server comes to a grinding halt.
I am not terribly technical (with UNIX) so any questions, please advise how to get the result!
The following is a disk allocation, I am copying from oracledata, oracleindex, oracle, redologs1, redologs2 and archive logs to ifsdoc.
Then back again.
Many thanks
Applications Support
UK
I have a script to copy large files from one area to another. This goes through steadily and without concern.
However, when I copy them back the entire server comes to a grinding halt.
I am not terribly technical (with UNIX) so any questions, please advise how to get the result!
The following is a disk allocation, I am copying from oracledata, oracleindex, oracle, redologs1, redologs2 and archive logs to ifsdoc.
Then back again.
Code:
Filesystem 512-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 65536 30080 55% 2555 16% /
/dev/hd2 8060928 440552 95% 69468 7% /usr
/dev/hd9var 65536 17528 74% 1001 13% /var
/dev/hd3 851968 789416 8% 330 1% /tmp
/dev/hd1 65536 48944 26% 273 4% /home
/proc - - - - - /proc
/dev/hd10opt 65536 3904 95% 1214 15% /opt
/dev/redo1_lv 32768000 15755592 52% 59 1% /redolog1
/dev/redo2_lv 32768000 19032760 42% 58 1% /redolog2
/dev/archive_lv 65536000 63478832 4% 26 1% /archivelogs
/dev/oradata_lv 170393600 45191152 74% 116 1% /oracledata
/dev/oraindex_lv 170393600 115034720 33% 75 1% /oracleindex
/dev/ifsdoc_lv 403701760 264880536 35% 4210 1% /ifsdoc
/dev/oraclefs_lv 32768000 18731144 43% 78378 2% /oracle
Many thanks
Applications Support
UK