This section contains background information on Netra j and special installation instructions.
If you are upgrading to Netra j 2.0 from a previous Netra version and are using Netra j to administer JavaStation brick model (JavaStation with microSPARC`-II) clients, you must modify the /etc/bootparams file.
The JavaOS directory has changed from:
/export/root/JavaDesktop |
/export/root/javaos/JDM1 |
Thus for each JavaStation, you must change the following line in the /etc/bootparams file:
javastation_name root=bootserver:/export/root/JavaDesktop boottype=:js |
javastation_name root=bootserver:/export/root/javaos/JDM1 boottype=:js |
When you install Netra j 2.0 using the install script, software patches for Solaris 2.5.1 and Solaris 2.6 are installed in the /netraj_install_directory/Patches directory. If you use Admintool to install Netra j 2.0, you need to follow this procedure to install the patches.
Man pages for the Dynamic Host Configuration Protocol (DHCP) are located in the /netraj_install_directory/Patches/5.5.1/iss_man_dhcp_sparc-01 directory.
At a Command Tool prompt, enter the root directory as "superuser."
% su Password: # |
Change to the patch directory for your version of Solaris.
Type ls.
The patch numbers are listed as subdirectories.
Change to a patch subdirectory.
# cd 103891-05 |
Netra j requires two web servers. One web server resides at port 81 and serves the pages of the Netra j Administration Interface to a web browser. The other resides at port 80 and delivers the HotJava Views application to JavaStation computers during the JavaStation boot sequence.
Sun WebServer software is installed on your machine during the Netra j installation, and Netra j configures web servers at ports 80 and 81 as follows:
Netra j automatically configures a Sun WebServer at port 81.
Netra inspects port 80, which is the default port for web servers. If a web server is not running on your machine at port 80, Netra j configures a Sun WebServer at that port. If a web server is running at port 80 (Netscape Enterprise, for example), Netra j leaves the existing web server intact but does not configure it for use with Netra j.
Create a symbolic link called jdt from the web server's document root directory to the HotJava Views document directory.
# ln -s /opt/SUNWjdt/lib web_server_document_root/jdt |
Create a symbolic link called jdt from the web server's cgi-bin directory to the HotJava Views cgi-bin directory.
# ln -s /opt/SUNWjdt/cgi-bin web_server_cgi_bin_directory/jdt |
Provide the web server with access to cgi programs and documents.
In the access control file for the web server, provide access to web_server_document_root and to web_server_cgi_bin_directory.
The AnswerBook collections listed in Table 1-4 reside in the Misc directory on the Netra j 2.0 CD-ROM but are not automatically installed with Netra j 2.0.
Table 1-4 AnswerBook Collections on the Netra j 2.0 CD-ROMAnswerBook Collection | Package Name |
---|---|
NIS Kit 1.2 | SUNWnskta |
Netra j 2.0 | SUNWnjdoc |
To install an AnswerBook collection, mount the Netra j 2.0 CD-ROM as described on "To Mount the Netra j 2.0 CD-ROM" and type the following commands, where package_name is a package name listed in Table 1-4.
# cd /cdrom/cdrom0/Misc# pkgadd -d . package_name |
For further information on installing an AnswerBook collection, or for installing AnswerBook on a server, refer to the Information Library for Solaris 2.6 (SPARC Platform Edition).
GO-Joe server software resides in the Misc directory on the Netra j 2.0 CD-ROM but is not automatically installed with Netra j 2.0. This software should be installed on the JavaStation X server, which can be the Netra j server itself or another system on the network. GO-Joe server software can be installed using either Admintool or pkgadd.
To install GO-Joe server software on a non-Solaris system, follow the vendor's instructions for adding a package to the system.
GO-Joe client software is installed on the Netra j server during the Netra j 2.0 installation. For information on setting up JavaStation computers to use GO-Joe client software, refer to the Netra j Administrator's Guide.
Insert the Netra j 2.0 CD-ROM into the X server's CD-ROM drive.
Mount the CD-ROM as described on "To Mount the Netra j 2.0 CD-ROM".
Change to the /usr/sbin directory.
# cd /usr/sbin |
Start Admintool by typing swmtool.
# ./swmtool |
The Admintool: Software window is displayed.
Choose Edit Add.
The Admintool: Set Source Media window is displayed.
Select CD with Volume Management if you are running Volume Management or CD without Volume Management as your Software Location.
Type the path to the source media in the CD path.
/cdrom/cdrom0/Misc |
The Admintool: Add Software window is displayed.
Check the GO-Joe Host Software box.
Click Add.
The GO-Joe server software is installed on your system.
Choose File Exit to close Admintool.
Insert the Netra j 2.0 CD-ROM into the X server's CD-ROM drive.
Mount the CD-ROM as described on "To Mount the Netra j 2.0 CD-ROM".
# cd /cdrom/cdrom0/Misc# pkgadd -d . SUNWgjvxs |