Skip to content

Commit

Permalink
更新 doc/other/manual.md
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Sep 27, 2023
1 parent c152bb1 commit 4fd893b
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions doc/other/manual.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
# esxi 显卡直通后导致宿主机死机;解决方法
```shell
# neo4j-etl
neo4j-etl generate-metadata-mapping --rdbms:url "jdbc:mysql://192.168.2.11:3306/cy_db?autoReconnect=true&useSSL=false&useCursorFetch=true&allowPublicKeyRetrieval=true" --rdbms:user admin --rdbms:password Czy.190815 --rdbms:schema cy_db --exclusion-mode-tables include --tables -g .*\.ent_.* --output-mapping-file /d/mysql_cy_db_mapping.json --debug

neo4j-etl export --rdbms:url "jdbc:mysql://192.168.2.11:3306/cy_db?autoReconnect=true&useSSL=false&useCursorFetch=true&allowPublicKeyRetrieval=true" --rdbms:user admin --rdbms:password Czy.190815 --neo4j:url "bolt://127.0.0.1:7687" --neo4j:user neo4j --neo4j:password Czy.190815 --using cypher:batch --unwind-batch-size 1000 --tx-batch-size 10000 --mapping-file /d/mysql_cy_db_mapping.json --csv-directory /d/Temp --debug

# get join cluster command
kubeadm token create --print-join-command

nmcli dev wifi connect XXXX password ****

mount -t nfs 192.168.1.3:/nfs_test /mnt/test1
echo '10de ffff linke false' >> /etc/vmware/passthru.map
```

# vmware RDM硬盘直通{0} 硬盘挂载地址, {1} 生成目标映射地址

```shell
vmkfstools -z /vmfs/devices/disks/t10.ATA_____ST4000NM000A2D2HZ100_________________________________WS213MF7 /vmfs/volumes/ds15/4T_omv_1.vmdk

vmkfstools -z /vmfs/devices/disks/t10.ATA_____ST4000NM000A2D2HZ100_________________________________WS21R4S8 /vmfs/volumes/ds15/4T_dsm_1.vmdk
# vmware import ssl cert
cd /etc/vmware/ssl
mv rui.crt rui.crt.bak && mv rui.key rui.key.bak
scp rui.* <host>:/etc/vmware/ssl/
/etc/init.d/hostd restart && /etc/init.d/vpxa restart
```

# 直通usb键鼠
```shell
# list usb device
Expand Down

0 comments on commit 4fd893b

Please sign in to comment.