Hi all
I have been given a project at work that is some what out of my ball park. I need to install Ubuntu Server and attach an iSCSI LUN to it for use with Percona (MySQL) Server.
So I have Ubuntu installed, I have the iSCSI LUN presented to the server. Multipathing is installed and working however I am still seeing 8 disk drives for the presented iSCSI LUN. I don't really know what I am meant to be seeing as this is all new to me. I installed the server with LVM too, which I am trying to get my head around.
Anyway, any guidance for me here perhaps? Output of cat /proc/partitions:
root@NDC-LMS-PRC-S01:~# cat /proc/partitions
major minor #blocks name
8 0 143338560 sda
8 1 249856 sda1
8 2 1 sda2
8 5 143088128 sda5
252 0 9764864 dm-0
252 1 5345280 dm-1
252 2 127950848 dm-2
8 16 52428800 sdb
8 32 52428800 sdc
8 48 52428800 sdd
8 80 52428800 sdf
8 64 52428800 sde
8 96 52428800 sdg
8 112 52428800 sdh
8 128 52428800 sdi
252 3 52428800 dm-3
root@NDC-LMS-PRC-S01:~#
sdb through i is what I am sure I shouldn't be seeing? dm-3 is the LVM map for the iSCSI LUN?
Thanks for your help, really don't know what I am doing here... as you can probably tell.
I have been given a project at work that is some what out of my ball park. I need to install Ubuntu Server and attach an iSCSI LUN to it for use with Percona (MySQL) Server.
So I have Ubuntu installed, I have the iSCSI LUN presented to the server. Multipathing is installed and working however I am still seeing 8 disk drives for the presented iSCSI LUN. I don't really know what I am meant to be seeing as this is all new to me. I installed the server with LVM too, which I am trying to get my head around.
Anyway, any guidance for me here perhaps? Output of cat /proc/partitions:
root@NDC-LMS-PRC-S01:~# cat /proc/partitions
major minor #blocks name
8 0 143338560 sda
8 1 249856 sda1
8 2 1 sda2
8 5 143088128 sda5
252 0 9764864 dm-0
252 1 5345280 dm-1
252 2 127950848 dm-2
8 16 52428800 sdb
8 32 52428800 sdc
8 48 52428800 sdd
8 80 52428800 sdf
8 64 52428800 sde
8 96 52428800 sdg
8 112 52428800 sdh
8 128 52428800 sdi
252 3 52428800 dm-3
root@NDC-LMS-PRC-S01:~#
sdb through i is what I am sure I shouldn't be seeing? dm-3 is the LVM map for the iSCSI LUN?
Thanks for your help, really don't know what I am doing here... as you can probably tell.