Re: Problem compiling ACS 4.10 Source Code

2017-11-15 Thread Semih Tolga DEMİR
Hi Rafael,

I am not a developer but i like compile my own Ubuntu packages for 4.10
release, this is a standard 4.10 vanilla source code from cloudstack web
site.

Is there a way to skip this tests?

Or how could i check this test case could you give me a clue?

Or are there any difference for 4.9 source compile and 4.10 source compile
because i could successfully compile 4.9 on this server.

Thanks,
Tolga

2017-11-15 13:38 GMT+03:00 Rafael Weingärtner :

> here is your error:
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test)
> on project cloud-plugin-database-quota: There are test failures.
> Then if you roll up, there is:
> > org.apache.cloudstack.api.response.QuotaResponseBuilderImplTest
> >
> testStartOfNextDay(org.apache.cloudstack.api.response.
> QuotaResponseBuilderImplTest)
> Time elapsed: 0.026 sec <<< FAILURE!
>
> And then:
> > Failed tests:
> > QuotaResponseBuilderImplTest.testStartOfNextDay:225 null
>
> Can you check this "test case" and see if it is relying on something of the
> environment, such as using "sleeps" or system calls?
>
> On Wed, Nov 15, 2017 at 7:00 AM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com> wrote:
>
> > Hi,
> >
> > You can see more details on this link.
> >
> > https://jpst.it/17vmL
> >
> > Thanks,
> > Tolga
> >
> > 2017-11-14 17:50 GMT+03:00 Rafael Weingärtner <
> rafaelweingart...@gmail.com
> > >:
> >
> > > Can you share more log entries with us?
> > >
> > > On Tue, Nov 14, 2017 at 12:45 PM, Semih Tolga DEMİR <
> > > semihtolgade...@gmail.com> wrote:
> > >
> > > > Hi,
> > > >
> > > > I used source code compile guide for ACS 4.9 to compile ACS 4.10 from
> > > > source code. I used jdk1.8 and I have a problem.
> > > >
> > > > Failure results are shown in below.
> > > > ...
> > > > [INFO] Apache CloudStack Developer Mode .. SUCCESS
> > > [8.158s]
> > > > [INFO] Apache CloudStack Developer Tools . SUCCESS
> > > [1.726s]
> > > > [INFO] Apache CloudStack apidocs . FAILURE
> > > > [12.202s]
> > > > [INFO] Apache CloudStack marvin .. SKIPPED
> > > > [INFO] Apache CloudStack DevCloud4 ... SUCCESS
> > > [3.391s]
> > > > [INFO] Apache CloudStack DevCloud-KVM  SUCCESS
> > > [1.643s]
> > > > [INFO]
> > > > 
> > 
> > > > [INFO] BUILD FAILURE
> > > > [INFO]
> > > > 
> > 
> > > > [INFO] Total time: 22:59.584s (Wall Clock)
> > > > [INFO] Finished at: Tue Nov 14 16:49:43 EET 2017
> > > > [INFO] Final Memory: 103M/241M
> > > > [INFO]
> > > > 
> > 
> > > > [ERROR] Failed to execute goal
> > > > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project
> > > > cloud-apidoc: Command execution failed. Process exited with an
> error: 1
> > > > (Exit value: 1) -> [Help 1]
> > > > [ERROR]
> > > > [ERROR] To see the full stack trace of the errors, re-run Maven with
> > the
> > > -e
> > > > switch.
> > > > [ERROR] Re-run Maven using the -X switch to enable full debug
> logging.
> > > > [ERROR]
> > > > [ERROR] For more information about the errors and possible solutions,
> > > > please read the following articles:
> > > > [ERROR] [Help 1]
> > > > http://cwiki.apache.org/confluence/display/MAVEN/
> > MojoExecutionException
> > > > [ERROR]
> > > > [ERROR] After correcting the problems, you can resume the build with
> > the
> > > > command
> > > > [ERROR]   mvn  -rf :cloud-apidoc
> > > > make[1]: *** [override_dh_auto_build] Error 1
> > > > make[1]: Leaving directory `/root/apache-cloudstack-4.10.0.0-src'
> > > > make: *** [binary] Error 2
> > > > dpkg-buildpackage: error: debian/rules binary gave error exit status
> 2
> > > > root@ubuntu14045ACS410jdk8:~/apache-cloudstack-4.10.0.0-src#
> > > >
> > > > Thanks,
> > > > Tolga
> > > >
> > >
> > >
> > >
> > > --
> > > Rafael Weingärtner
> > >
> >
>
>
>
> --
> Rafael Weingärtner
>


Re: Problem compiling ACS 4.10 Source Code

2017-11-15 Thread Semih Tolga DEMİR
Hi,

You can see more details on this link.

https://jpst.it/17vmL

Thanks,
Tolga

2017-11-14 17:50 GMT+03:00 Rafael Weingärtner :

> Can you share more log entries with us?
>
> On Tue, Nov 14, 2017 at 12:45 PM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com> wrote:
>
> > Hi,
> >
> > I used source code compile guide for ACS 4.9 to compile ACS 4.10 from
> > source code. I used jdk1.8 and I have a problem.
> >
> > Failure results are shown in below.
> > ...
> > [INFO] Apache CloudStack Developer Mode .. SUCCESS
> [8.158s]
> > [INFO] Apache CloudStack Developer Tools . SUCCESS
> [1.726s]
> > [INFO] Apache CloudStack apidocs . FAILURE
> > [12.202s]
> > [INFO] Apache CloudStack marvin .. SKIPPED
> > [INFO] Apache CloudStack DevCloud4 ... SUCCESS
> [3.391s]
> > [INFO] Apache CloudStack DevCloud-KVM  SUCCESS
> [1.643s]
> > [INFO]
> > 
> > [INFO] BUILD FAILURE
> > [INFO]
> > 
> > [INFO] Total time: 22:59.584s (Wall Clock)
> > [INFO] Finished at: Tue Nov 14 16:49:43 EET 2017
> > [INFO] Final Memory: 103M/241M
> > [INFO]
> > 
> > [ERROR] Failed to execute goal
> > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project
> > cloud-apidoc: Command execution failed. Process exited with an error: 1
> > (Exit value: 1) -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn  -rf :cloud-apidoc
> > make[1]: *** [override_dh_auto_build] Error 1
> > make[1]: Leaving directory `/root/apache-cloudstack-4.10.0.0-src'
> > make: *** [binary] Error 2
> > dpkg-buildpackage: error: debian/rules binary gave error exit status 2
> > root@ubuntu14045ACS410jdk8:~/apache-cloudstack-4.10.0.0-src#
> >
> > Thanks,
> > Tolga
> >
>
>
>
> --
> Rafael Weingärtner
>


Problem compiling ACS 4.10 Source Code

2017-11-14 Thread Semih Tolga DEMİR
Hi,

I used source code compile guide for ACS 4.9 to compile ACS 4.10 from
source code. I used jdk1.8 and I have a problem.

Failure results are shown in below.
...
[INFO] Apache CloudStack Developer Mode .. SUCCESS [8.158s]
[INFO] Apache CloudStack Developer Tools . SUCCESS [1.726s]
[INFO] Apache CloudStack apidocs . FAILURE [12.202s]
[INFO] Apache CloudStack marvin .. SKIPPED
[INFO] Apache CloudStack DevCloud4 ... SUCCESS [3.391s]
[INFO] Apache CloudStack DevCloud-KVM  SUCCESS [1.643s]
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 22:59.584s (Wall Clock)
[INFO] Finished at: Tue Nov 14 16:49:43 EET 2017
[INFO] Final Memory: 103M/241M
[INFO]

[ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (compile) on project
cloud-apidoc: Command execution failed. Process exited with an error: 1
(Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :cloud-apidoc
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory `/root/apache-cloudstack-4.10.0.0-src'
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
root@ubuntu14045ACS410jdk8:~/apache-cloudstack-4.10.0.0-src#

Thanks,
Tolga


Re: Adding new host with VMware hypervisor

2017-02-14 Thread Semih Tolga DEMİR
Hi,

Thank you, for your all answers.

Tolga

2017-02-13 15:15 GMT+03:00 Suresh Anaparti :

> When the new host has a different network config, Add it to a new cluster
> in the vCenter and then add that Cluster in ACS with cluster override
> traffic labels for guest and public traffic. Refer the params:
> guestvswitchname, guestvswitchtype, publicvswitchname and publicvswitchtype
> parameters in addCluster API. ACS would automatically discover the current
> hosts in the newly added cluster and add them. Follow the steps in below
> email for adding hosts in that cluster thereon.
>
> -Suresh
>
> On 10/02/17, 9:23 PM, "Sergey Levitskiy" 
> wrote:
>
> With vmware clusters the behavior is the following:
> 1. When a new cluster is added all ESX hosts in the cluster are
> automatically discovered and added to ACS with no host tag. If a tag is
> needed it needs to be added to each host individually
> 2.  To add an additional host to a cluster
> a. Add host in vSphere matching network config of other hosts e.g. if
> vDs is used new host needs to be added to vDS before proceeded to the next
> step
> b. All hosts in the cluster should have the same name for Management
> portgroup and match ACS global setting ‘vmware.managment.portgroup’. The
> default is ‘Management Network’
> c. Add host into cluster in ACS using host name as seen in vCenter
> client. A host tag can be specified at that time. To authenticate to the
> host ACs will use vSphere credentials cached for the cluster.
>
>
>
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


Re: Adding new host with VMware hypervisor

2017-02-10 Thread Semih Tolga DEMİR
Hi,

Thank you for your answer. After add new host to VMware, Should I do
Infrastructure - hosts- add host or Does Cloudstack understand new added
host and automatically register it to its system?

Thanks,
Tolga,

2017-02-09 19:26 GMT+03:00 Sergey Levitskiy :

> All should work after the addition without any further changes.
>
>


Adding new host with VMware hypervisor

2017-02-09 Thread Semih Tolga DEMİR
Hi,

Our test environment has two hosts, VMware vCenter hypervisor and using ACS
4.9.2.

I have to a question about adding new host. After I add a new host, I
should do some settings or system will works without any problem ?

Thanks,
Tolga


ACS 4.9.2 with VMWare vcenter hypervisor

2017-01-20 Thread Semih Tolga DEMİR
Hi

We are trying to add VMWare vcenter hypervisor to our new fresh install
Cloudstack 4.9.2. When i try to add a zone with vcenter it ends with an
error like "Unknown API command: addVmwareDc" i searched the internet and i
find resources like "i need to use ShapeBlue Companies packages beacuse
these vmware tools have some copyrights so they are not added to official
opensource Apache CloudStack".

Using Shapeblue packages is this the only way to add vcenter to CloudStack?
Could someone help me to ?

Thanks
Tolga


Re: ACS internal name

2016-11-24 Thread Semih Tolga DEMİR
Hi,

Thanks for answer,

Tolga.

2016-11-24 15:21 GMT+03:00 Rafael Weingärtner :

> The 66 is the ID (from account table) of the user that owns the VM.
>
> On Thu, Nov 24, 2016 at 10:19 AM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com> wrote:
>
> > Hi;
> >
> > I like to ask some details about vm's internal name. I have an KVM &
> > CloudStack environment and i have a vm named i-66-600-VM and its owner is
> > client_330. So in this situation i could not understand what does 66
> means
> > in this vm.
> >
> > I checked the documents and find some documents at
> >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/
> > user+provided+hostname+Testcases
> >
> > and my vm.instancename.flag is set to false. So in this situation what
> does
> > 66 means, could someone give me a clue.
> >
> > Thanks,
> > Tolga
> >
>
>
>
> --
> Rafael Weingärtner
>


ACS internal name

2016-11-24 Thread Semih Tolga DEMİR
Hi;

I like to ask some details about vm's internal name. I have an KVM &
CloudStack environment and i have a vm named i-66-600-VM and its owner is
client_330. So in this situation i could not understand what does 66 means
in this vm.

I checked the documents and find some documents at

https://cwiki.apache.org/confluence/display/CLOUDSTACK/user+provided+hostname+Testcases

and my vm.instancename.flag is set to false. So in this situation what does
66 means, could someone give me a clue.

Thanks,
Tolga


Re: Reset ssh key

2016-11-22 Thread Semih Tolga DEMİR
Hi Dag & Pierre Luc

We have a same situation which Pierre Luc mentioned, when we try to assign
new ssh key it also resets vm’s admin password.
So i like to learn if this is normal or not, so i took my question, so if
this is a bug do you want me to create a Jira Ticket?

Thanks
Tolga

 Also i am sorry that i could not clearly express my ssh key resetting
problem on my previous emails :)

2016-11-22 17:01 GMT+03:00 Pierre-Luc Dion :

> Hi Tolga,
>
> I'm not sure it as been raised as a bug but yes, when you reset the SSHkey
> of a VM it also reset the user password. So I guest it's up to your
> templates to support one auth method or both.
>
> Are you using cloud-init or scripts defined in the CloudStack documentation
> ?
>
> Regards,
>
>
>
>
>
> > It’s possible a misunderstanding on my part – but how do you generate the
> > SSH keys?
> >
> > If you do this from the CloudStack GUI: home > accounts > (accountname) >
> > (username) and click on the “generate keys” button – this does not
> generate
> > SSH keys, this generates the API + secret key for that user. To generate
> > and upload SSH keys please refer to http://docs.cloudstack.apache.
> > org/projects/cloudstack-administration/en/4.8/virtual_machines.html
> >
> > If you do follow this already – my apologies for the misunderstanding.
> >
> > Regards,
> > Dag Sonstebo
> > Cloud Architect
> > ShapeBlue
> >
> > On 22/11/2016, 09:29, "Semih Tolga DEMİR" 
> > wrote:
> >
> > Hi,
> >
> > I see this issue when adding new SSH Key Pair  to existing VM
> >
> > Creating a new SSH Key
> > Accounts -> Create a SSH Key Pairs as tolga
> > Then
> > Create a VM without ssh key selection.
> > After login he VM with X password
> > Then shutdown VM
> > Reset SSH Key Pair
> > Select new ssh key (like tolgaSSH)
> > Password of the VM has been reset to Y
> > Finally now i login with Y.
> >
> >
> > Creating a new SSH Key
> > Accounts -> Create a SSH Key Pairs as tolga and tolgaSSH
> > Then
> > Create a VM with ssh key selection (like tolga)
> > After login he VM with X password
> > Then shutdown VM
> > Reset SSH Key Pair
> > Select new ssh key (like tolgaSSH)
> > Password of the VM has been reset to Y
> > Finally now i login with Y.
> >
> > But i want only add/reset SSH Key Pair.
> >
> > Thanks,
> > Tolga
> >
> >
> > 2016-11-21 20:38 GMT+03:00 Dag Sonstebo  >:
> >
> > > Hi Tolga,
> > >
> > > Can you elaborate? Which SSH keys / passwords are we talking about?
> > >
> > > Regards,
> > > Dag Sonstebo
> > > Cloud Architect
> > > ShapeBlue
> > >
> > > On 21/11/2016, 16:43, "Semih Tolga DEMİR" <
> semihtolgade...@gmail.com
> > >
> > > wrote:
> > >
> > > Hi,
> > >
> > > My test environment ACS 4.9, KVM hypervisor.
> > > I want to understand why need to reset password when add/reset
> > ssh key
> > > ?
> > >
> > > Thanks,
> > > Tolga
> > >
> > >
> > >
> > > dag.sonst...@shapeblue.com
> > > www.shapeblue.com
> > > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > > @shapeblue
> > >
> > >
> > >
> > >
> >
> >
> >
> > dag.sonst...@shapeblue.com
> > www.shapeblue.com
> > 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> > @shapeblue
> >
> >
> >
> >
>


Re: Reset ssh key

2016-11-22 Thread Semih Tolga DEMİR
Hi,

I see this issue when adding new SSH Key Pair  to existing VM

Creating a new SSH Key
Accounts -> Create a SSH Key Pairs as tolga
Then
Create a VM without ssh key selection.
After login he VM with X password
Then shutdown VM
Reset SSH Key Pair
Select new ssh key (like tolgaSSH)
Password of the VM has been reset to Y
Finally now i login with Y.


Creating a new SSH Key
Accounts -> Create a SSH Key Pairs as tolga and tolgaSSH
Then
Create a VM with ssh key selection (like tolga)
After login he VM with X password
Then shutdown VM
Reset SSH Key Pair
Select new ssh key (like tolgaSSH)
Password of the VM has been reset to Y
Finally now i login with Y.

But i want only add/reset SSH Key Pair.

Thanks,
Tolga


2016-11-21 20:38 GMT+03:00 Dag Sonstebo :

> Hi Tolga,
>
> Can you elaborate? Which SSH keys / passwords are we talking about?
>
> Regards,
> Dag Sonstebo
> Cloud Architect
> ShapeBlue
>
> On 21/11/2016, 16:43, "Semih Tolga DEMİR" 
> wrote:
>
> Hi,
>
> My test environment ACS 4.9, KVM hypervisor.
> I want to understand why need to reset password when add/reset ssh key
> ?
>
> Thanks,
> Tolga
>
>
>
> dag.sonst...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HSUK
> @shapeblue
>
>
>
>


Reset ssh key

2016-11-21 Thread Semih Tolga DEMİR
Hi,

My test environment ACS 4.9, KVM hypervisor.
I want to understand why need to reset password when add/reset ssh key ?

Thanks,
Tolga


Re: Debian 7 Template has ethernet card problem

2016-07-19 Thread Semih Tolga DEMİR
Hi,

VirtIO gets detected by Debian 7.

We noticed that our problem is directly related with the bug which is
mentioned on ' https://issues.apache.org/jira/browse/CLOUDSTACK-8326 '

It looks like bug does not applied to the ACS code yet. What is the best
way to insert a iptables rule when VR starts or restarts?

Thanks.

2016-07-18 21:02 GMT+03:00 Simon Weller :

> What ethernet card gets detected by Debian 7 when using the the Debian 7
> template?
>
> Can you provide some logs?
>
>
> - Si
>
>
> ________
> From: Semih Tolga DEMIR 
> Sent: Monday, July 18, 2016 7:58 AM
> To: users@cloudstack.apache.org
> Subject: Debian 7 Template has ethernet card problem
>
> Hi,
>
> We are uing ACS 4.8 and we try to deploy Debian 7 and 8 vm's over it. When
> we select Template OS Type as 'Debian GNU/Linux 7(64bit)' Debian VMs does
> not use their ethernet card. To solve issue we selecet 'Debian GNU/Linux
> 6(64bit)'. Then it works good.
>
> Are there any problems or bugs with 'Debian GNU/Linux 7(64bit)' template OS
> type for ethernet usage?
>
> Thanks
>


Debian 7 Template has ethernet card problem

2016-07-18 Thread Semih Tolga DEMİR
Hi,

We are uing ACS 4.8 and we try to deploy Debian 7 and 8 vm's over it. When
we select Template OS Type as 'Debian GNU/Linux 7(64bit)' Debian VMs does
not use their ethernet card. To solve issue we selecet 'Debian GNU/Linux
6(64bit)'. Then it works good.

Are there any problems or bugs with 'Debian GNU/Linux 7(64bit)' template OS
type for ethernet usage?

Thanks


Re: ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
Hi,

I add readable format now, sorry for previous e-mails,


2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running routers.
2016-07-04 13:28:25,538 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers to
update status.
2016-07-04 13:28:25,539 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 VPC networks
to update Redundant State.
2016-07-04 13:28:25,540 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 networks to
update RvR status.
2016-07-04 13:28:25,543 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Found 2 running
routers.
2016-07-04 13:28:25,546 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Seq
27-2965620354623567708: Sending  { Cmd , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-08
08:18:03","accessDetails":{"router.ip":"169.254.X.Y"},"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(AgentManager-Handler-6:null) (logid:) Seq 27-2965620354623567707:
Processing:  { Ans: , MgmtId: 345050167520, via: 27, Ver: v1, Flags: 10,
[{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-06-09
14:12:03,469 [ALERT] [dnsmasq] The process detected as running","2016-07-04
10:15:02,776 [ALERT] [dnsmasq] The process detected as
running"],"timeStamp":"2016-07-04 10:15:02","result":true,"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
27-2965620354623567707: Received:  { Ans: , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
2016-07-04 13:28:25,661 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9 //
dataCenterId:: 1 // podId:: 1 // clusterId:: null // message:: Monitoring
Service on VR r-11-VM
2016-07-04 13:28:25,666 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9 //
dataCenterId:: 1 // podId:: 1 // clusterId:: null // message:: Monitoring
Service on VR r-11-VM
2016-07-04 13:28:25,681 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
5-356910270469207509: Sending  { Cmd , MgmtId: 345050167520, via: 5(kvm1),
Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-02
11:51:06","accessDetails":{"router.ip":"169.254.Z.Q"},"wait":0}}] }


Thanks,
Tolga

2016-07-11 14:27 GMT+03:00 Semih Tolga DEMİR :

> 2016-07-04 13:28:25,538 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running
> routers.
> 2016-07-04 13:28:25,538 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers
> to update status.
> 2016-07-04 13:28:25,539 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 VPC
> networks to update Redundant State.
> 2016-07-04 13:28:25,540 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 networks
> to update RvR status.
> 2016-07-04 13:28:25,543 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Found 2 running
> routers.
> 2016-07-04 13:28:25,546 DEBUG [c.c.a.t.Request]
> (RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Seq
> 27-2965620354623567708: Sending  { Cmd , MgmtId: 345050167520, via:
> 27(kvm2), Ver: v1, Flags: 100011,
>
> [{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-08
> 08:18:03","accessDetails":{"router.ip":"169.254.X.Y"},"wait":0}}] }
>
> 2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-6:null) (logid:) Seq 27-2965620354623567707:
> Processing:  { Ans: , MgmtId: 345050167520, via: 27, Ver: v1, Flags:
> 10,
> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-06-09
> 14:12:03,469 [ALERT] [dnsmasq] The process detected as
> running","2016-07-04 10:15:02,776 [ALERT] [dnsmasq] The process
> detected as running"],"timeStamp":"2016-07-04
> 10:15:02","result":true,"wait":0}}] }
>

Re: ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
2016-07-04 13:28:25,538 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running
routers.
2016-07-04 13:28:25,538 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers
to update status.
2016-07-04 13:28:25,539 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 VPC
networks to update Redundant State.
2016-07-04 13:28:25,540 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 networks
to update RvR status.
2016-07-04 13:28:25,543 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Found 2 running
routers.
2016-07-04 13:28:25,546 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Seq
27-2965620354623567708: Sending  { Cmd , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-08
08:18:03","accessDetails":{"router.ip":"169.254.X.Y"},"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(AgentManager-Handler-6:null) (logid:) Seq 27-2965620354623567707:
Processing:  { Ans: , MgmtId: 345050167520, via: 27, Ver: v1, Flags:
10,
[{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-06-09
14:12:03,469 [ALERT] [dnsmasq] The process detected as
running","2016-07-04 10:15:02,776 [ALERT] [dnsmasq] The process
detected as running"],"timeStamp":"2016-07-04
10:15:02","result":true,"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
27-2965620354623567707: Received:  { Ans: , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
2016-07-04 13:28:25,661 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9
// dataCenterId:: 1 // podId:: 1 // clusterId:: null // message::
Monitoring Service on VR r-11-VM
2016-07-04 13:28:25,666 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9
// dataCenterId:: 1 // podId:: 1 // clusterId:: null // message::
Monitoring Service on VR r-11-VM
2016-07-04 13:28:25,681 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
5-356910270469207509: Sending  { Cmd , MgmtId: 345050167520, via:
5(kvm1), Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-02
11:51:06","accessDetails":{"router.ip":"169.254.Z.Q"},"wait":0}}] }



2016-07-11 14:25 GMT+03:00 Semih Tolga DEMİR :
> Hi,
>
> Our environment has ACS 4.8, 1 zone, 1 pod and 1 cluster. We see some
> warning messages in management-server.log and our interface (
> clusterId:: null ). The warning lines are below. Can anyone explain
> the '  clusterId:: null ' is normal behaviour or is it bug?
>
>
> 2016-07-04 13:28:25,538 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running
> routers.
> 2016-07-04 13:28:25,538 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers
> to update status.
> 2016-07-04 13:28:25,539 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 VPC
> networks to update Redundant State.
> 2016-07-04 13:28:25,540 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 networks
> to update RvR status.
> 2016-07-04 13:28:25,543 DEBUG
> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Found 2 running
> routers.
> 2016-07-04 13:28:25,546 DEBUG [c.c.a.t.Request]
> (RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Seq
> 27-2965620354623567708: Sending  { Cmd , MgmtId: 345050167520, via:
> 27(kvm2), Ver: v1, Flags: 100011,
> [{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-08
> 08:18:03","accessDetails":{"router.ip":"169.254.X.Y"},"wait":0}}] }
>
> 2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
> (AgentManager-Handler-6:null) (logid:) Seq 27-2965620354623567707:
> Processing:  { Ans: , MgmtId: 345050167520, via: 27, Ver: v1, Flags:
> 10,
> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-06-09
> 14:12:03,469 [ALERT] [dnsmasq] The p

ACS 4.8 warning - clusterId:: null

2016-07-11 Thread Semih Tolga DEMİR
Hi,

Our environment has ACS 4.8, 1 zone, 1 pod and 1 cluster. We see some
warning messages in management-server.log and our interface (
clusterId:: null ). The warning lines are below. Can anyone explain
the '  clusterId:: null ' is normal behaviour or is it bug?


2016-07-04 13:28:25,538 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterMonitor-1:ctx-f821a7b1) (logid:b90d6f82) Found 0 running
routers.
2016-07-04 13:28:25,538 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 routers
to update status.
2016-07-04 13:28:25,539 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 VPC
networks to update Redundant State.
2016-07-04 13:28:25,540 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-c72b8547) (logid:407af376) Found 0 networks
to update RvR status.
2016-07-04 13:28:25,543 DEBUG
[c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Found 2 running
routers.
2016-07-04 13:28:25,546 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-bdc2b28a) (logid:f912ca79) Seq
27-2965620354623567708: Sending  { Cmd , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-08
08:18:03","accessDetails":{"router.ip":"169.254.X.Y"},"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(AgentManager-Handler-6:null) (logid:) Seq 27-2965620354623567707:
Processing:  { Ans: , MgmtId: 345050167520, via: 27, Ver: v1, Flags:
10,
[{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-06-09
14:12:03,469 [ALERT] [dnsmasq] The process detected as
running","2016-07-04 10:15:02,776 [ALERT] [dnsmasq] The process
detected as running"],"timeStamp":"2016-07-04
10:15:02","result":true,"wait":0}}] }

2016-07-04 13:28:25,660 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
27-2965620354623567707: Received:  { Ans: , MgmtId: 345050167520, via:
27(kvm2), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
2016-07-04 13:28:25,661 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9
// dataCenterId:: 1 // podId:: 1 // clusterId:: null // message::
Monitoring Service on VR r-11-VM
2016-07-04 13:28:25,666 WARN  [o.a.c.alerts]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae)  alertType:: 9
// dataCenterId:: 1 // podId:: 1 // clusterId:: null // message::
Monitoring Service on VR r-11-VM
2016-07-04 13:28:25,681 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-9f3db755) (logid:b47c02ae) Seq
5-356910270469207509: Sending  { Cmd , MgmtId: 345050167520, via:
5(kvm1), Ver: v1, Flags: 100011,
[{"com.cloud.agent.api.routing.GetRouterAlertsCommand":{"previousAlertTimeStamp":"2016-06-02
11:51:06","accessDetails":{"router.ip":"169.254.Z.Q"},"wait":0}}] }


Thanks,
Tolga.


Re: Redundant Router

2016-06-08 Thread Semih Tolga DEMİR
Thanks for your replies @Sanjeev and @Kirk.

2016-06-08 8:21 GMT+03:00 Sanjeev Neelarapu <
sanjeev.neelar...@accelerite.com>:

> Hi,
>
> Redundant Router is supported only in a zone with advanced networking with
> Vlan isolation. Also SourceNat is mandatory for RVR.
>
> Best Regards,
> Sanjeev N
> Chief Product Engineer, Accelerite
> Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com
>
>
>
> -Original Message-
> From: Kirk Kosinski [mailto:kirk.kosin...@shapeblue.com]
> Sent: Tuesday, June 07, 2016 5:05 AM
> To: users@cloudstack.apache.org
> Subject: RE: Redundant Router
>
> Hi, it looks like RVR requires Source NAT according to the admin guide:
>
> Redundant router capability: Available only when Virtual Router is
> selected as the Source NAT provider.
>
> kirk.kosin...@shapeblue.com
> www.shapeblue.com
> 53 Chandos Place, Covent Garden, London  WC2N 4HS @shapeblue
>
>
>
> -Original Message-
> From: Semih Tolga DEMİR [mailto:semihtolgade...@gmail.com]
> Sent: Monday, June 06, 2016 5:56 AM
> To: users@cloudstack.apache.org
> Subject: Redundant Router
>
> Hi,
>
> I use advanced networking and security groups. I want to test Redundant
> Router in my environment.
>
> Redundant Router option only posible when creating new Network Offering
> and select Source NAT. I do not need Source NAT, so are there anyway to use
> redundant router in my project except using Source NAT.
>
> Thanks,
> Tolga
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


Redundant Router

2016-06-06 Thread Semih Tolga DEMİR
Hi,

I use advanced networking and security groups. I want to test Redundant
Router in my environment.

Redundant Router option only posible when creating new Network Offering and
select Source NAT. I do not need Source NAT, so are there anyway to use
redundant router in my project except using Source NAT.

Thanks,
Tolga


Re: what is this alert log in management server

2016-05-31 Thread Semih Tolga DEMİR
Hi Marcus,

is it safe to destroy VR, on some troubleshooting guides it tells us to
never destroy VR? one time i destroyed vr and it took new ip from guest ip
network, so is it safe to destroy VR?
whats your opinions ?

Thanks

2016-05-31 17:38 GMT+03:00 Marc-Andre Jutras :

> Hey !
>
> personally, I would recommend to run everything on UTC but it's up to
> you...
>
> If everything is in ntp-sync, maybe an old api call was waiting on the VR
> to get consumed by ACS... Just to be sure, destroy / re-create the VR and
> check if you're still seeing the same warning message...
>
> also, check on your kvma16 host if there's any errors there... just in
> case ;)
>
> best way to destroy / re-create rapidly a VR :
>
> 1- delete / destroy / expunge the VR,
>
> 2- spin up a new VM on the same network
>
> 3- ACS will detect the missing VR and will re-create it right away...
>
> Marcus
>
>
>
> On 2016-05-31 2:35 AM, Semih Tolga DEMİR wrote:
>
>> Hi;
>>
>> All management servers and hypervizors are in ntp time sync.
>>
>> My management and hypervisor servers are using my local timezone(UTC+5)
>> but
>> they are synced with ntp but you know systemvm’s are using default UTC
>> timezone, do i need to set management and hypervisors server to UTC for
>> ACS
>> to work successfully?
>>
>> Thanks
>>
>> Tolga
>>
>>
>> 2016-05-30 21:49 GMT+03:00 Marc-Andre Jutras :
>>
>> Make sure NTP is configured and in sync everywhere... ( that's include
>>> your management server, hypervisor, etc... )
>>>
>>>
>>>
>>> On 2016-05-30 7:51 AM, Semih Tolga DEMİR wrote:
>>>
>>> Hi,
>>>>
>>>> I see some different logs in my management server. I do not understand
>>>> what
>>>> is the meaning of this  [ALERT] , is it bug? Can i ignore that?
>>>>
>>>> The  [ALERT] logs are below.
>>>>
>>>>
>>>> 2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
>>>> (AgentManager-Handler-10:null) (logid:) Seq 10-1235393672783119940:
>>>> Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
>>>> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
>>>> 17:06:03,446 [ALERT] [dnsmasq] The process detected as
>>>> running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }
>>>>
>>>> 2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
>>>> (RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Seq
>>>> 10-1235393672783119940: Received:  { Ans: , MgmtId: 345050167520, via:
>>>> 10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
>>>>
>>>> 2016-05-30 09:47:45,451 WARN
>>>> [c.c.n.r.VirtualNetworkApplianceManagerImpl]
>>>> (RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Invalid last alert
>>>> timestamp received while collecting alerts from router: r-91-VM
>>>>
>>>> 2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
>>>> (AgentManager-Handler-1:null) (logid:) Seq 10-1235393672783119941:
>>>> Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
>>>> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
>>>> 17:06:03,446 [ALERT] [dnsmasq] The process detected as
>>>> running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }
>>>>
>>>> 2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
>>>> (RouterStatusMonitor-1:ctx-1ac9d1dd) (logid:b308a937) Seq
>>>> 10-1235393672783119941: Received:  { Ans: , MgmtId: 345050167520, via:
>>>> 10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
>>>>
>>>>
>>>> Thanks,
>>>>
>>>>
>>>>
>


Re: what is this alert log in management server

2016-05-30 Thread Semih Tolga DEMİR
Hi;

All management servers and hypervizors are in ntp time sync.

My management and hypervisor servers are using my local timezone(UTC+5) but
they are synced with ntp but you know systemvm’s are using default UTC
timezone, do i need to set management and hypervisors server to UTC for ACS
to work successfully?

Thanks

Tolga


2016-05-30 21:49 GMT+03:00 Marc-Andre Jutras :

> Make sure NTP is configured and in sync everywhere... ( that's include
> your management server, hypervisor, etc... )
>
>
>
> On 2016-05-30 7:51 AM, Semih Tolga DEMİR wrote:
>
>> Hi,
>>
>> I see some different logs in my management server. I do not understand
>> what
>> is the meaning of this  [ALERT] , is it bug? Can i ignore that?
>>
>> The  [ALERT] logs are below.
>>
>>
>> 2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
>> (AgentManager-Handler-10:null) (logid:) Seq 10-1235393672783119940:
>> Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
>> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
>> 17:06:03,446 [ALERT] [dnsmasq] The process detected as
>> running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }
>>
>> 2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
>> (RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Seq
>> 10-1235393672783119940: Received:  { Ans: , MgmtId: 345050167520, via:
>> 10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
>>
>> 2016-05-30 09:47:45,451 WARN  [c.c.n.r.VirtualNetworkApplianceManagerImpl]
>> (RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Invalid last alert
>> timestamp received while collecting alerts from router: r-91-VM
>>
>> 2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
>> (AgentManager-Handler-1:null) (logid:) Seq 10-1235393672783119941:
>> Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
>> [{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
>> 17:06:03,446 [ALERT] [dnsmasq] The process detected as
>> running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }
>>
>> 2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
>> (RouterStatusMonitor-1:ctx-1ac9d1dd) (logid:b308a937) Seq
>> 10-1235393672783119941: Received:  { Ans: , MgmtId: 345050167520, via:
>> 10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }
>>
>>
>> Thanks,
>>
>>
>


what is this alert log in management server

2016-05-30 Thread Semih Tolga DEMİR
Hi,

I see some different logs in my management server. I do not understand what
is the meaning of this  [ALERT] , is it bug? Can i ignore that?

The  [ALERT] logs are below.


2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
(AgentManager-Handler-10:null) (logid:) Seq 10-1235393672783119940:
Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
[{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
17:06:03,446 [ALERT] [dnsmasq] The process detected as
running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }

2016-05-30 09:47:45,451 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Seq
10-1235393672783119940: Received:  { Ans: , MgmtId: 345050167520, via:
10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }

2016-05-30 09:47:45,451 WARN  [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-972488b8) (logid:0e7a028f) Invalid last alert
timestamp received while collecting alerts from router: r-91-VM

2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
(AgentManager-Handler-1:null) (logid:) Seq 10-1235393672783119941:
Processing:  { Ans: , MgmtId: 345050167520, via: 10, Ver: v1, Flags: 10,
[{"com.cloud.agent.api.GetRouterAlertsAnswer":{"alerts":["2016-05-24
17:06:03,446 [ALERT] [dnsmasq] The process detected as
running"],"timeStamp":"2016-05-24 17:06:03","result":true,"wait":0}}] }

2016-05-30 09:47:45,490 DEBUG [c.c.a.t.Request]
(RouterStatusMonitor-1:ctx-1ac9d1dd) (logid:b308a937) Seq
10-1235393672783119941: Received:  { Ans: , MgmtId: 345050167520, via:
10(kvma16), Ver: v1, Flags: 10, { GetRouterAlertsAnswer } }


Thanks,


Re: Management IP Estimating

2016-03-29 Thread Semih Tolga DEMİR
Hi,

Thanks for replies @Prashant, @Ilya,

Tolga Demir

2016-03-29 7:39 GMT+03:00 Prashant Mishra :

> 1-security groups enabled over KVM host , only one VR required(so the
> management ip) for this network since all the account share the n/w
> 2-incase of isolated n/w each account need a VR (so the management ip )
>
>
> On 3/28/16, 6:33 PM, "Semih Tolga DEMİR" 
> wrote:
>
> >Hi Prashant,
> >
> >Could you explain third option in more detail. We will use advanced
> >networking with security groups enabled over KVM host. We also planed to
> >use 3 C Class networks for VM guest network.
> >
> >Thanks,
> >Tolga.
> >
> >
> >2016-03-28 7:59 GMT+03:00 Prashant Mishra
> >:
> >
> >> 1-2 IP for system vms ( ssvm+ cpvm), if you are not planning to spin
> >>more
> >> than one system vm per zone
> >> 2-1 IP for router VM
> >> 3-And for each account one VR needed (in case of isolated n/w)
> >>
> >> Plan accordingly
> >>
> >> Thanks
> >> prashant
> >>
> >> On 3/26/16, 4:17 AM, "ilya"  wrote:
> >>
> >> >Depends on the type of setup you do and hypervisors you use.
> >> >
> >> >If you would be deploying private cloud with *Advanced Shared ZoneU,
> >> >with what you proposed, assuming you are a vmware shop, you need at
> >> >least 7, i'd do 10-15 to be safe for future growth.
> >> >For KVM(and possibly XEN), it should be fairly low - as we are proxing
> >> >through hypervisors. 5 IPs would be enough.
> >> >
> >> >I'd say, set aside upto 10 IPs for Management and you should be covered
> >> >with some growths.
> >> >
> >> >Regards
> >> >ilya
> >> >
> >> >
> >> >On 3/25/16 8:14 AM, Semih Tolga DEMİR wrote:
> >> >> Hi,
> >> >>
> >> >> I will design my environment.
> >> >> My environment :ACS 4.8, and there are 4 C Class Public IPs with
> >>simple
> >> >> network.
> >> >>
> >> >> But I have a question about Management IP. How many Management IP, I
> >> >>need
> >> >> to manage this environment? Do you have any idea?
> >> >>
> >> >> Thanks,
> >> >> Tolga Demir
> >> >>
> >>
> >>
> >>
> >>
> >> DISCLAIMER
> >> ==
> >> This e-mail may contain privileged and confidential information which is
> >> the property of Accelerite, a Persistent Systems business. It is
> >>intended
> >> only for the use of the individual or entity to which it is addressed.
> >>If
> >> you are not the intended recipient, you are not authorized to read,
> >>retain,
> >> copy, print, distribute or use this message. If you have received this
> >> communication in error, please notify the sender and delete all copies
> >>of
> >> this message. Accelerite, a Persistent Systems business does not accept
> >>any
> >> liability for virus infected mails.
> >>
>
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


Re: Management IP Estimating

2016-03-28 Thread Semih Tolga DEMİR
Hi Prashant,

Could you explain third option in more detail. We will use advanced
networking with security groups enabled over KVM host. We also planed to
use 3 C Class networks for VM guest network.

Thanks,
Tolga.


2016-03-28 7:59 GMT+03:00 Prashant Mishra :

> 1-2 IP for system vms ( ssvm+ cpvm), if you are not planning to spin more
> than one system vm per zone
> 2-1 IP for router VM
> 3-And for each account one VR needed (in case of isolated n/w)
>
> Plan accordingly
>
> Thanks
> prashant
>
> On 3/26/16, 4:17 AM, "ilya"  wrote:
>
> >Depends on the type of setup you do and hypervisors you use.
> >
> >If you would be deploying private cloud with *Advanced Shared ZoneU,
> >with what you proposed, assuming you are a vmware shop, you need at
> >least 7, i'd do 10-15 to be safe for future growth.
> >For KVM(and possibly XEN), it should be fairly low - as we are proxing
> >through hypervisors. 5 IPs would be enough.
> >
> >I'd say, set aside upto 10 IPs for Management and you should be covered
> >with some growths.
> >
> >Regards
> >ilya
> >
> >
> >On 3/25/16 8:14 AM, Semih Tolga DEMİR wrote:
> >> Hi,
> >>
> >> I will design my environment.
> >> My environment :ACS 4.8, and there are 4 C Class Public IPs with simple
> >> network.
> >>
> >> But I have a question about Management IP. How many Management IP, I
> >>need
> >> to manage this environment? Do you have any idea?
> >>
> >> Thanks,
> >> Tolga Demir
> >>
>
>
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Accelerite, a Persistent Systems business. It is intended
> only for the use of the individual or entity to which it is addressed. If
> you are not the intended recipient, you are not authorized to read, retain,
> copy, print, distribute or use this message. If you have received this
> communication in error, please notify the sender and delete all copies of
> this message. Accelerite, a Persistent Systems business does not accept any
> liability for virus infected mails.
>


Management IP Estimating

2016-03-25 Thread Semih Tolga DEMİR
Hi,

I will design my environment.
My environment :ACS 4.8, and there are 4 C Class Public IPs with simple
network.

But I have a question about Management IP. How many Management IP, I need
to manage this environment? Do you have any idea?

Thanks,
Tolga Demir


getRouterAlerts.sh

2016-03-10 Thread Semih Tolga DEMİR
Hi,

My ACS environment is 4.7. I have seen  getRouterAlerts.sh. But according
to CLOUDSTACK-9183
it should not be there in this version of ACS. Anybody know why
getRouterAlerts.sh is there and  If I upgrade to 4.8, will it fix?

2016-03-10 10:05:25,825 WARN  [c.c.n.r.VirtualNetworkApplianceManagerImpl]
(RouterStatusMonitor-1:ctx-0d1d842b) (logid:b0d2db3e) Unable to get alerts
from router r-6-VM

root 25243 1  0 Mar06 ?00:00:00 ssh -p 3922 -q -o
StrictHostKeyChecking=no -i /root/.ssh/id_rsa.cloud root@169.254.0.241
/opt/cloud/bin/getRouterAlerts.sh 2016-03-02 09:45:03
root 25697  2714  0 09:58 ?00:00:03 sshd: root@pts/4
root 25772 1  0 Mar06 ?00:00:00 ssh -p 3922 -q -o
StrictHostKeyChecking=no -i /root/.ssh/id_rsa.cloud root@169.254.0.241
/opt/cloud/bin/getRouterAlerts.sh 2016-03-02 09:45:03
root 26023 25697  0 09:59 pts/400:00:00 -bash
root 26550 1  0 Mar05 ?00:00:00 ssh -p 3922 -q -o
StrictHostKeyChecking=no -i /root/.ssh/id_rsa.cloud root@169.254.0.241
/opt/cloud/bin/getRouterAlerts.sh 2016-03-02 09:45:03

Tolga Demir


Re: Deleting Snapshot Problem

2016-02-24 Thread Semih Tolga DEMİR
Hi,

Yes you are right. We have tested issue on ACS 4.8 and issue remains on
latest stable release of ACS when we have a vm with 3 snapshots and when we
delete vm after that we could not delete these vm's some snapshots. Because
after deleting one of them we noticed that primary volume_id is lost. We
also noticed that there is a similar issue for listsnapshot api function
for CLOUDSTACK-8845 issue. We plan to update CLOUDSTACK-8845 to make same
fixes for destroysnapshot function.

S. Tolga Demir.


2016-02-24 16:30 GMT+02:00 Gabriel Beims Bräscher :

> Hi Semih,
>
> I do not know much about this issue with any practical experience to give
> you an accurate shot. Checking the code (Apache CloudStack 4.6.2) I would
> presume the following.
>
> CloudStack handles a snapshot if can find a volume related to the given
> snapshot. With that, the CS is able to discover the snapshot storage pool.
>
> As in your case it could not find any volume (fails to find a "volume_id"
> at table "snapshots" or the table "volumes" does not have the volume id
> pointed by the snapshot); it tries to get the snapshot on the table
> "snapshot_store_ref", checking for the snapshot id ("snapshot_id" column)
> with the data store role of "primary" ("store_role" column).
>
> This exception (StorageSystemSnapshotStrategy.canHandle, at line 461) is
> thrown because:
> - the volume has been deleted or the database has some inconsistency that
> the CS cannot find a volume with the snapshot id;
> - there is some inconsistency in the"snapshot_store_ref" table.
>
> Hope I've helped,
> Cheers Gabriel.
>
>
> 2016-02-24 6:56 GMT-03:00 Semih Tolga DEMİR :
>
> > Hi;
> >
> > I have created a new snapshot from VM01. But i have a problem after i
> > deleted the VM01. I could not delete snapshot which created from VM01.
> >
> > Error message is " Unable to determine the storage pool of the snapshot "
> >
> > But i can create new volume from this snapshot. Anybody know why this
> issue
> > happens?
> >
> > Log :
> >
> > com.cloud.utils.exception.CloudRuntimeException: Unable to determine the
> > storage pool of the snapshot
> > at
> >
> >
> org.apache.cloudstack.storage.snapshot.StorageSystemSnapshotStrategy.canHandle(StorageSystemSnapshotStrategy.java:461)
> > at
> >
> >
> org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl$3.canHandle(StorageStrategyFactoryImpl.java:72)
> > at
> >
> >
> org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl$3.canHandle(StorageStrategyFactoryImpl.java:69)
> > at
> >
> >
> org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl.bestMatch(StorageStrategyFactoryImpl.java:95)
> > at
> >
> >
> org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl.getSnapshotStrategy(StorageStrategyFactoryImpl.java:69)
> > at
> >
> >
> com.cloud.storage.snapshot.SnapshotManagerImpl.deleteSnapshot(SnapshotManagerImpl.java:444)
> > at sun.reflect.GeneratedMethodAccessor722.invoke(Unknown Source)
> > at
> >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:606)
> > at
> >
> >
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
> > at
> >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
> > at
> >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> > at
> >
> >
> org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:106)
> > at
> >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
> > at
> >
> >
> com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51)
> > at
> >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
> > at
> >
> >
> org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
> > at
> >
> >
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
> >

Deleting Snapshot Problem

2016-02-24 Thread Semih Tolga DEMİR
Hi;

I have created a new snapshot from VM01. But i have a problem after i
deleted the VM01. I could not delete snapshot which created from VM01.

Error message is " Unable to determine the storage pool of the snapshot "

But i can create new volume from this snapshot. Anybody know why this issue
happens?

Log :

com.cloud.utils.exception.CloudRuntimeException: Unable to determine the
storage pool of the snapshot
at
org.apache.cloudstack.storage.snapshot.StorageSystemSnapshotStrategy.canHandle(StorageSystemSnapshotStrategy.java:461)
at
org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl$3.canHandle(StorageStrategyFactoryImpl.java:72)
at
org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl$3.canHandle(StorageStrategyFactoryImpl.java:69)
at
org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl.bestMatch(StorageStrategyFactoryImpl.java:95)
at
org.apache.cloudstack.storage.helper.StorageStrategyFactoryImpl.getSnapshotStrategy(StorageStrategyFactoryImpl.java:69)
at
com.cloud.storage.snapshot.SnapshotManagerImpl.deleteSnapshot(SnapshotManagerImpl.java:444)
at sun.reflect.GeneratedMethodAccessor722.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at
org.apache.cloudstack.network.contrail.management.EventUtils$EventInterceptor.invoke(EventUtils.java:106)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at
com.cloud.event.ActionEventInterceptor.invoke(ActionEventInterceptor.java:51)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at com.sun.proxy.$Proxy187.deleteSnapshot(Unknown Source)
at
org.apache.cloudstack.api.command.user.snapshot.DeleteSnapshotCmd.execute(DeleteSnapshotCmd.java:103)
at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:150)
at
com.cloud.api.ApiAsyncJobDispatcher.runJob(ApiAsyncJobDispatcher.java:108)
at
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:554)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
at
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
at
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:502)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

Thanks.


Deleting

2016-02-24 Thread Semih Tolga DEMİR
Hi,

I have creating a snapshot


Re: Adding Ethernet Card

2016-02-04 Thread Semih Tolga DEMİR
Hi Lucian,

We are aware that both ip addresses are distributed over separate nics over
hypervisor.

We need to calculate only internet usage only for public ethernet
interface, for IAAS like usage.

Is it possible to get/calculate each nics network usage separately over
ACS?

Thanks.

2016-02-04 18:30 GMT+02:00 Nux! :

> Virtual NICs/networks can be linked to different physical interfaces on
> the hypervisor, if that's what you're asking.
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Semih Tolga DEMİR" 
> > To: users@cloudstack.apache.org
> > Sent: Thursday, 4 February, 2016 16:12:37
> > Subject: Re: Adding Ethernet Card
>
> > Hi,
> >
> > Ok,we will give up Security Groups  option but if we use NAT + Shared
> > network,  Is it possible to evaluate both ethernet usage which taken ACS?
> > and Can we will see ethernet usage separately?
> >
> > Thanks.
> >
> > 2016-02-04 17:06 GMT+02:00 Nux! :
> >
> >> Hello,
> >>
> >> You can't have Security Groups in a pure advanced zone (ie without
> >> security groups).
> >> If you opt for an Advanced zone with Security Groups then you can't have
> >> more than one NIC per VM (sux, I know).
> >> So basically it can't be done.
> >>
> >> The closest you can go for IMHO is in an Advanced Zone to add your VM
> to a
> >> NAT-ed 10.x network (I highly discourage you to use /8) and if you
> really
> >> must have public IPs, then go for a shared network - however security
> >> groups are not available, so you will need to firewall this somehow
> >> yourself.
> >>
> >> HTH
> >> Lucian
> >>
> >> --
> >> Sent from the Delta quadrant using Borg technology!
> >>
> >> Nux!
> >> www.nux.ro
> >>
> >> - Original Message -
> >> > From: "Semih Tolga DEMİR" 
> >> > To: users@cloudstack.apache.org
> >> > Sent: Thursday, 4 February, 2016 11:51:48
> >> > Subject: Adding Ethernet Card
> >>
> >> > Hi;
> >> >
> >> > I need to setup/design an advanced networking with the following
> features
> >> > like below and i like to ask if its possbile or not.
> >> >
> >> >
> >> >
> >> > All vm's have 2 ethernet cards.
> >> >
> >> > 1) This ethernet uses real ip(public) for internet access with
> security
> >> > groups enabled. This ethernets, networks default gateway directly
> points
> >> to
> >> > the gateway at network, it will not pass thru ACS virtual router, we
> do
> >> not
> >> > want to make any NAT or SNAT operation over ACS virtual router.
> >> >
> >> >
> >> >
> >> > 2) This ethernet will use virtual ip like 10.0.0.0/8 for guest
> network
> >> and
> >> > all vm's use this ip for vm interconnect.
> >> >
> >> >
> >> >
> >> > After this setup we like to calculate bandwidth usage only for the
> first
> >> > ethernet card, we do not want to calculate usage for vm interconnect.
> >> >
> >> >
> >> >
> >> > Thanks
>


Re: Adding Ethernet Card

2016-02-04 Thread Semih Tolga DEMİR
Hi,

Ok,we will give up Security Groups  option but if we use NAT + Shared
network,  Is it possible to evaluate both ethernet usage which taken ACS?
and Can we will see ethernet usage separately?

Thanks.

2016-02-04 17:06 GMT+02:00 Nux! :

> Hello,
>
> You can't have Security Groups in a pure advanced zone (ie without
> security groups).
> If you opt for an Advanced zone with Security Groups then you can't have
> more than one NIC per VM (sux, I know).
> So basically it can't be done.
>
> The closest you can go for IMHO is in an Advanced Zone to add your VM to a
> NAT-ed 10.x network (I highly discourage you to use /8) and if you really
> must have public IPs, then go for a shared network - however security
> groups are not available, so you will need to firewall this somehow
> yourself.
>
> HTH
> Lucian
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "Semih Tolga DEMİR" 
> > To: users@cloudstack.apache.org
> > Sent: Thursday, 4 February, 2016 11:51:48
> > Subject: Adding Ethernet Card
>
> > Hi;
> >
> > I need to setup/design an advanced networking with the following features
> > like below and i like to ask if its possbile or not.
> >
> >
> >
> > All vm's have 2 ethernet cards.
> >
> > 1) This ethernet uses real ip(public) for internet access with security
> > groups enabled. This ethernets, networks default gateway directly points
> to
> > the gateway at network, it will not pass thru ACS virtual router, we do
> not
> > want to make any NAT or SNAT operation over ACS virtual router.
> >
> >
> >
> > 2) This ethernet will use virtual ip like 10.0.0.0/8 for guest network
> and
> > all vm's use this ip for vm interconnect.
> >
> >
> >
> > After this setup we like to calculate bandwidth usage only for the first
> > ethernet card, we do not want to calculate usage for vm interconnect.
> >
> >
> >
> > Thanks
>


Adding Ethernet Card

2016-02-04 Thread Semih Tolga DEMİR
Hi;

I need to setup/design an advanced networking with the following features
like below and i like to ask if its possbile or not.



All vm's have 2 ethernet cards.

1) This ethernet uses real ip(public) for internet access with security
groups enabled. This ethernets, networks default gateway directly points to
the gateway at network, it will not pass thru ACS virtual router, we do not
want to make any NAT or SNAT operation over ACS virtual router.



2) This ethernet will use virtual ip like 10.0.0.0/8 for guest network and
all vm's use this ip for vm interconnect.



After this setup we like to calculate bandwidth usage only for the first
ethernet card, we do not want to calculate usage for vm interconnect.



Thanks


Re: İlt: Re: İlt: Re: windows 2012 ethernet driver

2016-02-01 Thread Semih Tolga DEMİR
Hi,

Thank u, i solve the problem.

Problem : I installed ISO with select " Windows 2012 64 " then i create new
vm and prepare to template and try to install virtIO devices. So i see only
default windows devices.
Solution : when i create new vm from ISO i must install with " Windows PV "
and i load driver when first boot, then opened vm i prepare to template etc
etc. Now there is no problem.

Tolga Demir

2016-02-01 15:32 GMT+02:00 Nux! :

> I think if you use Windows PV it will use VirtIO storage and Intel network.
> If you use Other PV (64) it will use VirtIO for everything.
>
> HTH
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> - Original Message -
> > From: "semihtolgademir" 
> > To: users@cloudstack.apache.org
> > Sent: Saturday, 30 January, 2016 21:03:58
> > Subject: İlt: Re: İlt: Re: windows 2012 ethernet driver
>
> > Hi,
> > Yes i have installed virtio devices except network. İ dont understand
> why vm
> > network decice still use intel.
> > Tolga Demir
> > Samsung cihazımdan gönderildi
> >
> >  Orjinal mesaj 
> > Kimden: Nux! 
> > Tarih: 29 01 2016  03:09  (GMT+02:00)
> > Alıcı: users@cloudstack.apache.org
> > Konu: Re: İlt: Re: windows 2012 ethernet driver
> >
> > Tolga,
> >
> > First please note the mailing list will delete any attachments, use a
> pastebin
> > service instead.
> >
> > Secondly, have you installed on VirtIO devices when you prepared your
> template?
> >
> > Lucian
> >
> > --
> > Sent from the Delta quadrant using Borg technology!
> >
> > Nux!
> > www.nux.ro
> >
> > - Original Message -
> >> From: "Semih Tolga DEMİR" 
> >> To: users@cloudstack.apache.org
> >> Sent: Wednesday, 27 January, 2016 11:02:09
> >> Subject: Re: İlt: Re: windows 2012 ethernet driver
> >
> >> Hi Nux,
> >>
> >> When i create new template i selected Windows PV or Other PV 64 bit as
> you
> >> recommend. But i saw an error page.
> >>
> >> "Windows failed to start. A recent hardware or software change might be
> the
> >> cause. To fix the problem.
> >> ...
> >> "
> >> What do you offer after tihs error message?
> >>
> >> Note: I attach the error page.
> >>
> > > Tolga Demir
>


Re: İlt: Re: windows 2012 ethernet driver

2016-01-27 Thread Semih Tolga DEMİR
Hi Nux,

When i create new template i selected Windows PV or Other PV 64 bit as you
recommend. But i saw an error page.

"Windows failed to start. A recent hardware or software change might be the
cause. To fix the problem.
...
"
What do you offer after tihs error message?

Note: I attach the error page.

Tolga Demir


windows 2012 ethernet driver

2016-01-15 Thread Semih Tolga DEMİR
Hi,

I configure windows server 2012 on cloudstack over KVM host and i installed
required fedora drivers but i have a problem about current network devices
on device manager.

I expect that becaue its over KVM there should be paravirtualized network
device but windows detects only"Intel PRO/1000MT Network Connection"
and "Microsoft Kernel Debug Network Adapter".

The vm detected other devices and drivers as paravirtualized like scsi,
cdrom or disk drivers.

I have only problems about network drivers.

This is normal situation or it is BUG? If it is BUG how i'll fix it?

B.R.


Re: Expunge-root volume

2016-01-13 Thread Semih Tolga DEMİR
Thanks

2016-01-13 11:16 GMT+02:00 Erik Weber :

> If it is deleted with Expunge it is deleted right away as far as I know.
> Thus not recoverable.
>
> --
> Erik
>
> On Wed, Jan 13, 2016 at 10:12 AM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com> wrote:
>
> > Hi Erik,
> >
> > You right if do not check Expunge Root Volume is been there. But do u
> have
> > any idea, how i recover my VM after delete with Expunge?
> >
> > B.R.
> >
> > 2016-01-13 10:25 GMT+02:00 Erik Weber :
> >
> > > On Wed, Jan 13, 2016 at 9:10 AM, Semih Tolga DEMİR <
> > > semihtolgade...@gmail.com> wrote:
> > >
> > > > Hi,
> > > >
> > > > I testing cloudstack, and i have a question about expunging. My
> expunge
> > > > interval = 1 day and when i delete my VM with Expunge
> > >
> > >
> > > To the best of my knowledge, checking the 'Expunge' box means that you
> > > would like to expunge it right away, e.g. not wait for the expunge
> > thread.
> > >
> > >
> > >
> > > > i can not see ROOT
> > > > part under Primary Storage->Volumes. But deleted VM's datadisk seem
> > under
> > > > Primary Storage->Volumes.
> > > >
> > > > Why there is not seen Root Volume, and how i can keep root volume
> under
> > > > Primary Storage->Volumes and recover the deleted VM?
> > > >
> > >
> > > Simply don't check the 'Expunge' checkbox
> > >
> > > --
> > > Erik
> > >
> >
>


Re: Expunge-root volume

2016-01-13 Thread Semih Tolga DEMİR
Hi Erik,

You right if do not check Expunge Root Volume is been there. But do u have
any idea, how i recover my VM after delete with Expunge?

B.R.

2016-01-13 10:25 GMT+02:00 Erik Weber :

> On Wed, Jan 13, 2016 at 9:10 AM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com> wrote:
>
> > Hi,
> >
> > I testing cloudstack, and i have a question about expunging. My expunge
> > interval = 1 day and when i delete my VM with Expunge
>
>
> To the best of my knowledge, checking the 'Expunge' box means that you
> would like to expunge it right away, e.g. not wait for the expunge thread.
>
>
>
> > i can not see ROOT
> > part under Primary Storage->Volumes. But deleted VM's datadisk seem under
> > Primary Storage->Volumes.
> >
> > Why there is not seen Root Volume, and how i can keep root volume under
> > Primary Storage->Volumes and recover the deleted VM?
> >
>
> Simply don't check the 'Expunge' checkbox
>
> --
> Erik
>


Expunge-root volume

2016-01-13 Thread Semih Tolga DEMİR
Hi,

I testing cloudstack, and i have a question about expunging. My expunge
interval = 1 day and when i delete my VM with Expunge i can not see ROOT
part under Primary Storage->Volumes. But deleted VM's datadisk seem under
Primary Storage->Volumes.

Why there is not seen Root Volume, and how i can keep root volume under
Primary Storage->Volumes and recover the deleted VM?

Best Regards.


Re: Cloud-init works

2016-01-13 Thread Semih Tolga DEMİR
Thanks Pierre,

It helps,

B.R.

2016-01-10 18:48 GMT+02:00 Pierre-Luc Dion :

> S.Tolga,
>
> Did you tried latest version of cloud-init  ~0.7.7? They added fixes that
> was solving password set and reset for root or custom user, fixed  ssh_key
> and  user-data.
> here a presentation [1] I did few months ago about cloud-init + cloudstack
> if it can help...
>
> PL
>
> [1]
>
> http://events.linuxfoundation.org/sites/events/files/slides/cloud-init_cloudstackdays-austin_0.4.pdf
>
> On Thu, Dec 31, 2015 at 9:53 AM, Naresh Kumar  wrote:
>
> > Sorry for the confusion, I actually posted/added problem I’m facing.
> >
> > But now I have mange to get this working, I tried again with CentOS7 and
> > its working.
> >
> > Answer to your question is that you can use “Reset password” option on VM
> > quick view or VM details page, incase you forgot the root password and
> want
> > to reset it.
> >
> >
> > Naresh Kumar
> > bishno...@gmail.com
> >
> >
> >
> >
> > > On 31-Dec-2015, at 6:19 PM, Semih Tolga DEMİR <
> semihtolgade...@gmail.com>
> > wrote:
> > >
> > > Thanks Naresh for your answer,
> > >
> > > But i want to learn how can use cloud-init to set again when i forget
> or
> > > reset root password, and this question is not only for CentOS 5.5
> > template,
> > > I want general solution for all OS. If i can not use again cloud-init
> > which
> > > alternative solution recommend
> > >
> > > Thanks,
> > > S.Tolga Demir
> > >
> > > 2015-12-31 12:36 GMT+02:00 Naresh Kumar :
> > >
> > >> Hi,
> > >>
> > >>
> > >> I tired it as well on in-built CentOS 5.5 template(KVM):
> > >>
> > >> 1. ssh key works
> > >> 2. password does’t work, default password “password” is working.
> > >> 3. user-data post startup is not working . getting "ImportError: No
> > module
> > >> named DataSourceCloudStack” error.
> > >>
> > >> Thanks,
> > >> Naresh Kumar
> > >> bishno...@gmail.com
> > >>
> > >>
> > >>> On 31-Dec-2015, at 2:41 PM, Semih Tolga DEMİR <
> > semihtolgade...@gmail.com>
> > >> wrote:
> > >>>
> > >>> Hi,
> > >>>
> > >>> I've configured cloudstack and installed cloud-init for my vm to set
> > >>> something such as ssh-key, root password etc. But i've one question
> > about
> > >>> cloud-init works. Cloud-init works one time in default, so, if i
> forget
> > >> my
> > >>> root password how i will set new password with cloud-init?
> > >>>
> > >>> Best Regards,
> > >>> S.Tolga Demir
> > >>
> > >>
> >
> >
>


Re: Cloud-init works

2015-12-31 Thread Semih Tolga DEMİR
Thanks Naresh for your answer,

But i want to learn how can use cloud-init to set again when i forget or
reset root password, and this question is not only for CentOS 5.5 template,
I want general solution for all OS. If i can not use again cloud-init which
alternative solution recommend

Thanks,
S.Tolga Demir

2015-12-31 12:36 GMT+02:00 Naresh Kumar :

> Hi,
>
>
> I tired it as well on in-built CentOS 5.5 template(KVM):
>
> 1. ssh key works
> 2. password does’t work, default password “password” is working.
> 3. user-data post startup is not working . getting "ImportError: No module
> named DataSourceCloudStack” error.
>
> Thanks,
> Naresh Kumar
> bishno...@gmail.com
>
>
> > On 31-Dec-2015, at 2:41 PM, Semih Tolga DEMİR 
> wrote:
> >
> > Hi,
> >
> > I've configured cloudstack and installed cloud-init for my vm to set
> > something such as ssh-key, root password etc. But i've one question about
> > cloud-init works. Cloud-init works one time in default, so, if i forget
> my
> > root password how i will set new password with cloud-init?
> >
> > Best Regards,
> > S.Tolga Demir
>
>


Cloud-init works

2015-12-31 Thread Semih Tolga DEMİR
Hi,

I've configured cloudstack and installed cloud-init for my vm to set
something such as ssh-key, root password etc. But i've one question about
cloud-init works. Cloud-init works one time in default, so, if i forget my
root password how i will set new password with cloud-init?

Best Regards,
S.Tolga Demir


Cloud-init works

2015-12-31 Thread Semih Tolga DEMİR
Hi,

I've configured cloudstack and installed cloud-init for my vm to set
something such as ssh-key, root password etc. But i've one question about
cloud-init works. Cloud-init works one time in default, so, if i forget my
root password how i will set new password with cloud-init?

Best Regards,
S.Tolga Demir