This chapter discusses the following:
You will use the ISE Web administration graphical user interface (GUI) to configure additional features, such as setting up E-mail accounts and using Tripwire intrusion detection software.
To access the GUI, use the following URL, where hostname is the name of the SGI server:
http://hostname/sgi-iserver/ |
Enter user iseadmin and password iseadmin.
For information about GUI tasks, see the SGI Internet Server Administrator's Guide.
For security reasons, you should change the Web administration GUI password. To do this, use the htpasswd(1) command to change the default iseadmin user account password, as follows:
$ htpasswd /usr/sgi/ise/lib/users iseadmin New password: new_password Re-type new password:new_password $ |