Compare commits

...

3 Commits

Author SHA1 Message Date
geos_one
e4062fdc89 Merge tag 'upstream/7.3404.0.0.1'
Upstream version 7.3404.0.0.1
2025-08-12 16:33:43 +02:00
geos_one
19f0547a31 New upstream version 7.3404.0.0.1 2025-08-12 16:33:33 +02:00
geos_one
fb9f60e3b4 Bump 2025-08-12 16:32:52 +02:00
4 changed files with 124 additions and 2 deletions

Binary file not shown.

View File

@ -45,9 +45,12 @@ do
unzip *.zip unzip *.zip
popd popd
mkdir -p $WORK_DIR/${app}-${version}/${type} mkdir -p $WORK_DIR/${app}-${version}/${type}
dos2unix $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt
dos2unix $WORK_DIR/${type}/*.txt dos2unix $WORK_DIR/${type}/*.txt
mv $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/*.txt $WORK_DIR/${app}-${version}
mv $WORK_DIR/${type}/*.txt $WORK_DIR/${app}-${version} mv $WORK_DIR/${type}/*.txt $WORK_DIR/${app}-${version}
pushd $WORK_DIR/${app}-${version}/${type} pushd $WORK_DIR/${app}-${version}/${type}
rpm2cpio $WORK_DIR/${type}/STORCLI_SAS3.5_P35/univ_viva_cli_rel/Unified_storcli_all_os/Linux/*.rpm | cpio -idmv
rpm2cpio $WORK_DIR/${type}/Linux/*.rpm | cpio -idmv rpm2cpio $WORK_DIR/${type}/Linux/*.rpm | cpio -idmv
case "${type}" in case "${type}" in
"amd64" ) "amd64" )

View File

@ -1,2 +1,2 @@
amd64!storcli!7.1108.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68 amd64!storcli!7.3404.0.0.1!STORCLI_SAS3.5_P35.zip!https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/STORCLI_SAS3.5_P35.zip!eaffa7aa31118d1f364311113b27572d
i386!storcli!7.1108.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68 i386!storcli!7.3404.0.0.1!MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/MR_SAS_Unified_StorCLI_007.1108.0000.0000.zip!2f9ce102fd947607fca2a35a192fef68

119
readme.txt Normal file
View File

@ -0,0 +1,119 @@
Description:
===========
This is a StorCLI readme file mentioning instructions to use:
1. StorCLI on all the supported operating systems.
2. StorCLI's JSON Schema files.
3. StorCLI's logging feature.
Please read before you start using StorCLI executable.
Privileges:
=========
1. StorCLI should be installed / executed with administrative / root / super user privileges.
2. Installed/Execution location should have Read/Write/Execute permissions.
Windows:
========
Installation / Execution:
1. StorCLI is a executable. Copy-Paste the executable from where you want to execute.
Sign verification:
command : signtool.exe verify /v /pa <storcli executable name>
Notes:
1. signtool.exe is required to validate the StorCLI's signature.
Windows-ARM
============
Installation / Execution:
1. StorCLI is a executable. Copy-Paste the executable from where you want to execute.
Linux:
======
Installation / Execution :
1. Unzip the StorCLI package.
2. To install the StorCLI RPM, run the rpm -ivh <StorCLI-x.xx-x.noarch.rpm> command.
3. To upgrade the StorCLI RPM, run the rpm -Uvh <StorCLI-x.xx-x.noarch.rpm> command.
StorCLI RPM Verification:
1. Import the public key to RPM DB. Command : rpm --import <public-key.asc>
2. Verify the RPM signature. Command : rpm -Kv <storcli-rpm>
3. Install the StorCLI RPM. If imported public key is for the RPM being installed, No warnings should be shown during installation.
4. Please adhere to the steps in the above mentioned order only.
Linux-ARM:
==========
Installation / Execution :
1. Unzip the StorCLI package.
2. To install the StorCLI RPM, run the rpm -ivh <StorCLI-x.xx-x.aarch64.rpm> command.
3. To upgrade the StorCLI RPM, run the rpm -Uvh <StorCLI-x.xx-x.aarch64.rpm> command.
VMware:
======
Installation:
1. The StorCLI VIB Package can be installed using the following syntax : esxcli software vib install -v=<Filepath of the StorCLI VIB>
2. The installed VIB Package can be removed using the following syntax : esxcli software vib remove -n=<VIB Name of StorCLI>
3. All the installed VIB Packages can be listed using following command: esxcli software vib list
FreeBSD:
========
Installation / Execution:
1. Extract the tar archive and execute the StorCLI.
Usage policies / Privileges:
1. StorCli or StorCli64 application will not function if the user is trying to run it in CSH, the default shell in FreeBSD.
2. Please ensure that the user has entered the bash shell by executing the command "bash".
EFI/EFI-ARM:
========
Installation / Execution:
1. From the boot menu, choose EFI Shell.
2. Goto the folder containing the StorCLI EFI binaries.
3. Execute StorCLI binaries.
Ubuntu:
=======
Installation:
1. Debian package can be installed using following command syntax : sudo dpkg -i <.deb package>
2. Installed debian package can be verified using following command syntax : dpkg -l | grep -i storcli
StorCLI Debian Verification:
1. Import the public key to GPG DB. Command Syntax : gpg --import <pubKey.asc>
2. Verify the GPG signature. Command Syntax : gpg --verify <storcli_x.xx-x_all.deb.sig> <storcli_x.xx-x_all.deb>
3. Install the StorCLI Debian Package. If imported public key is for the Debian Package being installed, No warnings should be shown during installation.
4. Please adhere to the steps in the above mentioned order only.
PowerPC:
=======
Open Power Big Endian Distribution:
-----------------------------------
Installation / Execution:
1. Unzip the StorCLI package and execute the storcli binary.
Open Power Little Endian Distribution:
-----------------------------------
Installation / Execution:
1. Unzip the StorCLI package and execute the storcli binary.
2. To install .deb package,Use "dpkg" command.
JSON-Schema:
=============
Installation:
1. Create a folder under /home/JSON-SCHEMA-FILES.
2. Unzip the JSON-SCHEMA-FILES.zip and copy all the schema files to /home/JSON-SCHEMA-FILES (In any of the operating systems).
Command to Schema mapping:
1. Please refer to the Schema_mapping_list.xlsx for command to schema mapping.
Logging:
========
1. While executing StorCLI, Logging is enabled by default.
2. To Turn-off the logging, Place the storcliconf.ini in the current directory and change the DEBUGLEVEL to 0.
3. To change the log level, Place the storcliconf.ini in the current directory and change the DEBUGLEVEL to any desired log level.
4. In case of application crash, Place the storcliconf.ini in the current directory to capture logs.