Skip to content

Commit

Permalink
Initial commit by Chen Wei
Browse files Browse the repository at this point in the history
  • Loading branch information
testazuretrain committed Sep 21, 2023
1 parent 9adac0c commit c14c1f6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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]>
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c14c1f6

Please sign in to comment.