similar to: getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device

Displaying 20 results from an estimated 10000 matches similar to: "getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device"

2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hello Julius, Thanks - but it doesn't seem to work. I installed sg3_utils and ran #scsi-rescan but that seemed to have done nothing for some reason. Cheers, Boris. On Wed, Nov 4, 2015 at 10:12 AM, Tnjulius <tnjulius at gmail.com> wrote: > Hi Boris, > Just rescan the scsi host. > #scsi-rescan #if you have sg3_utils package > #lsscsi > Or > #echo "- - -"
2015 Nov 04
1
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On 11/04/2015 10:27 AM, Mauricio Tavares wrote: > On Wed, Nov 4, 2015 at 10:22 AM, Boris Epstein <borepstein at gmail.com> wrote: >> Hello Julius, >> >> Thanks - but it doesn't seem to work. >> >> I installed sg3_utils and ran >> #scsi-rescan >> >> but that seemed to have done nothing for some reason. >> > Dumb question:
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 4, 2015 at 10:22 AM, Boris Epstein <borepstein at gmail.com> wrote: > Hello Julius, > > Thanks - but it doesn't seem to work. > > I installed sg3_utils and ran > #scsi-rescan > > but that seemed to have done nothing for some reason. > Dumb question: did dmesg even bother to notice *something* was attached? > Cheers, > > Boris. >
2015 Nov 04
3
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On 11/04/2015 11:05 AM, Boris Epstein wrote: > On Wed, Nov 4, 2015 at 11:03 AM, Jonathan Billings <billings at negate.org> > wrote: > >> On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote: >>> I think, this is possible with scsi disks >>> >>> >> http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html
2015 Nov 04
4
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hello all, Is there a way to recognize a hot-plugged disk (i.e., to get the system to recognize it and build the appropriate /dev/sd* device for the new device) without a reboot? Thanks. Boris.
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hi Boris, Just rescan the scsi host. #scsi-rescan #if you have sg3_utils package #lsscsi Or #echo "- - -" > /sys/class/scsi_host/host[n]/scan Julius > On Nov 4, 2015, at 15:31, Boris Epstein <borepstein at gmail.com> wrote: > > Hello all, > > Is there a way to recognize a hot-plugged disk (i.e., to get the system to > recognize it and build the appropriate
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote: > I think, this is possible with scsi disks > > http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html While I believe that this URL has technically correct advice, it's basically doing a subset of the commands in the scsi-rescan script in the sg3_utils package. I wonder if you need to be
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
It should work fine. What esxi version you are using? Eero 4.11.2015 6.27 ip. "Boris Epstein" <borepstein at gmail.com> kirjoitti: > > > > > > > > was the controller you added the virtual disk to an IDE or scsi > controller? > > > > -- > > public gpg key id: 1362BA1A > > > > _______________________________________________
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Boris Epstein wrote: >> >> My turn for a dumb question: from not paying a lot of attention to this >> thread, the answer isn't clear to me: has the *host* recognized the >> disk? If not, the guest's not going to see it. > > IMO your question is not dumb at all. Unfortunately, I don't have an > answer to it. > > All I know is, you reboot the VM and
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On 11/4/2015 12:52 PM, Boris Epstein wrote: > I don't get this for some reason... not even sure why. ESXi's default > behaviour seems to be to allow hotplug, that does not seem to be > deactivated. I am just not sure. Wonder if this could be the Centos 7 vs 6 > - perhaps that is what I ought to test for. what virtual SCSI controller type are you using for these VM's? Mine
2015 Nov 06
1
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Thu, Nov 5, 2015 at 8:23 AM, Tris Hoar <trishoar at bgfl.org> wrote: > On 04/11/2015 20:59, John R Pierce wrote: > >> On 11/4/2015 12:52 PM, Boris Epstein wrote: >> >>> I don't get this for some reason... not even sure why. ESXi's default >>> behaviour seems to be to allow hotplug, that does not seem to be >>> deactivated. I am just
2015 Nov 04
2
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On 11/4/2015 11:36 AM, Boris Epstein wrote: > Absolutely, I see your point. This was the starting point - you add the > device on the ESXi server, you reboot the VM, the VM sees the device, no > problem. Now, I ask - do I have to reboot the VM? Logically I hope there > ought to be a way for me not to have to do that - but I have yet to figure > out how to get there. > vmware
2015 Nov 04
1
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Am 04.11.2015 um 17:26 schrieb Boris Epstein: > It was a SCSI controller. > > It usually works very nice here, Have you added only the disk or by accident another scsi controller? This happens (you probably know) if you select another bus while creating the disc. VG Rainer
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 4, 2015 at 11:03 AM, Jonathan Billings <billings at negate.org> wrote: > On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote: > > I think, this is possible with scsi disks > > > > > http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html > > While I believe that this URL has technically correct advice,
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 4, 2015 at 1:57 PM, <m.roth at 5-cent.us> wrote: > Boris Epstein wrote: > >> > >> My turn for a dumb question: from not paying a lot of attention to this > >> thread, the answer isn't clear to me: has the *host* recognized the > >> disk? If not, the guest's not going to see it. > > > > IMO your question is not dumb at
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Wed, Nov 4, 2015 at 11:29 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > It should work fine. What esxi version you are using? > > Eero > 4.11.2015 6.27 ip. "Boris Epstein" <borepstein at gmail.com> kirjoitti: > > Eero, I know. It is EXSi 5.5 Thanks. Boris.
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
Hi, I think, this is possible with scsi disks http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-without-rebooting-guest.html Eero 4.11.2015 4.32 ip. "Boris Epstein" <borepstein at gmail.com> kirjoitti: > Hello all, > > Is there a way to recognize a hot-plugged disk (i.e., to get the system to > recognize it and build the appropriate /dev/sd* device for the
2015 Nov 05
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On 04/11/2015 20:59, John R Pierce wrote: > On 11/4/2015 12:52 PM, Boris Epstein wrote: >> I don't get this for some reason... not even sure why. ESXi's default >> behaviour seems to be to allow hotplug, that does not seem to be >> deactivated. I am just not sure. Wonder if this could be the Centos 7 >> vs 6 >> - perhaps that is what I ought to test for.
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
> > > My turn for a dumb question: from not paying a lot of attention to this > thread, the answer isn't clear to me: has the *host* recognized the disk? > If not, the guest's not going to see it. > > mark > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2015 Nov 04
0
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
> > > > was the controller you added the virtual disk to an IDE or scsi controller? > > -- > public gpg key id: 1362BA1A > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > It was a SCSI controller. Boris.