有 696 筆資料符合您搜尋的條件

schumi
2022-01-07 11:20:21
版面: Red Hat Enterprise Linux
主題: Remove virbr0
回覆: 0
觀看: 1780

Remove virbr0

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
schumi
2021-11-19 10:14:01
版面: Red Hat Enterprise Linux
主題: [RHEL8]Disable IPv6
回覆: 0
觀看: 1573

[RHEL8]Disable IPv6

sysctl -w net.ipv6.conf.all.disable_ipv6=1
schumi
2021-09-15 09:25:39
版面: Red Hat Enterprise Linux
主題: [RHEL8]unlock user account
回覆: 0
觀看: 1749

[RHEL8]unlock user account

schumi
2021-09-14 09:58:58
版面: Red Hat Enterprise Linux
主題: [RHEL8]remove old kernel
回覆: 0
觀看: 2364

[RHEL8]remove old kernel

https://www.golinuxcloud.com/remove-old ... -centos-8/

代碼: 選擇全部

dnf remove --oldinstallonly --setopt installonly_limit=1 kernel
schumi
2021-07-08 14:58:20
版面: VMware
主題: [NSX-T]Resetting the Passwords of an Appliance
回覆: 0
觀看: 2652

[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
schumi
2021-05-11 19:50:24
版面: VMware
主題: [ESXi]enable TLS v1.2 only
回覆: 0
觀看: 1818

[ESXi]enable TLS v1.2 only

https://kb.vmware.com/s/article/2147469

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
3. connect ESXi back

4. reboot ESXi
schumi
2021-04-21 11:15:30
版面: VMware
主題: [NSX-T]Forward Log Events to vRealize Log Insight
回覆: 0
觀看: 1697

[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
schumi
2021-04-06 11:40:28
版面: Red Hat Enterprise Linux
主題: [RHEL8]變更root密碼
回覆: 0
觀看: 1955

[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
schumi
2021-02-25 09:43:38
版面: Brocade
主題: [Time]設定對時
回覆: 0
觀看: 1755

[Time]設定對時

http://www.50mu.net/2015/05/13/how-to-s ... ade-switch

##設定校時伺服器

代碼: 選擇全部

tsclockserver 10.1.1.254
##變更時區

代碼: 選擇全部

tstimezone --interactive
schumi
2021-02-20 15:19:28
版面: VMware
主題: [HBA]check HBA information
回覆: 0
觀看: 1985

[HBA]check HBA information

https://www.virtual-allan.com/esxi-how- ... e-version/

# find HBA

代碼: 選擇全部

/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -d
# check HBA(vmhba4/qlogic)

代碼: 選擇全部

/usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -l -i vmhba4/qlogic
schumi
2021-02-17 14:19:45
版面: Storage
主題: [EMC]VMAX list failed disk
回覆: 0
觀看: 1845

[EMC]VMAX list failed disk

symdisk -sid [Symmetrix ID] list -failed

Symmetrix ID 可以只提供後四碼
schumi
2021-02-03 14:54:57
版面: Brocade
主題: [port]檢查port狀態
回覆: 0
觀看: 1618

[port]檢查port狀態

https://d8tadude.com/2018/04/18/brocade ... ort-stats/

#顯示port狀態 portstatsshow [port No.]

代碼: 選擇全部

porterrshow 65
#清除port計量 portstatsclear [port No.]

代碼: 選擇全部

portstatsclear 65
schumi
2020-06-23 20:49:31
版面: VMware
主題: [CDP]show CDP command
回覆: 0
觀看: 2181

[CDP]show CDP command

schumi
2020-06-21 13:17:02
版面: 硬體及週邊
主題: [Server]Cisco UCS firmware update
回覆: 0
觀看: 2448

[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...
schumi
2020-02-07 17:24:25
版面: Red Hat Enterprise Linux
主題: personalized
回覆: 0
觀看: 1914

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\]]\\$ "

前往進階搜尋