- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreEver Tape Storage
- >
- C1537A poor performance on SCO
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-28-2002 10:17 PM
10-28-2002 10:17 PM
C1537A poor performance on SCO
Can anyone experienced this problem before and probably have a suggestion help me on this... I'm pretty desprate here after trying and searching for almost 2 weeks now to solve this problem...
Thanks
zhuzzir@hotmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2002 10:44 PM
10-28-2002 10:44 PM
Re: C1537A poor performance on SCO
Just a question :
anything else daisychained on the same controler ?
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 02:27 AM
10-29-2002 02:27 AM
Re: C1537A poor performance on SCO
At first yes, I mean that my Adaptec AIC7899 controller has a dual channel. Suspecting that's the case, I moved the tape drive to 2nd channel. Unfortunatelly, I'm still having the same problem... :(
Writting 400MB to the tape took 15-20 min however to extract back to hdisk or list the files located in near the end of 400M took nearly 3 hrs...
I've run SCO sar (System Activity Report) to analysed the possible bottle-neck on the OS configurations (buffers, cache and etc..) but it was reported OK... everythings was in order. However I do not that when tar is being executed, the drive was reported busy > 98% all the time and there's quited a number of pending requests...
Thanks for the interest...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2002 10:38 PM
10-29-2002 10:38 PM
Re: C1537A poor performance on SCO
Next check.
Is the hardware compression set to ON ?
Because if you try to compress a tar file,
it may just slow down the transfer to tape.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 12:21 AM
10-30-2002 12:21 AM
Re: C1537A poor performance on SCO
I would recommend that you us the b parameter to set a blocking factor. The syntax is:
tar cvbf 30 /dev/rStp0
try using cpio and see of you still have the same problem. To back up all the files from the current directory path use:
find ./ -depth -print|cpio -ovdB >/dev/rStp0
The B option sets a blocksize of 5K which is not ideal but better than default. You will nomally see the files listed on the screen.
Rothery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 07:18 PM
10-30-2002 07:18 PM
Re: C1537A poor performance on SCO
No the compression is switched of (set using tape -a 0 setcomp). Also noted that writting is OK, only when I tried to extract it back...
New update to the situation:
Found out that the jumper to set the SCSI ID was somehow has a loose metal piece. Replaced the jumper and now extraction and writting is significantly faster :). Misteriously, even with the fauly jumper, the SCSI ID was reported correctly. However, when I tried to write to a new tape, I've an error something like... "Head positioning error..." after a while of running the backup.
Thanks Rothery, I'll try your suggestion of using cpio...
Thanks a lot guys...