Associate
- Joined
- 29 Dec 2007
- Posts
- 1,414
- Location
- London
Hi guys, I'll admit I'm not too experienced with Linux but I'm giving it a shot.
The bigger picture is that I'm writing a bash script to shutdown and copy virtual machines overnight to a central scsi array (raid 5).
Anyway, I'm having slight issues setting up iSCSI
I'm testing on 3 machines, all with centos 5.4
(1)Server
(2)Desktop
(3)Desktop
I have a Dell server in our server room with a powervault (raid 5) connected via scsi. I formatted the disk as ext3.
This is then mounted in /iSCSI , this can be seen and writen to on (1). I then installed iSCSI with yum. Got it setup and running.
On (2) and (3) I have the iSCSI initiator setup, they can connect to the target (1) fine
They see the disk with
fdisk -l
but I get: Disk /dev/sdb doesn't contain a valid partition table.
I can format it from each machine. But I need to share this resource, not wipe it everytime I add a machine.
When I've formatted it from (2) I can write to it, but the files won't appear on (3) or the target (1)
Am I missing something blatently obvious?
Thanks
The bigger picture is that I'm writing a bash script to shutdown and copy virtual machines overnight to a central scsi array (raid 5).
Anyway, I'm having slight issues setting up iSCSI
I'm testing on 3 machines, all with centos 5.4
(1)Server
(2)Desktop
(3)Desktop
I have a Dell server in our server room with a powervault (raid 5) connected via scsi. I formatted the disk as ext3.
This is then mounted in /iSCSI , this can be seen and writen to on (1). I then installed iSCSI with yum. Got it setup and running.
On (2) and (3) I have the iSCSI initiator setup, they can connect to the target (1) fine
They see the disk with
fdisk -l
but I get: Disk /dev/sdb doesn't contain a valid partition table.
I can format it from each machine. But I need to share this resource, not wipe it everytime I add a machine.
When I've formatted it from (2) I can write to it, but the files won't appear on (3) or the target (1)
Am I missing something blatently obvious?
Thanks