Writable table as VirtualParameter

2018-04-13 Thread George Chelidze
a primitive like xsd:string, xsd:unsignedInt, etc). If yes, a simple example would be great. If not, we have a workaround as described in point A, however it's not clear how to describe this table in summary_parameters.yml. Any suggestions? Regards, George Chelidze

Re: Writable table as VirtualParameter

2018-04-14 Thread George Chelidze
Even if I use your solution I still don't understand how can I output PortMapping table on device summary page. That was my second point when I explained why I bet for virtual parameter approach. Any ideas? At the end, thank you very much for your input, it really helps. Best regards, Ge

Re: Writable table as VirtualParameter

2018-04-15 Thread George Chelidze
following the Genie's style of doing things, but I still wonder whether it's possible or not to define virtual parameter which is a writable table. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Writable table as VirtualParameter

2018-04-17 Thread George Chelidze
;s called declare not set or whatever, right?:) Thank you very much for your input, it helped me to look at things from the different side. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Writable table as VirtualParameter

2018-04-17 Thread George Chelidze
cs-gui. Should be > straightforward and risk-free since it's just a presentation layer. See > app/views/devices/_object_table.html.erb. Will take a look, thanks for narrowing it down. > Not currently possible unfortunately. It's a planned feature. OK, would be helpful. Ge

Re: API call failure

2018-04-18 Thread George Chelidze
DB2338%2D168%2DGMC170508001297" My two cents. Regards, George Chelidze On 04/18/2018 05:06 PM, e...@aisling-technologies.com wrote: > To add a little more detail... > > The Device OUI is 1C497B > The Product Class is B2338-168 > The Serial # is GMC170508001297 > The GUI

Connection dropped

2018-04-25 Thread George Chelidze
Hi, I noticed there some "Connection dropped" errors in cwmp-access.log. Is this error related withMAX_CONCURRENT_REQUESTS setting or it's something else? Regards, George Chelidze ___ Users mailing list Users@lists.ge

Re: Connection dropped

2018-04-26 Thread George Chelidze
On 04/26/2018 10:39 PM, Zaid Abdulla wrote: > On Wed, 2018-04-25 at 12:43 +0400, George Chelidze wrote: >> I noticed there some "Connection dropped" errors in cwmp-access.log. >> Is this error related withMAX_CONCURRENT_REQUESTS setting or it's >> s

Retrieve object from CPE without saving it to DB

2018-04-26 Thread George Chelidze
emporarily in provision without saving it to mongodb? (In my case, it doesn't make sense to save this huge amount of data to DB) Thanks in advance, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Questions on presets / Firmware upgrade

2018-04-27 Thread George Chelidze
? Should it contain static arguments or any kind of substitution like ${InternetGatewayDevice.DeviceInfo.ModelName} as well. If this kind of substitution is supported, what is correct syntax? 8. How can Arguments passed from presets (see question #6) be accessed in provision? Any examples? Thanks in advance, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Questions on presets / Firmware upgrade

2018-05-01 Thread George Chelidze
Hi Zaid, Please find my comments below. On 05/01/2018 11:42 PM, Zaid Abdulla wrote: >> 2. What is Channel used for? > Channels are used to isolate different processes such that if there's a > fault in one, the others will not be affected. For example, if a fault > occures in your firmware upgrade

Re: Questions on presets / Firmware upgrade

2018-05-02 Thread George Chelidze
t didn't apply, then I tried "1 BOOT, M Reboot" which didn't work either, so I doubt it's because there is "M Reboot" on the way. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Questions on presets / Firmware upgrade

2018-05-03 Thread George Chelidze
if > you update the config on the CPE. a very simple provision - untag a CPE and reboot: const tag = "Tags.upgrade"; declare(tag, null, {value: false}); declare("Reboot", null, {value: Date.now()}); > > I forgot to ask one question regarding log() in p

Re: Questions on presets / Firmware upgrade

2018-05-04 Thread George Chelidze
ld automatically reboot after a F/W upgrade, so there > would be no need to manually reboot it. Good point, removed it. Thanks. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Provisions massive upgrades

2018-05-10 Thread George Chelidze
on: V3.2.0-B20180412.1617 Put "upgrade" tag on any device you want to upgrade and wait until it boots up. That's it. Best regards, George Chelidze On 05/10/2018 10:38 PM, Arkan Add wrote: > Hello Everyone,  > >      I'm trying to do an automated software upgrade usin

Re: Presets

2018-05-18 Thread George Chelidze
se if this value is more than PeriodicInformInterval. Hope this helps. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: How can i do to send the firmware to a range of 50 devices?

2018-06-10 Thread George Chelidze
; thnks a lot Hi Alexander, There was a thread on this list about a month ago with topic "Provisions massive upgrades". Check my answer to the similar question there. Regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http:

Re: How do add new node to genieacs

2018-06-11 Thread George Chelidze
/**/InternetGatewayDevice.DeviceInfo.X_CATV.EnableInternetGatewayDevice.DeviceInfo.X_CATV.Enable/**/to the first edit box/**/after Refresh, leave the second edit box empty/**/ /* Save the preset, wait for inform message. Hope that helps. Regards, George Chelidze ___ Users mailing list

Re: How can i do to send the firmware to a range of 50 devices?

2018-06-12 Thread George Chelidze
irectly or using GenieACS API and then the preset will do it's job - upgrade them one by one. Regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Syntax to create a preset with two tags

2018-06-20 Thread George Chelidze
quot;123\",\"$and\":[{\"_tags\":\"a\"},{\"_tags\":\"b\"}]}",     "configurations" : [     {     "type" : "add_tag",     "tag" : "c"     }     ],     "schedule"

Re: Syntax to create a preset with two tags

2018-06-20 Thread George Chelidze
Hi Miguel, You are welcome. To be able to retrieve data from mongodb you can either use mongodb shell tool (mongodb-clients package in debian) or install any mongodb GUI which will help you much. I personally use Robo 3T which works great. Hope that helps. Best regards, George Chelidze

xsd:signedInt not recognized

2018-06-25 Thread George Chelidze
accept signedInt as a "valid" data type or there are other places in the code to be updated at the same time? 2. Does it make sense to create a merge request or it's something that I should track on my side? There might be other users who use broken implementations as well. Be

Re: xsd:signedInt not recognized

2018-07-08 Thread George Chelidze
uld be helpful to have xsd:signedInt "supported", I fully agree with the reason for not merging it. Anyway, thanks for the patch, it will be useful in short run. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Configure TR-069 Device

2018-07-11 Thread George Chelidze
ine to track incoming messages, if you don't see any incoming messages, you have to concentrate on your CPE/network. Hope this helps. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Configure TR-069 Device

2018-07-13 Thread George Chelidze
Image. > > Thank you. Hi Raman, As Dan already noted, you have to put correct URL there. What is not clear with your CPE configuration form is "TR-069 Client Port" field as it can be specified within URL if needed. I would recommend to check the configuration manual or discuss i

Re: show more devices on listing devices page

2018-08-08 Thread George Chelidze
Hi Eric, I believe it's config.page_size in config/application.rb Give it a try. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Refreshing Parameter Values

2018-09-11 Thread George Chelidze
On 09/11/2018 06:07 PM, Malto 4 wrote: > Hi Dan, > > It seems that I got {value: 1} and {value: now} confused, after > updating my provisions with this information they are now working the > way I want them to. All except > for InternetGatewayDevice.LANDevice.1.Hosts.Host, I'm trying to update > th

Re: CWMP Hostname

2018-10-11 Thread George Chelidze
ything related. Hi Angel, Please pay attention, that even if you configure your local DNS to map acs.local to 10.1.208.2, you still need to setup http*s* endpoint on your ACS server to be able to serve http*s* requests instead of plain http. BR, George Chelidze __

Re: IDENTIFYING OFFLINE DEVICE

2018-10-11 Thread George Chelidze
shouldn't be queued if it fails (status code != 200)? I didn't find anything like that in wiki. As a workaround, what you really can do is to delete a task <https://github.com/genieacs/genieacs/wiki/api-reference#delete-taskstask_id> in case of failure. My two cents. George

Re: CWMP Hostname

2018-10-11 Thread George Chelidze
27;t find any reference on this subject so I send it in both. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: CWMP Hostname

2018-10-15 Thread George Chelidze
se it as a reference for some vendor violating these rules. Anyway, thank you for your input. Best regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Limit the query.

2018-10-16 Thread George Chelidze
27;t look the way you like it to be? Give us some examples, etc... Regards, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Puma caught this error: No space left on device

2018-10-17 Thread George Chelidze
On 10/17/18 5:45 PM, Alexander Morillo wrote: > Puma caught this error: No space left on device @ io_write - > /tmp/RackMultipart20181017-15196-1jcluzq.zip (Errno::ENOSPC) Hi Alexander, It seems like you have run out of space. df command is your friend. Regards, George Ch

Re: directory of files uploaded

2018-10-19 Thread George Chelidze
On 10/19/18 5:05 PM, Alexander Morillo wrote: > Hi > > In which genieacs directory do you save the files that we have uploaded? > > Regards > Hi Alexander, It seems to be stored in mongodb (fs.files, fs.chunks) Best regards, George Chelidze ___

Re: preset schedule

2018-11-21 Thread George Chelidze
Keep in mind, that you shouldn't bind your preset to "1 BOOT" event, as you need it to be executed with every inform. To summarize: keep it simple. * Set PeriodicInformInterval to 60 (this one has nothing to do with a preset, set it on you

Re: [GenieACS] ACS server can ping to CPE, but not refresh and return an error "Device Offline"

2018-12-18 Thread George Chelidze
On 12/19/18 8:20 AM, Lê Văn Vượng wrote: > Hi Friends, > I'm using GenieACS to management router Virgo (model 2912n), some > devices can not refresh and return an error "Device Offline". > Note: In CPE device, i was configure *Periodic Inform *to CPE send > message to ACS after 60 second. Periodic

Re: [GenieACS] ACS server can ping to CPE, but not refresh and return an error "Device Offline"

2018-12-19 Thread George Chelidze
On 12/19/18 11:03 AM, Lê Văn Vượng wrote: > Hi George, > I was enable "Connection Request" on CPE device and ACS can reach CPE. > However, just some devices can not refresh while other device still > successful. To investigate what's the root cause of the problem you can use incremental approach:

Re: Session Timeout server.keepAliveTimeout

2019-02-21 Thread George Chelidze
plan to request merge commit for this.| |Best regards,| |George Chelidze | || On 2/20/19 10:57 PM, Rickard Johansson wrote: > Hi, > > Whenever I try to refresh the entire parameter tree I get error > Session Timeout followed by Invalid Session. I tried > setting SESSION

Re: Session Timeout server.keepAliveTimeout

2019-02-21 Thread George Chelidze
Forgot to attach config.coffee.patch to my previous post. Sorry for that. Best regards, George Chelidze On 2/21/19 3:16 PM, George Chelidze wrote: > > Hi Rick, > > I came across the same issue recently and hacked server.coffee to > support new option "KEEP_ALIVE_TIMEOUT&quo

Random PeriodicInformInterval doesn't work as expected

2019-03-28 Thread George Chelidze
al, offset) {     return interval + Math.floor(Math.random() * offset - offset / 2); } What I expect to see is PeriodicInformInterval with some value which is between 45 secs and 75 secs. Instead it's always set to 71. Any idea what I am doing wrong? TIA,

Re: Random PeriodicInformInterval doesn't work as expected

2019-03-28 Thread George Chelidze
o a preset which executes on "2 PERIODIC". I would tag a device as soon as a "random" value is set for the first time and skip tagged devices later. Does it sounds reasonable? If yes, this kind of "random" number will work for me. What if I need really random value i

Re: Random PeriodicInformInterval doesn't work as expected

2019-03-29 Thread George Chelidze
h sandbox.js and expose a "reallyRandom" > function, making sure to restart the CWMP process after you make changes. Will try to find a solution which doesn't require any kind of patch to keep installation upgradeable. Thanks, George Chelidze ___ Users mailing list Users@lists.genieacs.com http://lists.genieacs.com/mailman/listinfo/users

Re: Trig reprov

2019-05-24 Thread George Chelidze
Hi Peder, On 5/24/19 2:15 PM, Peder Bach wrote: > The external script is running, and return 200 OK, but genieacs then return this error – timeout. I believe you have done it based on examples at https://github.com/genieacs/genieacs/wiki/Extensions and https://github.com/genieacs/genieacs/wiki/E