Current xserve raid speed rate not fast enough

guys,
my xserve raid having problem when i edit HD project 1920*1080, its ok when i edit, but when i view all 30 mins movie, its hang when play till 5 mins of the movie, and keep on hanging after that, why is that? is it because the setting of my xserve raid got problem? read n write speed not fast enough?
help plzzzz

Both the write cache ticks should be on, The allow host cache flushing should be off. The use steady streaming mode tick should be off also. (So the pattern of th ticks is: on, off, on, off)
The stripes stting depends on the cache size of the disk. On disks with lower than 16 MB, the 8 stripes setting is right. On disks from 16MB cache you can use the 128 stripes setting (In general the 750 GB disks have 16 MB, the others have lower).

Similar Messages

  • I am using an I-mac series 4 with a 2GHZ processor, I tried to convert to Lion and the rresponse was the chip was not fast enough, can I upgrade the chip  or do I need to purchase a new computer?o

    I am using an I-mac series 4 with a 2GHZ processor, I tried to convert to Lion and the rresponse was the chip was not fast enough, can I upgrade the chip  or do I need to purchase a new computer?

    Unfortunately yes, but Snow Leopard is still a great OS in the meantime so don't rush in too quick if you really don't need to.
    Good Luck
    Pete

  • TS1702 All of a sudden I can only hear my podcasts in "fast" voices...not fast enough that I cannot understand what is said but still annoying!

    All of a sudden I can only hear my podcasts in "fast" voices...not fast enough to not understand but just fast enough not to be "real"

    Re: That garbage is unreadable.
    If you really want help, stop messing with the fonts and post so that others can read and offer suggestions.
    Or better yet... try a search, I'm certain you'll find a solution to whatever issue you're experiencing.
    I have found that many times it is the things that make you most angry that push you to action. This was the case here. Thank you for causing me to get so angry that I found the answer myself.

  • Our XServe-RAID volume does not mount anymore...

    Our XServe-RAID volume does not mount anymore.
    On /var/log/system.log I could find the following.
    Feb 22 09:52:29 ogre kernel: jnl: open: journal magic is bad (0xf433f != 0x4a4e4c78)
    Feb 22 09:52:29 ogre kernel: hfs: early jnl init: failed to open/create the journal (retval 0).
    It appears the the journaling is badly screwed.
    I tryed to disable the journaling with no success.
    Here is what I get.
    ogre:/var/log root# diskutil disablejournal disk2s3
    The selected journaling request does not appear to be valid
    After some googling I foud this :
    --- QUOTE ---
    The more serious problem occurs when the contents of the journal file are corrupted in such a way that the operating system does not proceed to mount the volume. Fortunately, this problem is extremely rare (I have seen three reports of corrupted journal files at the MacFixIt Forums and Apple Discussion Forums since journaling was introduced).
    Starting the journaling process is one of the first things that happens when a volume is recognized by the operating system. There appears to be no way to intervene in single-user mode before the journal file is examined. A message about �bad journal magic� appears. Unfortunately, every tool that can turn off journaling requires that the volume already be mounted.
    If the Macintosh can boot under Mac OS 9, dealing with a corrupted journal file involves restarting under Mac OS 9 and using a utility (such as our free TechTool Lite 3.0.4) to make visible these two invisible files at the root level of the volume:
    /.journal
    /.journalinfoblock
    Once these files are made visible, they can be deleted. Mac OS 9 does not support journaling, and recognizes nothing special about these files. Neither of these files can be seen in Terminal or in single-user mode in Mac OS X, because they are considered part of the disk directory.
    If the Macintosh cannot boot under Mac OS 9, but the drive has Mac OS 9 drivers installed, the drive can be put into a Macintosh that can boot under Mac OS 9, or an ATA/IDE drive can be put into a suitable FireWire enclosure.
    The possibility that you may need to remove these two journaling files under Mac OS 9 is a good reason for making sure that all volumes you use have Mac OS 9 drivers installed. The drivers must be installed when the drive is formatted.
    --- [END] QUOTE ---
    Well, my disk is part of a RAID 5 matrix.... so the solution proposed does not work.
    Does any one of you has any idea ?
    XServe   Mac OS X (10.3.9)  

    I've seen an article about volumes not mounting and was wondering if this relates to your problem;
    http://discussions.apple.com/thread.jspa?messageID=1239224&#1239224
    The thread doesn't refer to journalling but may be of use?
    HTH

  • XServe RAID volume does not mount

    Without any modification to the system, a panic log from our XServe indicates:
    "Thu Jan 18 17:28:58 2007
    panic(cpu 0): HFS: corrupt VH on PBSRaid1, sig 0x4100, ver 0, blksize 0"
    The volume PBSRaid1 does not mount anyway from that date.
    Diskutil reports:
    "Verifying volume “disk2s3”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Invalid extent entry
    The volume PBSRaid1 needs to be repaired.
    Volume check failed."
    DiskUtil is unable to repair the volume.
    My configuration is:
    XServe bi-G3 1GHz, MacOSX Server 10.3.9
    XServe RAID with 5 disks RAID5 on the left side (OK) and 4 disks RAID5 on the right side (the bad volume)
    All the controls are "green" and nothing wrong appeared in the events log obtained via RAID ADmin.
    Any suggestion to repair are welcome, as we have many data from confocal microscopy on that volume.
    Thanks
    Jean-Pierre
    XServe bi G3-1GHz (oct 2003)+ XServe RAID Mac OS X (10.3.9)

    Right, Dave.
    DW 4 rebuilt a preview folder which contains all the files in correctly named folders.Only 3 files among thousands has been saved in a Rescue folder !
    It also restored the right volume label, lost in DiskUtil, fsck, pdisk and others.
    Very nice tool.
    While DW was building its preview, the disk 9 lighted red and a lot of failures of the controler 2 appear in the events log of the XServe RAID.
    At this time, the RAID is rebuilding with our spare disk.
    I think we have to change both the disk 9 and the controler 2 despite it lights green currently.
    Jean-Pierre
    XServe RAID (2003- 5xIBM 180Go RAID 5) +(2005 -4xHitachi 250Go RAID5) Mac OS X (10.3.9)

  • Nifty scroll script still not fast enough

    I started writing this python script because I wanted to have a scrolling, fixed-width mpc status line in my dwm top bar:
    #!/usr/bin/python3
    from time import time
    from subprocess import getstatusoutput
    import sys
    _ERROR_MSG = "Usage: scrollout [-l (int)] (cmd)"
    def input_cmd(cmd,l):
    if cmd == "":
    s = sys.stdin.read()
    else:
    e,s = getstatusoutput(cmd)
    if e: sys.exit(1)
    s = s.replace("\n"," ")
    s += (" " * int(l/3))
    k = len(s)
    t = int(k*(time()/k-int(time()/k)))
    if k <= l: # static
    return s
    else: # scrolling
    while len(s[t:]) < l: s += s
    return s[t:t+l]
    def run():
    _arg = -1
    length = 20
    cmd = ""
    enter_cmd = False
    flags = ("-l")
    for arg in sys.argv[1:]:
    if enter_cmd or (arg not in flags and _arg not in flags):
    cmd += arg + " "
    enter_cmd = True
    elif _arg == "-l":
    try:
    length = int(arg)
    except:
    print(_ERROR_MSG)
    exit(1)
    _arg = arg
    output=input_cmd(cmd,length)
    print(output)
    run()
    Since it uses time since Epoch to determine how much to scroll the text at any given moment it doesn't have to have any internal loops or run any longer than it takes to compute the output. You can simply call it like so:
    scrollout -l 20 mpc current
    alternatively
    mpc current | scrollout -l 20
    For example, in my statusbar script I have the following line:
    mpc_status="|$(scrollout -l 20 mpc current) ($(mpc | grep -Eo '[0-9]*\:[0-9]*\/[0-9]*\:[0-9]*')) "
    I find it works nicely, but is a bit slow. Not surprisingly, since it has to re-import all of it's libraries every time it gets launched. To be a truly useful script I imagine it would have to be able to finish it's task in less than one second. Right now it's just above that, ofcourse somewhat depending on what command is being piped through it. The big timestealer, however, is the module imports (according to the python profiler). Having a pretty limited experience of programming, I would like to know if anyone knows of a good workaround for this. Perhaps some way to speed up the module imports or to mimic some of the functionality of these modules without having to import them?
    Cheers,
    Mach

    Thanks a lot guys! Glad to see such enthusiasm. :-)
    juster: But I don't know C! :-) Oh well, I'm working nights, so I have time to learn.
    Rewrote the script in python based on juster's algorithm:
    #!/usr/bin/python3
    from time import time
    import sys
    w = 20
    if len(sys.argv) > 1: w = sys.argv[1]
    s = sys.stdin.read().replace("\n","") + (" " * int(w/3))
    if len(s) > w:
    i = int(time() % w)
    while len(s[i:]) < w: s += s
    s = s[i:i+w]
    print(s)
    Then wrote a small bash script to run each of the different variants a hundred times and output their average execution time. Brace yourselves...
    The script originally posted:
    # mpc current | runtime10 scrollout.py | grep nanoseconds
    Average run time: 0 seconds (205726798 nanoseconds)
    Roughly the same script, frozen with cx_freeze:
    # mpc current | runtime10 scrollout | grep nanoseconds
    Average run time: 0 seconds (166651145 nanoseconds)
    The perl script submitted by juster:
    # mpc current | runtime10 ./perlscrollout | grep nanoseconds
    Average run time: 0 seconds (24679770 nanoseconds)
    The python script from this post:
    # mpc current | runtime10 ./pythonscrollout | grep nanoseconds
    Average run time: 0 seconds (190167249 nanoseconds)
    So, the perl script still clearly stands out. Also, the new python script doesn't stand a chance compared to the old frozen executable, even though the script itself is proven faster than the original one. A frozen version of the new script will only get me so far in optimization - obviously, this is not a job for python.
    Anyone care to prove me wrong?

  • In general, RAID 0 or not faster?

    In general, if it can be generalized, is two drives in RAID 0 faster than the same two drives not in a RAID?  Or does it depend on other factors such as system specs?

    Peru Bob wrote:
    I was just wondering if I had a hard drive failure, would using five separate discs be any slower.
    Yes it would definitely be slower so it depends on what media (and their codecs) you are using. If you have access to Harm's latest data on PPBM7 you can see what he recommends for different codecs.  

  • FCP WITH DUAL QUAD MAC - PROGRAM NOT FAST ENOUGH

    Hello, could anyone tell me the reason my new mac "Dual Quad (8 processors) 3.0 w/16gb or ram is not even blinking when I render projects in FCP/Motion? The processors are hardly working and I don't see much difference in overall speed from my previous mac or even my macbook pro. Is there reason the software isn't utilizing the full potential of this mac?

    Well, a ram disk treats ram as though it is swappable memory exactly like virtual memory space on the system hard drive. The only difference is the RAM is orders of magnitude faster.
    Back in the early PC days there was the 128k (or something like that) memory limit. To get around this all sorts of memory extender programs were written (QEMM was the best known). iirc they worked by simply swapping memory blocks from the base space to a higher (extended) space. To the hardware there was only the base amount. Ah, the bad memories flood back ...
    x

  • Firefox insists I install latest flash player -FlashP says my P3 735MHz 1M RAM not fast enough! So what to do? I won't be getting a new pC!

    Running Win XP SP2
    DISPLAY ADAPTER = NVIDIA GeFORCE2 MX/MX400
    PCI BUS 1

    Ignore Mozilla's '''''recommendation''''' about upgrading Flash. It's not mandatory for using Firefox.

  • Dropped frames only on xserve raid

    dropped frames only on xserve raid
    i'm not able to capture on xserve raid without dropped frames. tihis was a working sytem bud one morning it dosn't work. i capture on mac pro internal drives or external fw drives without problems.
    the xserve raid is new formated in raid level5 [mac os extended journaled and striped in raid 0 extended] and the risult of kona system test are 178mb/sec write and 167mb/sec read.
    must bee enought for 8bit uncompressed pal, no? also if i divide the stripe set the system dosn't work on both controler. i tried also to change the fibrechannel cables!
    i checked also the fibrechannel card with expansion slot utility and the message is that runns at maximum speed.
    there are no error message on raid admin, the xserve raid appears ok.
    i'm shure that the fcp settings are ok, i know the list that regard dropped frames from apple.
    i'm desperate, can you help?
    thanks jochen
    system:
    mac pro 2x3ghz-5gb ram(from apple and the hardware test on the system dvd is ok)
    osx 10.4.10
    fibre channel card: lsilogic firmware 1.2.18.0 in slot 4
    xserve raid 15x250gb firmware 1.5.1/ 151c
    aja io (driver 3.0)
    raid admin 1.5.1 (diver 1.0)
    fcp 5.1.4

    I'm guessing conditioning is the same as optimization, but I can't find anything about it in the help documentation. I ran another capture test today with no problems.
    An interesting side event is that when I started experiencing dropped frames I ran the Kona System Test utility to verify write and read speeds. It wouldn't run (no write or read) on my RAID. I tried it on my Firewire drives with no problems. I discovered that in the Kona System Test preferences there is a choice of I/O API for Macintosh or Unix. When switching to the Unix I/O API the test ran fine with expected read and write speeds reported. I've used the Kona utility in the past without having to change that setting. I sent an inquiry to AJA.

  • Finding replacement xServe RAID Drive Modules for sale

    I've just started a new IT job and inherited an xServe (snow leopard) and xServe RAID
    I'm not an expert on either. I've some experience with OS X Server, but I've never been a full on server admin.
    One drive is dead. I believe they're 500GB units in the first six bays.
    I also believe this is the most recent xServe RAID hardware. Purchased in 2008 or so.
    So, first, where on earth would I buy a replacement?
    And assuming that's possible, what are people's suggestions for buying drive modules for the other bays, and replacement parts for the xServe itself (power suppies, etc.).
    Thanks!

    first of all i don't have experience with proprietary Apple products, but typically i believe you can buy any hard drive so long as the interface is compatible (SATA or SAS for example) and the size is the same.  there should not be a need to buy 'special Apple xserve hard drives'.  if you buy a drive larger than 500 GB then the extra space beyond 500 GB will just be ignored depending on the type of RAID you have setup.  definitely do not buy a disk smaller than 500 GB.  pull out the disk that is bad and see what the make/model is.  my xserve uses Seagate drives so you could probably just search eBay or whatever for the model number of the drive and use that.  the hard drive should be able to be removed from the caddy so you don't really need a whole new "module".
    as for power supplies those are proprietary and will need to be purchased thru apple or somewhere else like eBay, just search for the part number...

  • Dropped frames on Xserve RAID upgraded w/750GB drives.

    I'm capturing in 10-bit uncompressed standard definition 720x480. I just upgraded one side of my Apple XRAID, (connected directly via fibre channel) with seven, 750GB hard drives from Apple, drives designed for the XRAID, (came with there own sleds.)
    Current Xserve RAID firmware version is at version 1.5.1/1.51c
    Before the upgraded drives, no issues with dropped frames, (drives 1-7) the other side of the same RAID has no problems, (currently running 250GB drives, drives 8-14.) All sleds are populated with drives of the same capacity, (respective to each side.)
    The drives were formated using the Xserve RAID Admin software and mounted using Apples Disk Utilities, Journaling turned off. The final formated capacity of the RAID on drives 1-7 is 4.1TB.
    When I capture to the drives on the upgrade side, I get dropped frames. When capturing to the other side, no issues, works great. I checked the settings for performance and they are the same for both sides, as follows:
    Use Controller Write Cashe - ON
    Allow Host Cashe Flushing - OFF
    Use Drive Write Cashe - ON
    Use Steady Streaming Mode - OFF
    Read Prefetch: 128 stripes (8 MB/disk)
    My capture box is an AJA I/o and has never given me dropped frames till now, but only on the side of the RAID that has the new 750GB drives. I also have another RAID that uses 500GB drives on both sides and it work just fine as well, (no dropped frames) using the same performance settings in XRAID utilities.
    Any suggestion on why these new Apple drives modules are dropping frame would be very much appreciate. Again 7 new 750GB drives from Apple w/sleds having dropped frame issues.

    I'm capturing in 10-bit to avoid loss of quality from analog sources like BetaCam SP as well as line 21 must be part of the captured file, because it contains line 21 for captioning. Eight bit has a banding issue that I can't have in the final product and 10-bit doesn't have this issue.
    Source quality is maintained completely when working in 10-bit uncompressed, as well as the captioning data that I need, which is stripped out of the captured video latter. Captioning software can read line 21 of the raster area, of the captured file.
    Source video is from BetaCam SP, DVC Pro and DVCam.
    The RAID is an Apple Xserve RAID, connected via Fibre channel directly, (no xsan.)
    I also create high quality QuickTime Streaming files from these source files, the higher the quality of the source video the the better the streaming files look when created.
    I have never had any problem capturing till I installed these new drives from Apple.
    The RAID is as stated above, is an Apple Xserve RAID, connect via a fibre channel card in a Mac Pro 3.0GHz tower, (no xsan is used, due to connecting directly to the XRAID.)

  • MBP 2.4 Not strong enough? Dropped frames? Tutorial Files

    I just got the book FCP Editing (PEACH PIT), editing monk, sea world and commercial.
    Keep getting errors that DISK not fast enough (running from external HD), or too many RT (turned it to SAFE=still got error), any idea? The whole project is in red, perhaps I don't have a setting set up correct? Surely this system is CPU FPU fast enough.
    Advice?
    Thanks

    Perhaps your settings aren't correct.
    What is the format of the media, and what is the flavor of your 'external HD' -- FW400? USB? FW800?
    What are your sequence settings?
    Welcome to the forum... we'll get this straightened out!!
    CaptM

  • Powerbook 1ghz - fast enough for divx?

    I have an opprotunity to get a great deal on a titanium 1ghz powerbook, which i would like to use as a portable personal media center... im curious if anybody has experience using one to watch divx .avi files using toast 7's divx codec? Im sure i could use VLC and it would work fine, but if possible i'd like to use quicktime to watch things.
    I know that there's a careful balance between the graphics processor and CPU to be successful with playback. I have a dual 500 with a radeon 9000 and it is not fast enough to watch divx files without serious skipping. However that same graphics card in a dual 1.25ghz G4 played them easily. The 1ghz has a 64mb radeon 9000 (presuming mobility version) but Im not sure if a 1ghz processor would be enough to play them successfully.
    I would appreciate anybody's opinions on this matter. Thanks for all your help.

    Hi Henry,
    Have you been to www.divx.com? Lots of info there and a different app that may work better for your purposes than Toast. Looks like the 1GHz would have plenty of power for it too:
    DivX for Mac
    Minimum System Requirements:
    500 MHz G4 or faster
    QuickTime 7
    Mac OS X 10.3.9
    Recommended System Requirements:
    600 MHz G4 or faster
    QuickTime 7 or later
    Mac OS X 10.4 or later
    DivX Video-on-Demand
    Minimum System Requirements:
    600 MB available hard drive space
    Broadband Network Connection (512 kbps or higher)
    Internet Explorer 5, FireFox 1
    Graphics card with 64MB of RAM or more and supporting 24-bit color or better for DivX High Definition profile video
    Recommended System Requirements
    800 MB available hard drive space
    Broadband Network Connection (512 kbps or higher)
    Internet Explorer 6, FireFox 1.5
    Graphics card with 64MB of RAM or more and supporting 24-bit color or better for DivX High Definition profile video

  • G4 Sawtooth fast enough for streaming audio?

    I have a G4 Sawtooth (500mhz, 1Gb ram) and like to use it to host and stream audio via a quicktime player. My upload is 386kb per sec. Is this unit fast enough?
    probably there are buffers in the quicktime player or other if it's slow?

    I can't find any numbers, but I can't imagine that's not fast enough. I didn't stream, but via Airport played several songs stored on another Mac using QT Player.

Maybe you are looking for

  • Windows 2012 R2 hyper-v network unable to connect to outside resources

    Today, I went and upgraded a Windows 2008 R2 machine to 2012 R2.  I did a clean install and have never seen this problem before in this fashion.  It is a HP 370G6 with an HP NC375I quad card.  Only 1 adapter is in use, so it is not teamed.  After ins

  • Search feature with dreamweaver template

    I'm building a site with products ids, I need to include a search feature that can find a specific product within the site. I found a template in Dreamweaver that includes the search form. How can I learn how to make it work? Is there any script out

  • Running Multiple Server Instance in Weblogic Server

    Hi I am using Weblogic 5.1.0 with SP6. I am trying to run multiple server instances of Weblogic Server. The one that comes by default is "myServer". My question is if i were to create multiple server instances, do i need to copy the weblogic.properti

  • Question about syncing between two computers

    I feel a bit silly, because I feel as though I should know this, but I'm not sure because it has never applied to me until now. My main computer is a Vista machine, and everything is sync'd with that. However, I bought a MacBook last night (WOO-HOO!)

  • 4g is not working with ios8?

    I just upgraded my iPhone 5S to iOS8, and the 4G is not working. I need to be connected to wifi if I want to use my apps or even to browse in Safari. Any help to fix this problem. Thank you