Adding new Blade into 5108 Chassis

Hi Guys,
               I am about to add a new Blade into the chassis which current having 7 running blades into it.There is also a default template profile ready to create new profile for new blades. Since this is the first time that i am going to add a new blade... I am looking for some guidance. So there is my plan:
1. Insert the new M3 Blade server into a chassis... Noted the chassis number;
2. Go to the profile template, and create profile from template;
3. Go to the new added blade and associate it with the profile create in steps two;
Blade should be ready to boot?
There is where i am not sure, the blade is diskless! we intended to boot from SAN... so where should i have a blade to look for ESXi for the insall? Should i mounted the ESXi image prior then use KVM to tell the server where to get ESXi image to boot?
Thanks,

Thank you guys for these great answer... Really appreciate it.
I have one more question though... I intent is to boot from SAN, the storage team has mentioned that i need to zone the LUNs, so the Blade can see it. Well i assume there is no different than zone the datastore for ESXi hosts, right? For instance:
fcalias name ESX1 vsan 1
    member pwwn 20:00:00:25:b5:b0:00:ff
zone name PCVNX_A5_ESX1 vsan 1
    member fcalias ESX1
    member fcalias PCVNX_A5
Then add the zone above to the zoneset. And lastly, re-activate the zoneset.
Now by reactivate the zoneset, will that affect traffic?
Thanks

Similar Messages

  • Error whille adding new mapping into FDM

    Hi,
    When i am trying to add new account mapping into account(The account already having 4000 mappings already) in FDM am getting error like, "Error: Error adding new record.
    Detail: An invalid value was entered for the dimension (Customer)" .
    What should I correct for this situation?
    Thanks so much!!!

    Loading a target system member that does not exist in the target application is only going to cause you an error when loading to the target system. I would not recommend this approach. Either update the maps to a valid member or add the member to the target application.

  • Unable to edit my songs in my shuffle, such as deleting songs from my shuffle and adding new songs into it.

    When i first bought my shuffle a few years back, i would use the itunes in my old laptop to add/delete songs from it. However, recently i realised im unable to do so on my new laptop (using itunes). Today, im unable to add/delete songs from my shuffle, using my old laptop or new laptop. Need help on this, as im unable to change my songs in my shuffle. Appreciate any help or suggestions.

    Hi Sam,
     CRMToolBox gives you an option to work on webresources. Alternatly, You can export the webresource, work in Visual Studio and use the browse button on the webresource editor to upload the updated file.
    Cheers,
    Jithesh

  • Adding new method into String.java (just for personal usage)

    For some reason, it kept bringing in the old String.class, even I updated it the rt.jar with the new String.class. I even checked it with jar -tvf rt.jar. It has the new String.class. However, it seemed to constantly loading in the old one. Unless I use bootclasspath. The followng is the test :
    1.     I add a new function to String.java
    a.     : goody() { return “this is a test method”; }
    2.     To compile:
    a.     javac -bootclasspath ".\;C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar" String.java
    jar uf rt.jar java/lang/String.class
    3.     To test with file test.java where it calls String.goody()
    a.     To make sure it is not pulling in old code, I had to copy the new rt.jar to my test directory:
    i.     copy "C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar” .\
    4.     compile my test.java:
    a.     javac -bootclasspath .\rt.jar test.java
    5.     Execute the jvm:
    a.     java -Xbootclasspath:.\rt.jar;.\; test
    6.     I got output : “this is test method”
    =========================
    if I use the regular : java classpath where the new classpath does indeed reside in, it claims the symbol not found. I have to copy the rt.jar to my local and use -Xbootclasspath. Suggestion? Or, this is really the only way to be able to call a new method installed in String.class?

    eproflab wrote:
    a.     To make sure it is not pulling in old code, I had to copy the new rt.jar to my test directory:
    i.     copy "C:\Program Files\Java\jdk1.6.0_03\jre\lib\rt.jar” .\That will not work.
    You must replace it in the VM directory or use the bootpath options. There is no other way.
    Note that you mess up with what you are doing (replacing the rt.jar way) that not only will you not be able to run, not even to get an exception, but you will not be able to compile either.

  • Added new field to cube but data not passed from DSO

    Hope someone can help.
    (BI 7.0) We added new fields into a cube. The fields already existed in the DSO. When we ran the process chain in development for the first time after making this change, we notice that the 'historical' data for these fields is populated in the cube. When we do this in our quality system only new data passed to the cube is updated. In development in the sub-chain DTP request we see all previous requests listed under selections. In quality it is only the latest request. The only difference is that the DeltaInit flag in the DTP request in development is ticked (extraction mode) - but not in quality. Does anyone know whyb this is?

    hi peter,
    Adding fields to cube doesn't affect delta status...The delta DTP should be able to handle delta requests automatically.
    I guess in you quality system, the cube already got all requests updated from ODS before you importing the change request. And in develop system none of the requests in ODS were updated before the change.
    Regards,
    Frank

  • How to add new codes into SAP Query/Infoset

    Hi Experts,
    First time working with SAP Query.
    I need to enhance an existing Query to add a new field into a report.  I have added new tables into this Infoset and joined my new  tables with existing tables and able to extract the new fields out on the report.  But here are my problems:
    Example of original output:
    X88888 500000
    X99999 400000
    Example of new output after adding my 2 new tables to get 1 new field to output:
    X88888 50000  01/08/2009
    X88888 50000  01/25/2009      <--- for X88888 customer, I want only this record w/ latest date to be output
    X88888 50000  01/22/2009   
    X99999 40000  03/09/2009
    X99999 40000  04/18/2009
    X99999 40000  04/19/2009      < -- for X99999, I want only this record w/ latest date to be output
    Where/How i can add the code to control this logic so that only 1 record per customer with the highest date can be output.  I looked at the query program and it looks very confusing and hard to understand.
    Please advise,
    Thanks,
    Sam

    Hi Sam,
    Instead on adding new table/tables , better way to use Direct Read from your single table.
    Please read the below steps to suffice your requirement.
    Assumption: Let your original table be A and second table is B.
                            Tables A and B are having field X1 and X respectively, using these fields, they can be joined.
                             You want field date1 of table B.
    Infoset Changes:
    1. Go to SQ02 (Enter Infoset name, click on Change button)
    2. Create an extra field E_date of type date (Sy-datum), by clicking on 'Extras' (F5) button.
    3. Select that field in one of the field group of your Infoset.
    4. Click on Code Icon (Shift+F8) displayed on application bar, you will be getting lists events in 'Code section'.
    5. In Data Section , declare an internal table like below code (here pseudo code)
    data: begin of itab_date occurs 0,
                       date1  like B-date1,
                       end of itab_date.
    6. In Recod processing Event write the following code.
    CLEAR itab_date.
    CLEAR E_date.
    SELECT date1 FROM B into table itab_date                           " Retrieving date field from table B
    WHERE X = A-X1.
    Sort itab_date by itab_date-date1  DESCENDING.                 "Sort internal table B in decendind order on date1
    READ TABLE itab_date index 1.                                            "Read first record of interanal table
    E_date  = itab_date-date1                                                      "Assigning top most date of internal table into field E_date.
    7. Generate the Infoset
    Query changes
    1.Go To SQ01 (in a new session),
    2.Give your Query name, click on change button, and select that field group in which you have added extra field.
    3.Select extra field.
    4.Go to basic list to select that field in your O/p list.
    5.Click on Test button, and see if you are getting desired result.
    Please let me know if you need further details.
    Regards,
    Dinesh

  • Crash While Adding New Calendar Items

    I've tried adding new entries into the Calendar and am getting an odd crash back to the Home screen immediately after setting the event's time to "All Day" ('flipping the switch' for All Day). It's consistent and repeatable. I realize that random crashes are pretty much going to be common here in the initial launch of the Software Upgrade but I was kind of hoping that this wouldn't be one of them. It doesn't reset the iPod or stop the music playing-- which actually surprised me in that respect-- but it does fail to save the event. Anyone else have this issue, or any other 'reliable' crashes?

    Interesting.
    I see a definite delay, and I thought it might crash, but it doesn't.
    Try replacing the data on next sync - the option is at the bottom of the info tab in iTunes.
    Scott

  • EDIT method doesn't work after adding new row

    I would like to start editing after adding new row into TableView.
    I copied example from Oracle website: [Using JavaFX UI Controls - 13 Table View|http://docs.oracle.com/javafx/2/ui_controls/table-view.htm#CJAGDAHE]. Then I put additional button for adding new row and define action for the button.
        final Button addButton = new Button("Add");
        addButton.setOnAction(new EventHandler<ActionEvent>() {
            @Override
            public void handle(ActionEvent arg0) {
                Person p = new Person("", "", "");
                table.getItems().add(p);               
                table.getSelectionModel().select(p);
                table.edit(table.getSelectionModel().getSelectedIndex(), table.getColumns().get(2));
        });In result I can see selected new row but the table doesn't start edditing in the third column.
    I have similar method for editing existing rows and it works properly.
        final Button editButton = new Button("Edit");
        editButton.setOnAction(new EventHandler<ActionEvent>() {
            @Override
            public void handle(ActionEvent arg0) {
                table.edit(table.getSelectionModel().getSelectedIndex(), table.getColumns().get(2));
        });Could you help me what I do wrong?

    Try wrapping the setCaretPosition(...) method in a SwingUtilities.invokeLater(...)
    caret=outputArea.getDocument().getText(0,outputArea.getDocument().getLength()).length();Should be:
    caret = outputArea.getDocument().getLength();

  • Add new timezone into DA 7 with no AM (directLdap), is it supported?

    Hi,
    Recently I installed JES 7 without AM and I'm using DA with DirectLdap as a configuration store but I need to add new timezone in there.
    The documentation says that I first need to modify two files: UserCalendarService.xml and DomainCalendarService.xml and apply the changes with amadmin command and I'm thinking if adding new timezones into DA 7 with directLdap is it not supported?
    I did change Resources.properties and daconfig.properties and redeploy the DA but I can not see the new timezones in there.
    Thanks in advanced.

    Hi,
    We will need to move our files off of our PC before we install Windows 7. To make this easier, we recommend  a free download called Windows Easy Transfer, which will require an external hard disk.
    Then install the Windows 7 like the below tutorial:
    Upgrading from Windows XP to Windows 7
    http://windows.microsoft.com/en-in/windows7/help/upgrading-from-windows-xp-to-windows-7#T1=tab01
    After we've installed Windows 7, we could run Windows Easy Transfer again and move our files and settings back to our computer.
    After that, we could install and use Windows XP Mode in Windows 7. Windows XP Mode works in two ways—both as a virtual operating system and as a way to open programs within Windows 7. It runs in a separate window on the Windows 7 desktop,
    much like a program, except it's a fully-functional, fully-licensed version of Windows XP. In Windows XP Mode, we can access the physical computer's CD/DVD drive, install programs, save files, and perform other tasks as if we were
    using a computer running Windows XP. 
    For detailed information, please refer to this article:
    Install and use Windows XP Mode in Windows 7
    http://windows.microsoft.com/en-IN/windows7/install-and-use-windows-xp-mode-in-windows-7
    Karen Hu
    TechNet Community Support

  • Adding a 5108 chassis

    We purchased UCS (2 6120XP fabric interconnects and 2 5108 chassis with blades) a couple of years ago.  We are just getting to the point of needing to add an additional chassis.  I'm presuming adding the additional chassis is pretty straight forward.  Plug the chassis into the fabric interconnects, allocate the a couple of the ports on the fixed modules to be Server ports, and then power the chassis on.  Is there anything that I need to be aware of or could be a potential gotcha?                

    When adding a new chassis the firmware shipped with the IOMs may be different than what you're currently running.  The IOMs will automatically download the matching fw version from the FI's - so just be patient once enabling the server ports for the new chassis and blade to discover.  Could take up to 20mins (to pull upgrade image and reboot if necessary).
    Other than that, ensure all IOM - FI links are acknowledged.  Once the chassis is discovered you can re-ack the new Chassis just to be sure. 
    Regards,
    Robert

  • Integration of old Blades into New new Fabric Interconnects

    Hi,
      I have a task where I am expected to:
    * Install Two new 6296 FIs., with two blade chassis and B200M3 Servers. These are all new equipment. All these equipment are at Location On3.
    * Add two existing Blade Chassis comprising of B200M2 Servers from Location two into this 6296 setup. These two blade chassis at Location two are presently with their own 6124 FIs. We need to migrate the logical configuration, into the 6296.
    * Add two more existing Blade Chassis comprising of B200M2 Servers from Location three into this 6296 setup. These two blade chassis at Location three are presently with their own 6124 FIs. We need to migrate the logical configuration, into the 6296.
    * However location two can be thought of as the present Prod environment and Location Three as DR.
    We need to have a minimum outage for Prod Site, as they are migrated from their present FIs to the new FIs.
      I have been contemplating the below for this migration.
    1- Install the new FI and blade chassis along with the Blades.
    2- Upgrade the Firmware to the level at Location One as at Location Two ( Location two code upgrade to the latest is complete for both Infra and Blades ).
    3- Restore a logical Config Backup from Location three to Location One.
    4- Restore a logical Config Backup from Location Two to Location One - I will allow Overwriting as applicable.
    Then I plan to tweak the configuration so that they can co-exist, mapping/configuring network and Storage ports.
    The new blades will be an extension of the logical setup at Location two, as much as possible.
    My questions:
    Is this a workable plan ? Meaning, I plan to physically move Location two and Location three equipment only upon restoring of the Logical Config Backups.  Are there any gaps that I hadn't discovered ? Any advice on this is much appreciated.
    Note I have intentionally overlooked the option of upgrading the location Two, 6124s 6296, for there is a physical movement involved for those blades.
    Thanks in Advance

    So, are you trying to integrate location 2 & 3 into a common location?  yes, a common new location, referred as location 1.
    Are locations 2 &3 running the same firmware level and are the new Fabrics already upgraded to the same firmware level of the 6120's currently working? Yes.
    If there is a third location where locations 2 & 3 will be integrated, is that location in the same data center/POD or the new location also involves moving to another physical location? No, it is a physically different data center
    Are you using UCS Central? No

  • Photo gallery able to reorganise into subcategories + adding new images via in-browser editing

    Hi,
    I'm looking for a photo gallery which has the ability to reorganise the images displayed based on subcategories or tags. For example I want to add a gallery which contains photos of a clients projects. The client wants site visitors to be able to shuffle the gallery to view only for example "stone walls" or "timber decking". A tagging system would be handy rather than having to load the photos into each subcategory.
    The other consideration is that my client needs to be able to add new images with tags using the in-browser via Business Catalyst. So far I have only succeeded in replacing existing images rather than adding new images.
    Is there such a widget for Muse or are there anyother widgets for wordp-ress or other which could be embedded to tdo the job.
    Thanks in advance,
    Jimmy

    Hi Jimmy
    If I am not wrong, basically you want to provide users an option to select category of images which they want to show up on page.
    From Muse we cannot tag or categorize them , also photogallery module in BC does not provides this option, but there is a workaround with web apps.
    You can create a web app and then web app items as images and then categorize them. On page insert the web app with categories drop down, so when users will select the category those web app items would be displayed on page. Additionally you can add custom fields in web app to search using keyword.
    With editing , clients can login to BC admin and then using photogallery module or web app module ( if used ) to edit the images, add new ones. IBE cannot be used to add new ones but to replace existing ones.
    Helpful Links :
    http://helpx.adobe.com/business-catalyst/partner/web-apps.html
    http://helpx.adobe.com/business-catalyst/partner/building-web-apps-part-1.html
    Thanks,
    Sanjit

  • HT1347 When I add a folder to the library, does that mean that 'later' when I drop a new file into that folder (already added) it will automatically end up in iTunes? (or do I have to add file/folder to library every time I have a new file??) I'm using XP

    When I add a folder to the library, does that mean that 'later' when I drop a new file into that folder (already added) it will automatically end up in iTunes? (or do I have to add file/folder to library every time I have a new file??) I'm using XP...

    iTunes does not actively scan the media folders.  If you manually add content to a folder, then you must add that content to iTunes manually via the File > Add File/Folder feature.
    The only folder that gets scanned is the "Automatically add to iTunes" folder.

  • Adding a new tab to CrystalReportViewer and loading a new rpt into it

    Hi,
    I've been struggling with the following problem for a few days now and I would really appreciate any help you can offer.
    I need to add a new tab to an existing instance of CrystalReportViewer and load a new crystal report (RPT) into it.
    I wasn't able to do that and tried inserting an instance of a new CrystalReportViewer into the new tabpage, but I've encountered several problems with that solution as well, such as: by hiding the tree and all bars, I'm also removing the page navigation field of the new rpt.
    Here is the code I've used:
    TabControl tabControl = (TabControl)((PageView)crystalReportViewer1.Controls[0]).Controls[0];
    DocumentControl tab2 = new DocumentControl(new ViewerDocument(new SubreportContext()));
    tabControl .Controls.Add(tab2);
    tabControl .TabPages[1].Text = "New Tab";
    tabControl .SelectedTab = tab.TabPages[1];
      Now I need to load the rpt to the new tabpage
    If I'm trying to add a new CrystalReportViewer into the tabpage:
    ReportDocument oRpt2 = new ReportDocument();
    oRpt2.Load(tempFile);
    CrystalReportViewer newViewer = new CrystalReportViewer();
    newViewer.Dock = DockStyle.Fill;
    newViewer.DisplayGroupTree = false;
      newViewer.DisplayStatusBar = false;
      newViewer.EnableDrillDown = false;
      newViewer.DisplayStatusBar = false;
      newViewer.DisplayToolbar = false;
      newViewer.ReportSource = oRpt2;
       tab2.Controls.Add(newViewer);
    Please let me know what is the best practice for this kind of operation.

    Continue my question....
    I've found a method that opens such a tab for me in one statement:
    DocumentControl tab2 = ((PageView)crystalReportViewer1.Controls[0]).CreateNewReportDocument("new doc");
    But I remain with question of how to load the new RPT into it?

  • Adding new date field to already loaded data target.

    Hi,
        we have a cube containing date feild such as 0CALMONTH. the data is being loaded to the cube. now they have added new date feild (0FISCYEAR). how to get data to this feild. there is no data coming from source system for this feild. please can any one tell me how to include this feild and load data into it.
    with regards,
    sreekanth.

    Sreekanth,
       If Record creation date is the right field for deriving fiscal year, Why cant you derive the year from the date...by using automatioc time conversion...?? In update rules...??
      For exising data, you can do loop back to populate the data. see the below doc, for more info:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f421c86c-0801-0010-e88c-a07ccdc69601
    Hope it Helps
    Srini
    Message was edited by: Srini

Maybe you are looking for

  • Cannot Open Print Setup in Photoshop CS5

    I am using an iMac and an Epson 3800 printer.  After opeining the Print page in Photoshop CS5, I am unable to open the "Print Setup" page when I click the "Print Setup" button.  The Print button is already blue when I open the page and when I click "

  • Plugged in my friends ipod and mine disappeared

    I recently plugged in my friends ipod (nano) into my computer and it shows in itunes. Then I unpligged his, plugged in mine and mine now shows up as an external E; drive. His ipod still shown in my itunes, it is unplugged. Now my ipod spinns around r

  • Zen nano plus 1gb only taking 128 so

    I just bought mine last Monday, and installed it today. I started putting songs onto it when suddenly it said I couldn't put any more. I looked at the properties and it said I still had 408MB of free space. Any ideas?

  • Inserting data from excel into oracle db

    I have data in excel files. Can I insert it in Oracle DB?? any example will be highly appreciated thanks and kind regards

  • What's the error here?

    CONVERT(varchar, CONVERT(date, Date), 3) AS Date, How do I put this in my where statement my date is my database is date, and example is 15/2/2014