Cancel command "clear zone database vsan 83"

I have a merge zone between 2 Nexus 5010 in enhanced mode and need to cancel the command "clear zone database vsan 83" that I do in the second Nexus. I didn't do a commit. What can I do ?
In my running-config, I have:
!Active Zone Database Section for vsan 83
zone name...
zoneset activate name SAN_83 vsan 83
do clear zone database vsan 83
!Full Zone Database Section for vsan 83
zone commit vsan 83
Nexus 5010
Software
  BIOS:      version 1.3.0
  loader:    version N/A
  kickstart: version 5.0(2)N2(1)
  system:    version 5.0(2)N2(1)
Thank you for your help...
Jean-Sebastien Lavoie

Check you Startup config and if the Commit has not happened and you have all details for VSAN 83 in there. Run "Copy Startup-config running-config"
That should replace you running with you startup configs, I don't run Nexus but I'm gussing it should work.
Cheers

Similar Messages

  • !Active Zone Database Section vs !Full Zone Database Section

    In 5.2.x there is change in the running-config in the way it see the  zoning twice in the config with following headers
    !Active Zone Database Section for vsan X
    !Full Zone Database Section for vsan X
    What difference is any documentation explaining this

    Hi,
    have a look here: http://www.cisco.com/en/US/products/ps5989/products_configuration_guide_chapter09186a0080662d35.html#wp1752471
    The Full Zoneset holds all configured Zonesets. You can only activate one Zoneset, this is preserved in the running-config.
    Jens
    Sent from Cisco Technical Support iPhone App

  • Using SQLplus command in LabView Database toolkit

    Hi ,
    I would like to ask something but before that this is my set up background
    OS          : Win 7,
    LabVIEW : 2012
    I have successfully connected with Oracle database using Labview Database toolkit.
    The problem now is since I need to query the data from the database,
    it will takes time for the labview to process it (since there is so much data in a specific table),
    let say that the table in database is "Serial Number", and the data that I want from that table is "SN123"
    if I query the data from that table, the labview will process it in a long time since it will not only give me "SN123" but also other data inside the "Serial Number" table.
    (Refer to attachment)
    but if in SQLplus, there is a command that can be execute to specifically call the "SN123" data,
    For the SQLplus, the steps to retrieve the data is like this:
    1. Key in the command to get the ID of the "SN123"
    2. Key in the command "SN123" ID to retrieve the data.
    I wonder if there is a way to put this command on labview database so it will be faster to retrieve the data.
    Attachments:
    Database.png ‏84 KB

    An  instrument driver written in Labview, is not the same as a instrument driver used by say Windows. A Labview instrument driver uses standard Labview functions to send SCPI commands to the instrument. You can learn a lot about the instrument by looking into the Labview instrument driver, and how it sends the commands to the instrument. But having the instrument programming manual at hands is also important.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Problem running batch file or OS command on XE database

    Hello, I´m trying to do the following, run a OS command from the database, especifically a 10g XE database and Windows XP sp3, since the database itself does not provide a Host command I did a C program and compiled it into a dll and then running an external procedure as a database Library. if I try something simple like creating a txt file it works just fine.
    the problem is when I try to run an export.
    when trying this:
    exp username/password file=file.dmp log=log.log owner=user
    I get this error
    ERROR: ORA-12560: TNS:protocol adapter error
    so, looking into that error over the internet someone suggested to put the @db , so I tried the following
    exp username/password@DB file=file.dmp log=log.log owner=user
    which I got from the TNSnames file, but then when I run the export on the database with a procedure it just hangs, checking the session it has the event "HS message to agent".
    any ideas why I'm getting that error? and what can I do to resolve it?
    thanks in advance
    Edited by: ceschamo on 16-Sep-2011 15:38

    ok, lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 19-SEP-2011 9:16:25
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (EXTPROC_FOR_XE KEY =)))
    LISTENER STATUS
    alias LISTENER
    TNSLSNR version for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 19-SEP-2011 7:04:07
    Activity Time 0 days 2 hr. 12 min. 18 sec.
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameters C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ server \ network \ admin \ listener.ora
    Listener log C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ server \ network \ log \ listener.log
    Receiving Endpoints Summary ...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (PIPENAME = \ \. \ Pipe \ EXTPROC_FOR_XEipc)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = ComputerName.Domain) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = 127.0.0.1) (PORT = 8080)) (Presentation = HTTP) (Session = RAW))
    Services Summary ...
    The service "CLRExtProc" has 1 instance (s).
    The instance "CLRExtProc" with status UNKNOWN, has 1 handler (s) for this service ...
    The service "PLSExtProc" has 1 instance (s).
    The instance "PLSExtProc" with status UNKNOWN, has 1 handler (s) for this service ...
    The service "XEXDB" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    The service "XE_XPT" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    Service "xe" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    The command completed successfully
    And lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 19-SEP-2011 9:18:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    Services Summary ...
    The service "CLRExtProc" has 1 instance (s).
    The instance "CLRExtProc" with status UNKNOWN, has 1 handler (s) for this service ...
    Manager (s):
    "DEDICATED" established: 0 refused: 0
    LOCAL SERVER
    The service "PLSExtProc" has 1 instance (s).
    The instance "PLSExtProc" with status UNKNOWN, has 1 handler (s) for this service ...
    Manager (s):
    "DEDICATED" established: 1 refused: 0
    LOCAL SERVER
    The service "XEXDB" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    Manager (s):
    "D000" established: 0 refused: 0 current: 0 max: 1002 state: ready
    Pid: ComputerName, <machine: dispatcher 2672>
    (ADDRESS = (PROTOCOL = tcp) (HOST =ComputerName.Domain) (PORT = 49177))
    The service "XE_XPT" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    Manager (s):
    "DEDICATED" established: 104 refused: 0 state: ready
    LOCAL SERVER
    Service "xe" has 1 instance (s).
    The instance "x" with status READY, has 1 handler (s) for this service ...
    Manager (s):
    "DEDICATED" established: 104 refused: 0 state: ready
    LOCAL SERVER
    The command completed successfully

  • Use Host command in Oracle Database Trigger

    I need to run Host command from a database trigger in order to execute a sh file in a Solaris, Unix, environment. How can I do it? The database environment is in Solaris and the database is 10g.
    Please let me know as soon as possible.

    Hi,
    read this <http://devtrigger.blogspot.com.br/2012/08/svn-backup-on-unix-or-solaris.html>
    Or
    you can to run in nohup. For example
    You can a script with the command vi about your trigger and run with the sintaxe bellow:
    nohup sqlplus "/as sysdba" @script.sql &
    Where "script.sql" is the name of the your file.
    Kind regards,
    Bruno Reis.
    www.brunors.com

  • How to stop cancellation of cleared invoice?

    Currently the SAP SD system is allowing the users to cancel the cleared invioce, which is not according to the companies business policy.
    How can I stop that, if user try to cancel the cleared invoice system should give an error message and stop.
    I am using standard billing type "F2" for invoice and "S1" for cancellation.
    I have also checked the "Copying control: Billing document to billing document" but could not find any control which is
    Target "S1" AND Source" F2".

    Hi
    In VOFA for your billing type  ( not in copy controls ) in the cancellation tab assign Routine 029 in copying requirements
    This will make sure a cleared invoice does not get cancelled
    Regards
    Raja

  • Block cancelling the cleared billing documents

    Hi Friends,
    Currently system is allowing to cancel the cleared billing document and business does want to do that, for example when F2 billing type document is cancelled then it is generating S1 type cancelled document.
    I think I can prevent this by config ( in VOFA for billing type F2 under section cancellation>Copying requirements> assign 29.
    And I need to do it for all billing types,
    Now my queries are:
    Do I need to do any config for cancelled billing type (S1)  as well ?
    Is there complication for doing that?
    Whether I would be able to cancel the uncleared billing document in this way?
    Or just I can proceed what I mentioned above.
    Regards
    Ashu

    So I do need to assign 29 in only billing document type F2;
    is there any change required for cancelled billing document type (S1)?
    Yes only in F2. Not in S1.
    So if accounting document of billing type is showing as
    cleared then only system will not allow to cancel it.
    Will it allow to cancel the billing document if accounting
    document ( of type F2) is showing as not cleared?
    Yes that will allow you to do so.
    Say, due some price change, you want to cancel an invoice with cleared accounting doc and you are using 29 in routine. Then in that case take use of Invoice correction request / credit memo request / debit memo request based on your business requirement.
    Thanks & Regards
    JP

  • Internal Behaviour of Truncate Table Command in Oracle Database

    Hi,
    Can anyone let me know the internal behaviour of Truncate Table Command in Oracle Database?
    Thanks,
    Harshad.

    Hi Tuhinshoor,
    I know the functioning of Truncate Command.
    But, I needed to know whether it drops the table before recreating it, maintaining all the indexes and constraints intact??
    Thanks,
    Harshad.

  • ABAP command "import from database..."

    Can someone in this forum explain to me the low level  details behind the ABAP command "import from database"?
    The select in tables like stxl, indx, moni just retrieves data in hex format for the fields of type raw or lraw.
    But the command import from database works fine!
    What's the magic? Compression? Hash algorithms? etc?
    Thanks!

    When you import a field from a database, it should be the same name and format when it was exported. These databases are a cluster table where data is stored in raw. I assumed it will read the cluster portion of the record and convert it into the field structure byte by byte. These tables have field CLUSTR which store the byte size of the record. So if you are willing to program the read, where you find out the length of the field you want to IMPORT, then read that number of byte from the cluster data, move it to the field you are importing, you should be able to do your own read. However, if we can do it in 1 statement using IMPORT, we don't need to program it.
    Cluster table is used to save space since you don't need to create a new database record for each line of internal table you stored into them. Hope this helps.

  • Access Denied Error while using Cancel Command for an Administrator.

    Hi All,
    We have created a new capability called Task Administrator which has only one permission <Permission type='TaskInstance' rights='View'/>.
    Now when a user who is assigned ONLY this capability clicks a cancel button in the end user interface (<Property name='command' value='Cancel' />), an error is thrown (Error: List access denied to Subject on type WorkItem. com.waveset.ui.util.html.Container: method setSubTitle(LJava/lang.Object;)V not found.
    We understand that the system is trying to delete the workitem created (I can see the workitem from the debug menu) which he/she does not have access. Interestingly, a normal end user without any capabilities is able to cancel this request.
    Could someone please tell me what the default access is for an end user which is taken away when a new capability is added to that user?
    We are using V5 Sp4.
    Thanks for your help.

    Hi,
    Based on the current information, I suggest that you try the following steps:
    1. Run REGEDIT command to open the registry editor, navigate to HKEY_CLASSES_ROOT\CLSID\{09beb4fe-6125-4757-af0f-7f487d1aa125}.
    2. Expand this node to see if there is a folder named “InprocServer32”, if there is, move to step 3.
    3. Click the “InprocServer32” folder, and double-click the “(Default)” key to check its value. It should be the path of a DLL file.
    4. Grant “Full control” to the users on this DLL file or its parent folder.
    If it doesn’t work, I suggest that you configure the Advanced Security Settings of the SQL Server installation folder, and check the “Replace child object permissions with inheritable permissions from this object” option.
    Reference:
    http://www.techrepublic.com/blog/how-do-i/how-do-i-change-access-permissions-for-all-folders-and-files-in-vista/
    Regards,
    Mike Yin
    TechNet Community Support
    I have already mentioned in my question that the registry location was not there in that PC.
    So the result from process monitor does not help me to solve the problem

  • Invoice cancellation not clearing original entry at FBL5N

    Hi Experts,
    When we are doing a sales Invoice cancellation scenario the reversal accounting document is not getting cleared automatically, further it is posting as seperate line item at FBL5N. The requirement is to offset the entry of customer debit at FBL5N. Since the customer account debit is not getting cleared it is showing as due item.
    At billing document settings we have maintained SD Doc category 'N',
    It is picking up posting key 11 (credit memo) instead of 12 (Reverse Invoice) when I'm reversing the Invoice.
    Where do we define posting key 12 for this scenario and do we need to create a separate document type for this or any other setting needs to be configured.
    Thanks in Advance

    Hi
    See Note 309208 - Negative posting not performed to know the possible reasons for not clearing. As SAP Note 1259505 - FAQ: New cancellation procedure in SD says:
    "The most evident effect of the new cancellation procedure is the automatic
    clearing of the accounting documents."
    So, search in note 309208 why it happens
    I hope this helps you
    Regards
    Eduardo

  • SQL Mode Command to update database table

    Hi All,
    I have a couple of scenarios which I need help with:
    1)
    - I have a sql query which pulls two columns lets say Equipment and a val1 from a sql database table displayed in a grid.
    - Once the user clicks on a record I have two text boxes which get the value of the selected records on the same page (equipment, val1).
    - I then have an update button, wherein they can change the value of the val1 column.
    I have created a sql query of mode command with an update statement. My question is, how do I execute this update query from the webpage, I know how to assign the parameters so the get passed to the update query I just am not sure how to kick off the update query. Do I have to have it as part of an applet to even refer to it from within my webpage? If so, don't I have to assign an applet a display template? (this command query does not have an output). Please help...
    Thanks,
    Mahwish

    I have done scenario 2, but its not easy.  This is how I did it.
    Instead of using the iGrid applet, I used an XSLT stylesheet to create a "grid" of input boxes in HTML that allow direct editing of the value.  At the end of each row you had an "update" button that passed the value of the updated box, and the corresponding information you need for icommand update.  You can either display the information you need for the update query in the "grid"  or you can use hidden form objects to store the information.   Indexing is pretty easy, you just name the form elements by positions  (eg. frmTxtR1C1)  for example.
    The solution is not for the faint of heart, takes some development time and a fair amount of XSLT knowledge, but if you need this functionality repeatedly in your application, it works great.  It looks really slick too because you can do things like change the color of your form after you have updated it so the user knows there has been a change.    Of course there are always multiple ways to attack a problem I love hearing other suggestions.

  • Cancellation of cleared bill of exchange document

    One of our end-user wants to cancel some bill of exchange documents that were posted. These documents were cleared too
    My question that we want to cancel (reverse the cleared documents) how it is possible?
    using the Tcode FBRA i have the message "Document includes already cleared items - reversal not possible"
    the problem that we have about 300 document
    thanks for the support

    Hi,
    SWWL - Deletes work items 
    SWW_SARA - Archive work items
    And if you want to delete the WF then follow the given instructions:-
    You must first open the workflow. You do not have to do anything with it, but it must have been opened prior to deletion. 
    You can select multiple workflows at once, then hit the execute button. From there, just hit escape to go to the next one. 
    Please visit the given below links also
    FI workflow for single step transaction F.80
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/e4af16453d11d189430000e829fbbd/content.htm
    Thanks
    R.K

  • Clearing Inventory Database

    We want to clear out our inventory database and start again. Is there a way to do this?
    Thanks

    mcvpjd3,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Solaris 10 zones databases

    I have solaris 10 installed on an E6900 server which is clustered. May someone out there help me on how i can create the containers and also how possible it is to installed different databases, ie, oracle,informix,sybase in the containers.

    Running Oracle in zones work nicely. On a 6900 you should be able to run a multitude of Oracle databases depending on your resources. I'd strongly recommend assigning cpu shares to each of the zones.
    Reading the guide to containers and zones is a must or you will be lost. See at docs.sun.com
    I have to create many zones on a regular basis so I've found that scripting the process saves me a good bit of time. You'll have to plan ahead to do this successfully. Example:
    create -b
    set zonepath=/localzone/zoneone
    set autoboot=false
    add rctl
    set name=zone.cpu-shares
    add value (priv=privileged,limit=1000,action=none)
    end
    add inherit-pkg-dir
    set dir=/usr
    end
    add inherit-pkg-dir
    set dir=/lib
    end
    add inherit-pkg-dir
    set dir=/platform
    end
    add inherit-pkg-dir
    set dir=/sbin
    end
    add net
    set address=123.123.123.123
    set physical=ge0
    end
    add attr
    set name=comment
    set type=string
    set value="Zone Happyland"
    end
    verify
    commit

Maybe you are looking for