How do i break the mirror ?

My root and var are mirrored , My server panic'd and i ran fsck on my filesystems but still cannot bring up this server how do i break the mirror ?

What are you using?
If it's DiskSuite then use metadetach, you will have to force this though. Also check your metadb's as you need 50% or more to be in a good state (this may be your problem).
#metadetach -f d* d# (* is the mirror name and # is the submirror slice)
#metadb
#metadb -d /dev/dsk/c*t*d*s* (to clear the metadb's on this disk)
To reinstate the metadb's you need to run:
#metadb -a -c <how many you want> /dev/dsk/c*t*d*s*
To reinstate the mirror it is:
#metattach d* d# (same numbers as above)
If Veritas just use option 5 of vxdiskadm.

Similar Messages

  • Hi, how can i break the value for a row and column once i have converted the image to the array?????​??

    Hi, I would like to know how can i break the value for a row and column once i have converted the image to the array. I wanted to make some modification on the element of the array at a certain position. how can i do that?
    At the moment (as per attachhment), the value of the new row and column will be inserted by the user. But now, I want to do some coding that will automatically insert the new value of the row and the column ( I will use the formula node for the programming). But the question now, I don't know how to split the row and the column. Is it the value of i in the 'for loop'? I've  tried to link the 'i' to the input of the 'replace subset array icon' , but i'm unable to do it as i got some error.
    Please help me!
    For your information, I'm using LABView 7.0.

    Hi,
    Thanks for your reply.Sorry for the confusion.
    I manage to change the array element by changing the row and column value. But, what i want is to allow the program to change the array element at a specified row and column value, where the new value is generated automatically by the program.
    Atatched is the diagram. I've detailed out the program . you may refer to the comments in the formula node. There are 2 arrays going into the loop. If a >3, then the program will switch to b, where if b =0, then the program will check on the value of the next element which is in the same row with b but in the next column. But if b =45, another set of checking will be done at a dufferent value of row and column.
    I hope that I have made the problem clear. Sorry if it is still confusing.
    Hope you can help me. Thank you!!!!
    Attachments:
    arrayrowncolumn2.JPG ‏64 KB

  • How do you break the cycles in "connect by nocycles" query.

    I looked at the documentation of the oracle hierarchical queries to see if there is a deterministic way of breaking the cycles.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/queries003.htm
    I understand that plain connect by query fails if there are cycles in the data, this can be over come by using the nocycles clause. But how does oracle handle the cycles if it finds one, is there a deterministic way of breaking the cycles, or is random? If it is deterministic, Is there a sophisticated algorithm you use to break the cycles?
    My sample query is as shown below:
    SELECT ename "Employee", CONNECT_BY_ISCYCLE "Cycle",
    LEVEL, SYS_CONNECT_BY_PATH(ename, ’/’) "Path"
    FROM scott.emp
    WHERE level <= 3 AND deptno = 10
    START WITH ename = ’KING’
    CONNECT BY NOCYCLE PRIOR empno = mgr AND LEVEL <= 4;
    Thanks,
    Paul

    Hi, Paul,
    849708 wrote:
    Thanks for the very detailed explanation Frank.
    It is interesting that the cycles are not broken at the time of the creation of the hierarchies, but at the time of the traversal.The relationship is only defined in the CONNECT BY clause of a query. When you create and populate tables, you don't indicate in any way that certain columns will be used in a CONNECT BY clause. You're free to use any columns you want when you write the query. You can use different columns and different relationships in different queries.
    This leads me to one more question:
    Lets say there are multiple routes from a given ancestor node to a decedent node, what would be the value of PATH pseudo column. Does it consider the shortest path or the longest path? If the two routes are of the same length? which would be used?The same node can appear more than once as a descendant of the same ancestor. All paths that satisfy the CONNECT BY clause (and the WHERE clause, if there is one) will be included. For example, the following query shows how Prince William is related to one of his ancestors, Anna Sophie (1700-1780):
    SELECT     LEVEL
    ,     SYS_CONNECT_BY_PATH (name, ' \ ')     AS path
    FROM     royal
    WHERE     name     = 'Anna Sophie of Schwarzburg-Rudolstadt'
    START WITH     name     = 'William of Wales'
    CONNECT BY     id     IN (PRIOR mother_id, PRIOR father_id)
    ;The genealogy table I used showed 8 different line of descent, ranging from 10 to 12 generations:
    LEVEL PATH
       11  \ William of Wales \ Charles, Prince of Wales \ Elizabeth II \ George
           VI \ George V \ Edward VII \ Victoria \ Victoria of Saxe-Coburg-Saalf
          eld \ Franz Frederick of Saxe-Coburg-Saalfeld \ Ernst Frederick of Sax
          e-Coburg-Saalfeld \ Anna Sophie of Schwarzburg-Rudolstadt
       12  \ William of Wales \ Charles, Prince of Wales \ Elizabeth II \ George
           VI \ George V \ Edward VII \ Albert of Saxe-Coburg and Gotha \ Louise
           of Saxe-Gotha-Altenburg \ Louise Charlotte of Mecklenburg \ Frederick
           Francis I of Mecklenburg \ Charlotte Sophie of Saxe-Coburg-Saalfeld \
           Anna Sophie of Schwarzburg-Rudolstadt
       11  \ William of Wales \ Charles, Prince of Wales \ Elizabeth II \ George
           VI \ George V \ Edward VII \ Albert of Saxe-Coburg and Gotha \ Ernest
           I, Duke of Saxe-Coburg and Gotha \ Franz Frederick of Saxe-Coburg-Saa
          lfeld \ Ernst Frederick of Saxe-Coburg-Saalfeld \ Anna Sophie of Schwa
          rzburg-Rudolstadt
       11  \ William of Wales \ Charles, Prince of Wales \ Elizabeth II \ George
           VI \ George V \ Alexandra of Denmark \ Louise of Hesse-Kassel \ Louis
          e Charlotte of Denmark \ Sophia Frederica of Mechlenburg-Schw. \ Charl
          otte Sophie of Saxe-Coburg-Saalfeld \ Anna Sophie of Schwarzburg-Rudol
          stadt
       11  \ William of Wales \ Charles, Prince of Wales \ Philip, Duke of Edinb
          urgh \ Alice of Battenberg \ Montbatten, Victoria \ Alice, Duchess of
          Hesse \ Victoria \ Victoria of Saxe-Coburg-Saalfeld \ Franz Frederick
          of Saxe-Coburg-Saalfeld \ Ernst Frederick of Saxe-Coburg-Saalfeld \ An
          na Sophie of Schwarzburg-Rudolstadt
       12  \ William of Wales \ Charles, Prince of Wales \ Philip, Duke of Edinb
          urgh \ Alice of Battenberg \ Montbatten, Victoria \ Alice, Duchess of
          Hesse \ Albert of Saxe-Coburg and Gotha \ Louise of Saxe-Gotha-Altenbu
          rg \ Louise Charlotte of Mecklenburg \ Frederick Francis I of Mecklenb
          urg \ Charlotte Sophie of Saxe-Coburg-Saalfeld \ Anna Sophie of Schwar
          zburg-Rudolstadt
       11  \ William of Wales \ Charles, Prince of Wales \ Philip, Duke of Edinb
          urgh \ Alice of Battenberg \ Montbatten, Victoria \ Alice, Duchess of
          Hesse \ Albert of Saxe-Coburg and Gotha \ Ernest I, Duke of Saxe-Cobur
          g and Gotha \ Franz Frederick of Saxe-Coburg-Saalfeld \ Ernst Frederic
          k of Saxe-Coburg-Saalfeld \ Anna Sophie of Schwarzburg-Rudolstadt
       10  \ William of Wales \ Charles, Prince of Wales \ Philip, Duke of Edinb
          urgh \ Andrew of Greece and Denmark \ George I of Greece \ Louise of H
          esse-Kassel \ Louise Charlotte of Denmark \ Sophia Frederica of Mechle
          nburg-Schw. \ Charlotte Sophie of Saxe-Coburg-Saalfeld \ Anna Sophie o
          f Schwarzburg-RudolstadtBy the way, SYS_CONNECT_BY_PATH is a function, not a pseudo-column. Pseudo-columns don't take arguments.
    I could have tested all this myself, but currently I do not have access to the database. Is there a publicly available database (through ssh) which I can use in the mean time :)You can download Oracle Express Edition.
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    It's free if all you're using it for is learning.
    You can also get a free workspace in an Oracle-hosted database at apex.oracle.com.
    Edited by: Frank Kulash on Apr 4, 2011 6:51 PM

  • How do I break a mirrored Raid in disc utility?

    I have two 2.5 TB LaCie Biggest S2S external drives that I mirrored using Apple's Disc Utility. Now I would like to break the raid to free up Drive B without compromising the data on Drive A.
    I have been told I could just unplug Drive A, erase and reformat Drive B, then plug Drive A back in... but would appreciate to hear from someone who has done this before and can confirm this is the right way to go about it.
    Many thanks.

    Thanks. I would do that, but when I click Delete, it gives me a warning that says:
    Deleting a RAID set will destroy all information on the all the disks of the RAID set.
    Are you sure you wish to delete the RAID set?
    This makes me nervous, as I can't afford to have all information on both disks destroyed. Are you saying it won't destroy my data on both disks?

  • I have 7 or 8 albums under "various artists" how do I break the albums out? individually?

    I somehow have 7 or 8 albums listed under "various artists" and I want them to stand alone, how do I "break them out"?

    Give each album its own common artist and set part of a compliation to no.
    See Gropuing tracks into albums for more details.
    tt2

  • How do I remove the "mirror" image on the front camera?

    After I take photos on the front camera to say a "selfie" the image is then flipped and saved. I research online and people say it's what the camera sees (like looking into a mirror) and that's how we really look in real life but I can prove this to not be true!! Here is why, I have a beauty mark on my face on the left side and when I take a selfie my iPhone saves it to show it on the right!! And when I look into an actual mirror it's obviously on left where it should be not on the right!! IS THERE a way to remove this on the new iPhone?!? All apple product seem to do this!! iPhone, iPads even my Mac! But this not true on regular cameras. HELPPP this issue is making me not get another iPhone for I travel for a living and take tons of pics.

    iPhone 5 plain.  iOS 7.1.2.  Virgin Mobile.  Had it about a month.
    I noticed that all of the selfies I had taken with Instagram were reversed.  This was odd to realize; I have had the phone for a month, and when I see a reversed selfie it looks normal to me ... I part my hair on the left, and I didn't notice that all of my avatars for things had my hair parted on the wrong side.  I was reviewing some Facebook photos and it was very obvious that some of my pics have my hair parted on the wrong side.  It was kind of weird figuring out that the ones that looked right were the wrong ones...
    So I played around a bit.  With the built in camera app, when I am framing a selfie, it sure would be awkward to try to center yourself in the picture if the image wasn't reversed.  I've had devices with front-facing cameras where you could un-reverse the image, and it is quite disorienting to try to center yourself.  So I get WHY the image is reversed (one of the reasons at least).  I noticed too that when I snap the selfie with the built-in camera app, that the picture un-mirrors as it takes.  There is a brief animation as the image flips side-to-side.
    For me and my phone/situation, it is when I use Instagram to take pictures from the front-facing camera.  Instagram just seems to grab the actual image from the screen, and not do the un-mirroring that the built in photo app uses.  So, my solution is to not use the Instagram app to snap the actual selfie, but to use the built in phone app to take it, then afterwards I open the photo in instagram and do my tweaking.  Just slightly less than elegant for now, I am hoping that a future Instagram update will give you control on whether to un-mirror the front-facing camera.  But I see this as my phone working correctly, and the app itself being the thing that is buggy.  In my case.
    -Steve

  • Q: How do I break the boot sequence on a Catalyst 3850

    Should be a pretty simple question, but I can't seem to find an answer and I've tried all of the old tricks.
    What I want to know is simple, using a terminal emulator (or in my case a Cisco router as a terminal server) how can I issue a 'break' to interrupt the boot process of a Cat 3850?
    I know that if I have physical access to the switch, you just hold the 'mode' button down until the boot process is interrupted, but what if you don't have physical access?
    I've changed the ENABLE_BREAK variable to 1 (using the boot enable-break switch 1 command in IOSXE), but I still can't seem to interrupt the boot process without physical access.
    Is there something obvious I'm missing here?

    If I dont have access to the mode button on front, I prefer to just change the "manual boot" variable to yes. Dont forget to change it back once you are done
    ::Example
    Switch#show boot system switch 1
    Switch 1
    Current Boot Variables:
    BOOT variable does not exist
    Boot Variables on next reload:
    BOOT variable = flash:packages.conf;
    Manual Boot = no  <------- Default
    Enable Break = no
    Switch#config t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Switch(config)#boot manual switch 1
    Switch(config)#exit
    Switch#show boot system switch 1
    Switch 1
    Current Boot Variables:
    BOOT variable does not exist
    Boot Variables on next reload:
    BOOT variable = flash:packages.conf;
    Manual Boot = yes <--------------- now will pause on boot
    Enable Break = no
    ++++ Dont forget to turn it off
    Switch(config)#no boot manual switch 1

  • I have 2 iphones, 1 personal and 1 for work under the same apple ID ( dont want 2 IDs) and I'd like to keep them separate from each other.When I receive phone calls and message they both get them and so does apps,how do I break the link between them?

    I just my two phones to act as two separate entities and not being linked together and I don't want to create 2 apple IDs. one is for work and the other private, I don't want my private phone to get work related material and vise et versa.

    As I stated in my question that I do not want 2 Apple accounts, I already have one with all my private information and it should be good enough regardless how many devices. I didn't tried the iCloud but I don't think I actually had it setup. 

  • How do I break the linkage between different windows?

    I can NOT imagine what someone was thinking, but now if I suppress the Menu bar, or the bookmarks toolbar in one window, every other open browser window loses them as well. This is not acceptable. How do I change back to 'what you do in one window has no effect on any other window'?

    That's always been the case in Firefox. Keep in mind that webpages that suppress or hide toolbars are a different situation; there is code which can be used to display only the toolbars that the web developer wants viewers of his pages to see.
    ''Slightly off-topic.''<br />
    Firefox users can set these preferences to prohibit webpages from suppressing toolbars from being displayed. <br />
    <pre><nowiki>
    user_pref("dom.disable_window_open_feature.directories", true);
    user_pref("dom.disable_window_open_feature.menubar", true);
    user_pref("dom.disable_window_open_feature.personalbar", true);
    user_pref("dom.disable_window_open_feature.scrollbars", true);
    user_pref("dom.disable_window_open_feature.toolbar", true); text text </nowiki></pre>

  • How can I break the tool tips (tip strips) into to seveal lines?

    I use the tip in "Description and tip..." to display tool tips (tooltips, tip strips, help cues, the little yellow strips with helpful information about a control). Some of the help messages are long, but the tips are still displayed on one line. In some cases the whole text can not be read because the tip is wider than the screen. I would like to be able to specify a maximum width of the tip, or to be able to manually insert line breaks.

    Hi Nick
    Actually, I write multiline string up to 256 char long in worpad. Then, I copy and paste into de tip dialog from pop up menu and it works fine.
    Hope it helps.
    Alipio
    "Qod natura non dat, Salmantica non praestat"

  • How do I break the loop of restoring photo albums on my iPhone 4S?

    Hello one and all,
    First of all thank you for reading this, I really hope someone out there can point me in the right direction. I have synced my iPhone in iTunes and all has gone well. HOWEVER when I go to Photos on the phone it shows the camera roll and I get a message saying "Restoring". The phone then begins to build albums I do not have set to synchronise.
    Background:
    I did have multiple albums set to synchronise in iTunes but I have since switched off the synchronising for photos in iTunes. I got the warning about deleting those photos from my phone and elected to go ahead and delete those photos from the phone. All went without a hitch and iTunes showed the phone as having 51 photos. This tallies with the contents of the camera roll. Perfect.
    When I eject my iPhone and enter the Photos option I see my camera roll only. Lovely. After a couple of seconds however I get the message "Restoring" and albums start reappearing. I have tried restarting iTunes and performing a restart of the phone (not just off and on again). I have disconnected the USB cable between the two while restarting. Still I cannot get rid of this fascist restoring process. In the end as a precaution I switched on photo syncing in iTunes and set it to selected folders only. I selected a folder I had just created. A folder with nothing in it. It shows this folder has 0 photos in iTunes. STILL my iPhone is restoring photo albums. I do not want >7000 photos. I want only the 51 you promised.
    I don't have photo stream switched on, the phone is set to back up by USB to my MBP only and the iTunes sync shows no problems. My MBP is running the latest iTunes and OSX and my iPhone is on the latest version of iOS. I have searched on the forums and used Google: close threads but nothing addressing this issue. Please, please, please help. I know it is going to be something stupidly simple but can anyone provide a solution?
    Yours in desperation,
    Andy

    http://support.apple.com/kb/HT4847

  • How can I break the password that is locking the volume on my Ipad?

    My daughter locked the volume on her Ipad but doesn't remember the password she used.  I'd like to unlock it, as her volume is TOO loud.  Can anyone help?

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    A
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

  • How can I break the iPhone i lost

    I lost my iPhone 5 and I already erased it, but I want to breake it in orther that no one can use it again. Is that possible?

    No.

  • I change my passcode yesterday and forgot so how can i break the code in iphone 4

    i was using iphone 4 soo yesterday i change my passcode and forgot the code so anyone can help me plz

    ishrath shehzard wrote:
    ... i change my passcode and forgot the code ...
    If you cannot remember the passcode, you will need to Restore the device...
    1)  Connect to iTunes on the computer you usually Sync with and Restore...
    http://support.apple.com/kb/HT1414
    2)  If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • How so I break a raid mirror yet retain data?

    I have 2 500g SATA drives on my Mac Pro3.1. They were set up by a friend as a raid mirror using the disc utility software. My question how can I break the raid "mirror" and use these harddrives as individual harddrives???
    Thanks
    Rich

    From DU's Help:
    *To delete a RAID set*:
    Back up any important files.
    In Disk Utility, select a disk in the set that you want to delete, and click RAID.
    Select the RAID set.
    If you’re deleting a mirrored RAID set and you see a Convert button, click it to convert the RAID set from version 1.0 to version 2.0.
    Deleting a version 2.0 mirrored RAID set leaves a usable copy of the set’s files on each disk. Deleting a version 1.0 set leaves the disks unreadable.
    Click Delete.

Maybe you are looking for

  • How to block set of vendors for creating PO but allowing them to create RFQ

    Dear Experts, I want to block the set of vendors created by GS01 for creating Purchase order but allowing them for creating RFQ. I tried using XK05 but its blocked even vendor for creating RFQ. So is there any way to do so in my business practise ? I

  • Order of calendars in iCal

    I have a list of 11 calendars in the left hand column in iCal. They are all under my [email protected] heading. Of the 11, 2 are calendars I am subscribed to and they belong to another MobileMe user. Problem is that the other users' calendars keeps r

  • Camera not recognized after update to mavericks 10.9.1

    My MBP camera is not recognized by any applications since I updated the operating system to Mavericks. I updated to the latest version of Mavericks and still no luck. Does anyone know of a fix for this problem? Thank you.

  • Background window grabs focus

    Hello there, I am experiencing a very strange problem in the following situation: I have a main portal window with a WebDynpro application running. That application has a TimedTrigger to update its list of products( products are added when submitting

  • How to create a Menu for PeopleSoft HRMS application program ?

    Folks, Hello. I am developing PeopleSoft HRMS application program for a client. I have created 10 components. But I don't understand how to create a Menu on the left handside for users to access the components. The Menu's structure is as follows: Fol