Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1118

Re: Change/Reset IP for entire group

$
0
0

Seems like it could work, but I must be doing something wrong. See output:

 

>>> d.getManageIp()

'10.10.2.24'

>>> d.setManageIp='20.20.20.20'

>>> commit()

>>> d.getManageIp()

'10.10.2.24'

>>> d.pushConfig()

>>> d.getManageIp()

'10.10.2.24'

 

It doesn't seem to take. Am I missing something?


Viewing all articles
Browse latest Browse all 1118

Trending Articles