-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9adac0c
commit c14c1f6
Showing
6 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
Binary file removed
BIN
-10.7 KB
...nd-Installation-Script-master/HANA_on_vSAN_health_check_1.8.0-offline_bundle-22465865.zip
Binary file not shown.
Binary file added
BIN
+10.7 KB
...nd-Installation-Script-master/HANA_on_vSAN_health_check_1.8.1-offline_bundle-22473322.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ | |
# "guestinfo.system.service_tag" | ||
# "guestinfo.system.ram.size_gb" | ||
# "guestinfo.system.cpu.model" | ||
# Copyright (C) 2023 VMWare Inc <Chen WEI [email protected]>User can use script: install_vib_script_remotely.sh to install/update/remove the vib on the selected ESXi servers | ||
# Copyright (C) 2023 VMWare Inc <Chen WEI [email protected]> | ||
|
||
User can use script: install_vib_script_remotely.sh to install/update/remove the vib on the selected ESXi servers | ||
|
||
- Pre-requisite: - Prepare a Linux environment which has SSH client and able to talk to the selected ESXi servers - Put install_vib_script_remotely.sh and setInfo_vXXX.vib in the same directory - The ESXi servers should have SSH service enabled - The ESXi servers should have identical username/password- HOW TO INSTALL: - run "sh install_vib_script_remotely.sh -i" in the Linux server - input the selected ESXi servers' hostname or IP addresses - input the username - input the password - wait for installation process- HOW TO UPDATE: - run "sh install_vib_script_remotely.sh -u" in the Linux server - input the selected ESXi servers' hostname or IP addresses - input the username - input the password - wait for updating process- HOW TO REMOVE: - run "sh install_vib_script_remotely.sh -r" in the Linux server - input the selected ESXi servers' hostname or IP addresses - input the username - input the password - wait for removal processUser can also directly install/update/remove the vib on the selected ESXi servers- Pre-requisite: - SSH into the ESXi server - put the vib file: setInfo_vXXX.vib into /tmp- HOW TO INSTALL: - ssh into ESXi server and run "localcli software vib install -v /tmp/setInfo_vXXX.vib" - wait for installation process- HOW TO UPDATE: - ssh into ESXi server and run "localcli software vib update -v /tmp/setInfo_vXXX.vib" - wait for updating process'- HOW TO REMOVE: - ssh into ESXi server and run "localcli software vib remove --vibname setInfo" - wait for the removal process |
2 changes: 1 addition & 1 deletion
2
...NA-on-vSAN-Health-Check-Vib-and-Installation-Script-master/install_vib_script_remotely.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
# Version 1.8.0 | ||
# Version 1.8.1 | ||
# Tested on vSphere 7 and vSphere 8 | ||
# Script to install/update/remove VIB and set /usr/lib/vmware/vsan/bin/setvSANInfo.py to cronjob | ||
# Copyright (C) 2023 VMWare Inc <Chen WEI [email protected]> | ||
|
Binary file removed
BIN
-9.67 KB
SAP-HANA-on-vSAN-Health-Check-Vib-and-Installation-Script-master/setInfo_v1.8.0.vib
Binary file not shown.
Binary file added
BIN
+9.68 KB
SAP-HANA-on-vSAN-Health-Check-Vib-and-Installation-Script-master/setInfo_v1.8.1.vib
Binary file not shown.