ProLiant Servers (ML,DL,SL)
1821849 Members
3262 Online
109638 Solutions
New Discussion юеВ

Re: Patch bundle for Gen10 SPP 2023.03.00.00

 
SOLVED
Go to solution
alt56
Occasional Advisor

Patch bundle for Gen10 SPP 2023.03.00.00

Hello,

I installed a new server HPE ML350 Gen10 with VMWare Esxi 7.0U3
I already installed Gen10 Service Pack for ProLiant iso with USB Key

Now I want to install the Patch bundle for Gen10 SPP 2023.03.00.00
This is a 7zip format file : P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z

Can you give me the best way to install it in online mode.

Thanks
Regards

14 REPLIES 14
Harshitha_K
HPE Pro

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hi @alt56 ,

Use Smart Update Manager (SUM) to install the SPP in online mode.

You can download the smart update manager from this link.

For more information on how to install spp, please refer this guide

You can refer this video: 

HPE ProLiant Servers - How to deploy Service Pack for ProLiant (SPP) in online mode

Thank you!

Please mark as accepted if my post works.



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hi,

My problem is for patch bundle install since vmware. Not for SPP.iso

Thanks

Harshitha_K
HPE Pro

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hi @alt56 ,

Hope this helps,

You may follow these procedure to install patch bundle for VMware:

  1. Upload the patch to a datastore on your ESXi  host using the Datastore Browser from vCenter Server or a direct connection to the ESXi  host using the vSphere Web client.
    Note: It is  recommends creating a new directory on the datastore and uploading the patch file to this directory.
  2. SSH to the VMware ESXi host
  3. Migrate or power off the virtual machines running on the host and put the host into maintenance mode. Confirm if the host is in maintenance mode by running this command:
    esxcli system maintenanceMode get
  4. To enter maintenance mode, use this command: esxcli system maintenanceMode set -enabled true
  5. Navigate to the directory on the datastore where the patch file was uploaded to and verify that the file exists by running these commands:
    cd /vmfs/volumes/Datastore/DirectoryName
    ls

    Where Datastore is the datastore name where the patch file was uploaded to, and DirectoryName is the directory you created on the datastore.
  6. Install or update a patch on the host using these esxclicommands:
  7. To install, Use this command using local setup:
    esxcli software vib install -d "/vmfs/volumes/Datastore/DirectoryName/PatchName.zip
    Where PatchName.zip is the name of the patch file you uploaded to the datastore.
  8. Note: To install or update a .zip file, use the -d option. To install or update a .vib file use the -v option.
  9. To update, use this command using local setup:
    esxcli software vib install -d "/vmfs/volumes/Datastore/DirectoryName/PatchName.zip
    Where PatchName.zip is the name of the patch file you uploaded to the datastore.
  10. Verify that the VIBs are installed on your ESXi host:
    esxcli software vib list 
  11. After the patch has been installed, reboot the ESX host by using the command: reboot
  12. After the host has finished booting, exit maintenance mode and power on the virtual machines.

Thank you!



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Thanks for your answer

I test your solution now and tell you if it's good

alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

We have test your solution but the result is not ok.

We have this message :

[root@M002-ASH-ESXI:/vmfs/volumes/6273d8d8-00532198-b84f-b47af1c8a50c/DAIP56/MAJ_SPP] esxcli software vib install -d ./P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z
[MetadataDownloadError]
Could not download from depot at ./P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z/index.xml, skipping (('./P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z/index.xml', '', "unknown url type: './P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z/index.xml'"))
url = ./P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z/index.xml
Please refer to the log file for more details.

For information is not a .zip file but a .7z file

Thanks for your return

Regards

alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hello
Another idea ?
Thanks

Harshitha_K
HPE Pro

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hi @alt56 ,

Hope this helps!

Please verify the following and try installing it:

  • Please try Converting .7z to zip file or extract or unzip the file and try to install it.
  • Verify the gateway and DNS setting of your VMware ESXi
  • Make sure your ESXi host is in Maintenance mode
  • Do not run the command from datastore location. Make sure to use absolute path, use full path to the zip file
  • Make sure that OS driver or datastore is not full

Thank you!



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hello

I try to extract 7z and convert to Zip file but the result is the same
[MetadataDownloadError]......

Sorry
Regards

alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00


Please verify the following and try installing it:
  • Please try Converting .7z to zip file or extract or unzip the file and try to install it. => It's not OK
  • Verify the gateway and DNS setting of your VMware ESXi => OK
  • Make sure your ESXi host is in Maintenance mode => OK
  • Do not run the command from datastore location. Make sure to use absolute path, use full path to the zip file => OK
  • Make sure that OS driver or datastore is not full => OK

 

ManBha
HPE Pro

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hello,

Please follow the below instructions:

 - Enable Tech Support Mode on the ESXi host
 - Login as root. (You must be root in order to apply the update)
 - Place the Smart Component zip file in a temporary directory
 - Unzip the file CPXXXXXX.zip
 - Ensure that CPXXXXXX.vmexe is executable by using the command:
 - chmod  +x  CPXXXXXX.vmexe
 - From the same directory, execute the Smart Component. For example: ./CPXXXXXX.vmexe
 - Follow the directions given by the Smart Component
 - Logout
 - Disable Tech Support Mode on the ESXi host

 

If the issue persists, We might have to check this on a remote session.

Please do log a case using: https://support.hpe.com/hpesc/public/home

Thanks.

I work for HPE.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

alt56
Occasional Advisor

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hi

@ManBha 

SSH mode is already activate on esxi
What's component you mean ?
I try to install the patch bundle spp after spp : P64601_001_gen10patchbundle-2023.03.00.02-Mar2023MSBGen10PB2023.03.00.02.17.7z
Thanks

ManBha
HPE Pro

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hello,

 

The component is the patch.

 

We would review it over a remote session.

 


Please do log a case using: https://support.hpe.com/hpesc/public/home

 

Thanks

I work for HPE.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo

alt56
Occasional Advisor
Solution

Re: Patch bundle for Gen10 SPP 2023.03.00.00

The problem is solve with Custom SPP

Thanks HPE

Sunitha_Mod
Moderator

Re: Patch bundle for Gen10 SPP 2023.03.00.00

Hello @alt56,

Perfect! 

We are glad to know the problem has been resolved. 



Thanks,
Sunitha G
I'm an HPE employee.
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo