Clone Exact Replica of an Existing ESXi 5.5

I have 12 new servers to deploy and want to use an exact copy of the existing 5.5 image on an existing host. What would be the best practice for this?

Stateful and stateless environment:
1. Keep your ISO in https location and setup the Scripted environment to boot all the host from the same  ESXi ISO. All host boot with the same Build. VMware KB: Deploying ESXi 5.x using the Scripted Install feature
2. If you want the stateless environment then setup the auto deploy server in vCenter Server and Boot all host with the same auto deploy server keeping the same ISO. VMware KB: Understanding vSphere Auto Deploy Stateless Caching and Stateful Installs

Similar Messages

  • PS CS5 Extended on Windows -  When trying to use the clone stamp and/or healing brush as soon as I move the cursor over the image I get an exact copy of the existing layer that moves around the window with the movement of the clone stamp/healing brush.  W

    PS CS5 Extended on Windows
    When trying to use the clone stamp and/or healing brush as soon as I move the cursor from the toolbar over to the image I get an exact copy of the existing layer that moves around the window with the movement of the clone stamp/healing brush.  This just started tonight.  What's causing this weird behaviour?

    What are the settings in Window > Clone Source?

  • Configure replicas based on existing encrypted DB

    I am researching SQL Server Always On. I have put together a configuration that uses an existing DB which is encrypted. It is NOT a TDE DB. I cannot find any examples of how to configure this setup and I'm having an issue where my secondary replica cannot
    be constructed properly because I cannot restore the DB Master Key on the replica. I get a cannot perform operation on a read only DB. I've tried to find information about how to configure a Always On setup with an encrypted DB but could not find anything.
    MS has a page where they refer to encrypted DB in a Availability Group - but don't talk about it at all. They refer to working with a decrypted DB (which I don't have). 
    http://technet.microsoft.com/en-us/library/hh510178.aspx
    I was thinking that I could fail-over to the secondary but it fails. Not sure why but I'm thinking it may be because the two DB's are not exact. 
    What do I need to do explicitly to get this to work?
    Peter

    Peter,
    I'm not sure if that specific to azure, but the DMK is an object in the database. You don't have to restore it.
    "Please create a master key in the database or open the master key in the session before performing this operation."
    I see this, but you posted this:
    No - not using the SMK. Just using a DMK and certificate
    which are contradictory. If you were only using the DMK then you shouldn't have this problem. So either you're using the SMK to automatically decrypt the DMK and so on or azure doesn't support this.
    I can easily do this (granted, not using azure) with and without the SMK (if I restore the SMK previously as I stated before).
    Repro:
    CREATE DATABASE EncryptedDB
    GO
    USE EncryptedDB
    GO
    CREATE TABLE EncryptedData
    ID INT IDENTITY(1,1) NOT NULL,
    EncryptedValue VARBINARY(8000) NOT NULL
    GO
    IF NOT EXISTS( SELECT 1 FROM sys.symmetric_keys WHERE name = '##MS_DatabaseMasterKey##')
    CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'My$trongP@$$'
    GO
    CREATE CERTIFICATE CertToEncryptSymKey
    WITH SUBJECT = 'Certificate To Encrypt The Symmetric Key.'
    GO
    CREATE SYMMETRIC KEY SymEncKey
    WITH ALGORITHM = AES_256
    ENCRYPTION BY CERTIFICATE CertToEncryptSymKey
    GO
    OPEN SYMMETRIC KEY SymEncKey DECRYPTION BY CERTIFICATE CertToEncryptSymKey
    INSERT INTO EncryptedData(EncryptedValue) VALUES (ENCRYPTBYKEY(KEY_GUID('SymEncKey'), N'Super Secret!', 0, ''))
    CLOSE SYMMETRIC KEY SymEncKEy
    -- restore database, etc on another instance, setup into AOAG
    SELECT * FROM EncryptedData
    SELECT * FROM sys.symmetric_keys
    OPEN MASTER KEY DECRYPTION BY PASSWORD = 'My$trongP@$$'
    OPEN SYMMETRIC KEY SymEncKey DECRYPTION BY CERTIFICATE CertToEncryptSymKey
    SELECT *, CAST(DECRYPTBYKEY(EncryptedValue, 0, null) AS NVARCHAR(4000)) FROM EncryptedData
    CLOSE SYMMETRIC KEY SymEncKey
    CLOSE MASTER KEY
    Sean Gallardy | Blog |
    Twitter

  • SOA Managed Server cloning and adding it to a cluster.

    Hi,
    The following is the configuration I have in my machine already.
    ->Weblogic 10.3
    ->Domain : soa_domain
    ->Contains AdminServer and a soa manged server (soa_server1)
    I would like to have another managed server (soa_server2) so that I can create a cluster around soa_server1 , soa_server2.
    Note : I have only one machine here and both my managed servers are going to be on the same machine.
    What is the easiest way to do the same. I tried out the cloning of existing managed server ( soa_server1) to create another managed server(soa_server2) but it doesnt make a complete copy ie., the Jdbc,jms,wormanagers,application deployments etc...are not copied.
    Is it possible to create an exact replica of an existing managed server with all the deployments and conofgurations.
    Help is appreciated. Thanks.
    Regards,
    Sridhar.

    If you did not build the cluster in the first place, I don't think it is possible to add a cluster and a second server.
    You can add nodes to exsisting clusters but the last time we tried adding a cluster and a second node, we could not do it.

  • Convert from Cluster to Standalone

    Hello. 
    I'm seeking some advice on an issue I need to overcome. 
    I have a SQL2012 Cluster running on Windows Server 2012 on XenServer.  All cluster related storage is provided via iSCSI. The device that is providing the storage is failing and I need migrate the data off of that device with as little downtime as possible.
     I also would like to avoid having to install a non-clustered instance of SQL Server..
    Based on my research, it seems like what I'm trying to achieve is not impossible
    This thread here: http://www.mssqltips.com/sqlservertip/2355/dismantling-a-sql-server-cluster-after-a-p2v-physical-to-virtual-migration/
    Seems to be my best way forward given the fact that I want to resuse the existing installation and data. My plan is to snapshot my AD servers and SQL servers then with SQL and Clustering shutdown. After that, here is what I've come up with:
    1. Remove Failover Clustering
    2. Ensure iSCSI disk for SQL Data is mounted
    3. Remove the Cluster key from the registry under HKLM\Software\Microsoft\Microsoft SQL Server\...
    4. Add the Cluster IP to the host vNIC
    5. Restart SQL Server and validate it "works"
    6. Stop SQL Server and move data files and etc to new destination
    7. Disconnect iSCSI disk
    8. Change drive letter of new data disk
    9. Restart SQL Server
    Anyone mind sanity checking my logic here? When I remove the cluster service and resources, will that also remove SQL Server Instance/Service? 
    TIA, 
    Errol Neal

    Have you considered storage replication as a solution? You introduce a 3rd node in your SQL Server failover clustered instance but using a disk that is an exact replica of your existing one. This is typically done for a geographically dispersed clusters.
    The storage subsystem for the nodes are not shared so you can have different ones per node so long as the storage is replicated on a block-level.
    Also, you can introduce another shared storage in your WSFC, shutdown SQL Server and copy all of the database files on the new storage via ROBOCOPY. Once done, you can swap the drive letters of the disks to make SQL Server think like nothing has changed.
    So long as the drive letters of the new clustered disks are the same as the old one, everything will work fine.
    Another option is configuring an Availability Group as a temporary solution while you fix the storage on your cluster. Add another node on your existing WSFC and install a standalone SQL Server 2012 instance on it. Configure an Availability Group between
    the two and failover the databases to this instance while you fix the storage on your SQL Server failover clustered instance.
    I don't recommend taking a snapshot of AD. Keep in mind that you have other objects in AD that may be affected when you take a snapshot. You may end up introducing issues in your environment.
    Edwin Sarmiento SQL Server MVP | Microsoft Certified Master
    Blog |
    Twitter | LinkedIn
    SQL Server High Availability and Disaster Recover Deep Dive Course

  • Is an iPad backup an exact clone?

    Greetings All
    I need to swap out my iPad for another under warranty. I have had my current device for almost a year and in that time I have arranged the apps and content in a way that works for me. If I back up my device via a PC version of iTunes will I able to perform a restore on the new device and end up with an exact replica of the original device? I understand that the individual components/apps will be backed up, but how about the layouts and the position of the apps within the desktop pages?
    If the iTunes route does not produce an exact clone, is there another way to get my layouts and content back? I am most concerned about a fairly extensive .pdf archive of technical manuals that I carry locally on my device, as content within my G-Drive application. All of the content is backed up to a cloud account and to Google drive, but I need to access the documents when I am offline.  There have been dozens of hours invested in downloading and arranging my documents into a local directory structure and I would hate to have to start over from scratch.
    Thanks
    Addison

    I will answer this question by saying, "in theory" when you restore from the backup, the new iPad should be identical to the old one after restoring and syncing with iTunes. "In theory" is no guarantee that it will work. I have restored from backups more than a few time and it has always worked from me. I have seen other state that it hasn't worked for them.
    Your choices are restore from the backup and take the chance - or don't restore from the backup and start all over again.
    iTunes: About iOS backups - Apple - Support
    This is only part of the information from that kb article that I posted. This says that home screen arrangement will be maintained. Your files should also be arranged the way that they were at the time of the backup.
    iTunes will back up the following information
    Contacts* and Contact Favorites (regularly sync contacts to a computer or cloud service such as iCloud to back them up).
    App Store Application data including in-app purchases (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents.
    Autofill for webpages.
    CalDAV and subscribed calendar accounts.
    Calendar accounts.
    Calendar events.
    Call history.
    Camera Roll (Photos, screenshots, images saved, and videos taken. Videos greater than 2 GB are backed up with iOS 4.0 and later.)
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Game Center account.
    Home screen arrangement.
    Let me add this final note. I restored my iPad to factory settings this past weekend as part of a troubleshooting thing that I wanted to do. I restored from the backup that I created right before I restored the iOS software. The iPad was restored exactly to the way it was after I restored the backup and synced with iTunes.

  • Multiple Macs: Disk Images or Clones

    Greetings,
    I have a MBP that is my main machine. The wife has an iMac with an older OS.
    I also just bought a Seagate FreeAgent Go for Mac (320G), and want to create backups of both machines on this external HD. Reading around, I know I can create disk images of the hard drives for each computer and store them on the external HD (there is enough room), and I believe the other sensible alternative is to partition the external HD (into 2) and clone one machine on each partition (thinking of using Carbon Copy Cloner). For this latter option (cloning each machines' drive), I believe I need separate drives (or partitions) to do that (i.e. can't clone the internal HD's from each machine onto one external HD volume) (?).
    If I have those options correct (disabuse me as needed). Recommendations on which strategy might be best?
    This will be for complete backups done once a month or so.
    Message was edited by: bikeprofessor

    Thanks much all...
    Kiraly...now we are getting down to the nub of it...if I work with disk images, I need a functioning hard drive with space to load the back-up disk image onto and work from.
    I think Carbon Copy Cloner is misusing the term bootable disk image on their website:
    "Carbon Copy Cloner 3 leverages disk images to provide you the flexibility of storing several complete, bootable* backups on a single shared external hard drive. (* Disk images themselves are not bootable, but you can mount them and restore their content to a physical hard drive to produce a bootable, exact replica of the original)."
    http://help.bombich.com/faqs/dmg-and-remote/dimages
    comments???

  • Best way to clone document setup, baseline grid, to new document?

    Indesign CS 5.5 I want to clone the exact settings from an existing document to a new document. I know I could save the existing document as a template, but it is a full sized book and none of the text is relevant. Is there an easy way to delete all the text, headers and footers included?
    Or alternatively,
    I can import all the styles, but I don't see any way to import or save and name the document setup, other than doing it manually.

    Thanks, Peter. Glad for my sake that you are working on weekends.

  • Is there a Clone Stamp overlay facility in CS2?

    Hi - I've got two versions of Photoshop: CS2 version 9, and Elements 9. I've been using Elements for a couple of years for tweaking and cropping photos but have become interested in the restoration and retouching. So I downloaded the (now, free) CS2 from the Adobe website. With its enhanced features, it can work magic but I notice that when using the clone stamp tool, unlike Elements, I don't see an overly within the clone circle, meaning that it's not as easy to match up edges etc before committing with a click. I can't find any reference to a clone stamp overlay option in CS2. Have I missed something? If not, I guess I'll switch between programs.
    Thanks

    Thanks for this. I thought the difference was about 5 years but I take on board that clone stamp overlay didn't exist with CS2.
    As for 'freeness' I downloaded CS2 from the Adobe website for no money, which satisfies my criteria :-)
    Thanks again for taking the time to answer my question.

  • Replica of Accrual Reconciliation Report

    Hi Gurus,
    I have a requirement in which I have to make a query which will give an exact replica of what output will be obtained from "Accrual Reconciliation Report" without using temporary table po_accrual_reconcile_temp_all. At the end of the day it should match the report output for the transaction dates passed (i.e. GL date From/To). I made a little query but still the output from my query is not matching to the output what I obtained from the report. Firstly, my question is: Is it possible to have a /make a sql query which will be exact replica of output of the report and if we can achieve this acc to u, what all things/conditions I have to take care while making this sql. I will really appreciate for any kind of help or feedback.
    Many Thanks,
    Sumir Chawla

    Hi Nagamohan,
    Here is my script, please check and let me know if I missed some conditions:
    SELECT RT.TRANSACTION_ID
    ,(SELECT DISTINCT RH.SEGMENT1
    FROM APPS.PO_REQUISITION_LINES RL
    ,APPS.PO_REQUISITION_HEADERS RH
    WHERE PLL.LINE_LOCATION_ID = RL.LINE_LOCATION_ID (+)
    AND RL.REQUISITION_HEADER_ID = RH.REQUISITION_HEADER_ID(+)
    AND ROWNUM = 1) "PR_NUMBER"
    ,(SELECT DISTINCT E2.FULL_NAME
    FROM APPS.PO_REQUISITION_LINES RL
    ,APPS.PO_REQUISITION_HEADERS RH
    ,APPS.HR_EMPLOYEES E2
    WHERE PLL.LINE_LOCATION_ID = RL.LINE_LOCATION_ID (+)
    AND RL.REQUISITION_HEADER_ID = RH.REQUISITION_HEADER_ID(+)
    AND RH.PREPARER_ID = E2.EMPLOYEE_ID(+)
    AND ROWNUM = 1) "PR_PREPARER"
    ,PHA.TYPE_LOOKUP_CODE "PO TYPE"
    ,V.VENDOR_NAME "VENDOR_NAME"
    ,TO_CHAR(PHA.CREATION_DATE,'DD-MON-YYYY') "PO_CREATION_DATE"
    ,E1.FULL_NAME "PO_BUYER"
    ,CC.SEGMENT1||'-'||CC.SEGMENT2||'-'||CC.SEGMENT3||'-'||CC.SEGMENT4||'-'||CC.SEGMENT5||'-'||CC.SEGMENT6||'-'||CC.SEGMENT7||'-'||CC.SEGMENT8 "ACCOUNT"
    ,PHA.SEGMENT1 "PO_NUMBER"
    ,NULL "RELEASE_NUMBER"
    ,PLA.LINE_NUM "LINE_NUMBER"
    ,MSI.SEGMENT2 "ITEM_NUMBER"
    ,MSI.PRIMARY_UNIT_OF_MEASURE "UOM"
    ,MSI.DESCRIPTION "ITEM_DESCRIPTION"
    ,PLL.QUANTITY
    ,PLL.QUANTITY_RECEIVED
    ,PLL.QUANTITY_BILLED
    ,RCV.JE_SOURCE_NAME "TRANSACTION_SOURCE"
    ,'RECEIPT' "DOCUMENT TYPE"
    ,RSH.RECEIPT_NUM "DOCUMENT NUMBER"
    ,TO_CHAR(RT.TRANSACTION_DATE,'DD-MON-YYYY') "DOCUMENT DATE"
    ,TO_CHAR(RT.TRANSACTION_DATE,'YYYY') "DOCUMENT DATE (YEAR)"
    ,TO_CHAR(RT.TRANSACTION_DATE,'MON') "DOCUMENT DATE (MONTH)"
    ,RCV.CURRENCY_CODE "CURRENCY_CODE"
    ,RT.PO_UNIT_PRICE*NVL(RT.CURRENCY_CONVERSION_RATE,1) "UNIT_PRICE_(SGD)"
    ,RT.QUANTITY "TRANSACTION_QUANTITY"
    ,NVL(RCV.ACCOUNTED_DR,-RCV.ACCOUNTED_CR) "ACCOUNTED_AMOUNT"
    ,NVL(RCV.ENTERED_DR,-RCV.ENTERED_CR) "ENTERED_AMOUNT"
    ,RT.CURRENCY_CONVERSION_DATE "RECEIPT_EXCHANGE_DATE"
    ,RT.CURRENCY_CONVERSION_TYPE "RECEIPT_EXCHANGE_TYPE"
    ,RT.CURRENCY_CONVERSION_RATE "RECEIPT_EXCHANGE_RATE"
    FROM APPS.RCV_RECEIVING_SUB_LEDGER RCV
    ,APPS.GL_CODE_COMBINATIONS CC
    ,APPS.RCV_TRANSACTIONS RT
    ,APPS.PO_HEADERS PHA
    ,APPS.RCV_SHIPMENT_HEADERS RSH
    ,APPS.PO_LINES PLA
    ,APPS.PO_VENDORS V
    ,APPS.HR_LOCATIONS HL
    ,APPS.PO_LINE_LOCATIONS PLL
    ,APPS.MTL_SYSTEM_ITEMS MSI
    ,APPS.HR_EMPLOYEES E1
    WHERE RCV.CODE_COMBINATION_ID = CC.CODE_COMBINATION_ID
    AND RCV.ACTUAL_FLAG='A'
    AND PHA.AUTHORIZATION_STATUS = 'APPROVED'
    AND PHA.TYPE_LOOKUP_CODE = 'STANDARD'
    AND PHA.VENDOR_ID = V.VENDOR_ID
    AND PHA.AGENT_ID = E1.EMPLOYEE_ID
    AND RCV.RCV_TRANSACTION_ID = RT.TRANSACTION_ID
    AND RT.PO_HEADER_ID = PHA.PO_HEADER_ID
    AND RT.PO_HEADER_ID = PLA.PO_HEADER_ID
    AND RT.PO_LINE_ID = PLA.PO_LINE_ID
    AND PLA.ITEM_ID = MSI.INVENTORY_ITEM_ID (+)
    AND RT.SHIPMENT_HEADER_ID = RSH.SHIPMENT_HEADER_ID
    AND RT.PO_LINE_LOCATION_ID = PLL.LINE_LOCATION_ID
    AND PLL.SHIP_TO_LOCATION_ID = HL.LOCATION_ID
    AND NVL(PLL.QUANTITY_RECEIVED,0) > NVL(PLL.QUANTITY_BILLED,0)
    AND (NVL(PLL.QUANTITY_RECEIVED,0) - NVL(PLL.QUANTITY_BILLED,0)) > 0.01
    AND MSI.ORGANIZATION_ID = RSH.SHIP_TO_ORG_ID
    UNION ALL
    SELECT RT.TRANSACTION_ID
    ,(SELECT DISTINCT RH.SEGMENT1
    FROM APPS.PO_REQUISITION_LINES RL
    ,APPS.PO_REQUISITION_HEADERS RH
    WHERE PLL.LINE_LOCATION_ID = RL.LINE_LOCATION_ID (+)
    AND RL.REQUISITION_HEADER_ID = RH.REQUISITION_HEADER_ID(+)
    AND ROWNUM = 1) "PR_NUMBER"
    ,(SELECT DISTINCT E2.FULL_NAME
    FROM APPS.PO_REQUISITION_LINES RL
    ,APPS.PO_REQUISITION_HEADERS RH
    ,APPS.HR_EMPLOYEES E2
    WHERE PLL.LINE_LOCATION_ID = RL.LINE_LOCATION_ID (+)
    AND RL.REQUISITION_HEADER_ID = RH.REQUISITION_HEADER_ID(+)
    AND RH.PREPARER_ID = E2.EMPLOYEE_ID(+)
    AND ROWNUM = 1) "PR_PREPARER"
    ,PHA.TYPE_LOOKUP_CODE "PO TYPE"
    ,V.VENDOR_NAME "VENDOR_NAME"
    ,TO_CHAR(REL.CREATION_DATE,'DD-MON-YYYY') "PO_CREATION_DATE"
    ,E1.FULL_NAME "PO_BUYER"
    ,CC.SEGMENT1||'-'||CC.SEGMENT2||'-'||CC.SEGMENT3||'-'||CC.SEGMENT4||'-'||CC.SEGMENT5||'-'||CC.SEGMENT6||'-'||CC.SEGMENT7||'-'||CC.SEGMENT8 "ACCOUNT"
    ,PHA.SEGMENT1||'-'||REL.RELEASE_NUM "PO_NUMBER"
    ,REL.RELEASE_NUM "RELEASE_NUMBER"
    ,PLA.LINE_NUM "LINE_NUMBER"
    ,MSI.SEGMENT2 "ITEM_NUMBER"
    ,MSI.PRIMARY_UNIT_OF_MEASURE "UOM"
    ,MSI.DESCRIPTION "ITEM_DESCRIPTION"
    ,PLL.QUANTITY
    ,PLL.QUANTITY_RECEIVED
    ,PLL.QUANTITY_BILLED
    ,RCV.JE_SOURCE_NAME "TRANSACTION_SOURCE"
    ,'RECEIPT' "DOCUMENT TYPE"
    ,RSH.RECEIPT_NUM "DOCUMENT NUMBER"
    ,TO_CHAR(RT.TRANSACTION_DATE,'DD-MON-YYYY') "DOCUMENT DATE"
    ,TO_CHAR(RT.TRANSACTION_DATE,'YYYY') "DOCUMENT DATE (YEAR)"
    ,TO_CHAR(RT.TRANSACTION_DATE,'MON') "DOCUMENT DATE (MONTH)"
    ,RCV.CURRENCY_CODE "CURRENCY_CODE"
    ,RT.PO_UNIT_PRICE*NVL(RT.CURRENCY_CONVERSION_RATE,1) "UNIT_PRICE_(SGD)"
    ,RT.QUANTITY "TRANSACTION_QUANTITY"
    ,NVL(RCV.ACCOUNTED_DR,-RCV.ACCOUNTED_CR) "ACCOUNTED_AMOUNT"
    ,NVL(RCV.ENTERED_DR,-RCV.ENTERED_CR) "ENTERED_AMOUNT"
    ,RT.CURRENCY_CONVERSION_DATE "RECEIPT_EXCHANGE_DATE"
    ,RT.CURRENCY_CONVERSION_TYPE "RECEIPT_EXCHANGE_TYPE"
    ,RT.CURRENCY_CONVERSION_RATE "RECEIPT_EXCHANGE_RATE"
    FROM APPS.RCV_RECEIVING_SUB_LEDGER RCV
    ,APPS.GL_CODE_COMBINATIONS CC
    ,APPS.RCV_TRANSACTIONS RT
    ,APPS.PO_HEADERS PHA
    ,APPS.RCV_SHIPMENT_HEADERS RSH
    ,APPS.PO_LINES PLA
    ,APPS.PO_RELEASES REL
    ,APPS.PO_VENDORS V
    ,APPS.HR_LOCATIONS HL
    ,APPS.PO_LINE_LOCATIONS PLL
    ,APPS.MTL_SYSTEM_ITEMS MSI
    ,APPS.HR_EMPLOYEES E1
    WHERE RCV.CODE_COMBINATION_ID = CC.CODE_COMBINATION_ID
    AND RCV.ACTUAL_FLAG='A'
    AND PHA.TYPE_LOOKUP_CODE = 'BLANKET'
    AND REL.AUTHORIZATION_STATUS = 'APPROVED'
    AND REL.PO_HEADER_ID = PHA.PO_HEADER_ID
    AND PHA.VENDOR_ID = V.VENDOR_ID
    AND REL.AGENT_ID = E1.EMPLOYEE_ID
    AND RCV.RCV_TRANSACTION_ID = RT.TRANSACTION_ID
    AND RT.PO_HEADER_ID = PHA.PO_HEADER_ID
    AND RT.PO_HEADER_ID = PLA.PO_HEADER_ID
    AND RT.PO_LINE_ID = PLA.PO_LINE_ID
    AND RT.PO_RELEASE_ID = REL.PO_RELEASE_ID
    AND PLA.ITEM_ID = MSI.INVENTORY_ITEM_ID (+)
    AND RT.SHIPMENT_HEADER_ID = RSH.SHIPMENT_HEADER_ID
    AND RT.PO_LINE_LOCATION_ID = PLL.LINE_LOCATION_ID
    AND PLL.SHIP_TO_LOCATION_ID = HL.LOCATION_ID
    AND PLL.PO_RELEASE_ID = REL.PO_RELEASE_ID
    AND NVL(PLL.QUANTITY_RECEIVED,0) > NVL(PLL.QUANTITY_BILLED,0)
    AND (NVL(PLL.QUANTITY_RECEIVED,0) - NVL(PLL.QUANTITY_BILLED,0)) > 0.01
    AND MSI.ORGANIZATION_ID = RSH.SHIP_TO_ORG_ID
    ORDER BY TRANSACTION_ID;
    Thanks,
    Sumir

  • How to Identify PERC controller Firmware in ESXi

    I hope someone can help.  I've searched VMWare and Google till my eyes are blurry and cannot find any KB articles that explain how to get the firmware version for the PERC controllers.  The VMware KB1027206  titled "Determining Network/Storage firmware and driver version in ESXi/ESX 4.x, ESXi 5.x and ESXi 6.x", lists how to get everything EXCEPT the Firmware version of a SCSI Raid Controller.
    The only way I found to find the firmware version is via OpenManage Server Administrator. Unfortunately not all of our hosts have OMSA installed.  Worse, Installing OMSA requires a reboot and I don't have a maintenance window to shutdown hundreds of VM's so the host can be rebooted. 
    If OMSA can query ESXi and get the Raid Controller version, there must be some command line capable of displaying the Firmware version?
    Anybody?

    cstuettgen
    If that isn't possible, can the command to query the for the Raid controller Firmware be executed manually after OMSA is installed?
    Honestly, I'm not sure exactly how it works on ESXi - I'm not sure how "necessary" the reboot is. The packages might be in place for some functions without a reboot.
    cstuettgen
    Since that is the case, is it possible to install OMSA and start the services from the command line rather than rebooting the host?   After all, ESXi isn't Windows. (Grin!)
    Just to be fair, installation of OMSA in Windows doesn't require a reboot at all :)

  • Adcfgclone.pl  with using existing context file

    Hi,
    I want to clone application server with using existing context file. can I do adcfgclone.pl with using existing context file?
    What is the syntax ?
    is there any issue to use this?
    thanks

    Actually I want to clone existing enviornment of R12.0.6 application to fix local inventory issue.
    Problem: During r12.1.3 upgrade I noticed that local inventory has issue. R12.1.3 upgrade was done succssfully after clone of production. When I started upgrade on production I noticed issue during 10.1.3.4 upgrade. Thats why I thought if I clone existing production enviornment on same server by using same context file then 10.1.3.4 upgrade will run.
    I know there is a way to fix inventory but I don't want to do to avaoid more issue. Please advice which path is good in such enviornment.Are you referring to global inventory? If yes, you can simply copy it from the source servers to the target ones.
    If the PATHs are different then please refer to:
    How to Create a Clean oraInventory in Release 12 [ID 834894.1]
    How to find the location of GLOBAL Inventory and LOCAL inventory on R12.x ? Why Some Times, There are Issues With The oraInventory Registration During The Post Clone ? [ID 878717.1]
    Thanks,
    Hussein

  • How can you match an existing color when you are using the Hue/Saturation adjustment layer?

    Hi, I have a student who wants to match the color of a new layer to the exact color of an existing layer. He is using an adjustment layer to "eyeball" the color match, but is there a way to ensure that the match is perfect?

    Depends, John.
    If you're able to create a reasonable selection via Color Range, feathered masking, etc, then by matching one specific color, you'll also be correcting for that entire range of hue. It might have been needed anyway...or you use a color filter to correct the whole image, if it's needed.
    As we all know, each image presents its own specific challenges and solutions.

  • Clone of a Cube

    Dear All,
    simple question which I couldn't resolve for entire day.
    How to copy/ clone/ export - import (whatever) an existed Cube within Analytical workspace using java OLAP AW API ?
    Thanks

    Hi, LEOinDC -
    How old is the internal battery in that Cube? Many machines exhibit boot anomalies if that battery is too weak or dead.
    Those batteries have an expected life of about 4 to 5 years under best-case usage; if the machine is unplugged regularly or for an extended period, the battery is consumed much faster. Even if the machine is not unnplugged the battery will eventually die, and there will be no symptoms such as loss of date or time since the trickle power drawn when the machine is shut down (but still plugged in) will maintain those.
    Also, is the external firewire drive self-powered? If not, try that.
    Sometimes when using Startup Manager (which is what booting with Option held down invokes), all available bootable volumes aren't picked up before it displays what it has found. The solution for that is to click the circular arrow button in Startup Manager - this is an instruction to rescan the buses.

  • Stamp/clone tool not working

    The "align/not aligned" check box disappeared (it was there when first installed) and I cannot find/get it back. When using the stamp tool, it does not clone exactly what I sampled--it clones it lighter and not exactly what I selected.
    HOW DO I FIX THIS? I have reinstalled PSCC, but the stamp/clone tool is still not working right. HELP!!!!!!

    It looks like you have the Narrow Options bar enabled in the Photoshop>Preferences>Interface,
    so the icons are different from what your probably used to.
    You actually do have Aligned enabled, but you have the Flow set for 74% and have the Override Opacity
    button enabled, which would make a difference if your using a pressure tablet.

Maybe you are looking for

  • How can i add a function to the Home button?

    I'm developing an app and in order to make it work, i need to add a function to the Home button when the user is in a specific screen.

  • ABAP webdynpro iView issue with Internet explorer

    Greetings, We are trying to integrate ABAP webdynpro with portal using the standard SAP webdynpro iView template, we are able to successfully integrate and display on portal pages. However if we are using IE version 7.0 browser we do not have any iss

  • Ticking a reminder as complete doesnt update to all devices

    My reminders currently show on both my iPad and iPhone when they are due. When I tick a reminder to show it complete, it will only show as complete on the device I am currently using and doesn't update to all my devices. In the reminders app, the rem

  • How to maximize the java applet?

    Dear all, I have an application & when ever i run it, the java applet never comes in a maximum size. so is there a way to make it run in a maximum size? best regards, Ashraf

  • Assignment on Attribute Values

    Hello, I have a requirement where I have  Material Description field of type text where i have to autopopulate values which is combination of all the attribute values assigned to classification of that material. For Eg. Material No: 111 Material Desc