Thanks for responding root@s-3-VM:~# /usr/local/cloud/systemvm/ssvm-check.sh ================================================ First DNS server is 10.4.21.4 PING 10.4.21.4 (10.4.21.4): 48 data bytes 56 bytes from 10.4.21.4: icmp_seq=0 ttl=127 time=2.719 ms 56 bytes from 10.4.21.4: icmp_seq=1 ttl=127 time=0.739 ms --- 10.4.21.4 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.739/1.729/2.719/0.990 ms Good: Can ping DNS server ================================================ Good: DNS resolves download.cloud.com ================================================ ERROR: NFS is not currently mounted Try manually mounting from inside the VM NFS server is 169.254.2.120 PING 169.254.2.120 (169.254.2.120): 48 data bytes 56 bytes from 169.254.2.120: icmp_seq=0 ttl=64 time=0.058 ms 56 bytes from 169.254.2.120: icmp_seq=1 ttl=64 time=0.069 ms --- 169.254.2.120 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.058/0.064/0.069/0.000 ms Good: Can ping nfs server ================================================ Management server is 10.4.6.82. Checking connectivity. Good: Can connect to management server port 8250 ================================================ Good: Java process is running ================================================ Tests Complete. Look for ERROR or WARNING above. root@s-3-VM:~#
Connectivity check mysql> select id,name,status,engine_state,mgmt_server_id,removed from host; +----+---------+--------+--------------+-----------------+---------------------+ | id | name | status | engine_state | mgmt_server_id | removed | +----+---------+--------+--------------+-----------------+---------------------+ | 1 | sandeep | Up | Disabled | 279278805450992 | NULL | | 2 | v-1-VM | Up | Disabled | 279278805450992 | NULL | | 3 | s-2-VM | Alert | Disabled | NULL | 2015-03-12 06:08:26 | | 4 | s-3-VM | Up | Disabled | 279278805450992 | NULL | +----+---------+--------+--------------+-----------------+---------------------+ 4 rows in set (0.00 sec) root@s-3-VM:~# ping 10.4.6.82 PING 10.4.6.82 (10.4.6.82): 48 data bytes 56 bytes from 10.4.6.82: icmp_seq=0 ttl=64 time=0.174 ms 56 bytes from 10.4.6.82: icmp_seq=1 ttl=64 time=0.179 ms ^C--- 10.4.6.82 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.174/0.176/0.179/0.000 ms On Fri, Mar 13, 2015 at 5:07 PM, Rajesh Battala <rajesh.batt...@citrix.com> wrote: > Hi Sandeep, > Can you run the ssvm-check script and paste the error. > > Looks like SSVM is not able to reach to NFS server. Can you check the > connectivity from SSVM to NFS server. > > Nfs client is by default installed in the SSVM, no need to install it. > > Thanks > Rajesh Battala > > -----Original Message----- > From: sandeep khandekar [mailto:cloudstack.sand...@gmail.com] > Sent: Friday, March 13, 2015 9:58 AM > To: users > Subject: Re: templates not getting downloaded > > How to solve these n/w issue? > > root@s-3-VM:~# ping 10.4.6.82 > PING 10.4.6.82 (10.4.6.82): 48 data bytes > 56 bytes from 10.4.6.82: icmp_seq=0 ttl=64 time=0.128 ms > 56 bytes from 10.4.6.82: icmp_seq=1 ttl=64 time=0.183 ms > 56 bytes from 10.4.6.82: icmp_seq=2 ttl=64 time=0.191 ms > ^C--- 10.4.6.82 ping statistics --- > 3 packets transmitted, 3 packets received, 0% packet loss round-trip > min/avg/max/stddev = 0.128/0.167/0.191/0.028 ms root@s-3-VM:~# > > I can ping mgmt server ? what else is going wrong ? do I need to install > any nfs-client inside s-3vm. > > If I try to mount manually I get connection timed out. > > root@s-3-VM:~# mount -t nfs 10.4.6.82:/export/secondary > /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 > mount.nfs: Connection timed out > > On Fri, Mar 13, 2015 at 9:51 AM, sandeep khandekar < > cloudstack.sand...@gmail.com> wrote: > > > Error still persists. > > ERROR: NFS is not currently mounted. -->script outpuut on s-3 VM. > > http://pastebin.com/jUu36A4Z -- log file output.. > > Any guess why nfs is not getting mounted inside s-3 VM? > > > > > > > > On Thu, Mar 12, 2015 at 4:54 PM, Rajesh Battala > > <rajesh.batt...@citrix.com > > > wrote: > > > >> Ok. That's the reason it didn't come up. > >> Now nfs got mounted right! > >> It should get started downloading the template if there are no issues > >> with Network. > >> Hope your issue is resolved! > >> > >> -----Original Message----- > >> From: sandeep khandekar [mailto:cloudstack.sand...@gmail.com] > >> Sent: Thursday, March 12, 2015 3:32 PM > >> To: users > >> Subject: Re: templates not getting downloaded > >> > >> http://pastebin.com/mZzn95Zq > >> found mount problem in cloud.log file - sending the cloud.log file > >> again > >> > >> On Thu, Mar 12, 2015 at 3:25 PM, sandeep khandekar < > >> cloudstack.sand...@gmail.com> wrote: > >> > >> > Screenshots of cloudstack. > >> > > >> > http://i.imgur.com/x78SIp3.png > >> > http://i.imgur.com/emkKOin.png > >> > > >> > > >> > On Thu, Mar 12, 2015 at 2:56 PM, sandeep khandekar < > >> > cloudstack.sand...@gmail.com> wrote: > >> > > >> >> Forgot to send cloud.log file > >> >> http://pastebin.com/gygvqdFT -> cloud log file > >> >> > >> >> On Thu, Mar 12, 2015 at 2:49 PM, sandeep khandekar < > >> >> cloudstack.sand...@gmail.com> wrote: > >> >> > >> >>> > >> >>> Its up now. I dont know why it took so much time. > >> >>> ssvm-check script is showing the following error - > >> >>> ERROR: NFS is not currently mounted > >> >>> http://pastebin.com/dQFE7YCb -ssvm health check > >> >>> > >> >>> Snapshot of my new logs - which shows warn and info. > >> >>> > >> >>> warn : No usage server process running -> management log > >> >>> > >> >>> warn : listall - unknown parameters -> management log > >> >>> > >> >>> http://pastebin.com/FfM63nUV -> management log > >> >>> > >> >>> > >> >>> http://pastebin.com/RHgiLt6U -> agent log > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> On Thu, Mar 12, 2015 at 2:15 PM, Rajesh Battala < > >> >>> rajesh.batt...@citrix.com> wrote: > >> >>> > >> >>>> Also run ssvm-check script and post the log which will help to > >> >>>> figure out the issue > >> >>>> > >> >>>> -----Original Message----- > >> >>>> From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] > >> >>>> Sent: Thursday, March 12, 2015 2:05 PM > >> >>>> To: users@cloudstack.apache.org > >> >>>> Subject: RE: templates not getting downloaded > >> >>>> > >> >>>> Is you SSVM up and running. > >> >>>> What is SSVM agent state. In UI? > >> >>>> If agent state is not up! > >> >>>> Can you please the ssvm agent log i.e., cloud.log > >> >>>> > >> >>>> Thanks > >> >>>> Rajesh Battala > >> >>>> > >> >>>> > >> >>>> -----Original Message----- > >> >>>> From: sandeep khandekar [mailto:cloudstack.sand...@gmail.com] > >> >>>> Sent: Thursday, March 12, 2015 12:03 PM > >> >>>> To: users > >> >>>> Subject: Re: templates not getting downloaded > >> >>>> > >> >>>> My log file s > >> >>>> http://pastebin.com/PmpP52i7 -> managment log file > >> >>>> http://pastebin.com/ugWqzZ2T ->agent log > >> >>>> > >> >>>> Can you tell me how to make sec storage vm up - I destroyed old > >> >>>> one and new one got created auto - but no luck. > >> >>>> I am also finding that my centos template is not getting > >> >>>> downloaded from internet. > >> >>>> > >> >>>> Thanks > >> >>>> > >> >>>> > >> >>>> On Thu, Mar 12, 2015 at 11:26 AM, sandeep khandekar < > >> >>>> cloudstack.sand...@gmail.com> wrote: > >> >>>> > >> >>>> > root@s-2-VM:~# ping 10.4.6.82 > >> >>>> > PING 10.4.6.82 (10.4.6.82): 48 data bytes > >> >>>> > 56 bytes from 10.4.6.82: icmp_seq=0 ttl=64 time=0.139 ms > >> >>>> > 56 bytes from 10.4.6.82: icmp_seq=1 ttl=64 time=0.113 ms > >> >>>> > ^C--- 10.4.6.82 ping statistics --- > >> >>>> > 2 packets transmitted, 2 packets received, 0% packet loss > >> >>>> > round-trip min/avg/max/stddev = 0.113/0.126/0.139/0.000 ms > >> >>>> > root@s-2-VM:~# > >> >>>> > > >> >>>> > I am finding a error in my server log VM power state does not > >> >>>> > change, skip DB writing. vm id: 2 i.e my sec storage vm is not > >> >>>> > coming up? > >> >>>> > > >> >>>> > > >> >>>> > On Mon, Mar 9, 2015 at 1:16 PM, Abhinandan Prateek < > >> >>>> > abhinandan.prat...@shapeblue.com> wrote: > >> >>>> > > >> >>>> >> Can you reach this ip 10.4.6.82 from your systemvm ? It > >> >>>> >> appears that the nfs storage is not reachable from your ssvm. > >> >>>> >> > >> >>>> >> > On 09-Mar-2015, at 12:11 pm, sandeep khandekar < > >> >>>> >> cloudstack.sand...@gmail.com> wrote: > >> >>>> >> > > >> >>>> >> > Hello cloudstackers, > >> >>>> >> > > >> >>>> >> > My templates are not getting downloaded. > >> >>>> >> > > >> >>>> >> > Getting the following error root@s-3-VM:~# > >> >>>> >> > /usr/local/cloud/systemvm/ssvm-check.sh > >> >>>> >> > ================================================ > >> >>>> >> > First DNS server is 103.15.60.4 PING 103.15.60.4 > >> >>>> >> > (103.15.60.4): 48 data bytes > >> >>>> >> > 56 bytes from 103.15.60.4: icmp_seq=0 ttl=59 time=19.419 ms > >> >>>> >> > 56 bytes from 103.15.60.4: icmp_seq=1 ttl=59 time=1.033 ms > >> >>>> >> > --- 103.15.60.4 ping statistics --- > >> >>>> >> > 2 packets transmitted, 2 packets received, 0% packet loss > >> >>>> >> > round-trip min/avg/max/stddev = 1.033/10.226/19.419/9.193 > >> >>>> >> > ms > >> >>>> >> > Good: Can ping DNS server > >> >>>> >> > ================================================ > >> >>>> >> > Good: DNS resolves download.cloud.com > >> >>>> >> > ================================================ > >> >>>> >> > ERROR: NFS is not currently mounted Try manually mounting > >> >>>> >> > from inside the VM NFS server is 169.254.0.106 PING > >> >>>> >> > 169.254.0.106 > >> >>>> >> > (169.254.0.106): 48 data bytes > >> >>>> >> > 56 bytes from 169.254.0.106: icmp_seq=0 ttl=64 time=0.184 > >> >>>> >> > ms > >> >>>> >> > 56 bytes from 169.254.0.106: icmp_seq=1 ttl=64 time=0.062 > >> >>>> >> > ms > >> >>>> >> > --- 169.254.0.106 ping statistics --- > >> >>>> >> > 2 packets transmitted, 2 packets received, 0% packet loss > >> >>>> >> > round-trip min/avg/max/stddev = 0.062/0.123/0.184/0.061 ms > >> >>>> >> > Good: Can ping nfs server > >> >>>> >> > ================================================ > >> >>>> >> > Management server is 10.4.6.82. Checking connectivity. > >> >>>> >> > Good: Can connect to management server port 8250 > >> >>>> >> > ================================================ > >> >>>> >> > Good: Java process is running > >> >>>> >> > ================================================ > >> >>>> >> > Tests Complete. Look for ERROR or WARNING above. > >> >>>> >> > > >> >>>> >> > root@s-3-VM:~# service nfs-common status all daemons > >> >>>> >> > running > >> >>>> >> > > >> >>>> >> > root@s-3-VM:~# mount -t nfs 10.4.6.82:/export/secondary > >> >>>> >> > /mnt/secondary > >> >>>> >> > mount.nfs: Connection timed out > >> >>>> >> > > >> >>>> >> > what are the sequence of commands need to be used for > >> >>>> >> > mounting the > >> >>>> nfs. > >> >>>> >> > tried mounting manually getting error. > >> >>>> >> > > >> >>>> >> > Thanks > >> >>>> >> > > >> >>>> >> > -- > >> >>>> >> > SANDEEP KHANDEKAR > >> >>>> >> > Assistant Professor > >> >>>> >> > Department of Computer science and engineering Sreenidhi > >> >>>> >> > Institute of science and Technology Hyderabad > >> >>>> >> > >> >>>> >> Find out more about ShapeBlue and our range of CloudStack > >> >>>> >> related services > >> >>>> >> > >> >>>> >> IaaS Cloud Design & Build< > >> >>>> >> http://shapeblue.com/iaas-cloud-design-and-build//> > >> >>>> >> CSForge – rapid IaaS deployment > >> >>>> >> framework<http://shapeblue.com/csforge/> > >> >>>> >> CloudStack > >> >>>> >> Consulting<http://shapeblue.com/cloudstack-consultancy/> > >> >>>> >> CloudStack Software Engineering< > >> >>>> >> http://shapeblue.com/cloudstack-software-engineering/> > >> >>>> >> CloudStack Infrastructure Support< > >> >>>> >> http://shapeblue.com/cloudstack-infrastructure-support/> > >> >>>> >> CloudStack Bootcamp Training Courses< > >> >>>> >> http://shapeblue.com/cloudstack-training/> > >> >>>> >> > >> >>>> >> This email and any attachments to it may be confidential and > >> >>>> >> are intended solely for the use of the individual to whom it > >> >>>> >> is addressed. Any views or opinions expressed are solely > >> >>>> >> those of the author and do not necessarily represent those of > >> >>>> >> Shape Blue Ltd or related companies. If you are not the > >> >>>> >> intended recipient of this email, you must neither take any > >> >>>> >> action based upon its contents, nor copy or show it to > >> >>>> >> anyone. Please contact the sender if you believe you have > received this email in error. > >> >>>> >> Shape Blue Ltd is a company incorporated in England & Wales. > >> >>>> >> ShapeBlue Services India LLP is a company incorporated in > >> >>>> >> India and is operated under license from Shape Blue Ltd. > >> >>>> >> Shape Blue Brasil Consultoria Ltda is a company incorporated > >> >>>> >> in Brasil and is operated under license from Shape Blue Ltd. > >> >>>> >> ShapeBlue SA Pty Ltd is a company registered by The Republic > >> >>>> >> of > >> >>>> South Africa and is traded under license from Shape Blue Ltd. > >> >>>> ShapeBlue is a registered trademark. > >> >>>> >> > >> >>>> > > >> >>>> > > >> >>>> > > >> >>>> > -- > >> >>>> > SANDEEP KHANDEKAR > >> >>>> > Assistant Professor > >> >>>> > Department of Computer science and engineering Sreenidhi > >> >>>> > Institute of science and Technology Hyderabad > >> >>>> > > >> >>>> > >> >>>> > >> >>>> > >> >>>> -- > >> >>>> SANDEEP KHANDEKAR > >> >>>> Assistant Professor > >> >>>> Department of Computer science and engineering Sreenidhi > >> >>>> Institute of science and Technology Hyderabad > >> >>>> > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> SANDEEP KHANDEKAR > >> >>> Assistant Professor > >> >>> Department of Computer science and engineering Sreenidhi > >> >>> Institute of science and Technology Hyderabad > >> >>> > >> >> > >> >> > >> >> > >> >> -- > >> >> SANDEEP KHANDEKAR > >> >> Assistant Professor > >> >> Department of Computer science and engineering Sreenidhi Institute > >> >> of science and Technology Hyderabad > >> >> > >> > > >> > > >> > > >> > -- > >> > SANDEEP KHANDEKAR > >> > Assistant Professor > >> > Department of Computer science and engineering > >> > Sreenidhi Institute of science and Technology > >> > Hyderabad > >> > > >> > >> > >> > >> -- > >> SANDEEP KHANDEKAR > >> Assistant Professor > >> Department of Computer science and engineering > >> Sreenidhi Institute of science and Technology > >> Hyderabad > >> > > > > > > > > -- > > SANDEEP KHANDEKAR > > Assistant Professor > > Department of Computer science and engineering > > Sreenidhi Institute of science and Technology > > Hyderabad > > > > > > -- > SANDEEP KHANDEKAR > Assistant Professor > Department of Computer science and engineering > Sreenidhi Institute of science and Technology > Hyderabad > -- SANDEEP KHANDEKAR Assistant Professor Department of Computer science and engineering Sreenidhi Institute of science and Technology Hyderabad