CESNET / Netopeer-GUI

Graphical user interface for NETCONF client
MIT License
37 stars 9 forks source link

Apply All Changes won't Commit #89

Closed tbrito01 closed 8 years ago

tbrito01 commented 8 years ago

Hi,

We are logged to our server via Netopeer GUI. Attempting to commit a change unsuccessfully.

  1. Candidate database is locked.
  2. Edit a description of a parameter in the database.
  3. Click on the Apply all changes button

We are able to edit the database but it won't commit it. Is there a commit button in the GUI? I could not find it. Is something else we need to do in order to see the commit button in the tool?

Thanks,

Tatiana

alexadavid commented 8 years ago

Hello, I'm a little bit busy right now, I'll go through all of your issues at the begin of next week

tbrito01 commented 8 years ago

Ok thamks for the update.

On Friday, January 22, 2016, David Alexa notifications@github.com wrote:

Hello, I'm a little bit busy right now, I'll go through all of your issues at the begin of next week

— Reply to this email directly or view it on GitHub https://github.com/CESNET/Netopeer-GUI/issues/89#issuecomment-173912817.

alexadavid commented 8 years ago

There is no button in terms of netconf protocol. Button "apply all changes" creates request.

If your datastore is locked, you have to unlock it first - use the lock/unlock icon in top navigation bar in NetopeerGUI.

sameeralirock commented 8 years ago

Hi Alex,

But still after Apply changes the config is coming in candidate database but how to commit the config so that it is updated in running database? there is no commit button after Apply changes button.

TIA

sameeralirock commented 8 years ago

Hi Alex,

I am also facing the same issue, the config is getting into candidate database but to make it effective on the device it should be committed in running database but there is no such option in netopeer-GUI, please help us TIA

alexadavid commented 8 years ago

you can use copy-config from candidate to running only. This version of netopeerGUI does not support action yet. The apply changes button creates just request. I'll discuss the posibilities how to implement action with mod_netconf development team.