UCS pre-production test plan from cisco

Hi,
Is there a pre-production tests plan from cisco to validate that a new UCS setup is A-OK?
I found some stuff on google. But nothing from cisco.
Thanks for any help.
Stephane.                  

Hi Stephanie,
I am unaware of a particular pre-production test plan from Cisco to validate UCS setup but I do believe that Advanced Services is available in this regard, to assist. However, I suspect that this is not the level that you are requesting.
Thanks.
-Bruce

Similar Messages

  • How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    HI,
    How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    Thanks Florin,
    Your piece of code has worked alot, and it was very helpful in changing the Status of the Workitem to "READY" for all the Users fo the workitem.
    Points have been rewarded for your help.
    Process: We have acheived this using the "Work Item Exits", Usng "AFTER_EXECUTION" Method.
    Note: The Exit will be executed if "exit_cancelled"  statement is present/used in the work item method. if not it is not taking to the exit code. I'm unable to find the reason for it. Florin can u please explain this point.
    Please check the link for adding the code in Work Item Exits.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow
    Please find the Code:
    method IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED.
    Get the context of the workitem
      me->wi_context = im_workitem_context.
    After execution of the workitem call the method AFTER_EXECUTION
      if im_event_name eq swrco_event_after_execution.
        me->after_execution( ).
      endif.
    endmethod.
    METHOD AFTER_EXECUTION.
    This method acts as the Event Handler for SWRCO_EVENT_AFTER_EXECUTION
      DATA: LCL_L_WID TYPE SWW_WIID,
            L_STATUS TYPE SWR_WISTAT-STATUS,
            L_NEW_STATUS  TYPE SWR_WISTAT,
            L_SWR_MESSAG  TYPE STANDARD TABLE OF SWR_MESSAG,
            L_SWR_MSTRUC  TYPE STANDARD TABLE OF SWR_MSTRUC.
    Get work item
      CALL METHOD WI_CONTEXT->GET_WORKITEM_ID
        RECEIVING
          RE_WORKITEM = LCL_L_WID.
      L_STATUS = 'READY'.
      CALL FUNCTION 'SAP_WAPI_SET_WORKITEM_STATUS'
        EXPORTING
          WORKITEM_ID    = LCL_L_WID
          STATUS         = L_STATUS
          USER           = SY-UNAME
          LANGUAGE       = SY-LANGU
          DO_COMMIT      = 'X'
        IMPORTING
          NEW_STATUS     = L_NEW_STATUS
         RETURN_CODE    = SY-SUBRC
        TABLES
          MESSAGE_LINES  = L_SWR_MESSAG
          MESSAGE_STRUCT = L_SWR_MSTRUC.
      IF SY-SUBRC EQ 0.
      ENDIF.
    ENDMETHOD.
    Thank You Once Again,
    Ajay Kumar Chippa

  • Create Test Plan from Solution or Project

    Hi,
    When creating a Test Plan does it matter if it is from the Solution or a Project?
    thanks

    Hi,
    I guess the first question should be which version of Solution Manager are you using, 7.0 or 7.1.
    The process is typically to create a project, document the business process hierarchy, assign Test Cases to the business process hierarchy, and create a test plan which allows you to select the processes to be tested and the test cases.  If there are no test cases assigned to processes then the test plan cannot be created.
    A simple rule is that an Implementation Project is used to implement new business processes and during this project you document the processes including test cases.  These test cases can be assigned to a test plan and executed.  When the project passes the go-live the documentation you have created during the implementation project can be copied to a Solution. This is when the Solution is updated with documentation relating to the productive environment.
    From a documentation perspective the Solution will therefore provide all the documentation associated with the productive landscape, including the test cases you have used as a basis for your test documents in the test plan.  When you change a productive business process you can use a maintenance project to check out the documentation from the Solution, change the documentation, and then check in the changed document.
    For Test Cases the same logic applies.  If you need to change a Test Case you can check it out to the maintenance project, create a test plan for the maintenance project and perform the testing.
    The important note is that the Solution should reflect the productive environment and a project should reflect the project environment.  The benefit is control and traceability.
    Regards,
    Rich Labib

  • Unable to download anyconnect-gina-win-2.5.2017-pre-deploy-k9.msi from Cisco

    I am looking to download an older version of the Cisco AnyConnect Start Before login module. The filename is anyconnect-gina-win-2.5.2017-pre-deploy-k9.msi.Cisco no longer has the download link on their website. The oldest version they have is 6005.
    Upgrading to a newer version is not an option as it is a huge project to upgrade 10000+ machines.
    I called Cisco Support and they told me that I would need to post in these forums to receive the file. It didn't make much sense to me but I'm posting. Is anyone able to help?
    Thanks,
    Dan

    Hello Dan,
    I called Cisco Support and they told me that I would need to post in these forums to receive the file. It didn't make much sense to me but I'm posting. Is anyone able to help?
    May I have the case number, where they told you that, I will help you with that but I first need that
    Regards,
    Julio Carvajal

  • Test Plan Document Template

    Hi Team,
    Does anybody have a test plan document i could use as a template for an ETl dataflow and related processing in external systems.
    Thank You

    Hi,
    Unit test plan:
    From a technical point of view , once you complete your development you need to test the objet to ensure it is meeting all the requirements..
    For this purpose you prepare a unit test plan. You will have both negative and positive test case in your plan. Execute each case and check whether the output is acheived or not..
    Code review.. Once coding is completed you need to review your code to ensure that you have followed all coding stds..
    Peer review is code review done by; some one else in your team.
    Search SCN for more details
    Regards
    Ansari

  • Send an e-mail after creat Test Plan STBW_2

    Hi All,
    I am working Solman 7.0 and creating Test Plan from STWB_2. But as we know is "standard" to send e-mails to resources are assigned each activity inside test plan as information about version 7 - EHP1.
    I've hust check out configuration in STBW_SET and is ok too. Maybe there are other customizing necessary to active this e-mails.
    Regards,
    Warlei Figueiredo.

    Warlei,
    See the SAP Note 1348140 - E-mail notification in test sequence does not work.
    Good luck!
    Best regards,
    Jacques.

  • About unit test plan document

    Hi all,
    I am new to ABAP environment.Can anyone explain what is meant by unit test plan document and also what is the diff between between code review and peer review.
    Thanks in advance
    *There is enough material online, pl help yourself.
    @Others: Answering such questions is discouraged.*
    Edited by: Suresh Datti on Sep 1, 2009 10:35 AM

    Hi,
    Unit test plan:
    From a technical point of view , once you complete your development you need to test the objet to ensure it is meeting all the requirements..
    For this purpose you prepare a unit test plan. You will have both negative and positive test case in your plan. Execute each case and check whether the output is acheived or not..
    Code review.. Once coding is completed you need to review your code to ensure that you have followed all coding stds..
    Peer review is code review done by; some one else in your team.
    Search SCN for more details
    Regards
    Ansari

  • Upgrade from XI 3.0 to PI 7.1 Test plan

    Hi All,
      We are in the process of upgrading our XI server from XI 3.0 to PI 7.1.  Our landscape is connection different Non-sap system(web, FTP, JDBC) and with different sap system. 
    we need to have concrete test plan before upgrading from XI 3.0 to PI 7.1 wherein non of our existing interfaces should not get affected.
    Please provide your solution how can we have our test plan in development perspective. what are the area and functionality we need to test.
    For eg.
    1. do we need to test each and every communication channel?
    2. do we need to go each and every mapping object and check whether any custom code involved?
    3 I understand from the blog that when we go for upgrade we need Java proxies need to be redeployed and custom adapter module need to be redeployed. If so do I need go one by one communication channel and check is there any customer adapter module is there or not?
    Along with this let me know is there any standard test plan strategy is available.
    Thanks,
    Dhill

    Hi,
    While upgrading to PI71. you should have consider few things as per below link
    SAP NetWeaver Process Integration 7.1 Upgrade Considerations
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40a0868a-9d40-2b10-8cb4-8e0c53b56655
    SAP NetWeaver PI 7.1 and SLD - Webinar Presentation
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/300e3ca7-31cd-2a10-a6ba-87c7447d5fd7
    Decision-Making Factors when Moving to SAP NetWeaver Process Integration 7.1 - Upgrade or New Installation with Phase Out
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40328fc8-4844-2b10-b7a2-8930c16df2ba
    Thanks
    swarup

  • Is it possible to import the failure cases from another test plan in MTM ?

    Hi,
    Is it possible to import the failure cases from another test plan? For example, I have created a new test plan with ID 1002. Now I want to import the failure cases from test plan with ID 1001.  Is there anyway to do this?
    Thanks,
    Leslu

    Hi Leslu,
    As far as I know, there isn’t that feature in MTM, but we could achieve that by add test cases to the test suite.
    As we know, the test case is associated to the test suite, remove the test case from the test suite won’t delete the test case, it just remove the relationship.
    So, we could base on the test cases’ id to add the test cases to a test suite of another test plan.
    The condition is:
    Work Item Type In Group Test Case Category
    ID In id1,id2 (e.g. 1,2,)
    Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cloning a test CMS from a Production environment - process?

    Hi there - I am attempting to clone a test environment from a production CMS system database.
    ENVIRONMENT
    BO Version: XI3.1
    O/S: Linux
    Web Server: JBOSS 4.3
    Database platform: Oracle 10g
    BOXI SETUP
    1. BOXI environment type on Production (clustered with two nodes.)
    *. Linux servernames for each BOXI node=Prod100 and Prod 101.
    *. JBOSS ports on both nodes=15000. CMS port on both nodes=6400.
    *. Database Sid=BOCMS@PROD
    2. BOXI environment type on Perf (clustered with two nodes)
    *. Linux servernames for each BOXI node=Perf100 and Perf 101.
    *. JBOSS ports on both nodes=15100.
    *. CMS port on both nodes=6400.
    *. Database Sid=BOCMS@PERF
    Process and requirement
    For each project, as part of performance testing, we copy the production database (CMS / system database) in order to clone it. The idea is that we have a copy of production which we can then use for performance testing. We do not need to rebuild the BOXI 3.1 server (that remains there), but we need to rebuild system database. In version five we would copy the BO_REPADMIN schema into the PERF database and then change the connections in Supervisor. Can this process also be done in XIR3.1 ?
    Options considered so far
    1. The DBAs recommended just copying the BOXI CMS / System Database tables from PROD to the PERF database. My question is - don't we then need to change the settings in the CMS database (PERF) to somehow so point to the correct physical servers / correct SIA etc.? Could I just alter th FRS references and use the cmsdbsetup.sh to alter all the details or are there other steps required (manally altering ccm.config) ?
    2. Copying the CMS from the PROD to the PERF CMS schema. However it seems like this is not an option as the Admin guides stipulates:
    "However, you cannot change the BusinessObjects Enterprise installation path, operating system, and machine name"
    As the installation path for the BOXI performance environment is different to production and they reside on different physical machines it sounds to me that this isn't an option, right?
    3. Use the cmsdbsetup.sh script - create a blank new CMS on the PERF database then migrate all production objects from PROD to PERF using the Import Wizard.
    Could anyone recommend further options? Thanks in advance.

    Hi;
    Can any one explain the detaild process about Operating level snapshot to prepare a test setup from a production databaseMainly; We are using IBM disk and our disk team take snapshot of disk and we can work on those snapshot than storage team again revert back system orginal state.
    As you can see its performed by storage team contact wiht your vendor.
    If you dont have storage team than I suggest see my below post:
    http://heliosguneserol.wordpress.com/2011/12/08/11g-snapshot-standby-for-real-time-testing/
    Regard
    Helios

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

  • How to migrate Planning from Production to Disaster-Recovery server?

    We are using Planning 11.1.1.3 Oracle repository. Presently our DR Planning Application name is different than production's name, and the DR's Windows server names are different from Production's. Otherwise, all other configuration the same.
    How do we migrate Planning from Production to Disaster-Recovery server? We stopped Planning on DR server. Then we exported production planning Oracle repository and imported it to DR Planning. We restarted DR's Planning. DR planning seems to be running fine, but I am afraid to click "Refresh Planning" on DR Planning - it might update Production server. So how can I be sure DR and Production planning are disconnected ?
    Is there anything we need to do? This method seems to be faster than migrating with LCM.
    Edited by: Essbase Fan on Oct 18, 2010 10:11 AM

    You are definitely go about it the correct way, if you are migrating the whole planning application I have to agree it is a safer and quicker route.
    The connection information to essbase is stored in the planning system database/schema so as long as you have not migrated that then you should be good to refresh.
    To put your mind at rest, log into the planning application and edit the datasource associated with the application then you will see where the essbase server is it is going to refresh.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Operating level snapshot to prepare a test setup from a production database

    Hi ,
    Can any one explain the detaild process about Operating level snapshot to prepare a test setup from a production database
    Thank You

    Hi;
    Can any one explain the detaild process about Operating level snapshot to prepare a test setup from a production databaseMainly; We are using IBM disk and our disk team take snapshot of disk and we can work on those snapshot than storage team again revert back system orginal state.
    As you can see its performed by storage team contact wiht your vendor.
    If you dont have storage team than I suggest see my below post:
    http://heliosguneserol.wordpress.com/2011/12/08/11g-snapshot-standby-for-real-time-testing/
    Regard
    Helios

  • Test Plan creation in Solutoin manager Production

    Hi
    We have the Solution and Blue print updated in the Solman production System.  The test system is quite old and does not have the update Solutoin or the Blue print .  As we have updated Testcases & processes in production system, we would like to create a test plan (using test organizer) directly in the production system.  But the system is not allowing creation of test plan in Productoin and system is expecting us to create in test and transport to Produciton.  As we do not have the updated process/solution in the test, the creation of test plan in Test has no meaning and cannot be used.  What is the way out to resolve our problem.  Also guide us the procedure to create test plans directly in Produciton system and highlight us if there is signifcant impact.
    Regards
    Srini

    Hi Srini
    You are asking why it is not possible to do directly in solman production
    the answer is same if you ask for ECC PRD or BI PRD why we have 3 tier landscape simply because PRD is not a test system or training system all the configuration development happen in ECC/BI dev then we move the request to QA for testing
    Samething if you create a Test Plan in Solution Manager PRD where you expect to do the testing for your configuration.
    Moreover where are you planning to train your Actual Tester's who will use your Test Plan.
    Last you have to open the client for changes to happen in PRD do you think is it correct it ?
    Hope I have explained or clarified your doubt
    Regards
    Prakhar

  • Need to refresh Test environment from Production

    Hi All,
    I need to refresh our Test environment from Production.
    Can anyone help me with the list of special tools from different vendors to do it?
    Any kind of help is appreciated.

    Hi Manoj,
    Thanks for your response. I am aware of the system copy.
    can you help me with some tools from different vendors that can be an alternative to system copy.
    we have categorized the task into 3 categories:
    Database restore
    Client Copy
    Special tools
    The third one includes tools from different vendors (for example: TDMS from SAP itself).

Maybe you are looking for

  • Early 2006 MacBook Pro Over Heat Findings

    Just thought I'd publish a few findings on this topic. There are a lot of threads about MBPs running hot. Background - 1.83 GHz Core Duo 15" MBP. Machine has always run pretty hot, but never shut down due to an overheat. After upgrading this machine

  • Toolkit for feedback system? Motion; PID; Control/Simulation???

    Hi, I have to develop/program an organ bath system - a feedback system mimicking real sinusoidal breathing oscillations (shown in attached images). I have NI Labview 8.5, NI-Motion 7.6, a linear motor (M-235 DC-Mike actuator), an MID-7654 Servo Power

  • Capture Settings Ideal for SD DVDs and flash, coming from HDV to save time?

    Hello, I have 14 hours of HDV footage shot at 60i, using my Canon xha1. I need to create footage which will be put into a standard dvd and most importantly, be put online as relatively small files. My questions is, what would be the best capture pres

  • Rebuild of Indexes

    Hi all, Is it require that that all the indexes should be recreated on a quarterly or yearly basis. If it is please let me know in detail. Regards Sandy.

  • Flickr plugin video limits incorrect

    The flickr plugin which came with Lightroom 5 still enforces Flickr's video limit of 2 videos per month.  Flickr did away with that limitation back in May, according to Flickr support.  The result is normally some of my videos do not upload.   I'm no