vCenter Server Applicance certificate expiration
vCenter Server Applicance certificate expiration APPLIES TO VMware vCenter Server Applicance - 6.5.x,6.7.x,7.0.x SYMPTOMS Logging in through the Web client display errors similar to: And services start fails with operation time out. ~]# service-control --start --allOperation not cancellable. Please wait for it to finish...Performing start operation on service lwsmd...Successfully started service lwsmdPerforming start operation on service vmafdd...Successfully started service vmafddPerfo...
Configuring NTP or Chrony time synchronization on RHEL
Configuring NTP or Chrony time synchronization on RHEL Windows: 将硬件时间(RTC time)识别为本地时间(Local time),进行时间同步。 Linux: 将硬件时间(RTC time)识别为 UTC 时间,则本地时间(Local time)=UTC 时间 + 时区,进行时间同步。 Manually RHEL 6: ls -la /etc/localtimerm -f /etc/localtimeln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime# or use `tzselect` commanddate -s "20250724 14:30:00" RHEL 7: timedatectl list-timezonestimedatectl set-timezone Asia/Shanghaitimedatectl set-ntp falsetimedatectl set-time "2026-02-09 13:50:43"timedatectl...
How to evoke sumatra pdf application on the web
How to evoke sumatra pdf application on the web openExe.reg [HKEY_CLASSES_ROOT\openExe]@="URL:openExe Protocol""URL Protocol"=""[HKEY_CLASSES_ROOT\openExe\shell][HKEY_CLASSES_ROOT\openExe\shell\open][HKEY_CLASSES_ROOT\openExe\shell\open\command]@="\"E:\\assets\\batch\\openExe.bat\" \"%1\"" openExe.bat @echo offsetlocal EnableDelayedExpansionset m=%1set m=%m:openExe:=%set m=%m:/=\%set m=%m:"=%set m=!m:%%20= !echo m=%m% > e:\temp\openexe.logfor /f "tokens=1,2 delims=?" %%a in ("%m%") do ( ...
HPE ProLiant DL580 Gen9 Service Manual
HPE ProLiant DL580 Gen9 Service Manual Model - 846160-B21 - HPE DL580 Gen9 OEM - H3C UIS R690 G2 ・ HPE ProLiant DL580 Gen9 Server Maintenance and Service Guide.pdf | ・ HPE_psg000134aen_us_HPE ProLiant DL580 Gen9 Server - Parts Support Guide.pdf | ・ HPE_c04444029_HPE ProLiant Gen 9 Troubleshooting Guide, Volume I_ Troubleshooting.pdf | Firmware Upgrade ・ Online ROM Flash Component for VMware ESXi - HPE Integrated Lights-Out 4.pdf | ・ System ROM Flash Binary - HPE ProLiant DL580 Gen...
Image compression optimization tool
Image compression optimization tool jpegoptim JPG/JPEG 格式的图片压缩优化。 ~$ sudo apt install jpegoptim~$ jpegoptim *.jpg OptiPNG PNG 格式的图片压缩优化。 ~$ sudo apt install optipng~$ find . -name "*.png" | xargs optipng imagemagick 图片分辨率转换。 ~$ sudo apt install imagemagick~$ for i in `ls *.jpg`; do convert ${i} -resize 1920x1080! ${i}; done
HPE 3PAR StoreServ 8000 Service Manual
HPE 3PAR StoreServ 8000 Service Manual System models - 8200, 8400, 8440 and 8450 OEM - H3C Unistor CF8820 Connect to the mfg serial port of the replaced controller node spare part with a 3par dedicated serial port cable (connector PN: 180-0055-01). Notebook terminal Settings: Baud = 57600Data bits = 8Parity = None zStop bits = 1Flow control = Xon/Xoff 默认用户密码:3paradm/3pardata Expand Hard Disk The procedure to add a new disk on HPE 3PAR 8200: Insert the disk in the empty magazines. Open t...
Fatal error cannot open and lock privilege tables
Fatal error cannot open and lock privilege tables APPLIES TO: MariaDB - Community Server 10.6 SYMPTOMS The custom system variables and options: [mariadb]datadir = /data/mysqlsocket = /data/mysql/mysql.socklog_error = mariadb-test.errinnodb_buffer_pool_size = 1G Starting mariadb.service fails with privilege tables no exist. "/data/mariadb-test.err"2024-03-04 23:37:09 0 [ERROR] Could not open mysql.plugin table: "Table 'mysql.plugin' d...
Installing MariaDB Community Server 10.6 on Rocky Linux 9.3
Installing MariaDB Community Server 10.6 on Rocky Linux 9.3 Configure the YUM package repository. ~]$ sudo yum -y install wget~]$ wget https://r.mariadb.com/downloads/mariadb_repo_setup~]$ echo "30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25 mariadb_repo_setup" \ | sha256sum -c -~]$ chmod +x mariadb_repo_setup~]$ sudo ./mariadb_repo_setup \ --mariadb-server-version="mariadb-10.6" Install MariaDB Community Server and package dependencies: ~]$ sudo yum -y install MariaD...
unix_chkpwd password check failed for user root
unix_chkpwd password check failed for user root SYMPTOMS "/var/log/secure"Mar 4 16:29:15 localhost sshd[5918]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.3.44 user=rootMar 4 16:29:17 localhost sshd[5918]: Failed password for root from 192.168.3.44 port 62079 ssh2Mar 4 16:29:20 localhost unix_chkpwd[5921]: password check failed for user (root) CAUSE The /etc/ssh/sshd_config file disables root from using the password to log in. PermitR...
Hardware and Software Requirements for Edge Conductor
Hardware and Software Requirements for Edge Conductor Install and Setup Ubuntu 22.04 For temporary network configurations, you can use the ip command which is also found on most other GNU/Linux operating systems. ~]$ sudo ip addr add 10.102.66.200/24 dev enp0s25~]$ ip link set dev enp0s25 up~]$ ip link set dev enp0s25 down~]$ sudo ip route add default via 10.102.66.1~]$ cat >> /etc/resolv.conf << EOFnameserver 8.8.8.8nameserver 8.8.4.4EOF To configure your system to use static a...














