Hi this is very informational video, in my case i have shown in rhel 7.9 two disk like sda and sdb with multipath connectivity with san storage so which disk mount and how to mount disk and partition I request to you make specials video on this topic
@nullumcorpus56218 күн бұрын
Wonder if when you re-enabled .32, you need to do a rescan, either by running "multipath -r" . Also, as for why the 3rd path magically reappeared, I wonder if that was because your poll setting is set to 10 minutes and that time has elapsed during your troubleshooting. I realize this is an old topic.
@funtimetamil34415 жыл бұрын
Understood better , thank you sir
@tunetolinux41735 жыл бұрын
Happy to hear that. Thanks 🙏
@balaji2764 жыл бұрын
Thanks for the video
@shanu1990husain4 жыл бұрын
Thanks! Sir nice video... one question: do we need to use data and ORA as PV now.. like: pvcreate data and pvcreate ORA then that will be added
@tunetolinux41734 жыл бұрын
If you use for ASM disk, pvcreate is not require else you have to do.
@shanu1990husain4 жыл бұрын
Thanks sir pvcreate data vgextend myvg data Is above command is OK to create pv and to add pv in vg..?
@tunetolinux41734 жыл бұрын
Your disk would be under /dev. Check with command $lsblk or $pvs -a -o +dev_size. Identify the disk and run $pvcreate /dev/xxx to create pv. Note xxx is your disk name. Once you done with pv, now create vg $vgcreate (vgname) (pvnane)
@satpad5 жыл бұрын
Thank You
@tunetolinux41735 жыл бұрын
Thank you 😊
@braylonclark53522 жыл бұрын
I think the problem with the network devices was that you did not change the UUID of the two new devices. Do you think that could have caused this issue?
@jeezusjuice3442 жыл бұрын
He had the file name wrong, and he had the device name wrong within the file name. He should have either changed the ifnames, or changed the file name because it’s confusing as fuck to have ifcfg files that don’t match the ifnames.
@jeezusjuice3442 жыл бұрын
Of course, he eventually changed the dev name in the file, which resolved his issues. Changing UUID may also have done that for him. It’s generally easier to use tools that write the conf files for you. If I make a file, I generally write them from scratch so I don’t have these annoying snags. It’s very simple. A lot of the directives you see in system-generated files are not required to make an interface work. Some of them are just explicitly stated defaults.
@hemkumar27617 жыл бұрын
you have given very informative details. I have one question on this. if we are using disk and it will show failed state. so communication will be broken and we can't able to access that disk i.e sdb. to avoid that we use multipath and using multipath name we can avoid this kind of communication error if one disk (sdb) fails. I request you to provide that info. it will be very helpful.
@tunetolinux41737 жыл бұрын
+Hem Kumar Multipath uses for accessing disk with more than one path. This is for redundant purpose. Example when not using mutipath for disk sdb. It will inaccessible with various reasons when situation of faulty cable, faulty febric switch port, faulty HBA port or faulty SP from storage end. To avoid that we two of everything- dual SP, dual fabric, Dual HBA port and multipath from OS end. To avoid single point of failure and have redundant. Hope this answer your question.
@hemkumar27617 жыл бұрын
OK, but now question comes with which device we need to configure LVM, let's suppose: three devices are coming sdb,sdc,sdd all three are the same disk but visible three and if I chosen sdb for LVM purpose and some how it got failed than as per my understanding this will break the communication. sdc and sdd will be visible but in my case I haven't configured them (sdc and sdd) for LVM. ?
@them0clones7 жыл бұрын
not sure if i understood your Q correctly but if the disk fails (and RAID is not configured) then i don't think multipath can help you, multipath as the name suggests provides different path to the same LUN(disk).
@armypreparation73005 жыл бұрын
Nice tutorial brother .. Ur new subscriber
@tunetolinux41735 жыл бұрын
Thanks 🙏
@tamilkumarannamalai55455 жыл бұрын
Superb bro😃
@tunetolinux41735 жыл бұрын
Thanks 🙏
@abdulraheems68286 жыл бұрын
thanks for the video if we have 18 disks like sda,sdb,sdc....and iscsi is not configured but hard disk will be available to server due to storage is directly attached to server through hba card then what is the process for mutipath and how to create partition
@tunetolinux41736 жыл бұрын
You have to scan with #echo “1”>/sys/class/fc_host/hostX/issue_lip command. Where HostX is your host port number and rest procedures is same as given in this video.
@agh0x01 Жыл бұрын
@31:00 the 34:0:0:0 was already showing as "failed faulty" before you shut down the interface on the server.
@abdulraheems68286 жыл бұрын
Thanks sir
@prabodhpalve59304 жыл бұрын
Which installation you have done. I installed minimal installation but I am neither able to copy and paste nor able to select the command.i also want to do same installation which you have done.
@НиколайДженков-у7б3 жыл бұрын
He's using putty, that's why he's able to copy/paste.
@ddenky5 жыл бұрын
Hi, Storage team added a LUN /dev/sdv to the server. /dev/sdv --- 0 0 4.00t It has 2 paths. How'd you add this new LUN to multipath already configured on the server to make it a 8TB volume?
@tunetolinux41735 жыл бұрын
Mutlipath is nothing but multiple path accessing your storage. Incase one lost connectivity other is still active. It would not double your disk size.
@satyad69746 жыл бұрын
Can you create a video on udev Rhel 7
@venkateshk87093 жыл бұрын
Please share video link of how to allocate Lun for Iscsi initiator (Previous video Link)
@tunetolinux41733 жыл бұрын
Here is the link. kzbin.info/www/bejne/fZDQp6OcqppjldE
@yogeshsingh30286 жыл бұрын
thank you tune to linux :)
@tunetolinux41736 жыл бұрын
Thank you. Hope you like it.
@harshal1204 жыл бұрын
Are you providing udemy course?
@tunetolinux41734 жыл бұрын
No
@jeezusjuice3442 жыл бұрын
Man, you gotta learn to vim better. Shift + 4 ($) takes you to the end of a line. Shift + 6 (^) to the beginning. e brings you to the end of a word, b to the beginning (all in command mode, not insert mode). R to replace strings, r to replace single characters. It’s painful to watch people single letter scroll all the way to the end of a line, then insert and backspace to replace characters.
@bharatnailwal97955 жыл бұрын
We should have used network bonding here for failover, instead of providing multiple ips to each the ethernet ports
@saumyadip14 жыл бұрын
Comeon in fiber switch environment you cant work with bond. Multipath is the only option
@petersorger52312 жыл бұрын
looks like you don't know how to write "multipath".. it's not muttipath nor mutlipath... but multipath
@tunetolinux41732 жыл бұрын
Yes I don’t know and have learned something amazing today. Thank you so much for sharing “professor”.