User guide
Controlling and Provisioning Network Devices Provisioning a Device
161
AlliedView NMS Administration Guide
FIGURE 5-49 Access Control Exception Error
To give the client the necessary permission, it will be necessary to add the following permission statement to the Java
security policy file on the client's host:
grant {
permission java.net.SocketPermission "licence.alliedtelesis.co.nz", "connect,resolve";
};
This statement grants Java applets permission to resolve the host name and open connections to the server
(licence.alliedtelesis.co.nz). The client will have to be terminated and restarted before the permission change will take effect.
This permission is only needed for WebGen, so, if desired, the permission may be removed after finishing WebGen
operations.
The location of the Java security policy file depends on where the Java runtime and/or the Web Start application were
installed on the host. Refer to the following table:
<Java Home> is the directory where the Java runtime is installed. On Windows see C:\Program Files\Java or C:\Program
Files (x86)\Java.
<Web Start Home> is the directory where the Web Start application is installed. On Windows see C:\Program Files\Java
Web Start or C:\Program Files (x86)\Java Web Start.
5.3.10 Software Configuration (Custom Loads)
The Custom load configuration is entered from the Software Configuration application using the Create Custom Load
button, as shown in Figure 5-39, at the beginning of this subsection on Software Configuration. This button is device
independent and therefore enabled with or without any devices selected.
Selecting the Create Custom Loads button brings up the The Custom Device Loads Form, as shown in Figure 5-50. This
shows all the device loads. Load names and types are listed in a table, which can be sorted by clicking on a column heading.
Double clicking a column heading puts the table back in its unsorted order, which is usually with the newest loads at the
bottom.
Loads are groups of device configurations that can be selected when downloading software releases to devices. Loads types
are:
• Standard - The standard loads are pre configured in the NMS release and can be viewed in detail but neither modified nor
deleted.
OS Applet/Client Path
Windows Java Applet
Web Start Client
<Java Home>\lib\security\java.policy
<Web Start Home>\javaws.policy
Solaris Java Applet
Web Start Client
<Java Home>/lib/security/java.policy
<Web Start Home>/javaws.policy