Problem removing Multi-owner_SVM

Hi,
I had QFS on my cluster (3.2u1 SPARC). I wanted to remove it after testing.
1. unmounted samfs type filesystems
2. deleted entries from vfstab
3. deleted NFS resource group, containing QFS resource
4. Removed SUNW qfs pakcages
Now I want to remove multi-owner SVM diskset from a cluster.
[root@callisto:~]# metaset
Multi-owner Set name = qfsset, Set number = 1, Master = callisto
Host                Owner          Member
  callisto           multi-owner   Yes
  leda               multi-owner   Yes
Drive Dbase
d18   Yes
d41   Yes
[root@callisto:~]# cldg show
=== Device Groups ===
Device Group Name:                              qfsset
  Type:                                            Multi-owner_SVM
  failback:                                        false
  Node List:                                       callisto, leda
  preferenced:                                     false
  numsecondaries:                                  0
  diskset name:                                    qfsset
[root@callisto:~]# metaclear -s qfsset -a
Proxy command to: leda
metaclear: leda: qfsset/d411: metadevice is openThis fails for every metadevice while trying do delete one by one. I checked with lsof and found no references for metadevices. I want to get rid of this SVM multi-master diskset. Please advise, what should I do.
Edited by: aleksf on Apr 23, 2008 7:07 AM

I vaguely remember hearing my colleague mention that he had a similar problem but it went away on a retry of the command. I would try and metaclear all the individual metadevices working in the reverse order and method from which they were created.
If it still won't clear, please raise a ticket with Sun support.
Regards,
Tim
---

Similar Messages

  • Hi I am having problems removing mail from trash folder. Can anyone help please

    Hi I am having problems removing mail from trash folder. I can send mails to the folder but cannot delete them permanently from the trash folder. I am using Iphone 3G and anm up to date with OS. Can anyone help please

    Check that there isn't a different Trash folder to the one with the proper Trash symbol on it.
    If you see one in your list of folders rather than a separate one, highlight it, then click on Mailbox...Use this mailbox for...Trash

  • Problem removing a Exchange Federation Trust

    Hi, 
    I'm having a problem removing a Federation Trust.  I have removed the Organisation Relationship successfully. However when I go to remove the trust by Powershell  I get the following error
    [PS] C:\Windows\system32>remove-federationtrust "Microsoft Federation Gateway"
    Can't remove federation trust "Microsoft Federation Gateway". It's in use by the following organization(s): CN=Federation,CN=XXXXXX,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=XXXXX,DC=local
        + CategoryInfo          : InvalidOperation: (Microsoft Federation Gateway:ADObjectId) [Remove-FederationTrust], Or
       gsStillUsingThisTrustException
        + FullyQualifiedErrorId : A17E4A11,Microsoft.Exchange.Management.SystemConfigurationTasks.RemoveFederationTrusts
    I cant seem to make other changes to it either, I cant add a domain, remove domain.  I have seen references to delete the object in the Schema but dont really want to do that unless I know it wont cause other problems as I need to recreate this.
    Ian

    There are few things you need to make sure before you remove the federation, like permissions, TXT records etc.
    http://technet.microsoft.com/en-us/library/jj657500(v=exchg.150).aspx
    http://technet.microsoft.com/en-us/library/dd297972(v=exchg.141).aspx
    http://www.c7solutions.com/2012/03/fix-federation-trust-issues-after-html
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Problem removing Zombie GS

    Hey all. Having a problem removing Zombie Gunship from my Game Center. Basically, I want to delete my current progress and start over, thanks to my nephew messing up my config.
    So, I've deleted Zombie GS and it prompts me to remove the data and that my progess will be removed from the leader boards. So I do all that, restart it, blah blah blah. After I've reinstalled the app, my old config/progress/money is still there.
    I've emailed the game company and of course no response. So what am I missing or doing wrong? Or is this a situation where I can never start over?
    Thanks in advance for the help.

    I've got the same problem. I am revisiting the game and I want to start again from scratch but it seems Game Center has other plans for me. Dammit Apple gestapo!

  • Problem removing files with CVS (JDeveloper 10.1.3 Preview)

    Hello,
    I've got a problem removing files from CVS :
    - I right-click on the file I want to remove -> Versioning -> Remove
    - The file is removed from local directory, and it appears in "Pending changes" view, on "Outgoing" tab. Its status is "scheduled for removal".
    - When I commit the file in the "Pending Changes" view, and click OK, then nothing happens. The file stay with "scheduled for removal" status, and it is not deleted on CVS server.
    I tried to commit the package or the project, but it's the same thing.
    Files additions and modifications work correctly.
    I'm using JDeveloper 10.1.3 Preview version.
    Is this a bug ? Or do I do something wrong ? Is there an other way to solve my problem ?
    Thanks.

    Here is the message displayed in the log window when I remove file (in Versioning menu) :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> remove -l Test_suppr_1.java
    cvs remove: scheduling `Test_suppr_1.java' for removal
    cvs remove: use 'cvs commit' to remove this file permanently
    Here is the message displayed in the log window when I COMMIT the "scheduled for removal" file :
    C:\J2EE\Projets\budgetapptest\src\test\swm>
    $ <internal cvs client> commit -F C:\DOCUME~1\19363~1.WIN\LOCALS~1\Temp\.jdevcvs_cmt22356.tmp Test_suppr_1.java
    cvs commit: Examining .
    Thanks.
    Message was edited by:
    user444728

  • Problem removing focused object from a table

    Hi.
    I have a problem removing a component that is focused from a table. The
    whole row is removed except a single component (JSpinner) in one row.
    My table has three columns, the first two are String fields
    (not editable) and the last is a JSpinner. Since there is no
    Default cell renderer or cell editor for JSpinner I had to
    create them.
    So, if no element of the row is focused then calling the function:
    public void clearTable() {
    setVisible(false);
    dataVector.removeAllElements(); // clear data vector
    setVisible(true);
    works just fine
    but if a spinner in a row is focused them that spinner is left alone "floating" on an otherwise empty table.
    Questions:
    1) Any one has an ideia of what might be the problem?
    2) Do I have to play with Focus to solve this? (hate the idea,
    since always been told to avoid messing with focus, because
    of the problems it normally brings)
    Thanks in advance for the help,
    Rgds,
    Jorge

    The problem is that you need to properly stop the editing operation first.if( myTable.isEditing() ) {
        // If you want to throw away any edits use...
        myTable.getCellEditor().cancelCellEditing();
        // If you want to apply any edits, then end use...
        myTable.getCellEditor().stopCellEditing();

  • Problem removing session attributes

    I have a problem removing session attributes
    I try w/ mysession.removeAttribute("key");
    but it still lives in memory. I've tried setAttribute("key", null) as the API states that will do the same thing, but it doesn't work.
    I can get mysession.invalidate() to work, but I want to keep some of the attributes there, while removing another.
    I get no exceptions and no errors.
    Help.
    Running Tomcat 4
    jre 1.3.1

    Actually,
    response.addHeader("Expires", "-1");should be enough.
    The browser should then contact the Web server for updates to that page via a conditional If-Modified-Since request. You don't want a cache disabling 'overkill', since you'd still want the page to remain in the disk cache and used in appropriate situations without contacting the remote Web server, such as when the BACK and FORWARD buttons are pressed...
    Anyway, try this first, and if it doesn't solve your problem, add the other cache-disabling headers, as outlined in the previous post.
    If you're using JSP, verify also that your page has
    <%@ page session="true"%>

  • Problem removing Listener Service in Clusterware 11g

    It appears that I already have a listener service as shown below, and I am having problem removing this service so that I can create another. I know that I can just add a new listener service for each node, though if anyone would share some insight on how I can remove this listener service ofr Oracle 11g Clusterware with two node cluster, I would appreciate your insight. Thanks
    rac1.respecti.com>./crs_resources.sh
    HA Resource Target State
    ora.rac1.gsd ONLINE ONLINE on rac1
    ora.rac1.ons ONLINE ONLINE on rac1
    ora.rac1.rac1.lsnr ONLINE ONLINE on rac1
    ora.rac1.vip ONLINE ONLINE on rac1
    ora.rac2.gsd ONLINE ONLINE on rac2
    ora.rac2.ons ONLINE ONLINE on rac2
    ora.rac2.rac2.lsnr ONLINE ONLINE on rac2
    ora.rac2.vip ONLINE ONLINE on rac2
    rac1.respecti.com>srvctl remove listener -n rac1 -l rac1
    PRKO-2203 : Listener is running on node: rac1
    rac1.respecti.com>srvctl stop listener -n rac1
    CRS-0210: Could not find resource 'ora.rac1.LISTENER_RAC1.lsnr'.
    rac1.respecti.com>

    Hi, Is there any tnslsnr process running on the node. To understand the problem better, enable the debug trace for the .lsnr resource. You can enable trace by executing the following command as root.
    crsctl debug log res "ora.rac1.LISTENER_RAC1.lsnr:5"
    crsctl debug log crs "CRSRTI:1,CRSCOMM:2,OCRSRV:4"
    Try to stop the listener.
    Examine the log files under CRS_HOME/log/$HOST/crsd/* and CRS_HOME/log/$HOST/racg/*
    Thanks & Regards
    -Harish Kalra

  • I am having problem removing sim from E51

    I have problems removing sim from my E51. it seems. its very tight there.

    Did you already try these steps?
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.
    copied from iOS: Troubleshooting activation issues

  • My HP2575 give's "Ink Cartridge Problem - Remove and check cartridge on right"-error

    Hello,
    I have a HP photosmart 2575 all-in-one. For just a couple of month's I use my black 339 cartridge and suddenly it give the error "Ink Cartridge Problem - Remove and check cartridge on right", with means the black cartridge. I always use original HP cartridges and have never filled them by myself or other people. Because the expire date is just a couple of weeks late, HP won't support me.  For now I put a new cartridge in the printer, with works fine. How can I solve this problem with my cartridge? It has enough ink for many prints to make, so I don't like to throw that away. I hope you can help me with tis matter.
    Thanks a lot.

    Hello Tom_Heitbrink. I have located a document you can follow to troubleshoot your issue. Let me know your troubleshooting results after following the document. I'm only here to help!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00427221&cc=us&dlc=en&lc=en&product=441240
    Mario
    I worked on behalf of HP.

  • Having problems removing tags from script.

    I'm not using the browser to run Adobe Story, but the Desktop version from my iMac.  Cmd + Double Click works, but once every 30 times.  Is anyone else having this problem removing tags from a script?

    There are other ways to remove tags from a script
    From Tagging Panel:
    - Open Tagging Panel from View Menu
    - Click on Edit button. Here you have the option to delete individual tag-items or remove all from the scene.
    From File Menu
    - Open File - Tagging menu
    Here you will find the options to delete all/manually added/automatically added tags.

  • Problem with multi-mapping

    Hello everybody,
    we got a problem with multi-mapping.
    Source and target message-type are the same:
    <xsd:element name="MY_MESSAGE_TYPE">
    _<xsd:element name="BUSTRANS">
    __<xsd:element name="CHILD_1" maxOccurs="unbounded">
    ___<xsd:element name="SUB_CHILD_1" maxOccurs="unbounded">
    ____<xsd:element name="SUB_CHILD_1_NAME" type="xsd:string">
    __<xsd:element name="CHILD_2" maxOccurs="unbounded">
    ___<xsd:element name="SUB_CHILD_2" maxOccurs="unbounded">
    ____<xsd:element name="SUB_CHILD_2_NAME" type="xsd:string">
    The requirements are:
    <xsd:element name="MY_MESSAGE_TYPE"> should be created as often as <xsd:element name="CHILD_2"..> occurs
    a) so we mapped
    CHILD_2 -> MY_MESSAGE_TYPE
    BUSTRANS -> CopyValue -> BUSTRANS
    CHILD_1  -> CopyValue -> CHILD_1
    SUB_CHILD_1 -> CopyValue -> SUB_CHILD_1
    SUB_CHILD_1_NAME -> CopyValue -> SUB_CHILD_1_NAME
    CHILD_2 -> splitByValue(eachValue) -> CHILD_2
    The problem is:
    If we duplicated
    a) SUB_CHILD_1
    b) subtree CHILD_2 (so 2 messages will be generated)
    for testing, SUB_CHILD_1 only occurs 1 time! But we need it in every target message as often as it occurs in the source message.
    For your testing, here is the datatype:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://enbw.com/XI/SAPCRMB2B/javamappings_test" targetNamespace="http://mynamespace.com/XI/SAPCRMB2B/javamappings_test">
    <xsd:complexType name="MultipleBookingOrderRequest">
    <xsd:sequence>
      <xsd:element name="BUSTRANS">
       <xsd:complexType>
        <xsd:sequence>
         <xsd:element name="CHILD_1" maxOccurs="unbounded">
          <xsd:complexType>
           <xsd:sequence>
            <xsd:element name="SUB_CHILD_1" maxOccurs="unbounded">
             <xsd:complexType>
              <xsd:sequence>
               <xsd:element name="SUB_CHILD_1_NAME" type="xsd:string">
               </xsd:element>
              </xsd:sequence>
             </xsd:complexType>
            </xsd:element>
           </xsd:sequence>
          </xsd:complexType>
         </xsd:element>
         <xsd:element name="CHILD_2" maxOccurs="unbounded">
          <xsd:complexType>
           <xsd:sequence>
            <xsd:element name="SUB_CHILD_2" maxOccurs="unbounded">
             <xsd:complexType>
              <xsd:sequence>
               <xsd:element name="SUB_CHILD_2_NAME" type="xsd:string">
               </xsd:element>
              </xsd:sequence>
             </xsd:complexType>
            </xsd:element>
           </xsd:sequence>
          </xsd:complexType>
         </xsd:element>
        </xsd:sequence>
       </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    Regards
    Dominic

    Mario,
    <i>multimapping (split IDOC into several IDocs) is possible with IDocs. We did it!</i>
    Did you use IDOC packaging for this?
    AFAIK,when  you use multimapping that involves different adapters including one J2EE adapter and a IDOC adapter in the inbound side, multi mapping does not work.
    Regards,
    Bhavesh

  • JMS: problem removing JMSDestination

    I am having a problem removing and cleaning JMsDestination. I get an error "Error cleaning database during destination delete". Below youse the code
    Any thoughts?
    zbestquest
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-1999 Microsoft Corp.
    D:\>cd j2sdkee1.3\bin
    D:\j2sdkee1.3\bin>j2eeadmin -listJdbcDatasource
    JdbcDatasource
    < JDBC Resource : jdbc/Cloudscape , jdbc:cloudscape:rmi:CloudscapeDB;create=true
    >
    < JDBC Resource : jdbc/DB1 , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    < JDBC Resource : jdbc/DB2 , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    < JDBC Resource : jdbc/InventoryDB , jdbc:cloudscape:rmi:CloudscapeDB;create=tru
    e >
    < JDBC Resource : jdbc/EstoreDB , jdbc:cloudscape:rmi:CloudscapeDB;create=true >
    D:\j2sdkee1.3\bin>j2eeadmin -listJmsDestination
    JmsDestination
    < JMS Destination : jms/Topic , javax.jms.Topic >
    < JMS Destination : jms/Queue , javax.jms.Queue >
    < JMS Destination : jms/Myqueue , javax.jms.Queue >
    < JMS Destination : jms/MyQueue , javax.jms.Queue >
    < JMS Destination : MyQueue , javax.jms.Queue >
    D:\j2sdkee1.3\bin>j2eeadmin -removeAllJmsDestination
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination jms/Queue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination MyQueue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination jms/Myqueue
    Error occurred: javax.jms.JMSException: Error cleaning database during destinati
    on delete
    D:\j2sdkee1.3\bin>

    Need help : Any JMS client I run, not able to send a message, I am suspecting there might be a problem with the JMSDestination. Any one run through this before?
    I am having a problem removing and cleaning
    JMsDestination. I get an error "Error cleaning
    database during destination delete". Below youse the
    code
    Any thoughts?
    zbestquest
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-1999 Microsoft Corp.
    D:\>cd j2sdkee1.3\bin> D:\j2sdkee1.3\bin>j2eeadmin -listJmsDestination
    JmsDestination
    < JMS Destination : jms/Topic , javax.jms.Topic >
    < JMS Destination : jms/Queue , javax.jms.Queue >
    < JMS Destination : jms/Myqueue , javax.jms.Queue >
    < JMS Destination : jms/MyQueue , javax.jms.Queue >
    < JMS Destination : MyQueue , javax.jms.Queue >
    D:\j2sdkee1.3\bin>j2eeadmin -removeAllJmsDestination
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    jms/Queue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    MyQueue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>j2eeadmin -removeJmsDestination
    jms/Myqueue
    Error occurred: javax.jms.JMSException: Error cleaning
    database during destinati
    on delete
    D:\j2sdkee1.3\bin>

  • Problem in multi master replication creation using DBA Studio -- replication

    Hi,
    I am trying to create multi master replication using DBA studio but facing following problem at the time of master group creation.
    ORA-04052 error occured when looking up remote object SYS.SYS@CBOLDATA
    ORA-00604 error occured at recursive SQL level 2
    ORA-01017 invalid username/password, logon denied
    ORA-02063 preceding line from CBOLDATA
    If you want to know how I am trying the whole thing then here is the way I am doing comfiguration.
    First I have created master site which is created successfully.
    Here I have used two database named UPP817 & CBOLDATA
    Step of master site creation is followed like this.
    1. Master Site addition (Added both UPP817 & CBOLDATA using SYSTEM username)
    2. Default User (No change is done, Default schema and password taken)
    3. Master Site Schema (Added SCOTT/tiger)
    4. Scheduled Link (No change is done, Default values taken)
    5. Purge (No change is done, Default values taken)
    6. Finished successfully
    Master group creation there is three option available
    1. General (Only value of Name is given)
    2. Object (No object added)
    3. Master Sites (It takes UPP817 by default as a master defination site then as a Master Site I have added CBOLDATA)
    when I pressed on Create It gives me the error listed above.
    I really appreceate your help
    Mukesh

    Create public database link at master site database for CBOLDATA.
    Also see that you are using SNMP protocol and Oracle Pipe at both
    databases. This will be usefull while making replication from remote
    place.
    I hope this will work.
    regards
    Avinash Jadhav

  • Problem removing files and other issues

    Hello, i have been using Solaris 10 now for almost a week. I am starting to see a lot of flaws in it. I hate to go back to Linux when I have wanted Unix for so long. well here are my problems.
    Removing files from the DIR /export/home/ gives me this error:
    Error "Not on the same file system" while deleting "/export/hom...-1.src.rpm".
    would you like to continue?
    [Skip] [X_Cancel] [Retry]
    I seem to get that error everytime I try to delete a downloaded file, also I am logged in as root. (because I created a user account, assigined the user a group and password and I still can't log in with it)
    I also configure my panel, and add applications like the cd player, and when i reboot my computer, the applications are question marks wich are also dead links.
    I can't set my clock. the timezone seems to be messed up.
    When I reboot my computer or shut it down, it takes longer everytime to boot back up. I have timed it. The computer has passed infant mortality, but it is still young, and runs good. So i am assuming all my hardware is fine. since i have installed the os, I have installed firefox. and I have used firefox. that is about it. I am loggin in as root, so i am extremely carefull with what i do, I just seem to have a new problem with each log in. I am starting to feel like Unix is losing it's special value, but i want to try and fix the problems before giving up, after all, it has been less than a week.
    If you have any information on anything that i babbled on about thank in advance.

    Had the same problem. This post (external) seems to suggest this is Nautilus problem: http://unix.derkeiler.com/Newsgroups/comp.unix.solaris/2005-04/1109.html
    Deleting stuff form the shell instead works as a workaround, but then you don't have the benefits of trash can.
    / Rich

Maybe you are looking for