Automate This
Use the Attune GUI for your Scripts
You've automated: Setup vCenter Support on Linux
Get the most out of automation with our get started videos, product demonstrations, and more.
The following steps will guide you through the manual process.
Connect via ssh:
ssh {automationworkerlinuxuserroot}@{automationworkerlinuxnode}
Execute the following script:
yum -y install libicu
https://github.com/PowerShell/PowerShell/releases
https://github.com/PowerShell/PowerShell/releases/tag/v6.2.4
Copy the File(s) Powershell_v624.unknown to the target node.
Extract and deploy the File(s) here:
/tmp/attune_deploy_rpm_rhelattunesvcsinstallpowershellv624
Execute the following script:
echo "Installing RPMs"
# Install the RPMs
rpm -Uvh --force `find /tmp/attune_deploy_rpm_rhelattunesvcsinstallpowershellv624 -name "*.rpm"`
Execute the following script:
echo "Deleting RPMs"
[ ! -e "/tmp/attune_deploy_rpm_rhelattunesvcsinstallpowershellv624" ] || rm -rf "/tmp/attune_deploy_rpm_rhelattunesvcsinstallpowershellv624"
Connect via ssh:
ssh {automationworkerlinuxuser}@{automationworkerlinuxnode}
This was downloaded with : sudo pwsh -Command "Save-Module -name VMware.PowerCLI -Path /root"
Copy the File(s) VMWarePowerCLI_v67.tar to the target node.
Extract and deploy the File(s) here:
.local/share/powershell/Modules, relative to the home directory
Execute the following script:
pwsh <<'EOF'
$ErrorActionPreference = "Stop"
Import-Module VMware.VimAutomation.Core
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false -Confirm:$false
Set-PowerCLIConfiguration -InvalidCertificateAction ignore -Confirm:$false
EOF
You have completed this instruction.
Join our Discord channel and connect with like-minded individuals who share your passion. Engage in lively discussions, gain valuable insights, and stay updated on the latest trends in our industry. Don't miss out on this opportunity to network, learn, and grow together.
Click the link below and become a part of our vibrant community on Discord today!