How to merge storage of data 3

Dear Sir / Madam,.

I installed ESX 3.5 on one of my server G4 DL350 now I want to merge 3 storage of data for coming one because I want more space for a virtual computer as over 400 GB.

Screen short is attached for your kind information.

Your help is required.

Principle systems engineer

NetSol Technologies

Lahore Cantt Pakistan

54792

Thank you very much for your answer... we can configure RAID on it?

As the writing above, you need to create the RAID at the hardware level (it is not a function of the software RAID in ESX).

Also make sure that each logical drive that you create is<>

André

* If you found this device or any other answer useful please consider awarding points for correct or helpful answers

Tags: VMware

Similar Questions

  • How to merge continuous same data in one and then change.

    Hi all

    I have a look of table as shown below.

    City of day code
    01 Delhi A001
    Delhi 02 A001
    Delhi 03 A001
    London 04 A001
    London 05 A001
    Delhi 06 A001
    07 New York A001
    08 NYC A001
    .....
    ...
    ...
    ..
    and so on

    Now I want to merge column 1 column with order by the gaze of day and exit as City... Delhi - London - Delhi - New York - where code = "A001".

    Please help me with this problem.

    Thank you
    Neo

    Published by: user11809081 on Sep 3, 2012 10:35

    Published by: user11809081 on Sep 3, 2012 10:36

    In case you are looking for an alternative approach to conect by

    WITH data AS
            (SELECT '01' day, 'Delhi' city, 'A001' code FROM DUAL
             UNION ALL
             SELECT '02', 'Delhi', 'A001' FROM DUAL
             UNION ALL
             SELECT '03', 'Delhi', 'A001' FROM DUAL
             UNION ALL
             SELECT '04', 'London', 'A001' FROM DUAL
             UNION ALL
             SELECT '05', 'London', 'A001' FROM DUAL
             UNION ALL
             SELECT '06', 'Delhi', 'A001' FROM DUAL
             UNION ALL
             SELECT '07', 'New York', 'A001' FROM DUAL
             UNION ALL
             SELECT '08', 'New York', 'A001' FROM DUAL
    )
    
    select
     code
    ,max(city_concat) keep(dense_rank last order by day) city
    from (
    select code, city_concat, day
    from data
    model
    partition by (code)
    dimension by (row_number() over (order by day) day)
    measures (city, cast(null as varchar2(4000)) city_concat)
    rules
    (city_concat[day] order by day
    =case city[cv()]
    when nvl(city[cv()-1],city[cv()])
    then nvl(city_concat[cv()-1],city[cv()])
    else city_concat[cv()-1]||' - '||city[cv()]
    end
    ))
    group by
    code
    
    CODE CITY
    A001 Delhi - London - Delhi - New York 
    

    Published by: chris227 on 03.09.2012 02:12

  • How to merge Photos with IPhoto

    Just realized that I am under IPhoto and photo on my IMac how to merge these two? or just delete the old APP?

    Why would you remove iPhoto? the application doesn't have storage space, but is very difficult to come back. You may need to repair old iPhoto libraries, if you need to restore a library from a backup.

    At least keep a copy of iPhoto on your backup disk.

    Just realized that I am under IPhoto and photo on my IMac how to merge these two? or just delete the old APP?

    How you are migrating from iPhoto to Photos?

    You import photos into iPhoto after that you migrated your iPhoto library to Photos for Mac?  Any modification, import, edit you make in one application are not visible in the other application.

    There are no tools to merge iPhoto libraries libraries of Photos.  The export of all the photos in the iPhoto library you have imported after that you have created the photo library.  Then import these photos to Photos.

    After that, make a backup of your iPhoto library, and you can remove it from your system disk.

  • How to change alerts on data warehouses?

    Greetings! I have a situation where I know that one of my data stores will be almost full all the time but it never filling so I'm not worried to watch but there a mistake I want to disappear. On the other hand, I don't want to follow all the other data stores. The problem is that it seems that I can't include some data warehouses under the definition of an alert and another store of data under another definition. Does anyone know how do you allocate the alert definitions, some for specific data warehouses and another to monitor another data store? I am using vCenter Server 4.1.

    Thank you!

    Christopher Beard

    You can turn off the alarm level of vCenter, then go in your storages of data display in your inventory and facility alarms there. However, you will need to do this for each data store.

  • How to merge 3 different tables using ADF BC?

    Hello

    I have 3 tables (i.e. employee location, Dept)

    First of all I must merge employee and Dept as "* EmployeeDept *" table with the primary key (EmployeeID) and then I should merge "* EmployeeDept *" with Dept table with the primary key (DeptID) from the Dept table.»»
    I tried "* ViewLink *"I am however able to merge two tables (employee and Dept) as "EmployeeDept", no idea how to merge the third table (Dept) with her. "

    Help, please.

    Thanks in advance

    Either by the method described by Shay or build you a new vo, select expert mode for the query and write the select statement. In this case, the data cannot be modified.

    Timo

  • How to judge whether a data store is read only or not?

    Hello

    VI client, when I select the 'Mounting NFS read-only' checkbox during the addition of a storage, the storage will not be listed during VM creation.  I checked the MOB and the SDK web page, but have not found how to judge whether a data store is read only or not.

    Do me a favor please.

    -Akityou

    You should be able to get this information out of the HostMountInfo under mode http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.host.MountInfo.html

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    repository scripts vGhetto

    http://Twitter.com/lamw

    If you find this information useful, please give points to "correct" or "useful".

  • How to merge CCIP analysis with my existing SPR SPR

    Hi all

    I need to build the end of charge OBIEE report. So I need merge DAC analysis with my existing SPR SPR... Used after the RPD ((http://rnm1978.wordpress.com/2009/07/23/mark-rittmans-obiee-repository-for-dac/)

    In my existing SPR, I use Oracle Datawarehouse (where in all my paintings is present)... My database is oriented to the QA... environment where all tables have the schema OBIAPP.

    But the DAC tables are comin to OBISchema... Then how to merge the RPD to analysis DAC with my Exisitng DPR.


    Need help... Urgent

    Published by: 796797 on July 13, 2011 10:50

    If you want to merge two rpds and combine them into a single RPD you can follow this link
    http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/FMW/bi/BIEE/r1013/Merge/Merge.html
    http://varanasisaichand.blogspot.com/2010/03/how-to-merge-two-repositories.html
    http://download.Oracle.com/docs/CD/E14571_01/bi.1111/e10540/mngreposfiles.htm#insertedID3
    http://gerardnico.com/wiki/dat/OBIEE/bi_server/obiee_repository_merge

  • How can I erase the data on my laptop before I give it away?

    How can I erase the data on my laptop before I give it away?

    See this document.

    https://support.Apple.com/en-us/HT201065

  • My ipad is disabled. How to activate ipad without data loss? I know the password

    My ipad is disabled. How to activate ipad without data loss? I know the password

    You can not. If you know the password, how the iPad become disabled? If the device is disabled, the content is not already available. The only way to recover the device is to restore. You can restore your last backup after that. Follow the instructions in this document support. If you have forgotten the password for your iPad, iPhone or iPod touch, or your device is disabled - Apple supports

  • How to merge 2 albums of photos software? Thank you.

    Hello

    With the software how to merge 2 pictures? Thank you.

    Google translation

    How to merge 2 albums of photos software? Thank you.

    Hello

    With the software Photo how to merge two albums? Thank you.

    In the Photo Albums are logically the organizational elements - to merge the 2 albums of Photos you open one, just select and then drag photos to the album of target - then delete them from the source album

    If you call your photo library an album there is no way to merge libraries - you can merge pictures is of two libraries and most of their metadata by downloading each to iCloud photo library or by using PowerPhotos

    LN

  • How to get back my data for the health and the watch Apps once I've restored my phone?

    How to get back my data for the health and the watch Apps once I've restored my phone?

    From the backup, you're going to be restoration.

    If you back up to iTunes, make sure that it is an encrypted backup.

  • How to merge 2 PDF in preview and print PDF unique?

    How to merge 2 PDF in preview and print PDF unique?

    First, enable the sidebar via the view menu. Select the two PDF files, then choose Save as or export as a PDF document.

  • Saved my iPad in full before selling. How and then retrieve the data (bookmarks, photos, etc.) from my computer?

    Hello

    I sold my iPad of the week. Before the restore to factory default, I made a backup (already backup place regularly to icloud anyway). I did manually a couple of times to make sure that the data has been saved.

    I have just connected on iCloud on my PC but it is empty. I can try to go in Mail, Notes etc but there is nothing there. Can someone tell me what I am doing wrong and how I can find the data backup?

    Thank you

    Your backup data are not visible on iCloud.com

    Where you want to restore data to? You did an archive of data which cannot be used on another device. It is not accessible in any other way.

  • How do I know the date purchased in the macbook pro?

    How do I know the date purchased in the macbook pro?

    The date of the purchase of a MBP will on reception, not in the MBP.

    Ciao.

  • How can I add text (date, description) to a photo in photo so that it will show on a copy of this picture?

    How can I add text (date, description, etc.) to a photo that she appears on a print that photo?

    Use an image editor as to put on the image preview or add as metadata and print a Board-contact with the metadata fields, you use shown

    LN

Maybe you are looking for

  • Suggestion on the support forum

    The support forum seems well designed overall, but I wish there was a button 'Cancel' button 'I also have this problem. I'm constantly clicking this button by accident and it seems there is no cancellation. It distorts what problems are really import

  • I may or may not have a problem with my new HD Max

    How can you tell if a razr hd is a hd maxx or not? about phone, my phone said razr maxx hd, but the back cover has the model as a XT926 number. shouldn't it say XT926M? How can I make sure? I bought a maxx off ebay, but if it's just a HD, I need to r

  • Omni 10 problems: no icon detected / battery battery with red top.

    Hello Since a few days my battery shows a red cross on it and gives the error no battery detected. now, all of a sudden the icon disappeared and there is no way of knowing whether or not the battery is charging. the start icon displays still no batte

  • Problem with installation of iTunes on Windows XP

    I tried to install the latest version of iTunes on my computer which has Windows XP, but got an error message that says it is not installed properly and I had to re - install. I had a problem installing previous versions so I wonder how to solve this

  • WRT320N slows down the speed of connection - terms of support of Linksys problem

    My internet connection speed slows down to about half of it is normal speed (or worse) until I have restart my router WRT320N. I see on the net that MANY other people have the same problem and can't seem to find a solution to this problem. I have the