You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Kirk Jantzer <ki...@gmail.com> on 2013/07/14 03:53:45 UTC

Can't get system vm's to start

CS 4.1. Tried several different versions of Xen. Using Nexenta to present
NFS. Storage attaches to CS fine. I can mount both primary and secondary to
other servers and browse/read/write, but these keep showing up in the log:

(of mention, this is the same hardware/network we used for our 4.0 install)

2013-07-13 17:36:12,642 WARN  [xen.resource.CitrixResourceBase]
(DirectAgent-1:null) ModifyStoragePoolCommand add XenAPIException:Can not
see storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
host:40455980-acdf-4e56-8415-7dcde2db9e05
host:40455980-acdf-4e56-8415-7dcde2db9e05
pool: <nfsserverip>/volumes/store/primary
com.cloud.utils.exception.CloudRuntimeException: Can not see storage pool:
f09e0cef-0412-38f8-889c-ffa742a6084c from on
host:40455980-acdf-4e56-8415-7dcde2db9e05

2013-07-13 17:36:12,648 WARN  [storage.listener.StoragePoolMonitor]
(AgentTaskPool-1:null) Unable to connect host 3 to pool
Pool[200|NetworkFilesystem] due to
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200]
is unreachable: Unable establish connection from storage head to storage
pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
host:40455980-acdf-4e56-8415-7dcde2db9e05
host:40455980-acdf-4e56-8415-7dcde2db9e05
pool: <nfsserverip>/volumes/store/primary
com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200]
is unreachable: Unable establish connection from storage head to storage
pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
host:40455980-acdf-4e56-8415-7dcde2db9e05
host:40455980-acdf-4e56-8415-7dcde2db9e05 pool:
<nfsserverip>/volumes/store/primary


-- 
Regards,

Kirk Jantzer
http://about.met/kirkjantzer

Re: Can't get system vm's to start

Posted by Kirk Kosinski <ki...@gmail.com>.
Hi, Kirk.  How many hosts are in the XS pool?  It seems like perhaps the
storage is inaccessible from one of the hosts.  "xe pbd-list
sr-uuid=f09e0cef-0412-38f8-889c-ffa742a6084c" will probably show that
the PBD is unplugged for that host, so it may be unable to access it for
some reason (permissions, networking).

If there's only one host in the pool, it may be unable to access the
storage.  It could be due to permissions or networking, or maybe an NFS
version mismatch.  Make sure Nexenta is allowing NFS v3 since that is
all that XenServer supports.

Best regards,
Kirk

On 07/13/2013 07:33 PM, Kirk Jantzer wrote:
> I can't login to a vm that doesn't exist ;-)
> 
> Regards,
> 
> Kirk Jantzer
> http://about.me/kirkjantzer
> On Jul 13, 2013 10:30 PM, "Dave Dunaway" <da...@gmail.com> wrote:
> 
>> Take the usual steps, log into the ssvm if you can and run the chechssvm.sh
>> or whatever it is called script (check the docs, I assume it's listed
>> there). Make sure the SSVM can reach the management server on tcp 8250, and
>> the host that has the NFS mount for your sec storage is up and working
>> properly (ie: check that the NFS server is good to go, exports, bacon
>> sandwiches).
>>
>> hth.
>>
>>
>> On Sat, Jul 13, 2013 at 9:53 PM, Kirk Jantzer <kirk.jantzer@gmail.com
>>> wrote:
>>
>>> CS 4.1. Tried several different versions of Xen. Using Nexenta to present
>>> NFS. Storage attaches to CS fine. I can mount both primary and secondary
>> to
>>> other servers and browse/read/write, but these keep showing up in the
>> log:
>>>
>>> (of mention, this is the same hardware/network we used for our 4.0
>> install)
>>>
>>> 2013-07-13 17:36:12,642 WARN  [xen.resource.CitrixResourceBase]
>>> (DirectAgent-1:null) ModifyStoragePoolCommand add XenAPIException:Can not
>>> see storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>> pool: <nfsserverip>/volumes/store/primary
>>> com.cloud.utils.exception.CloudRuntimeException: Can not see storage
>> pool:
>>> f09e0cef-0412-38f8-889c-ffa742a6084c from on
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>>
>>> 2013-07-13 17:36:12,648 WARN  [storage.listener.StoragePoolMonitor]
>>> (AgentTaskPool-1:null) Unable to connect host 3 to pool
>>> Pool[200|NetworkFilesystem] due to
>>> com.cloud.exception.StorageUnavailableException: Resource
>> [StoragePool:200]
>>> is unreachable: Unable establish connection from storage head to storage
>>> pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
>>> storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>> pool: <nfsserverip>/volumes/store/primary
>>> com.cloud.exception.StorageUnavailableException: Resource
>> [StoragePool:200]
>>> is unreachable: Unable establish connection from storage head to storage
>>> pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
>>> storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05
>>> host:40455980-acdf-4e56-8415-7dcde2db9e05 pool:
>>> <nfsserverip>/volumes/store/primary
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Kirk Jantzer
>>> http://about.met/kirkjantzer
>>>
>>
> 

Re: Can't get system vm's to start

Posted by Kirk Jantzer <ki...@gmail.com>.
I can't login to a vm that doesn't exist ;-)

Regards,

Kirk Jantzer
http://about.me/kirkjantzer
On Jul 13, 2013 10:30 PM, "Dave Dunaway" <da...@gmail.com> wrote:

> Take the usual steps, log into the ssvm if you can and run the chechssvm.sh
> or whatever it is called script (check the docs, I assume it's listed
> there). Make sure the SSVM can reach the management server on tcp 8250, and
> the host that has the NFS mount for your sec storage is up and working
> properly (ie: check that the NFS server is good to go, exports, bacon
> sandwiches).
>
> hth.
>
>
> On Sat, Jul 13, 2013 at 9:53 PM, Kirk Jantzer <kirk.jantzer@gmail.com
> >wrote:
>
> > CS 4.1. Tried several different versions of Xen. Using Nexenta to present
> > NFS. Storage attaches to CS fine. I can mount both primary and secondary
> to
> > other servers and browse/read/write, but these keep showing up in the
> log:
> >
> > (of mention, this is the same hardware/network we used for our 4.0
> install)
> >
> > 2013-07-13 17:36:12,642 WARN  [xen.resource.CitrixResourceBase]
> > (DirectAgent-1:null) ModifyStoragePoolCommand add XenAPIException:Can not
> > see storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> > pool: <nfsserverip>/volumes/store/primary
> > com.cloud.utils.exception.CloudRuntimeException: Can not see storage
> pool:
> > f09e0cef-0412-38f8-889c-ffa742a6084c from on
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> >
> > 2013-07-13 17:36:12,648 WARN  [storage.listener.StoragePoolMonitor]
> > (AgentTaskPool-1:null) Unable to connect host 3 to pool
> > Pool[200|NetworkFilesystem] due to
> > com.cloud.exception.StorageUnavailableException: Resource
> [StoragePool:200]
> > is unreachable: Unable establish connection from storage head to storage
> > pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
> > storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> > pool: <nfsserverip>/volumes/store/primary
> > com.cloud.exception.StorageUnavailableException: Resource
> [StoragePool:200]
> > is unreachable: Unable establish connection from storage head to storage
> > pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
> > storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> > host:40455980-acdf-4e56-8415-7dcde2db9e05
> > host:40455980-acdf-4e56-8415-7dcde2db9e05 pool:
> > <nfsserverip>/volumes/store/primary
> >
> >
> > --
> > Regards,
> >
> > Kirk Jantzer
> > http://about.met/kirkjantzer
> >
>

Re: Can't get system vm's to start

Posted by Dave Dunaway <da...@gmail.com>.
Take the usual steps, log into the ssvm if you can and run the chechssvm.sh
or whatever it is called script (check the docs, I assume it's listed
there). Make sure the SSVM can reach the management server on tcp 8250, and
the host that has the NFS mount for your sec storage is up and working
properly (ie: check that the NFS server is good to go, exports, bacon
sandwiches).

hth.


On Sat, Jul 13, 2013 at 9:53 PM, Kirk Jantzer <ki...@gmail.com>wrote:

> CS 4.1. Tried several different versions of Xen. Using Nexenta to present
> NFS. Storage attaches to CS fine. I can mount both primary and secondary to
> other servers and browse/read/write, but these keep showing up in the log:
>
> (of mention, this is the same hardware/network we used for our 4.0 install)
>
> 2013-07-13 17:36:12,642 WARN  [xen.resource.CitrixResourceBase]
> (DirectAgent-1:null) ModifyStoragePoolCommand add XenAPIException:Can not
> see storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> host:40455980-acdf-4e56-8415-7dcde2db9e05
> host:40455980-acdf-4e56-8415-7dcde2db9e05
> pool: <nfsserverip>/volumes/store/primary
> com.cloud.utils.exception.CloudRuntimeException: Can not see storage pool:
> f09e0cef-0412-38f8-889c-ffa742a6084c from on
> host:40455980-acdf-4e56-8415-7dcde2db9e05
>
> 2013-07-13 17:36:12,648 WARN  [storage.listener.StoragePoolMonitor]
> (AgentTaskPool-1:null) Unable to connect host 3 to pool
> Pool[200|NetworkFilesystem] due to
> com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200]
> is unreachable: Unable establish connection from storage head to storage
> pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
> storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> host:40455980-acdf-4e56-8415-7dcde2db9e05
> host:40455980-acdf-4e56-8415-7dcde2db9e05
> pool: <nfsserverip>/volumes/store/primary
> com.cloud.exception.StorageUnavailableException: Resource [StoragePool:200]
> is unreachable: Unable establish connection from storage head to storage
> pool 200 due to ModifyStoragePoolCommand add XenAPIException:Can not see
> storage pool: f09e0cef-0412-38f8-889c-ffa742a6084c from on
> host:40455980-acdf-4e56-8415-7dcde2db9e05
> host:40455980-acdf-4e56-8415-7dcde2db9e05 pool:
> <nfsserverip>/volumes/store/primary
>
>
> --
> Regards,
>
> Kirk Jantzer
> http://about.met/kirkjantzer
>