HP DL380G4 table expansion and ESXi 3.5U3

I'm under ESXi build 143129

I just added more hard disks 72 GB 15 k 2 to my server at home

Started the smartstart CD and expanded the chart to use all 6 discs

now how ESXi to see all the new logical drive?

Well yes it's true, in this case, you have to do a backup and a restore or reinstall ESX, you could develop your partitions and filesystems online if ESX use LVM, but this isn't the case.

If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!!!

Tags: VMware

Similar Questions

  • Script - missing and hotfixes installed for ESX and ESXi

    Can I have the script i.e. missing and hotfixes installed for ESX and ESXi using the CLI power only? out put should be csv format

    You reset the content of the table $Results on each iteration of the baseline.

    Try like this

    $Results = @()
    foreach($esx in Get-VMHost) {
      foreach($baseline in (Get-Compliance -Entity $esx -Detailed | where {$_.Status -eq "NotCompliant"})){
        $Results += $baseline.CompliantPatches |    Select @{N="Host";E={$esx.Name}},    @{N="Status";E={"Compliant"}},    @{N="Baseline";E={$baseline.Baseline.Name}},Name,ReleaseDate,IdByVendor,    @{N="KB";E={(Select-String "(?http://[\w|\.|/]*\w{1})" -InputObject $_.Description).Matches[0].Groups['url'].Value}}
    
        $Results += $baseline.NotCompliantPatches |    Select @{N="Host";E={$esx.Name}},    @{N="Status";E={"NotCompliant"}},    @{N="Baseline";E={$baseline.Baseline.Name}},Name,ReleaseDate,IdByVendor,    @{N="KB";E={(Select-String "(?http://[\w|\.|/]*\w{1})" -InputObject $_.Description).Matches[0].Groups['url'].Value}}
      }
    }
    $Results
    

    It will give the installed and lack of patches which are defined in the non-compliant baslines related to the ESXi host.

    If you want to see all the lines, also the most consistent, omit the Where clause on the base line (foreach) loop.

  • Install HA agent on ESXi 3.5u3 failed: ' year error occurred when setting up the HA agent on the host ".

    Hello!

    I of the improperly installed HA agent via vCenter to clean newly installed ESXi 3.5u3. It occurs in about 60% of the process 'Reconfigure for VMware HA': ' year error occurred when setting up the HA agent on the host ". Remote syslogI now have:

    Jan 14 14:19:56 80.251.112.51 pass: 2009-01-14 11:18:44.412 "TaskManager" 49156 info created task: haTask-ha-host - vim.host.NetworkSystem.refresh - 237

    Jan 14 14:19:56 80.251.112.51 spend: 2009-01-14 11:18:44.412 "NetworkProvider" 49156 info update the configuration of the entire network...

    Jan 14 14:19:56 80.251.112.51 pass: 2009-01-14 11:18:44.425 "NetworkProvider" 49156 information updated configuration of the entire network.

    Jan 14 14:19:56 80.251.112.51 pass: 2009-01-14 11:18:44.425 "TaskManager" 49156 info task completed: haTask-ha-host - vim.host.NetworkSystem.refresh - 237

    and no warnings or errors.

    In the list of features HA doesn't speak on the use of HA between the hosts, its all about the components within a single host HA capabilities.  You can cluster VMs on different hosts to VM HA, but not VMware ESXi HA

  • How do I click on a cell in a table control and display the value in a string?

    What I want to do is click on a cell in a table control and have the value of the cell in an indicator of the chain. Cell that ever I click on, I wish that the value to be displayed in the indicator.

    Thank you!

    Use the property "Change Position".

  • Ribbon verses... file, editing, display, insert, tools, table, window, and help

    In windows, I have the tape but have not... the file edit, view, insert, tools, table, window, and help (with drop downs) as it did in the older version.  If it's hidden?

    hj714,
    You must search Desktop and personalization forum and post there is not to find and answer.  Be sure to include your version of Windows and what programs you encounter this problem with. Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I lost my disc for Age Of Mythology: titans pack expansion and saw several responses re download the trial version and enter the key here...

    I lost my disc for Age Of Mythology: titans pack expansion and I saw several responses re download the trial version and to enter the key from there, but I can't find where to enter the product key can help you?

    Hi JAWigan,

    I recommend you contact the support of Microsoft Game for assistance:

    http://www.Microsoft.com/games/ageofmythology/norse_downloads.aspx

    Reference:  Support for issues of PC games

    Hope the helps of information.

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • Backup Tables, triggers and packages/procedures

    Oracle 11.2 and Developer SQL 3.2.

    For the backup of the data, I use OEM/Rman to schedule a backup.  My understanding, these are usually data only (physical backup).

    Now, I want to make the backup of the logic for the tables, packages/procedures and triggers.  I currently use Oracle SQL Developer to export as separate SQL files.

    I wonder if there are any other options to save the tables, procedures and triggers?

    Currently I am guard three types of backups:

    (1) creation of user scripts, role and grant the user privileges.

    (2) tables, packages/procedures and triggers saved via Oracle SQL Developer

    (3) data ora saved through OEM

    Total crash of DB, I'll run the script to create users, role, and grant privileges.  Then log in as an authorized user and run the sql scripts to create the tables, procedures, packages, and triggers; Finally, to recover the data via RMAN.

    Is this a good practice for backup/recovery, or there are ways to do better?

    Thank you.

    Scott

    scottjhn wrote:

    Oracle 11.2 and Developer SQL 3.2.

    For the backup of the data, I use OEM/Rman to schedule a backup.

    Additional OEM backup.

    The backup operation is made by rman.

    My understanding, these are usually data only (physical backup).

    RMAN backup of the physical database.  Technically, it makes copies of data blocks in the data files.  He does not know, nor she cares, that contains a given block.  And this data block "term" is wider than you can imagine.  Consider this: the entire database - tables, indexes, the data dictionary (which itself is nothing more than a collection of tables), stored the DDL, code compiled... everything fits in these data files and data files are all made up of blocks of 'data '.

    Now, I want to make the backup of the logic for the tables, packages/procedures and triggers.  I currently use Oracle SQL Developer to export as separate SQL files.

    I wonder if there are any other options to save the tables, procedures and triggers?

    That's what rman.  backup of tables, procedures, triggers,... everything.

    Currently I am guard three types of backups:

    (1) creation of user scripts, role and grant the user privileges.

    (2) tables, packages/procedures and triggers saved via Oracle SQL Developer

    (3) data ora saved through OEM

    Total crash of DB, I'll run the script to create users, role, and grant privileges.

    DB crash, you want to have a database to run these scripts.  You will FIRST need to restore/recovery database... backups rman.

    Then log in as an authorized user and run the sql scripts to create the tables, procedures, packages and triggers.

    ; You don't have to run all the scripts, because all the tables, procedures/packckages, and triggers will have already been restored by rman when he corrected/restored the database.

    Finally, retrieve the data via RMAN.

    And, precisely, what do you think this means at this point?

    Is this a good practice for backup/recovery, or there are ways to do better?

    There are much better ways.  Especially what you describe will not work.

    You have a serious misunderstanding on what rman is and does.  You need to spend some serious time, read the rman users guide, at https://docs.oracle.com/cd/E11882_01/backup.112/e10642/toc.htm

    And, FWIW, I would NOT recommend depending on the OEM manufacturer to plan backups or perform a recovery.

  • Update for vsphere client and ESXi host, now getting errors

    Did a upgrade for my client vsphere, VMware-viclient-all - 6.0.0 - 3016447.exe file name

    Now I cannot view comments consoles, cannot add new guest OS (option is grayed out), and I get an error when the Client program starts (see first image)

    vmware client error.jpg

    Here is the error when I try to view the console to the guest operating system. Can I use Remote Desktop connection to connect to the guest operating system (R2 for Windows Server 2012)

    vmware client console error.jpg

    Here is the version information

    vmware client version.jpg

    Also improved the host system of the ESXi server to update to U1 using the VMware-VMvisor-Installer - 6.0.0.update01 - 3029758.x86_64.iso

    VMWare Tools never seems to complete the installation for the guest operating system.

    What can I do now?

    Client runs on a desktop computer Windows 7 Pro with 24 GB of RAM.

    ESXi is a server Dell Poweredge T110-2 with 32 GB of RAM

    I ran into the same issue and Re: VMware-viclient-all - 6.0.0 - 3016447.exe broke Console hosts 6.0 ESXi and ESXi 5.5 fixed it for me.

    André

  • The slider to change the pressure of the brush on the expansion and contraction tools in the Liquify Filter can be activated or is attached to a pressure of 1?

    I now PsCC, and the difference in the Liquify Filter seems to be that the cursor for the tools of expansion and contraction is fixed on 1 and cannot be moved. does anyone know how to make the cursor function?

    Thanks for the update. If you are not using a tablet with your computer 'Stylus Pressure' will not activate.

    See using the Liquify in Adobe Photoshop filter

    Concerning

    Assani

  • Store of data sharing between 4 ESX and ESXi 5

    Hello

    I have a vSphere environment 4.1 with a vCenter and a cluster of 3 ESX 4.1 access to the content of data through fiberchanel (type scneario) warehouses.

    And now I need to install a new ESXi 5.x (cannot be a different version) in a separate environment, outside of the current vCenter, BUT to access the warehouses of data even as the cluster of vSphere 4 current.

    Anyone know if there should be no problem sharing between 4 ESX and ESXi 5 access to the same data storage?

    Thanks in advance

    As long as the FC zoning is configured properly, avoid all the problems.   ESXi 5 will be able to see the data created by ESX4 VMFS3 stores, it will not be able to create the same size of virtual machine he can on a 5 VMFS datastore.

  • vMotion between hosts 4 ESXi and ESXi 5

    I have a group of ESXi 4.x hosts connected to a vCenter Server 4.1.  I have an another 5.1 vCenter Server Management 5.1 hosts.  I want to move my hosts ESXi 4.1 in my 5.1 vCenter Server and upgrade to 5.1.

    Since vCenter 5.1 can manage ESXi 4.x and 5.1 hosts in the same cluster (KB VMware: upgrading vCenter Server 5.1 recommended)

    Could I add my 4.x hosts to vCenter 5.1 and put them in maintenance mode one by one and then upgrade?  I'd be able to vmotion the VMs between my 4.x and ESXi hosts 5.1?

    The goal is to reduce or hopefully elimate downtime for virtual machines.

    Thank you!

    You can get the upgrade with no interruption of service, if you can:

    (a) connect the storage 4.1 hosts FC 5.1 guests, so it is shared by all hosts

    or

    (b) your license allows you to storage vMotion the VMS to storage of 5.1 hosts

    The normal steps would be:

    -Disconnect the 4.1 hosts the vCenter 4.1

    -Connect the 5.1 vCenter

    -connect storage 4.1 for the 5.1 hosts or Storage vMotion the VMs on

    -vMotion the VMs to 5.1 hosts

    -upgrade the 4.1 hosts

    Concerning

  • Need a powercli script to create a new account a local administrator on all ESX and ESXi hosts in the vcenter

    Hi all

    If someone can help me with a powercli script to create a new account a local administrator on all ESX and ESXi hosts in the vcenter, create a role called admin and give all access except the root. This shoulb be past by a virtual centre.

    Very much appreciated to help him.

    Kind regards

    MelLvin

    I suspect that you posted your question to the wrong thread

    This requires only a minor change to the script above actually.

    Something like that

    $groupName = "group"$accountName = "user"$accountPswd = "password"$accountDescription = "A user"
    
    $esxlist = Get-VMHostforeach($esx in $esxlist){    Connect-VIServer -Server $esx -User root -Password "password"
    
        Try {      Get-VMHostAccount -Id $groupName -Group -ErrorAction Stop | Out-Null    }    Catch {      New-VMHostAccount -Id $groupName -GroupAccount | Out-Null    }
    
        $rootFolder = Get-Folder -Name ha-folder-root    Try{        $account = Get-VMHostAccount -Id $accountName -ErrorAction Stop |        Set-VMHostAccount -Password $accountPswd -Description $accountDescription -AssignGroups $groupName    }    Catch{        $account = New-VMHostAccount -Id $accountName -Password $accountPswd -Description $accountDescription -UserAccount -GrantShellAccess -AssignGroups $groupName    }
    
        $rootFolder = Get-Folder -Name ha-folder-root    New-VIPermission -Entity $rootFolder -Principal $account -Role admin
    
        Disconnect-VIServer -Confirm:$false}
    
  • Command to get the name of VC, DC, Clu and ESXi to a VM

    Commanders:

    Am currently manages 8 VCs (vSphere 5) through vSphere clinet. So seeking a particular VM in all the VCs became horrible in this situation. Using PowerCLI to make this job easier. So I installed 5 PowerCLI and connected my VCs.

    I need a command line to search for a virtual machine, which returns the name of VC, Datacenter Name, name of Cluster and ESXi Hostname. I know it's a single line and very easy work for you guys to answer.

    Thanks in advance!

    Try something like that, is not the quickest, but it should give you all the values

    Get-VM MyVM |Select Name,@{N="ESX";E={$_.VMHost.Name}},  @{N="Cluster";E={Get-Cluster -VM $_ | Select -ExpandProperty Name}},  @{N="Datacenter";E={Get-Datacenter -VM $_ | Select -ExpandProperty Name}},  @{N="vCenter";E={$_.ExtensionData.Client.ServiceUrl.Split('/')[2]}}
    
  • What is the interval of time between the virtual machine Linux and ESXi host synchronization?

    I have ESX5.0 with a centos6 installed on this linux virtual machine.

    After the installation of vmware for Linux virtual machine tools, I activated the time synchronization between the virtual machine linux and ESXi host through vmware-toolbox-cmd.

    I wonder what is the interval of time between the virtual machine linux and ESXi host synchronization? If I quickly time OS system, when the OS system time will sync back to the ESXi host?

    According to http://www.vmware.com/files/pdf/techpaper/Timekeeping-In-VirtualMachines.pdf:

    By default, the demon checks the guest only once per minute operating system clock.

    However, depending on whether the guest is behind or in front of the result is different. So, please read the section "periodic synchronization" (at least) in the document mentioned above.

    André

Maybe you are looking for

  • iOS 10: more bugs I've ever seen in an update

    My alarm does not work. A simple alarm does not turn off. He can not even get more than one alarm. Night shift, my emails ding still and there is no way to stop it, apparently? WORSE than all, IMO, is the giant banner notifications that are so enormo

  • Enabling devices Audio pref. Does not work - GB 10.1.2

    Hello I tried to follow the instructions on this thread: https://discussions.apple.com/thread/5980960?tstart=0 But after checking the Audio Units area in preferences I still don't see anything; Here is my opinion on a vocal track: I tried quitting an

  • ProBook 4440S upgrade form

    A question for the masses... I have a nice 4440 S Probook I bought at a very reasonable price. I upgraded the CPU of the i3 - 3110M for an i7 quad-3632QM stock and factory 4 GB of memory has been upgraded to a 8 GB faster and bigger. That said, I'd L

  • Card system ThinkPad X 61 replacing X60T?

    Hello Can I use a card system on a laptop X60T X 61? The X 61 systemboard is FRU: 43Y9032, which I can't find any info about it.  Can someone please throw some info about FRU: 43Y9032 system board. Thank you

  • The system cannot find message for message number 0 x 2350 in the message file

    I have a copy of the command prompt on my USB key because I like to use sdelete to delete my files when I'm working on public computers. Maybe I'm just paranoid, but I don't want to steal my files of people. Anyway, it works well, but recently, I've