Re: Unable to mount Secondary Storage on SSVM

2015-05-12 Thread anil lakineni
gt;>> Most likely, it's nfs v3. >>>> >>>> Check logs on the nfs server to verify why it is denying access. >>>> >>>> Once this is fixed, you should be good to go. >>>> >>>> Andrei >>>> >>>> ---

Re: Unable to mount Secondary Storage on SSVM

2015-05-11 Thread anil lakineni
gt;> >>> Andrei >>> >>> - Original Message - >>> From: "srinivas niddapu" >>> To: "Rohit Yadav" , dev@cloudstack.apache.org >>> Cc: us...@cloudstack.apache.org >>> Sent: Friday, 8 May, 2015 2:03

Re: Unable to mount Secondary Storage on SSVM

2015-05-11 Thread anil lakineni
;> >>> Once this is fixed, you should be good to go. >>> >>> Andrei >>> >>> - Original Message - >>> From: "srinivas niddapu" >>> To: "Rohit Yadav" , dev@cloudstack.apache.org >>> Cc: us...@cloudstac

Re: Unable to mount Secondary Storage on SSVM

2015-05-09 Thread ilya
...@cloudstack.apache.org Sent: Friday, 8 May, 2015 2:03:10 PM Subject: RE: Unable to mount Secondary Storage on SSVM Appreciated info Rohit. As we verified our NFS storage there is no permission restrictions (* FULL ACCESS). Validated the same NFS share on the Cloud Stack Hypervisors, already

Re: Unable to mount Secondary Storage on SSVM

2015-05-09 Thread ilya
it is denying access. Once this is fixed, you should be good to go. Andrei - Original Message - From: "srinivas niddapu" To: "Rohit Yadav" , dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Sent: Friday, 8 May, 2015 2:03:10 PM Subject: RE: Unable to mount

Re: Unable to mount Secondary Storage on SSVM

2015-05-08 Thread Rafael Fonseca
ecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) > > Any suggestions. > > Thanks, > Srini. > > -Original Message- > From: Rohit Yadav [mailto:rohit.ya...@shap

RE: Unable to mount Secondary Storage on SSVM

2015-05-08 Thread srinivas niddapu
15 5:57 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org; srinivas niddapu Subject: Re: Unable to mount Secondary Storage on SSVM > On 08-May-2015, at 2:05 pm, anil lakineni > wrote: > > and this Secondary Storage path is mounting and working with all other >

Re: Unable to mount Secondary Storage on SSVM

2015-05-08 Thread Andrei Mikhailovsky
y why it is denying access. Once this is fixed, you should be good to go. Andrei - Original Message - From: "srinivas niddapu" To: "Rohit Yadav" , dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Sent: Friday, 8 May, 2015 2:03:10 PM Subject: RE: Unable to m

Re: Unable to mount Secondary Storage on SSVM

2015-05-08 Thread Rohit Yadav
> On 08-May-2015, at 2:05 pm, anil lakineni > wrote: > > and this Secondary Storage path is mounting and working with all other > servers except with SSVM.. Getting error "mount.nfs: access denied by > server while mounting xx.xx.xx.xx:/" Check your nfs exports file and do a chmod 777 on t

Re: unable to mount secondary storage

2013-08-23 Thread Marty Sweet
Awesome, personally I haven't added any iptable rules and my system works fine. Feel free to ask for more help! :) Marty On Fri, Aug 23, 2013 at 9:18 PM, Han,Meng wrote: > Thanks Marty for your kindly guidance! > > I figured out the problem. Although I edited /etc/sysconfig/iptables to > add

Re: unable to mount secondary storage

2013-08-23 Thread Han,Meng
Thanks Marty for your kindly guidance! I figured out the problem. Although I edited /etc/sysconfig/iptables to add the chain rules but I am adding it to the wrong place (I added it to the nat section instead of the filter section). When I run iptables -L, no chain rules are listed. I modi

Re: unable to mount secondary storage

2013-08-23 Thread Marty Sweet
Hi Meng, No problem, ubuntu -> Meng looks like an issue, I think it would be worth looking at this to ensure mounting works properly. Can you try the mount command I gave you? Also: ping 10.244.18.55 traceroute 10.244.18.55 Very bizarre error message seeing as you said ping responds. Marty On

Re: unable to mount secondary storage

2013-08-23 Thread Han,Meng
Hi Marty, Thanks for the fast reply! On Fri, 23 Aug 2013 20:26:07 +0100, Marty Sweet wrote: Thanks, what setup do you have in the cloudstack interface? Can you provide a screenshot of the secondary storage page (under Infrastructure)? I attached the screenshot. Could you also try the foll

Re: unable to mount secondary storage

2013-08-23 Thread Marty Sweet
Thanks, what setup do you have in the cloudstack interface? Can you provide a screenshot of the secondary storage page (under Infrastructure)? Could you also try the following on another host (not the management or SSVM): sudo -i mkdir mounttest sudo mount 10.244.18.55:/secondary mounttest Can yo

Re: unable to mount secondary storage

2013-08-23 Thread Han,Meng
Hi Marty, Here is the information: [root@meng]#cat /etc/exports /secondary *(rw,async,no_root_squash) /primary *(rw,async,no_root_squash) [root@meng Downloads]# exportfs /secondary /primary [root@meng Downloads]# exportfs -a There is no output for exportfs -a. On Fri, 23

Re: unable to mount secondary storage

2013-08-23 Thread Marty Sweet
Hi Meng, I would first look at the management server and ignore the SSVM until you are sure the NFS share is working. Could you post the output of: exportfs -a and cat /etc/exports ? I can then give more guidance. Thanks, Marty On Fri, Aug 23, 2013 at 5:01 PM, Han,Meng wrote: > Hi folks, > >