https://m.xuite.net/blog/rockmansyz/twblog/589657530
ifconfig virbr0 down
brctl delbr virbr0
systemctl stop libvirtd.service
systemctl disable libvirtd.service
yum remove libvirt-daemon
有 696 筆資料符合您搜尋的條件
- 2022-01-07 11:20:21
- 版面: Red Hat Enterprise Linux
- 主題: Remove virbr0
- 回覆: 0
- 觀看: 2302
- 2021-11-19 10:14:01
- 版面: Red Hat Enterprise Linux
- 主題: [RHEL8]Disable IPv6
- 回覆: 0
- 觀看: 2094
[RHEL8]Disable IPv6
sysctl -w net.ipv6.conf.all.disable_ipv6=1
- 2021-09-15 09:25:39
- 版面: Red Hat Enterprise Linux
- 主題: [RHEL8]unlock user account
- 回覆: 0
- 觀看: 2278
- 2021-09-14 09:58:58
- 版面: Red Hat Enterprise Linux
- 主題: [RHEL8]remove old kernel
- 回覆: 0
- 觀看: 2895
[RHEL8]remove old kernel
https://www.golinuxcloud.com/remove-old ... -centos-8/
代碼: 選擇全部
dnf remove --oldinstallonly --setopt installonly_limit=1 kernel
- 2021-07-08 14:58:20
- 版面: VMware
- 主題: [NSX-T]Resetting the Passwords of an Appliance
- 回覆: 0
- 觀看: 3194
[NSX-T]Resetting the Passwords of an Appliance
https://docs.vmware.com/en/VMware-NSX-T ... FABD2.html
代碼: 選擇全部
/etc/init.d/nsx-mp-api-server stop
代碼: 選擇全部
touch /var/vmware/nsx/reset_cluster_credentials
代碼: 選擇全部
/etc/init.d/nsx-mp-api-server start
- 2021-05-11 19:50:24
- 版面: VMware
- 主題: [ESXi]enable TLS v1.2 only
- 回覆: 0
- 觀看: 2357
[ESXi]enable TLS v1.2 only
https://kb.vmware.com/s/article/2147469
1. Disconnect ESXi from vCenter
2. execute shell on vCenter
3. connect ESXi back
4. reboot ESXi
1. Disconnect ESXi from vCenter
2. execute shell on vCenter
代碼: 選擇全部
cd /usr/lib/vmware-TlsReconfigurator/
代碼: 選擇全部
./reconfigureEsx ESXiHost -h 10.1.1.1 -u root -p TLSv1.2
4. reboot ESXi
- 2021-04-21 11:15:30
- 版面: VMware
- 主題: [NSX-T]Forward Log Events to vRealize Log Insight
- 回覆: 0
- 觀看: 2218
[NSX-T]Forward Log Events to vRealize Log Insight
https://docs.vmware.com/en/VMware-Valid ... 291E2.html
代碼: 選擇全部
set logging-server 192.168.31.10 proto udp level info
代碼: 選擇全部
get logging-servers
- 2021-04-06 11:40:28
- 版面: Red Hat Enterprise Linux
- 主題: [RHEL8]變更root密碼
- 回覆: 0
- 觀看: 2464
[RHEL8]變更root密碼
1. 進入single user mode
在開機選單 linux 那行最後輸入 rd.break 後按 ctrl+x
2. Mount sysroot
mount -o remount,rw /sysroot
3. chroot
chroot /sysroot
4. 變更密碼
passwd root
6. SELinux掃描檔案
touch /.autorelabel
7. 執行兩次exit
在開機選單 linux 那行最後輸入 rd.break 後按 ctrl+x
2. Mount sysroot
mount -o remount,rw /sysroot
3. chroot
chroot /sysroot
4. 變更密碼
passwd root
6. SELinux掃描檔案
touch /.autorelabel
7. 執行兩次exit
- 2021-02-25 09:43:38
- 版面: Brocade
- 主題: [Time]設定對時
- 回覆: 0
- 觀看: 2506
[Time]設定對時
http://www.50mu.net/2015/05/13/how-to-s ... ade-switch
##設定校時伺服器
##變更時區
##設定校時伺服器
代碼: 選擇全部
tsclockserver 10.1.1.254
代碼: 選擇全部
tstimezone --interactive
- 2021-02-20 15:19:28
- 版面: VMware
- 主題: [HBA]check HBA information
- 回覆: 0
- 觀看: 2518
[HBA]check HBA information
https://www.virtual-allan.com/esxi-how- ... e-version/
# find HBA
# check HBA(vmhba4/qlogic)
# find HBA
代碼: 選擇全部
/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -d
代碼: 選擇全部
/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -l -i vmhba4/qlogic
- 2021-02-17 14:19:45
- 版面: Storage
- 主題: [EMC]VMAX list failed disk
- 回覆: 0
- 觀看: 2605
[EMC]VMAX list failed disk
symdisk -sid [Symmetrix ID] list -failed
Symmetrix ID 可以只提供後四碼
Symmetrix ID 可以只提供後四碼
- 2021-02-03 14:54:57
- 版面: Brocade
- 主題: [port]檢查port狀態
- 回覆: 0
- 觀看: 2097
[port]檢查port狀態
https://d8tadude.com/2018/04/18/brocade ... ort-stats/
#顯示port狀態 portstatsshow [port No.]
#清除port計量 portstatsclear [port No.]
#顯示port狀態 portstatsshow [port No.]
代碼: 選擇全部
porterrshow 65
代碼: 選擇全部
portstatsclear 65
- 2020-06-23 20:49:31
- 版面: VMware
- 主題: [CDP]show CDP command
- 回覆: 0
- 觀看: 2708
- 2020-06-21 13:17:02
- 版面: 硬體及週邊
- 主題: [Server]Cisco UCS firmware update
- 回覆: 0
- 觀看: 2999
[Server]Cisco UCS firmware update
https://community.cisco.com/t5/unified-computing-system/cisco-standalone-c-series-host-update-utility-usb-image-utility/ta-p/3638625 http://vstudio.zohosites.com/blogs/post/create-cisco-huu-usb-disk 1. yum install syslinux Tool usage: sh create_util_usb_v2.sh <UCSB Device> <file.iso> OR sh create_ut...
- 2020-02-07 17:24:25
- 版面: Red Hat Enterprise Linux
- 主題: personalized
- 回覆: 0
- 觀看: 2439
personalized
Production:
PS1="[\[\e[33;1m\]\u@\[\e[35;1m\]\h \[\e[34;1m\]\W\[\e[0m\]]\\$ "
Testing:
PS1="[\[\e[33;1m\]\u@\[\e[37;1m\]\h \[\e[34;1m\]\W\[\e[0m\]]\\$ "
PS1="[\[\e[33;1m\]\u@\[\e[35;1m\]\h \[\e[34;1m\]\W\[\e[0m\]]\\$ "
Testing:
PS1="[\[\e[33;1m\]\u@\[\e[37;1m\]\h \[\e[34;1m\]\W\[\e[0m\]]\\$ "