Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/xenserver-shared-storage-verification-form.docx
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/xenserver-xencert-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p><div class="content-wrapper"></p>

# XenServer 8 Shared Storage Certification kit User Guide <!-- omit in toc -->
# XenServer 9 Shared Storage Certification kit User Guide <!-- omit in toc -->

<br>

Expand Down Expand Up @@ -48,7 +48,7 @@ Published Nov 2025

### Overview

The purpose of this document is to familiarize the reader with XenServer Shared Storage Certification Kit. The certification kit is designed to certify the interoperability of various types of storage hardware with XenServer. The XenServer certification kit needs to be run with the latest version of the corresponding XenServer Release. Make sure that XenServer 8 has been updated to the latest version before testing.
The purpose of this document is to familiarize the reader with XenServer Shared Storage Certification Kit. The certification kit is designed to certify the interoperability of various types of storage hardware with XenServer. The XenServer certification kit needs to be run with the latest version of the corresponding XenServer Release. Make sure that XenServer 9 has been updated to the latest version before testing.

Note that for Converged Network Adapters (CNAs) that provide iSCSI services, this certification suite will only verify the storage data path. The network functionality must be validated using the separate XenServer Hardware Test Kit.

Expand All @@ -65,11 +65,11 @@ Note that for Converged Network Adapters (CNAs) that provide iSCSI services, thi
### Installation
Shared storage certification kit is part of a separate supplemental pack. The pack needs to be installed after installing XenServer.

For the installation the supplemental pack xenserver-shared-storage-cert-kit-xs8.iso needs to be transferred to the control domain, Dom0, of the host under test using either wget or scp. Copy the ISO onto the /root directory.
For the installation the supplemental pack xenserver-shared-storage-cert-kit-xs9.iso needs to be transferred to the control domain, Dom0, of the host under test using either wget or scp. Copy the ISO onto the /root directory.

The supplemental pack subsequently needs to be installed using the following command:

xe update-upload file-name=”/root/xenserver-shared-storage-cert-kit-xs8.iso”
xe update-upload file-name=”/root/xenserver-shared-storage-cert-kit-xs9.iso”

The command returns the update uuid of shared storage certification kit package on successful upload.

Expand Down
1 change: 0 additions & 1 deletion src/XenCert/XenCertCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def valid_arguments(options, g_storage_conf):
"nfs": __nfs_args__,
"cifs": __cifs_args__,
"hba": __hba_args__,
"fcoe": __hba_args__,
"iscsi": __iscsi_args__}
subargs = subargs_table[options.storage_type]

Expand Down