非交互式启动VirtualBox VM与LSF Cluster
Posted 王万林 Ben
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了非交互式启动VirtualBox VM与LSF Cluster相关的知识,希望对你有一定的参考价值。
参考手册,编写启动脚本
#!/bin/bash
# wanlinwang
# 22-May-2022
# 先启动FreeIPA master与replica.
VBoxManage startvm --type headless 'CentOS 7.9 ipa 001' 'CentOS 7.9 ipa 002'
# 然后启动LSF master与candidate, computing hosts.
sleep 15
VBoxManage startvm --type headless "CentOS 7.9 LSF master 01" "CentOS 7.9 LSF Master 02" "CentOS 7.9 Computing Host 001" "CentOS 7.9 Computing Host 002"
# 打印正在运行的VM.
sleep 1
VBoxManage list runningvms
# 启动lsf cluster
ssh lsf-master-01 "yes y| lsfstartup"
以上是关于非交互式启动VirtualBox VM与LSF Cluster的主要内容,如果未能解决你的问题,请参考以下文章
在 Windows 启动时启动 VirtualBox 和 VM
关于Oracle VM VirtualBox 虚拟机的使用方法!
vagrant virtualbox VM inaccessible解决办法
由于 Anti-Virus .dll 注入,VirtualBox VM 无法启动