![]() ![]() ![]() ![]() |
|
|
During the installation of NetWare 6 as a departmental administrator (an admin user with full rights to its container, but no rights at [root]) two eMFrame errors are produced. These errors are evidence that iManager and RBS are not being installed and configured properly due to a bug in the installation script that is requiring more rights than departmental administrators have. This document was written to walk you through the process of restoring iManager and RBS to its default configuration on your NetWare 6 servers.
There are two parts to this. Part 1 - WebAdmin/iManager interface We need to add the appropriate lines to the configuration files for the Apache web server and Tomcat application server so that we can run iManager and access through the WebAdmin interface (https://(servers_ip):2200 by default.) Listed below are the files to edit and lines to add to them. -Edit file sys:/apache/conf/adminserv.conf Add these lines under the section of 'VirtualHost (YOURURL):2200':
Redirect /iManager/ https://(servers_ip):2200/eMFrame/iManager.html Replace (servers_ip) with your server's IP address. -Edit file sys:/webapps/webadmin/servers.xml
Add these lines to the bottom of the file, just above the </NovellWebMan:ServiceSelector>
tag:
<NovellWebMan:Service
Replace SERVERNAME with your server's name.
The text is provided here to facilitate copy and paste, but it loses its
formatting. After you add the text to the file, change the format of it to look like the
following:
click here to see a sample file. Some browsers may alter the look of this file because it contains XML. In these cases, open it with notepad or another text editor. -Edit file sys:/tomcat/33/bin/tomcat33.ncf
Add this line after the last 'envset' line:
envset TOMCAT_CLASSPATH=$TOMCAT_CLASSPATH;SYS:\java\lib\jclient.jar -Reboot your server At this point, WebAdmin displays the iManager option, and clicking this option will present you with the iManager login. You should be able to successfully login using your department admin user ID. If this is not the first NetWare 6 server in this container, you should already have an RBS collection and this server will be able to use it. If this is the case, you can skip the remainder of this document. If this is the first NetWare 6 server in this container, you will see on the left menu that no roles or tasks have been assigned to this user. Which brings us to Part 2. Part 2 -RBS Collection Now that you are logged into iManager, we need to create the RBS Collection, install the Plug-Ins into that collection, and make user and scope assignments to those roles. -Create the RBS Collection
Click on the Configure button in the toolbar (looks like a
person behind a desk.) -Install the Plug-ins
Click the Install Plug-in
menu item on the left. This will show a list of four
available plug-ins. -Make user and scope assignments
Click the Role Management menu item on the left and ten
choose Modify Role below that. -Verify all is correct
Close all instances of your browser.
To offer constructive criticism, or provide other feedback
about our site, click here.
|