RAID 5 raidctl -- operation not support with volume of this level

How can I make a RAID-5 with 6 disks?
raidctl -c -r 5 c1t2d0 c1t3d0 c1t4d0 c1t5d0 c1t6d0
Creating RAID volume will destroy all data on spare space of member disks, proceed (yes/no)? yes
Operation not support with volume of this level.
I'm not sure what the message "Operation not support with volume of this level" means or how to fix it.

Hi,
I presume you are trying to create a RAID volume on the internal disks of a Sun Server?
If so the LSI RAID controller chip may not support RAID5 in this server.
What is the model of the Sun Server Hardware you are trying this on?
You may also wish to post the output of "raidctl -S" to show us the particular LSI
RAID chip in use.
ta

Similar Messages

  • Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why do i need to do some settings for it ?

    Hi  can any body please tell me how to open the .exe files in mac and why it is not supported with unarchiever app , also i am not able to run and dvd's in my mac its not accepting any cd's or dvd'd why? do i need to do some pre defined  settings to run the cd's and dvd's ?

    A .exe file is a Windows executable. OS X does not run Windows programs. If you need to use .exe files then you will need to install Windows on your Mac:
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Getting "ORA-12534: TNS:operation not supported" connecting as sysdba

    Hi,
    We are getting "ORA-12534: TNS:operation not supported" error, while connecting as sysdba.
    bash-2.03$ sqlplus '/as sysdba'
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Feb 23 10:16:16 2012
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    ERROR:
    ORA-12534: TNS:operation not supported
    Enter user-name:
    I can able to connect to database using tns entry without any issue.
    SQLNET.ORA Contents:
    ====================
    bash-2.03$ cat /var/opt/oracle/sqlnet.ora
    ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/dboracle/orabase/product/10.2.0/dbs/wallet/)))
    SQLNET.WALLET_OVERRIDE = TRUE
    SSL_CLIENT_AUTHENTICATION = FALSE
    SSL_VERSION = 0
    I am not aware of wallet. Please help me out to resolve this issue.
    Thank you.
    Regards,
    Dasarath

    >
    SQLNET.ORA Contents:
    ====================
    bash-2.03$ cat /var/opt/oracle/sqlnet.ora
    ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/dboracle/orabase/product/10.2.0/dbs/wallet/)))
    SQLNET.WALLET_OVERRIDE = TRUE
    SSL_CLIENT_AUTHENTICATION = FALSE
    SSL_VERSION = 0
    >
    You may want to replace ENCRYPTION_WALLET_LOCATION keyword with just WALLET_LOCATION in your sqlnet.ora file.
    EWL is used only for TDE but if you want to use external password store, you will have to use WALLET_LOCATION rather than ENCRYPTION_WALLET_LOCATION. However if you are going to use both TDE and external password respository, then make sure your sqlnet.ora file has both entries ENCRYPTION_WALLET_LOCATION as well as WALLET_LOCATION
    Regards
    Venkat

  • ORA-02064: distributed operation not supported

    Im getting this WARNING when im executing my mapping.
    My mapping involves selecting a data from a splitter and updating and inserting two tables respectively. ONe set of data from the splitter will be inserted into 1 table and the other set of output from the splitter is updated into the 2nd table.
    This is working fine. But i dont know why im getting this warning.
    Is it a very serious thing or can i ignore this?

    Hi Vibhuti,
    Looking up the desciption for this warning gives me this:
    ORA-02064: distributed operation not supported
    Cause: One of the following unsupported operations was attempted:
    1. array execute of a remote update with a subquery that references a dblink, or
    2. an update of a long column with bind variable and an update of a second column with a subquery that both references a dblink and a bind variable, or
    3. a commit is issued in a coordinated session from an RPC procedure call with OUT parameters or function call.
    Action: simplify remote update statement
    I have not encountered this error myself, but my guess would be you are running into scenario 1 with your target tables or source tables in a remote database.
    See if running the mapping in row-based mode gets rid of the warning.
    Btw, are you sure it's merely a warning and not an error ? I.e. are you targets really updated the way you expect ?
    Ragnar

  • Can't listen for connections - Operation not supported

    Hi,
    We have install OSB Client on HP-UX 11i V2 HP rx5670 Server as per Oracle Secure backup Installation Guide.
    But we are getting following error message. Please help us to solve the issue:
    2010/12/29.10:23:02 can't listen for connections - Operation not supported
    # /sbin/init.d/OracleBackup start
    Starting Oracle Secure Backup services daemon.
    2010/12/29.10:23:27 can't listen for connections - Operation not supported
    Thanks
    Khairul/Bangladesh

    Have a look at the observiced.log file to see if that has any more detail, this is in /usr/tmp.
    I would check to see if there is something else on the system that is using TCP port 400 or 10000. On Solaris I've seen the webmin installation using port 10000. Both those ports need to be free for OSB to be able to start.
    With OSB stopped, you can "telnet <hostname> 400" and "telnet <hostname> 10000" to see if it connects. If it does then something is listening on that port.
    You should be able to do "netstat -na" as well, to show you listening ports.
    Rich

  • "Operation not supported by backend" while getting photos from camera

    The situation is as follows:
    I'm trying to copy photos from camera using a file manager (thunar in this case). The attempt fails with a message "Operation not supported by backend".
    Configuration:
    uname: Linux xxx 3.9.6-1-ARCH #1 SMP PREEMPT Fri Jun 14 08:12:55 CEST 2013 x86_64 GNU/Linux
    libgphoto2 2.5.2-1
    gphoto2 2.5.2-1
    gvfs 1.16.3-1
    gvfs-gphoto2 1.16.3-1
    thunar 1.6.3-1
    mount info for this case:
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    What is known:
    Everything was fine on 2013/06/13 - I was performing successfull copying operation on the day.
    The exactly same message started to appear on a different machine running Arch, with both unupdated Nautilus from 2.x line and latest pcmanfm. No other machines were tested.
    Only copying and moving files/directories via file manager doesn't work. I can browse the camera and delete files and directories with no problems.
    I can copy the files using cp (via gvfs mount).
    I can grab the files using gphoto2 from command line.
    Applications are able to open the files with no problems (via gvfs mount).
    Downgrading gvfs, gvfs-gphoto2, gphoto2 and libgphoto2 to versions from before 2013/06/13 doesn't fix the issue.
    Logs are clear.
    First I suspected that something is wrong with gvfs or libgphoto2, but I'm able to use them with no problems, as long as I don't try to copy a file via file manager. This could mean something is wrong with the file manager, but the issue suddenly affected three different file managers on two independent machines. And the logs remain silent. I have no idea how to deal with the issue.

    mpan wrote:Usable workaround, not requiring additional tools, was posted in the first post: use cp on mounted partition or gphoto2. The problem is not how to retrieve the files, as this is obvious, but how to copy them using file manager or how to trace source of the problem.
    Stupid me. Yes, you mentioned that. Sorry.

  • Cant Log In - getty: dev/console: Operation not supported by device

    Hello. My computer performance has dropped so I decided to run cron tasks and to rebuild the Launch Database. After doing this, I restarted my computer and all seemed well. I got to the login screen, clicked on my name, entered by credentials, and clicked login. I have my computer forced to use verbose mode for startup, shutdown, login, etc. So, at this point, the computer goes to the black verbose screen and I get a message that says:
    getty: dev/console: Operation not supported by device
    It hangs on that screen for about a minute and then returns back to the login screen. Same thing happens for all users, mine, the guest account, and the root account.
    I tried safe boot. Of course that was all happening in verbose mode, and stuff was flying on the screen. I left the room for a minute, and when I came back, the computer was off, so I started again and still couldn't log in.
    I reset PRAM and NVRAM to no avail.
    Any suggestions would be greatly appreciated. I would rather not have to archive and install because the space on my laptop is very limited and I might not have room for a complete archive and install.
    Thanks.

    in my case I looked back at the system.log when things were good and out of the blue (no punintended), crashdump 'crashed' with a segmentation fault (signal 11). Then getty starting restarting and now this happens on every boot. I replaced crashdump from the install disk and the same thing happens. Bad data should not cause a Unix process to take a segmentation fault (if written correctly) since this is a bad instruction/memory reference. So I am skeptical if a reinstall will help.

  • Cannot get brand new hard drive to work. Disk utility states operation not supported when I try to erase or partition?

    Without any success, I cannot get my hard drive to work in disk utilities. I am able to see the disk in the upper left hand column, but when trying to initiliaze the software always reads operation not supported. Any ideas?

    You probably have too new a hard disk.  Contact the hard disk manufacturer and ask what jumper setting is needed to drop to 1.5 Gbps SATA speed.
    Either that, or return the disk, and go to http://www.macsales.com/
    They can be sure to equip you with a proper hard disk.
    Note formatting is key as well:
    http://discussions.apple.com/docs/DOC-3003

  • Error message charging is not supported with this accessory

    I have an iPhone 3GS from Jul 2009. Fully updated. I normally charge it using a USB port on my MacBook Pro so it also syncs at the same time. This week began getting an alert on my phone which said "charging is not supported with this accessory". I resolved initially by unplugging/replugging the cord. In all cases the phone had been charging for some time before the alert appeared. In most cases the phone was sitting on the same surface as the macbook and had not been moved since beginning charge.
    The only support document I can find refers to firewire and does not apply to my device.
    Since starting this week it is happening more frequently and may require being re-connected several times.
    It is still intermittent issue but I depend on my phone.
    Thank you for your assistance

    I just found some on eBay for about 1.99 each with free shipping and ordered about 6 of them from the seller, I think they came from China so it takes a couple weeks. So far I never got a bad cable, but if you do use eBay please check their feedback to make sure they have a history of delivering quality cables and working cables. Always pay using PayPal if possible so you don't lose your money. There are online sites like Meritline and such that have cheaper cables for direct sales with PayPal checkout and free shipping.
    I use the 6' cable in the car, so I don't have figure where to put the iPhone or iPod when plugged into the stereo and it is helpful to have them when trying to charge when the plug is being a dresser or something when I travel.
    I also like the retractable cables ($0.99)
    I also have the Scosche FlipSYNC Keychain cable too, a bit expensive, but you always have a cable with you just in case.
    Message was edited by: cls24

  • Raid Utility Error Message "raid utility is not supported on this computer"

    I am not doing anything that I know of, but Raid Utility keeps opening up on its own, and a message pops up multiple times a day telling me "raid utility is not supported on this computer"
    Anyone have any idea how to fix this?

    Network startup is if you want to start your macbook using a network drive.
    Keep your startup settings at your current drive.
    Raid utility doesn't apply to you since you only have one hard drive installed, unless you installed another hard drive in your optical bay.
    Fibre Channel is another type of hard drive connection via network connection.
    You can't access things you don't have installed in your macbook.  Those are there in case you decide to have a network drive start up options, a raid configuration of a fibre channel network drive.

  • My ipod touch 3rd gen doesnt work on usb charger but on dock it says "Charging is not supported with this device" How do I fix it?

    I'm taking it in to get it looked at but will they cover this? And is there a way to fix it before I take it in. I'm still under the 1 year warranty plan. My friend said that they might exchange it. It's a 64GB and I use it for a lot of things like my picture, music, contacts, and email. It's got scratches on the back but other wise its ok the screen isn't cracked or scratched.
    I have a usb charger for it but when I plug it into the PC or my wall charger it won't charge. It just says  "Charging is not supported with this device". It even says that sometimes when it's not charging. But it works on a dock station like my clock or radio.
    Also my home buttom won't work unless I press down real hard. This scares me because I'm afraid I wil persss it too hard and break it even more.
    Please help.

    - See:      
    iPod touch: Hardware troubleshooting
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          

  • HT201493 Why when I try to sign in to Find my Friends does it tell me I cannot as my iPhone is not supported with free iCloud service? I do not use find my friends on another device.

    Why when I try to sign in to Find my Friends does it tell me I cannot as my iPhone is not supported with free iCloud service? I do not use find my friends on another device.

    So, have you created an iCloud account and is your device connected to iCloud?

  • What does this message mean Charging is not supported with this device?

    What does this message mean Charging is not supported with this device?

    You've gotten 2 good answers already, but there's a key assumption in both that you got the message when connecting the iPhone to some other device. If this is the case you can get an adapter in the Apple online store that will allow charging from older devices.
    If, however, this message appears when you are not connected to anything the problem is dirt or moisture in the dock connector at the bottom of the phone. Clean it with a dry toothbrush or air blast.

  • Why does my iPod(3rd gen) say charging is not supported with this accessory even though its not plugged in?

    I was eating breakfast one morning playing a game on my iPod and it slipped out of my hand and into my cereal bowl. So immediately I took off the case and put in a bag of rice for a day and a half to let it dry out. Then when it started working again (thankfully) a notification popped up saying charging is not supported with this accessory after I unplugged it from the wall. So I thought nothing of it and pressed dismiss. Now when ever I wake it up, instead of my wallpaper popping up in the lock screen that stupid notification does. How can I get rid of it? Also my home button doesn't work anymore so I have to use asisstive touch instead. How do I take a screen shot without the assisting touch menu in the way? Thank you.

    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
      Apple - iPod Repair price

  • HELP!!! "Charging is not supported with this accessory" suddenly happening CONSTANTLY with iphone 4

    Suddenly without warning my IPhone 4 has been giving me a "charging is not supported with this accessory error" every time I plug it into ANY charging device.  That means my car charger, USB to the PC... USB to a macbook pro... Directly to the wall with the included charger, etc.  It doesn't matter.  I guess I'm past the 1 year warranty so Apple is not any help.  Essentially I'm supposed to accept that my $200 (with a contract) phone has a 1 year life span and that I should be completely fine with it becoming useless out of nowhere.  Here's some facts.
    #1 - It has nothing to do with 3rd party accessories.  One day it was working... one day it wasn't. 
    #2 - I cleaned lint out of the charging port on the phone.  That was the first thing I tried. I used compressed air to blow it out, I used a soft bristle tooth brush...  It's lint free.  It has nothing to do with lint.  I understand this is the most likely cause of the problem.
    #3 - When I plug it into a PC or macbook via USB, I'm able to access the IPhone 4 like I ALWAYS have.  In other words, I can see pictures, I can back up the phone, I can restore the phone, I can transfer music, sync, etc.  So this would presumably rule out the idea that it's the dock connector, right?  Why would USB work, but the charging function will NOT work?
    #4 - On that note, I was able to update the software to the latest version 5.1.1.  That was one of the first things I tried.  No dice.  I still get the "charging not supported with this accessory" error literally every time I plug it in with a yellow triangle icon... Seen here for example: http://tapatalk.com/mu/4c5f44af-af20-d86c.jpg .
    #5 - So since it's not charging, the phone inevitably dies.  Here's the weird part... if I leave it plugged into the wall/pc/mac/car when it's dead... eventually it will charge enough to turn back on.  But once it's back on... that **** error will pop back up, it will stop charging... and inevitably die again.  So then... that would suggest that it actually IS capable of taking a charge... it's just that something in the software is preventing it from charging when the software is active, no?  Am I off base here?
    #6 - So I decided I'd take it to the genius bar to have them look at it.  Right before I did that, I got the brilliant idea to try using an alcohol swab on the dock connector just to make sure it was super duper extra clean.  Oddly enough, it suddenly started working without the error.  It was working on every charger I tried.  Wow.  I thought I had fixed it.  A day later it started happening again, though.  Bizarre.  I've tried the alcohol swab thing again and it didn't make a difference... maybe it was just a fluke.... the one day I take it to the Apple genius bar and it works.  Go figure, right? 
    #7 - The only helpful thing the tech at the Apple Genius Bar was able to tell me was that the phone did NOT have any kind of water damage.  That rules that out.  No water damage in the charging dock OR the headphone jack.  So there's that.
    #8 - Since it's no longer under warranty... I took it upon myself to buy a replacement battery via Amazon.com and installed it myself.  Didn't make a difference... still the same error.  
    What, if anything, can I try?  Could it really be the dock connector?  Should I try replacing the dock connector?  Is there any software-related thing I can try?  Has this happened to anyone else?   Apple has essentially told me it's my problem.  From my perspective... any product that randomly stops working a little over a year is a faulty product.  I'm not pleased at all.

    Tried at least 6 different cables.  It isn't the cable.  All of them worked one day... then stopped working the next day.  My girlfriend has an identical Iphone 4 and all of the cables still work for her. 
    Interesting point on the data and power using different pins.  So your suggestion would be to replace the dock connector?  Found this on Amazon: http://www.amazon.com/Apple-iPhone-dock-connector-cable/dp/B003UGVOO2/ref=sr_1_1 ?ie=UTF8&qid=1338277549&sr=8-1 ... and found a tutorial online:  http://www.ifixit.com/Guide/Installing-iPhone-4-Dock-Connector/3147/1#.T8SG_sXWu -o  ... Sounds like that might be my best bet here.
    It's just odd to me that the phone gives me that error and refuses to charge... then inevitably dies.  But once the phone is dead, it starts charging enough to actually turn back on.  Isn't that slightly odd? 

Maybe you are looking for

  • Insertion of UI element in a Frame

    Hi everybody, I want to know , how the UI elements are inserted into the frame,frame which can be posted to other page also. Thanks .

  • I tunes 5 error on startup -- Please help!!!!!!!

    I have tried nearly everything on here and have even contacted the useless Apple. I too have downloaded I tune 5 and since then I cannot open it. I get the message it has encounted a problem etc.. I have removed all and reinstalled every version and

  • Accessing a non TTF/OTF font embedded in Flash CS5 SWF via Flex

    Hello, I'm trying to embed an older Mac font in a Flash Builder application. I need it to be loaded dymanically for size reasons. I am able to do this with TTF and OTF fonts, but I'm having trouble with other formats. I embedded the font in a CS5 FLA

  • Problem in Payments

    Hi, I am running a Zprogram which gives Cleared Items Invoices for Vendor. Here we are using PAYR to retrieve Paymeents data based on LAUFD (Run Date). For particular vendor in PAYR we go to BSAK table for Invoices details. And when you rum FBL1N T.c

  • How do I get iWeb Keywords recognised on Google searches?

    I have completed my website on iWeb 08 - NOT hosted via MobileMe. If I search for various related products via Google, on a Windows machine, my site doesn't appear unless I enter my business name. I am informed that I need to get my Keywords recognis