User contributions for Ardika Sulistija

A user with 300 edits. Account created on 13 May 2024.
Jump to: navigation, search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 August 2024

  • 00:3000:30, 27 August 2024 diff hist +38 N JournalctlCreated page with "journalctl --no-pager --catalog --boot"
  • 00:2900:29, 27 August 2024 diff hist +610 N JavaCreated page with "To replicate customer's java code/issue, use AWS Cloud9!!! * Get started with the AWS SDK for Java 2.x (Quick start) https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html * Install Java and a build tool https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/setup.html#setup-envtools * Amazon Corretto 8 Installation Instructions for Amazon Linux 2 https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/amazon-linux-install.html..." current
  • 00:2900:29, 27 August 2024 diff hist +21,582 N IptablesCreated page with " <b>iptables</b>/ip6tables -- administration tool for IPv4/IPv6 packet filtering and NAT <u>AWS Specific</u>:</br> In normal circumstances we do not use iptables to block traffic in AWS. We rely on the security groups and Network ACLs for this purpose. <b>iptables</b> on an instance is normally used for NAT instances or instance-based VPN, i.e. OpenSwan, OpenVPN, StrongSwan or Sophos UTM. You can sometimes use iptables to block traffic on an instance. For example, u..." current
  • 00:2900:29, 27 August 2024 diff hist +510 N IperfCreated page with "https://www.slashroot.in/iperf-how-test-network-speedperformancebandwidth https://aws.amazon.com/premiumsupport/knowledge-center/network-throughput-benchmark-linux-ec2/ ====How to test network bandwidth==== To test your uplink speed, you can you utility such as the iperf3 utility as follows: 1) on the listener/destination: iperf3 -s -p 1500 2) On source run: iperf3 -i 10 -c Vanilla_linux_server_ip -p 1500 -t 60 > iperf60.log iperf3 -i 10 -c Vanilla_linux_server..." current
  • 00:2800:28, 27 August 2024 diff hist +3,250 N IostatCreated page with " <b>iostat</b> - Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. $ iostat Linux 4.14.158-129.185.amzn2.x86_64 (ip-172-31-33-239.ec2.internal) 02/24/2020 _x86_64_ (2 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 0.15 0.00 0.11 0.01 0.04 99.70 Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn nvme0n1 0.86 2.81 5.86..." current
  • 00:2800:28, 27 August 2024 diff hist +12,477 N Install and Enable ENA drivers for NitroCreated page with " How do I install and enable the latest ENA driver for Enhanced Network Support on an Amazon EC2 instance running Red Hat 6/7?</br> https://aws.amazon.com/premiumsupport/knowledge-center/install-ena-driver-rhel-ec2/ ====How to launch RHEL 6 on Nitro-instance==== ---- Yes, it is possible to run RHEL 6 on Nitro-isntances (M5, C5, T3). I have tested this out using AMI: ami-0351faf7328fdb373 (RHEL 6.10 - HVM - Red Hat Provided, ENA: no). 1) First make sure NVMe driver is..." current
  • 00:2700:27, 27 August 2024 diff hist +953 N InodesCreated page with " inodes are associated with each linux file and the system can run out of inodes when multiple smaller files are created. Inodes are references to the physical location of files on the file system. Each individual file uses one inode. Study and add notes: https://helpdeskgeek.com/linux-tips/what-are-inodes-in-linux-and-how-are-they-used/ https://unix.stackexchange.com/questions/117093/find-where-inodes-are-being-used Running out of inodes generally means you've g..." current
  • 00:2500:25, 27 August 2024 diff hist +2,627 N IfconfigCreated page with " <b>ifconfig</b> - *technically obsolete (use ip addr instead)* Show interface info, IP address, mac address, etc. $ sudo ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:17:42:1f:18:be inet addr:10.1.1.7 Bcast:10.1.1.255 Mask:255.255.255.0 inet6 addr: fe80::217:42ff:fe1f:18be/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:11 err..." current
  • 00:2400:24, 27 August 2024 diff hist +361 N IPv4Created page with "====How to find your own IP==== ---- $ curl wtfismyip.com/json { "YourFuckingIPAddress": "52.94.133.131", "YourFuckingLocation": "Richmond, VA, United States", "YourFuckingHostname": "52.94.133.131", "YourFuckingISP": "X Office", "YourFuckingTorExit": false, "YourFuckingCountryCode": "US" } $ curl ifconfig.me 72.21.196.67" current
  • 00:2100:21, 27 August 2024 diff hist +193 N IOwaitCreated page with "Good article: https://haydenjames.io/what-is-iowait-and-linux-performance/ Troubleshooting high IOwait in Linux: https://madflojo.medium.com/troubleshooting-high-i-o-wait-in-linux-358080d57b69" current
  • 00:2100:21, 27 August 2024 diff hist +972 N Hyper-VCreated page with "====Adding your ISO file from the Library server to the HyperV server as a physical library object==== ---- # Log in to the HyperV server # Click on the <b>Virtual Machine Manager Console</b> shortcut on the Desktop. # Enter the <b>Server name</b> and click <b>Connect</b> # On the left hand navigation pane, select <b>Library</b> in the bottom section. # Click <b>Import Physical Resource</b> in the top banner # Click <b>Add resource</b> # Go to <b>Network</b>, wait a co..." current
  • 00:2100:21, 27 August 2024 diff hist +2,857 N HistoryCreated page with "<b>history</b> - This commands stores the executed commands ran by a user. Typically, these commands are store in the user's home directory: <b>/home/<user>/.bash_history</b> For <b>root</b> user, it will be in: <b>/root/.bash_history</b> You can search where the .bash_history file is by running: $ echo $HISTFILE /home/ec2-user/.bash_history # Run as root $ echo $HISTFILE /root/.bash_history ====How to Increase the History Size==== ---- First, check curren..." current
  • 00:2000:20, 27 August 2024 diff hist +699 N Hard Links / Soft LinksCreated page with "There are two types of links: * <b>symbolic links</b> (also known as “<b>soft links</b>” or “<b>symlinks</b>”): Refer to a symbolic path indicating the abstract location of another file. * <b>hard links</b>: Refer to the specific location of physical data. ====Soft Links==== ---- <b>How to: Linux / UNIX create soft link with ln command</b></br> https://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/ =====<u>How to c..." current
  • 00:1900:19, 27 August 2024 diff hist +1,774 N GrepCreated page with "<B>grep</B> - Pretty much a search function. Prints lines matching a pattern. ----- Examples: cat [file] | grep "word" # Prints any line with "word" grep -i # Ignore case senisitivity *i is for INSENSITIVE* grep -irl [word] [dir] # Ignore case distinctions, Read all files under each directory, recursively, Suppress normal output; grep [word] [in file/dir] # Searches up "word" in that file or dir g..."
  • 00:1900:19, 27 August 2024 diff hist +4,337 N GitCreated page with "<B>git</B> - The stupid content tracker. Git is a stupid content tracker because it has no idea what's inside those blobs, and it doesn't try to store fine grained information like "lines 345-350 added, lines 502-508 removed" or anything like that. https://github.com/git-guides ====How to clone github repository to your local terminal==== ---- $ git clone https://github.com/ardikas/shell-scripts ====How to set up your terminal with remote access to your Github repo==..."
  • 00:1900:19, 27 August 2024 diff hist +18 N GdiskCreated page with "Under construction" current
  • 00:1800:18, 27 August 2024 diff hist +2,271 N GccCreated page with "====How to install gcc on RHEL6==== ---- Tested on RHEL6.9: mkdir /mnt/rhel6dvd mount /dev/sr0 /mnt/rhel6dvd # ensure the DVD Iso is connected to the VM vi /etc/yum.repos.d/dvd.repo [dvd-Server] mediaid=1409145026.642170 name=RHEL 6 Server DVD baseurl=file:///mnt/rhel6dvd/Server gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release enabled=1 gpgcheck=1 yum -y install gcc ====How to install gcc manually on RHEL6.10==== ---- <b>Note:</b> This works..." current
  • 00:1800:18, 27 August 2024 diff hist +15,171 N GRUBCreated page with " GRUB -- Grand Unified Bootloader; executes the Kernel. * GRUB goes through two stages. * After the two stages, the kernel and initrd is loaded into memory. * Config files: ** <b>GRUB 1</b> (old vers) <b>/etc/grub.conf</b> -> <b>/boot/grub/grub.conf</b> ** <b>GRUB 2</b> (New Grub) <b>/etc/grub2.cfg</b> -> <b>/boot/grub2/grub.cfg</b> *** GRUB 2 reads its configuration from the <b>/boot/grub2/grub.cfg</b> file on traditional <b>BIOS-based</b> machines and from the <b>/boot..." current
  • 00:1700:17, 27 August 2024 diff hist +4,665 N FstabCreated page with "ADD NOTES: https://xan.manning.io/2017/05/29/best-practice-for-mounting-an-lvm-logical-volume-with-etc-fstab.html <b>/etc/fstab</b> - static information about the filesystems (aka file system table) The file fstab contains descriptive information about the filesystems the system can mount. <b>fstab</b> is only read by programs, and not written; It is the duty of the system administrator to properly create and maintain this file. The order of records in fstab is..." current
  • 00:1700:17, 27 August 2024 diff hist +363 N FsckCreated page with "UNDER CONSTRUCTION https://www.tecmint.com/fsck-repair-file-system-errors-in-linux/ BE SURE TO UMOUNT THE FILESYSTEM BEFORE RUNNING FSCK!!!! e2fsck - ext2 I believe. But fsck will detect it If the root filesystem is getting mounted as "Read-only" (ro) then you will need to detach it, attach it to another instance as a secondary volume, and run <b>fsck</b>." current
  • 00:1600:16, 27 August 2024 diff hist +3,042 N FreeBSDCreated page with "Network config file location: * /etc/rc.conf * Default EC2 instance: # cat /etc/rc.conf ec2_configinit_enable=YES ec2_fetchkey_enable=YES ec2_ephemeralswap_enable=YES ec2_loghostkey_enable=YES firstboot_freebsd_update_enable=YES firstboot_pkgs_enable=YES growfs_enable="YES" ifconfig_DEFAULT="SYNCDHCP" sshd_enable="YES" firstboot_pkgs_list="awscli" https://www.serverlab.ca/tutorials/unix/how-to-set-static-ip-and-dhcp-in-freebsd/ ---- LSBLK equivalent in Fr..." current
  • 00:1600:16, 27 August 2024 diff hist +4,360 N FreeCreated page with "<b>free</b> - Display amount of free and used memory in the system, as well as the buffer used by the kernel, and the used physical and swap memory. It displays the total amount of free and used physical and swap memory in the system, as well as the buffers and caches used by the kernel. The information is gathered by parsing <b>/proc/meminfo</b>. * <b>total</b> - Total installed memory (MemTotal and SwapTotal in /proc/meminfo) * <b>used</b> - Used memory (calculat..." current
  • 00:1600:16, 27 August 2024 diff hist +286 N FirewallsCreated page with "There are different types of firewalls. Let's review: Types of firewalls: * <b>iptables</b> - Till RHEL6/CentOS6, and similar. * <b>netfilter</b> - kernel module * <b>ufw</b> - Ubuntu * <b>pf</b> - BSD * <b>firewalld</b> - RHEL7+" current
  • 00:1500:15, 27 August 2024 diff hist +1,829 N FirewalldCreated page with "https://www.tecmint.com/start-stop-disable-enable-firewalld-iptables-firewall/ Good article: https://www.linode.com/docs/guides/introduction-to-firewalld-on-centos/ <b>firewalld</b> - A wrapper for iptables to allow easier management of iptables rules. Is <b>not</b> an iptables replacement. It's a firewall service <u>daemon</u> that provides a dynamic customizable host-based firewall with a D-Bus interface. It enables creating, changing, and deleting the rules without..." current
  • 00:1500:15, 27 August 2024 diff hist +2,134 N FindCreated page with "<B>find</B> - Search for files in a directory hierarchy. ---- Examples: find /dir -name "filename" # Searches up the "dir" directory with "filename" find /dir -iname "filename" # ^^^ does the same but insensitive. find /dir -emtpy # Searches up all the empty files in "dir" directory. Displays the 5 LARGEST files in the directory THAT YOU ARE IN. (hence the dot (.) find . -type f -exec ls -s {} \; | sprt -n -r | head -5 Displays the..." current
  • 00:1500:15, 27 August 2024 diff hist +6,933 N Fdisk & GdiskCreated page with "If you do not know whether the VM uses MBR or GPT partitions, log into the VM as root and enter one of the following commands. * **fdisk -l /dev/xvda** - For MBR partitions, the operating system will be shown in the Disklabel type field. # fdisk -l /dev/xvda Welcome to fdisk (util-linux 2.27.1). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/xvd..." current
  • 00:1400:14, 27 August 2024 diff hist +1,336 N Fail2banCreated page with "<b>Fail2ban</b> - a set of server and client programs to limit brute force authentication attempts. ====How to set up fail2ban for ssh:==== ---- 1) Install fail2ban</br> 2) Create a new file by copying jail.conf to a new file called jail.local ‘cp jail.conf jail.local’ 3) Configure jail.local: <b>Bantime</b>; number of seconds that a host is banned. <b>Findtime</b>; the max amount of time to complete the login process. If they don’t do it, they will be banned..." current
  • 00:1400:14, 27 August 2024 diff hist +186 N FIPSCreated page with "====How to check if FIPS is enabled==== ---- Check that FIPS mode is enabled: $ fips-mode-setup --check FIPS mode is enabled. ====Kernel Parameter for enabling FIPS==== ---- fips=1"
  • 00:1400:14, 27 August 2024 diff hist +2,384 N ExcelCreated page with "====Sort a Table by IP Address==== ---- #. Create a new column to the left of the <b>IP Address</b> column. Let's call it the <b>Sorted</b> column #. Copy the IP addresses from the <b>IP Address column</b> to the new column (<b>Sorted</b>) #. In the <b>Sorted</b> column, use the "find and replace" feature to remove the first three octets so that you are left with the last octet only ##. For example, it the IP addresses are "10.240.5.4", then find "10.240.5." and replace..." current
  • 00:1300:13, 27 August 2024 diff hist +2,169 N EthtoolCreated page with "<b>ethtool</b> - query or control network driver and hardware settings. Use this command to verify that your link is up (the Ethernet is physically connected to the network). https://www.poftut.com/linux-ethtool-tutorial-usage-examples/ ====Is it plugged in?==== ---- On a physical server, with physical cables connected to them, it would probably look like: $ sudo ethtool eth0 Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10bas..." current
  • 00:1300:13, 27 August 2024 diff hist +1,388 N Ephemeral PortCreated page with " What is an <B>ephemeral port</B>? It is a port that is only used for short period. It is typically used by a client when it connects to a server. The range is usually 49152 through 65535 but does vary. The client end of a connection typically uses a high port number allocated for short term use. ---- Other definitions:</br> [https://www.techopedia.com/definition/19157/ephemeral-port Techopedia:]</br> In client-server processes that use Transmission Control Protoco..." current
  • 00:1200:12, 27 August 2024 diff hist +5,431 N Environment VariablesCreated page with "====How to set environment variables in Linux? (<b>proxy</b> examples)==== ---- Check current proxy configuration status (https_proxy/https_proxy)/ This variable will show if there is a proxy server configured on the system: # echo $http_proxy # echo $https_proxy Set up proxy without username and password # export http_proxy=http://SERVER:PORT/ # export https_proxy=http://SERVER:PORT/ # export no_proxy=localhost,127.0.0.1,169.254.169.254,.amazonaws.com..." current
  • 00:1200:12, 27 August 2024 diff hist +766 N EntropyCreated page with "Reference: https://major.io/2007/07/01/check-available-entropy-in-linux/ Check available entropy in Linux Sometimes servers just have the weirdest SSL problems ever. In some of these situations, the entropy has been drained. Entropy is the measure of the random numbers available from /dev/urandom, and if you run out, you can’t make SSL connections. To check the status of your server’s entropy, just run the following: # cat /proc/sys/kernel/random/entropy_avail If i..." current
  • 00:1200:12, 27 August 2024 diff hist +6,553 N ElastiCacheCreated page with "====How to install Redis-cli==== ---- How to install Redis-cli on Amazon Linux 2: $ sudo yum -y install openssl-devel gcc $ wget http://download.redis.io/redis-stable.tar.gz $ tar xvzf redis-stable.tar.gz $ cd redis-stable $ make distclean $ make redis-cli BUILD_TLS=yes $ sudo install -m 755 src/redis-cli /usr/local/bin/ ==== Is there downtime when changing node type? (scaling up)==== ---- Reference:</br> [1] Cluster mode disabled </br> https://docs.aws.amazon..." current
  • 00:1000:10, 27 August 2024 diff hist +4,424 N EFSCreated page with "<b>EFS</b> - Elastic Filesystem ====Other methods besides DD==== ---- * How can I copy data to and from Amazon EFS in parallel to maximize performance on my EC2 instance?</br> https://aws.amazon.com/premiumsupport/knowledge-center/efs-copy-data-in-parallel/ DD is not parallel, so there are other methods to create files much quicker than DD. Below is a process on how you can do so: 1) Create ten thousand small files in your local storage on your instance. $ mkdir /t..." current
  • 00:1000:10, 27 August 2024 diff hist +59,529 N ECSCreated page with "<b>ECS</b> - Amazon Elastic Container Service https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html Related Topics: <b>Docker</b>, <b>Docker Troubleshooting and CLI</b>, <b>ECR</b> Really good blog post about how ECS manages CPU and memory resources: https://aws.amazon.com/blogs/containers/how-amazon-ecs-manages-cpu-and-memory-resources/ ====ECS Components==== ---- =====<u><b>Cluster</b></u>==..." current
  • 00:1000:10, 27 August 2024 diff hist +6,756 N ECRCreated page with "* <b>Docker</b> * <b>Docker Troubleshooting and CLI</b> ---- <b>ECR</b> - Amazon Elastic Container Registry * A fully managed private docker container registry service that makes it easy to store, pull, and push docker images securely. * ECR automatically encrypts images at rest using S3 server-side encryption and transfers your container images over HTTPS. * ECR uses AWS S3 service in the back-end to host images in a Hig..." current
  • 00:0900:09, 27 August 2024 diff hist +14,227 N EC2Created page with "the default user name for the AMI that you used to launch your instance: * For <b>Amazon Linux 2</b> or the <b>Amazon Linux</b> AMI, the user name is <b>ec2-user</b>. * For a <b>CentOS</b> AMI, the user name is <b>centos</b>. * For a <b>Debian</b> AMI, the user name is <b>admin</b>. * For a <b>Fedora</b> AMI, the user name is <b>ec2-user</b> or <b>fedora</b>. * For a <b>RHEL</b> AMI, the user name is <b>ec2-user</b> or <b>root</b>. * For a <b>SUSE</b> AMI, the user..." current
  • 00:0900:09, 27 August 2024 diff hist +3,693 N EBSCreated page with " ====How to list and delete EBS Snapshots in Bulk==== ---- How to list all EBS snapshots: https://aws.amazon.com/premiumsupport/knowledge-center/ebs-volume-snapshot-ec2-instance/ How to delete EBS snapshots in bulk: * This deletes all EBS snapshots created before 2020-07-28: $ for i in $(aws ec2 describe-snapshots --owner-ids self --query 'Snapshots[?StartTime<=`2020-07-28`].SnapshotId' --output text); do aws ec2 delete-snapshot --snapshot-id $i; sleep 5; done; * An..." current

21 August 2024

  • 14:4914:49, 21 August 2024 diff hist +3,527 N DuCreated page with " <b>du</b> - estimate file space usage. Summarizes disk usage of each FILE, recursively for directories. The two commands (df & du) reports their figures from different sources, and changes to the filesystems are not always considered in the same way. The disk free command (abbreviated to "df") is the standard Linux/Unix command used to display available disk space for the file systems. The "df" command uses the statvfs() system call and asks the file system for the c..." current
  • 14:4914:49, 21 August 2024 diff hist +2,207 N DracutCreated page with "In Red Hat Enterprise Linux (RHEL), dracut typically runs automatically when you install a new kernel. During the kernel installation process, dracut is invoked to create a new initial RAM filesystem (initramfs) image. This initramfs image is necessary for the system to boot with the new kernel, as it contains the drivers and modules required to mount the root filesystem and start the boot process. The new initramfs image is usually placed in the /boot directory alongsi..." current
  • 14:4914:49, 21 August 2024 diff hist +224 N Dos2unixCreated page with " <B>dos2unix</b> - DOS/Mac to Unix and vice versa text file format converter. ----- Install: yum -y install dos2unix apt-get install dos2unix Convert Dos -> Unix dos2unix [file] Convert Unix -> Dos unix2dos [file]" current
  • 14:4814:48, 21 August 2024 diff hist +28,861 N Docker Troubleshooting and CLICreated page with "* <b>Docker</b> (Main page) * <b>ECR</b> ---- ====<u>Common Docker CLI commands and troubleshooting concepts</u>==== * The <b>$ docker pull</b> command allows you to download an image or set of images (i.e. repository). * The <b>$ docker images</b> command allows you to list the currently downloaded images. * The <b>$ docker build</b> command builds an image from a Dockerfile and a context. The build's context is processed..." current
  • 14:4814:48, 21 August 2024 diff hist +57,402 N DockerCreated page with "* <b>Docker Troubleshooting and CLI</b> * <b>ECR</b> ====Containers vs Virtual Machines==== ---- center|class=img-responsive <b>Virtual machines</b> (<b>VMs</b>) are an abstraction of physical hardware turning one server into many servers. The hypervisor allows multiple VMs to run on a single machine. Each VM includes a full copy of an operating system, one or more apps, necessary binar..." current
  • 14:4814:48, 21 August 2024 diff hist +462 N DnfCreated page with "For <b>Yum, Apt, and Repos</b> stuff, refer to the <b>Yum, Apt, and Repos</b> page. ====Dnf==== ---- <b>DNF</b> is the modern successor to Yum, featuring improved speed, efficiency, and enhanced dependency resolution capabilities. More information: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/managing-software-packages_configuring-basic-system-settings#doc-wrapper"
  • 14:4814:48, 21 August 2024 diff hist +95 N DmesgCreated page with "https://www.tecmint.com/dmesg-commands/ ====View Dmesg in Real-time==== ---- dmesg --follow" current
  • 14:4714:47, 21 August 2024 diff hist +212 N DigCreated page with "UNDER CONSTRUCTION, PLEASE VISIT BACK SOON. Add notes from gdrive https://stackpointer.io/internet/get-authoritative-dns-for-domain/435/ https://www.rootusers.com/12-dig-command-examples-to-query-dns-in-linux/" current
  • 14:4714:47, 21 August 2024 diff hist +185 N DiffCreated page with "https://www.geeksforgeeks.org/diff-command-linux-examples/ sudo diff sosreport-A/ sosreport-B/ | grep differ sudo diff -qr sosreport-A/ sosreport-B/ | grep differ (this one better)" current
  • 14:4714:47, 21 August 2024 diff hist +2,954 N DfCreated page with " <b>df</b> - DISK FREE; Report file system disk space. Df shows the available sizes on your <b>disk partition</b>. Tells you what percentage of the disk is occupied. Shows you what's mounted. ====How To Use Df==== ---- =====Basic Uses===== ---- df df -ah $ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.7G 0 3.7G 0% /dev tmpfs 3.7G 0 3.7G 0% /dev/shm tmpfs..." current
  • 14:4714:47, 21 August 2024 diff hist +14,949 N Device Mapper MultipathCreated page with "====What is Device Mapper Multipathing?==== ---- What is Multipath? • Multipath is a storage network design technique that allows for fault tolerance or increased throughput by providing multiple concurrent physical connections (paths) from the storage to the individual host systems. multipathd and multipath internally use WWIDs to identify devices. WWIDs are also used as map names by default. ——— Device Mapper Multipathing (DM-Multipath) is a native multipat..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)