@@ -6,7 +6,7 @@ New hardware and software are continually being tested and certified. This docum
NOTE
NOTE
There is a self-validation program for partners to quickly validate their solutions for compatibility with HVM. For more information about the program, see [the self-validation program documentation](https://www.hpe.com/psnow/doc/a00155725enw?jumpid=in_pdfviewer-psnow).
There is a self-validation program for partners to quickly validate their solutions for compatibility with HVM. For more information about the program, see [HPE Morpheus VM Essentials Software self-validation program](https://www.hpe.com/psnow/doc/a00155725enw?jumpid=in_pdfviewer-psnow).
Table 1. Server Hardware Support
Table 1. Server Hardware Support
@@ -44,16 +44,20 @@ Table 1. Server Hardware Support
| Cisco | AMD 1 RU server | Cisco UCS C225 M8 | |
| Cisco | AMD 1 RU server | Cisco UCS C225 M8 | |
| Dell | | Dell PowerEdge R660 | iSCSI, FC, NFS |
| Dell | | Dell PowerEdge R660 | iSCSI, FC, NFS |
| Dell | | Dell PowerEdge R670 | iSCSI, FC, NFS |
| Dell | | Dell PowerEdge R670 | iSCSI, FC, NFS |
| Fujitsu | Intel x86 1U rack server | Fujitsu PRIMERGY | For more information, see [PRIMERGY RX2530 M8 Rack Server Data Sheet](https://sp.ts.fujitsu.com/dmsp/Publications/public/ds-py-rx2530-m8-en.pdf). |
| Lenovo | | Lenovo ThinkEdge SE450 | |
| Lenovo | | Lenovo ThinkEdge SE450 | |
| Lenovo | Intel x86 2U rack server | Lenovo ThinkSystem SR650 V3 | For more information, see [Lenovo ThinkSystem SR650 V3 Server Product Guide](https://lenovopress.lenovo.com/lp1601-thinksystem-sr650-v3-server). |
1 For Synergy hardware device support, review the latest SSP published for Ubuntu at <https://support.hpe.com/docs/display/public/synergy-sw-release/OS_Support.html>. Please note that HPE Synergy D3940 is not supported, and for additional information on Ubuntu support in HPE Synergy, refer to the [Customer Notice a00129603](https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00129603en_us).
1 For Synergy hardware device support, review the latest SSP published for Ubuntu at <https://support.hpe.com/docs/display/public/synergy-sw-release/OS_Support.html>. HPE Synergy D3940 is not supported, and for more information about Ubuntu support in HPE Synergy, see the [Customer Notice a00129603](https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00129603en_us).
Table 2. Storage Hardware Support
Table 2. Storage Hardware Support
| Vendor | Hardware Family | Platform Type | Comments |
| Vendor | Hardware Family | Platform Type | Comments |
| --- | --- | --- | --- |
| --- | --- | --- | --- |
| Lenovo | DE Series | DE6600F | Fibre channel |
| Hitachi Vantara | VSP One B20 | Firmware SVOS RF10.4 or later | Fibre Channel |
| Opentext | Data Protector | 24.4 and 25.4 | | Partner | - [Opentext Data Protector 24.4 Virtualization Support Matrix](https://docs.microfocus.com/DP/SupportMatrix/24.4/Virtualization_SupportMatrix_DP24.4.pdf) - [Opentext Data Protector 25.4 Virtualization Support Matrix](https://docs.microfocus.com/doc/200/25.4/dpvirtualizationsupportmatrix) |
1 Applications have been validated within the bounds of the supported HPE Morpheus Software functionality. Always check the HPE Morpheus Software feature list to determine whether specific functionality is supported by the HVM hypervisor (ex. shared disk access).
1 Applications have been validated within the bounds of the supported HPE Morpheus Software functionality. Always check the HPE Morpheus Software feature list to determine whether specific functionality is supported by the HVM hypervisor (ex. shared disk access).
Most modern applications like databases were designed with very “loose” dependance on hardware infrastructure. They can typically run on a variety of hypervisors including virtual machines and containers. The respective ISV vendor typically only specifies the supported underlying operating system (Guest OS) but does not require certification of any hypervisor. However, there can be specific features that a customer deployment of these applications requires at a hypervisor or infrastructure level. For example, a Microsoft SQL Server Failover cluster instance requires a shared disk between multiple SQL Server VMs. Oracle, similarly, requires shared disks for an Oracle Real Application Cluster (RAC) setup. Therefore, it needs to be always validated whether the specific deployment requires certain features and whether these are supported by VM Essentials in its latest release.
Most modern applications like databases were designed with very “loose” dependance on hardware infrastructure. They can typically run on a variety of hypervisors including virtual machines and containers. The respective ISV vendor typically only specifies the supported underlying operating system (Guest OS) but does not require certification of any hypervisor. However, there can be specific features that a customer deployment of these applications requires at a hypervisor or infrastructure level. For example, a Microsoft SQL Server Failover cluster instance requires a shared disk between multiple SQL Server VMs. Oracle, similarly, requires shared disks for an Oracle Real Application Cluster (RAC) setup. Therefore, it needs to be always validated whether the specific deployment requires certain features and whether these are supported by VM Essentials in its latest release.
Select ISV applications require “full stack” certifications including OS, hypervisor, compute and storage devices, or even the specific storage connectivity protocol. SAP HANA and related SAP applications are a typical example; so are some Healthcare Electronic Health Record (EDR) applications. If you or your customer plans on running one of these applications, please reach out to your HPE account team.
Select ISV applications require “full stack” certifications including OS, hypervisor, compute and storage devices, or even the specific storage connectivity protocol. SAP HANA and related SAP applications are a typical example; so are some Healthcare Electronic Health Record (EDR) applications. If you or your customer plans on running one of these applications, contact your HPE account team.
Table 4. Hypervisor OS Compatibility and Interoperability Matrix
Table 4. Hypervisor OS Compatibility and Interoperability Matrix
log.warning("%s from %s — splitting %d texts into %d+%d (attempt %d)",
desc,url,len(texts),mid,len(texts)-mid,attempt)
return(self._embed(texts[:mid],attempt+1)
+self._embed(texts[mid:],attempt+1))
backoff=0.5*(2**(attempt-1))# 0.5, 1, 2, 4
log.warning("%s (attempt %d, %s) — retrying in %.1fs",
desc,attempt,url,backoff)
time.sleep(backoff)
returnself._embed(texts,attempt+1)
defname(self)->str:# newer chromadb requires this
defname(self)->str:# newer chromadb requires this
returnf"ollama:{self.model}"
returnf"ollama:{self.model}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.