WIKINIX

Loading

  • Jul, Fri, 2023
Setup Multipath Disk Mapper On Linux

1. install packages multipath # yum install device-mapper-multipath 2. Enable config multipath.conf # mpathconf –enable 3. Configure multipath.conf # vi /etc/multipath.conf defaults { path_selector “round-robin 0” path_grouping_policy failover failback immediate….

Read more
  • May, Mon, 2023
Upgrade OS Solaris

Note : minimal requirements OS upgrade 11.4 version : 11.3.23.xx. if below must upgrade to version 11.3.35 before upgrade 11.4 Mount iso mount -F hsfs /solaris11.3.iso /repofull (must fullpath) mount….

Read more
  • Mar, Mon, 2023
Ansible DEPCRYCATED WARNING

Log Warning:   [DEPRECATION WARNING]: Distribution redhat 8.6 on host 10.23.21.35 should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will….

Read more