XenServer 5.5 local storage problem
Posted
by Jason Nerer
on Stack Overflow
See other posts from Stack Overflow
or by Jason Nerer
Published on 2010-01-21T10:07:54Z
Indexed on
2010/04/12
23:33 UTC
Read the original article
Hit count: 599
Hi community,
I have the following problem with a Citrix XenServer 5.5. I had to physically move the host, so I shut down all machines via console:
xe vm-shutdown force=true vm=my-machine-uuis-s
After that I shut down the machine itself by issuing:
halt
After the reboot today the local storage repository is unplugged. I was trying to repair it via XenCenter, but I don't trust this one. So I tried:
[root@xenserver ~]# xe pbd-list
uuid ( RO) : ef6e2f3b-5825-393c-23e1-391d105c87ec
host-uuid ( RO): c4bcf09c-2e52-448f-8210-df5d13bd33a9
sr-uuid ( RO): 2fb3be9c-075c-53ed-acb6-42f0c4ad0614
device-config (MRO): device: /dev/disk/by-id/scsi-SATA_WDC_WD5001ABYS-_WD-WCAS83698154,/dev/disk/by-id/scsi-SATA_WDC_WD5001ABYS-_WD-WCAS83694262
currently-attached ( RO): false
To reattach the storage I issued:
xe pbd-plug uuid=ef6e2f3b-5825-393c-23e1-391d105c87ec
That one is running now for a while but not talking to me. The local repo has around 1TB. Should I wait, or are there any other options to reattach the local repo?
What could have caused this problem? Any ideas?
Thx. J
© Stack Overflow or respective owner