News
Fixes the grid error timeout on policy rule load
Install with "autoupdate v3.0.2.115-FixPolicyRuleLoad.gpg"
Scott Hogg just did a post on his Network World Blog that mentioned SLAs (Service Level Agreements). It is a very timely article for me because I'm working with a customer who wants to define network SLAs. The task becomes one of selecting an appropriate SLA for the organization.
Good SLAs will have several basic characteristics:
I have a script that I want to run via the crontab. This script pulls information from the Infoblox appliance and puts it in a text file in the htdocs directory of a snapin that will use that data. If I call the script directly from the web browser, it runs and outputs the file correctly. However, when the cron job runs, it never creates the file. I thought it was a permissions issue, but it looks like the directory is set to rwx for everyone. Any ideas?
Hello!
i try to write a perl function which can assign a fixed IP. This part is no problem, but then, as last step, I try to restart the dhcp service. In the "normal" API a DHCP restart can be implemented like this:
...some code to open Session and add fixed address...
my $vResult = $vSession->restart(
"service" => "dhcp",
"when" => "now"
);
I tried to do the same with the WebUI:
use Infoblox::WebUI ;
Since I installed 3.0.2.115 FindIT doesn't seem to work as well.
Typically I could just type in "192.168.100" in the find it bar and it would show all hosts in that network.
Now I get "Grid Error -- Time Out"
any ideas?
