ESXI:70u2
你好,
我找不到“/etc/logrotate.conf”,我知道他在这个版本中不存在。
在文件“/etc/vmsyslog.conf”中,我可以指定一些选项,按大小拆分是最大但不是最小。如果文件没有增长到特定大小,则不会对其进行拆分。
如何在我的 ESXi 中按小时拆分日志文件?如何列出我可以在“/etc/vmsyslog.conf”中写入的所有选项?
亲切地
ESXI:70u2
你好,
我找不到“/etc/logrotate.conf”,我知道他在这个版本中不存在。
在文件“/etc/vmsyslog.conf”中,我可以指定一些选项,按大小拆分是最大但不是最小。如果文件没有增长到特定大小,则不会对其进行拆分。
如何在我的 ESXi 中按小时拆分日志文件?如何列出我可以在“/etc/vmsyslog.conf”中写入的所有选项?
亲切地
Ansible:2.9 Windows:W2k16 服务器
我正在寻找一种在远程 Windows 主机中注册(记录)Ansible 操作的方法。
例如,当我使用命令win_command
模块时echo test
,我在 Windows 事件日志中找不到引用此操作的行。
如何使 ansible 操作显示在 Windows 事件日志中?
操作系统:W2K16
大家好,
我需要在我的 W2K16 服务器中安装“dotnetfx35.exe”,但是当我启动安装时,他说我:
The following feature couldn't be install:
.Net Framework 3.5 (includes .NET 2.0 and 3.0)
Windows Server roles and features cannot be automatically or uninstalled via the Windows Features Control Panel.
To install Windows Server roles and features, start Server Manager, or use the Server Manager cmdlets for Windows PowerShell.
你可以看到我的windowsshoot:
非常感谢!
操作系统:W2K16
我需要从现有的本地存储库创建 WSUS 服务器。我做了这个步骤:
带有导入的命令 wsusutils.exe 已运行,但是...
操作系统:Debian 10.4 libvirtd 版本:5.0.0
你好!
我需要在 qemu-kvm 中创建一个实例。使用此命令:
virt-install --connect qemu:///system --virt-type kvm --name test01 --ram=2048 --vcpus=2 --disk /opt/test01/test01.img,bus=virtio,size=10 --pxe --boot uefi --noautoconsole --graphics none --hvm --network bridge:eth0 --description "Test VM with w2k16" --os-type=windows --debug
但他回来了:
[Fri, 26 Mar 2021 10:26:07 virt-install 1172] DEBUG (cli:253) File "/usr/share/virt-manager/virt-install", line 955, in <module>
sys.exit(main())
File "/usr/share/virt-manager/virt-install", line 949, in main
start_install(guest, installer, options)
File "/usr/share/virt-manager/virt-install", line 625, in start_install
fail(e, do_exit=False)
File "/usr/share/virt-manager/virtinst/cli.py", line 253, in fail
logging.debug("".join(traceback.format_stack()))
[Fri, 26 Mar 2021 10:26:07 virt-install 1172] ERROR (cli:254) Unable to add bridge eth0 port vnet0: Operation not supported
[Fri, 26 Mar 2021 10:26:07 virt-install 1172] DEBUG (cli:256)
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-install", line 598, in start_install
transient=options.transient)
File "/usr/share/virt-manager/virtinst/installer.py", line 419, in start_install
doboot, transient)
File "/usr/share/virt-manager/virtinst/installer.py", line 362, in _create_guest
domain = self.conn.createXML(install_xml or final_xml, 0)
File "/usr/lib/python3/dist-packages/libvirt.py", line 3732, in createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirt.libvirtError: Unable to add bridge eth0 port vnet0: Operation not supported
[Fri, 26 Mar 2021 10:26:07 virt-install 1172] DEBUG (cli:267) Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start test01
otherwise, please restart your installation.
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start test01
otherwise, please restart your installation.
root@ctng-flc-test01:/opt/test01# virsh --connect qemu:///system start test01
error: failed to get domain 'test01'
br0 在 Debian 中没问题,他在物理网络中 ping 其他 IP。我可以使用 BR0 IP 建立和接收 ssh 连接。
我不明白什么是父错误:
Domain installation does not appear to have been successful.
或者
ERROR (cli:254) Unable to add bridge eth0 port vnet0: Operation not supported
以及如何解决它们。
再次感谢!