VDI 3.1 cloning fail if one esx from a cluster is in maintenance mode

hi
i have a vsphere cluster with 2 esx included and ha and drm enabled
if one of the esx is in maintenance mode the cloning job failes but with a misleading error message
INFO: Datastore 'Sun Storage 1' is not available for cloning, it is disconnected or in maintenance mode
i see here 2 bugs
1) the wrong error message cause the datastore is neither disconnected nor in maintenance mode
2) cloning should still possible if one esx server is not available
br
Andre

Hi login,
It should be possible. You will need to route the output of the counter to a specific RTSI line and then use that line as the sample clock by the MIO board. The function you will want to use to route the counter output to the RTSI bus is the Route Signal.vi in LabVIEW or the Select_Signal() in NI-DAQ function calls. You will want to use constants such as ND_GPCTR[x]_OUTPUT where [x] is the counter number and ND_RTSI_[x] where [x] is the RTSI line number. Your source is the counter output and your signal is the RTSI line of choice.
Similarly, for the MIO card, you will want to route the RTSI line to the AI Scan Start to route to your scan clock. The constant for this should be ND_IN_SCAN_START and it should be the signal value while your RTSI s
hould be the source.
The point is you will need to route the signal for both cards which amounts to 2 calls (or 2 VIs). Anyway, hope that helps. Have a good day.
Ron
Applications Engineering
National Instruments

Similar Messages

  • Maintenance Mode For One Monitor

    Is it possible to place one monitor in maintenance mode? Not the entire computer or object, but just that one monitor? I don't want other monitors for that object to be silenced though.

    Hi,
    A Windows Schedule task,
    http://technet.microsoft.com/en-us/library/cc748993.aspx
    Please read this one:
    Management Pack for the SCOM 2012 Maintenance Mode Scheduler
    http://blog.tyang.org/2014/05/22/management-pack-scom-2012-maintenance-mode-scheduler/
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Wagetyes for the past one year from Cluseter

    Hi all,
    Is there any FM in sap for getting the wagetypes for the past one year from the cluster for a particular pernr
    Thanks & Regards,
    Giri.

    Hi,
    I don't know about your Requirement,but you can make use of wagetype reporter(Tcode S_PH9_46000172 in ECC6)
    which is sap Standard Report.
    In this report youu can get the wagetypes,amounts for a particular empoyee and period.
    cheers,
    Krishna Kishore.

  • Tacacs authentication fails for one user account for only one switch

    Hi,
    I am having an scenario, where as Tacacs authentication fails for one user account for only one switch.
    The same user account works well for other devices.
    The AAA configs are same on every devices in the network.
    Heres the show tacacs output from the switch where only one user account fails;
                  Socket opens:        157
                 Socket closes:        156
                 Socket aborts:        303
                 Socket errors:          1
               Socket Timeouts:          2
       Failed Connect Attempts:          0
            Total Packets Sent:       1703
            Total Packets Recv:       1243
              Expected Replies:          0
    What could be the reason ?
    No errors on ACS server; same rights had been given to the user account.
    Thanks to advise.
    Prasey

    Hi there,
    Does the user get authenticated in the ACS logs?
    reports and activity----> failed attempts
    ro
    reports and activity----->  passed authentications
    That will help narrow it down.
    Brad

  • Data load failed while loading data from one DSO to another DSO..

    Hi,
    On SID generation data load failed while loading data  from Source DSO to Target DSO.
    Following are the error which is occuuring--
    Value "External Ref # 2421-0625511EXP  " (HEX 450078007400650072006E0061006C0020005200650066
    Error when assigning SID: Action VAL_SID_CONVERT, InfoObject 0BBP
    So, i'm  not getting  WHY in one DSO i.e Source  it got successful but in another DSO i.e. Target its got failed??
    While analyzing all i check that SIDs Generation upon Activation is ckecked in source DSO but not in Target DSO..so it is reason its got failed??
    Please explain..
    Thanks,
    Sneha

    Hi,
    I hope your data flow has been designed in such a way where the 1st DSO as a staging Device and all transformation rules and routine are maintained in between 1st to 2nd dso and sid generation upon activation maintained in 2nd DSO.  By doing so you will be getting your data 1st DSO same as your source system data since you are not doing any transformation rules and routine etc.. which helps to avoid data load failure.  
    Please analyze the following
    Have you loaded masterdata before transaction data ... if no please do it first
    go to the property of first dso and check whether there maintained sid generation up on activation (it may not be maintained I guess)
    Goto the property of 2nd Dso and check whether there maintained sid generation up on activation (It may be maintained I hope)
    this may be the reason.
    Also check whether there is any special char involvement in your transaction data (even lower case letter)
    Regards
    BVR

  • Follwing query fails on one database, but the same works on other Database

    Hi,
    The following SQL fails on one database with ORA-01722 but the same works on other database.
    SQL> SELECT i.version, d.name, i.instance_name, i.host_name
    FROM v$instance i, v$database d, v$parameter p 2
    3 WHERE p.name = 'instance_number'
    4 AND DECODE(p.value, 0, 1, p.value) = i.instance_number;
    AND DECODE(p.value, 0, 1, p.value) = i.instance_number
    ERROR at line 4:
    ORA-01722: invalid number
    both databases are at same version (10.2.0.1) both are on same machine.
    Initailly I suspected NLS settings, I am surprised to see NLS settings are also same on both the databases.
    Any thoughts why is it happening

    Thanks for the reply
    Yes, i know that i am comparing varchar against number.
    bu there is no way that the database where the query is working has correct types on both sides as the tables are standard oracle dictionary tables.
    Yes, i tried this earlier, it works
    AND DECODE(p.value, '0', '1', p.value) = to_char(i.instance_number)
    it is very weired to see that error, i feel it something else that causing the trouble.

  • Mount_smbfs fails for one file server but works on another

    I have a simple terminal .command file that i've written and added to my login items. this script mounts two SMB file shares from different servers (win2003). this script has been working for over a month now it fails for one server and works fine for the second one.
    script looks like this:
    mkdir /Users/me/Desktop/fs1
    mkdir /Users/me/Desktop/fs2
    mount_smbfs //winserv1/fs1$ /Users/me/Desktop/fs1
    mount_smbfs //winserv2/fs2$ /Users/me/Desktop/fs2
    When it runs it should use my kerberos credentials to authenticate me to the winserv1 but seems to fail and then prompts for password. If I enter the password in the terminal window it fails.
    the mount_smbfs command for fs2 on winserv2 works fine and uses my kerberos credentials.
    i looked through the system.log for clues and found:
    Oct 8 12:11:06 is3018 login[2009]: USER_PROCESS: 2009 ttys000
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Error returned by svcmach_gss_init_seccontext:
    then I am prompted for password in terminal (which should not happen). i enter password and it fails
    then console log responds with:
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Major error = 851968: Unspecified GSS failure. Minor code may provide more information
    Oct 8 12:11:08 is3018 gssd-agent[2017]: Minor error = 100004:
    Oct 8 12:11:33 is3018 BBDaemon[50]: IOBSDNameMatching returned a NULL dictionary.
    Oct 8 12:11:33: --- last message repeated 1 time ---
    Oct 8 12:11:33 is3018 com.apple.launchd.peruser.1368768338[141] ([0x0-0x91091].com.apple.Terminal[2005]): Exited: Terminated
    Oct 8 12:11:33 is3018 login[2009]: DEAD_PROCESS: 2009 ttys000
    the cryptic log file entries don't mean much to me - anyone have any ideas what might be happening?

    Turns out that our network time server was having some problems and the the two servers had drifted several minutes off the correct time. Once the time on each server was corrected my kerberos authentication issues resolved.

  • "playback failed" on one ov the videos, what should I do?

    "playback failed" on one of the ItunesU videos, what should I do? It's a lecture. I tried to delete it, doesn't work.

    https://discussions.apple.com/message/23228694#23228694

  • Quantity conversion check failed for one item; all qty lines deleted

    Hi IS Oil Experts,
    Iam using the BAPI "BAPI_GOODSMVT_CREATE_OIL" for posting goods movement. I filled the additional quantities and unit of measures also in the BAPI table, But when tried to execute, Iam getting the error, "Quantity conversion check failed for one item; all qty lines deleted"
    Please anybody tell me what is the error from end for resulting this message.
    Thanks in advance
    Prathib

    Dear you!
    I also get the issue that you meet. Can you help me to process it, Please/
    Best regards, Huy.

  • Cloning fails

    Dear all,
    12.0.4 on solaris 10
    cloning fails with the below error "
    {code}
    Creating the control file for JAN8_medapps01 database ...
    SQL*Plus: Release 10.2.0.3.0 - Production on Sat Jan 8 13:46:18 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    ERROR:
    ORA-01031: insufficient privileges
    ORA-01031: insufficient privileges
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ORA-01012: not logged on
    ERROR:
    ORA-01031: insufficient privileges
    {code}
    Please advise
    Kai
    Edited by: KaiS on Jan 8, 2011 3:25 AM

    reviewed the notes
    Rc-50004: Fatal: Error Occurred running adcfgclone.pl dbTier for RDBMS 64 bit (Doc ID 336875.1)
    Adcfgclone.Pl Dbtier Fails Rc-00118: Error Occurred During Creation Of Database "Failed to open serv (Doc ID 405688.1)
    Clone Failing On Create Controlfile (Doc ID 430910.1)
    but still issue exists

  • Hi,sorry for my english.My question is how to change country when i have credit in my account.My account is US and i've 0.5 USD.Now,one frind from Canado bought some credit cards and i can't recharge my account.Tank you for helping me.

    Hi,sorry for my english.My question is how to change country when i have credit in my account.My account is US and i've 0.5 USD.Now,one frind from Canado bought some credit cards and i can't recharge my account.Tank you for helping me.

    BellaMichelle wrote:
    For some reason, I have had misgivings about partioning my internal HD.. not sure why.. sort of feels like I'm creating my own computer sybil ;-)  Truthfully, it seems weird to split it.. I don't think I can articulate it really.. but are there complications that can come with doing this?
    It's a common way to run multiple OSs, if there's room.  I've had two on my internal HD for a couple of years.  Plus a small partition for a copy of my Snow Leopard Install disc.  Just be sure to leave at least 10% to 15% free on each partition.
    Running Lion on a partition of the disk that also contains your backups is not a good idea; if that drive fails, you risk losing both copies of your stuff!
    OSX will also run somewhat more slowly, because access to an external is slower.  That probably won't be very significant, though.
    Also, would the decision be effected by how long I want to maintain the SL section?  I am assuming once I sort out what to replace Quicken with, I won't want to keep the SL section.  So would it be easy enough to 'clear out the SL data, and open the partition?
    Review #3 in Formatting, Partitioning, Verifying, and Repairing Disks. 
    All things considered, your best bet may be to  "clone" your SL partition to the second one, then (once you're sure everything is cool), erase the original (top) SL partition.  You can use the Restore tab of Disk Utility for that (#7 in the same link), or a "cloning" app such as CarbonCopyCloner or SuperDuper.  Then install Lion on the top partition.
    When you're done with SL, just delete it's partition and expand the Lion partition down into the vacated space.

  • Script fails when passing values from pl/sql to unix variable

    Script fails when passing values from pl/sql to unix variable
    Dear All,
    I am Automating STATSPACK reporting by modifying the sprepins.sql script.
    Using DBMS_JOB I take the snap of the database and at the end of the day the cron job creates the statspack report and emails it to me.
    I am storing the snapshot ids in the database and when running the report picking up the recent ids(begin snap and end snap).
    From the sprepins.sql script
    variable bid number;
    variable eid number;
    begin
    select begin_snap into :bid from db_snap;
    select end_snap into :eid from db_snap;
    end;
    This fails with the following error:
    DB Name DB Id Instance Inst Num Release Cluster Host
    RDMDEVL 3576140228 RDMDEVL 1 9.2.0.4.0 NO ibm-rdm
    :ela := ;
    ERROR at line 4:
    ORA-06550: line 4, column 17:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    The symbol "null" was substituted for ";" to continue.
    ORA-06550: line 6, column 16:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev su
    But when I change the select statements below the report runs successfully.
    variable bid number;
    variable eid number;
    begin
    select '46' into :bid from db_snap;
    select '47' into :eid from db_snap;
    end;
    Even changing the select statements to:
    select TO_CHAR(begin_snap) into :bid from db_snap;
    select TO_CHAR(end_snap) into :eid from db_snap;
    Does not help.
    Please Help.
    TIA,
    Nischal

    Hi,
    could it be the begin_ and end_ Colums of your query?
    Seems SQL*PLUS hs parsing problems?
    try to fetch another column from that table
    and see if the error raises again.
    Karl

  • How do I upload one picture from my PC to my iPhone to use with a contact?  Totally frustrated

    I have been trying for days to upload just one picture from my PC to my iPhone.  I have tried both iCloud and iTunes.  Neither of them have screens that match instructions in the iPhone manual.  I don't want to synch anything.  Just upload one picture.

    If the contacts are in iCloud, log into www.icloud.com, edit the contact and add the photo.  It will sync to the device.
    If the contacts are in another cloud service, log into that service and do the same thing.
    If the contacts only exists on the device.  STOP!  Sync them to iCloud, another cloud service, or a supported app on your computer immediately or risk losing them should the device fail or be lost/stolen.

  • Premiere Pro CS4 Export fails with Media Encoder CS4 "Encoding Failed"," Could Not Read From Source.

    There has never been a history of Adobe CS3 installation on the brand new MAC Pro I am using prior to installing Master Collection CS4, despite other posts claiming that chief cause of this issue is a previous CS3, Beta or trial installations of previous versions. I simply had a straightforward installation of CS4 and have had trouble since day 1.
    I have uninstalled and reinstalled Master CS4 three times, two times with the action script cleaner for CS4. I tried changing Adobe Cache folder locations to alternative drives. I ran shift start many times to correct any inconsistencies and corrected for permissions using disk utilities repeatedly. All updates have been installed and I am still getting the same error when exporting my timeline to Media Encoder CS4, be it a large High Definition project or a small one consisting of few stills.
    No matter what presets I chose, the job appears as one of the items in the render qeuee of Media Encoder CS4 and sits there with the status WAITING until i hit Start Queue. When I do, it still says WAITING under Status and at the bottom corner of the window it reads : Loading "project name.prproj" and after an average of about 6 minutes, a yellow caution sign appears. No render whatsoever takes place. When I click on the yellow caution sign, it reads a log of all errors in connection with each job, including the ones that have gone before it. Here is one:
    Start of the Error Paste
    - Source File:/users/myname/Library/Caches/TemporaryItems/test.prproj
    - Output File:/ users/my name/Documetns/Adobe/Premiere Pro/4.0/Sequence 01.mov
    - Preset used :NTSC DV
    - Video:
    - Audio:
    - Bitrate:
    0 Encoding Time: 00:33:01
    Sat Mar 21 17:12:25 2009 : Encoding failed
    Could not read from the source. Please check if it has moved or been deleted.
    END OF ERROR Paste
    Please any gurus out there know how to troubleshoot this damn thing on Mac, I really appreciate it. I have not yet encountered any posts of Mac owners with no previous CS3 installation having this issue. I am in the middle of 3 projects with tight deadlines and need your urgent help. THANK YOU!

    Hello There,
    I resolved the issue through a simple process of elimination. So simple in fact I wonder how I missed it. Since there has been no history of prior CS3 installation on this machine and every conceivable trick was applied to resolve the problem (refer to my original post earlier in the thread) ending in frustration, the problem had to reside in a factor or series of factors that were only present in this machine. Of the two remaining causes different in compare to other machines, I had to look into the possibility of any hardware and/or software conflicts. After all, this very same installation works perfectly fine on my colleague's Apple Macbook Pro and several Windows machines.
    It turns out that I had installed Pro Tools on this machine that comes with all kinds of optional plug-ins in the so called ignition pack. One of these optional plug-ins is called IZOTOPE (three varieties include Spectron, Trash and another one that escapes my mind). They were all lite version licenses that would automatically pop up on their own when you would start a program where they had been residing. One such program where an association existed was indeed the Premiere. An annoying dialogue box directing you to buy the full version when you would start the premiere would refuse to go away. Sometimes it would even start on its own culminating in a a permanent dialogue box.
    The cause of the problem was right before my eyes and I had overlooked it. Once uninstalled using IZOTOPE clean uninstaller on step 4, the problem was resolved. Projects are now loading very fast into the AME and encoding begins in earnest. I have never had any issues ever since.
    Long story short, if you have any plug-ins specially the ones that are loading upon the start of any program or the ones that reside inside the premiere or the ones that start on their own independently, they could be one of the highly probable causes of this error. I have seen other similar posts complaining of plug in folders inside premiere that needed to be moved to resolve the issue for instance the ones that needed to be moved to AE folders. If you are a plug-in admirer, I would suggest to look into them seriously.
    On the side note, many combination and causes may lead to the same error. I am not claiming that this is the solution for everyone.
    It must also be noted that I applied the trick of creating a shortcut of Premiere (and naming it exactly as such) and dropped it into the Adobe Dynamic LInk folder (even though this was suggested for windows)and have changed the adobe Cache locations to an alternative folder on a separate drive. I haven't been able to establish conclusively if the latter steps are also essential in fixing the error on MAC but I can confirm that since the latter steps were taken before the uninstalling of Izotope plug-ins and i still had issues, probably uninstalling those plug ins or finding a way to move them to a place where they don't interfere (if you absolutely need to keep them) is the one essential step that solved the problem.
    Hope this helps.

  • Failed to retrieve data from the database crystal reports 2008 in SAP  B1

    Hello friends,
                 I am using Crystal report 2008 with SAP B1 PL 8.8. When I run any report,  it runs correctly from Crystal Report. But whenever I try to open the same report through SAP ( Tools -> Preview External Crystal Report ), it prompts the parameters for that report and then open up the crystal report window and throws an Error message ("failed to retrieve data from the database. Details [Database Vendor Code: 156]").
               Please any one suggest me the corrective solution.
    Thanks in Advance,
    Keyur Raval.

    I had the same problem in SAP B1 2007. Report worked fine except when it was open from B1. Generally there may be different problems. In my case the same problem was caused by using some procedure which was in a specific schema. Changing the schema into "dbo" solved the problem.
    Radoslaw Blaniarz

Maybe you are looking for

  • How to display 2  ALV grids in the output

    Hi all I have 2 internal tables with some data i want to display 1st internal table data in one grid and 2nd internal table in the second grid in the same output screen with some headings can anyone tell me how to do it or can send the sample code Th

  • Downloading hd video for ipod classic

    I downloaded some TV shows from the Itunes store for my Ipod classic.  I find out after I purchased them that they will not play on the Ipod.  From what I am reading, it sounds like the HD versions will not play on an Ipod classic.  That seemed stran

  • Airplay only playing sound

    I have an iPhone 4 and just got the new iPhone 5 today and on both devices, airplay is only playing sound when I try to mirror a youtube vidio from my iphones to my appleTV.  When I set the iphone to mirror to my appletv, i get the message "this devi

  • Calling a Procedure inside a Function

    How to call procedure within the function. please help

  • Loading realscale image from memorycard.

    Hi. I made a big image (3550 x 2100 pixels), which my Nokia 6125 didn't zoom enough on the normal Picture preview. So I decided to make a program for it, so I could see all the details from the pic, and move around on the image. (Like zoom, but I nee