Linux ARA has installed and updated many versions. I personally think that Linux ARA is a good file system installed in the Linux series. I would like to recommend it to you here. Today, the technology is constantly updated and all kinds of files used have been eliminated. I think the Linux ARA configuration is worth using.
Install and configure Dialup_admin and Linux ARA
First, verify the installation of Apache and PHP. In the Apache WEB directory, test Apache in/var/www/html first, and enter Http: // 202.193.161.225 in the browser to see that the Apache interface is normal.
Edit a PHP test file with the content <? Phpinfo ();?> Save as phpinfo. php. Enter Http: // 202.193.161.225/phpinfo. php In the browser to view the php information page, indicating that php is operating normally.
Install Dialup_admin
Copy Dialup_admin to/usr/local and make a shortcut to/var/www/html.
Cd/home/changsure/freeradius-1.1.0
Mv dialup_admin/usr/local
Ln-s/usr/local/dialup_admin/htdocs/var/www/html/dialup
Configure dialup_admin.
Cd/usr/local/dialup_admin/conf/
Find admin. conf to modify the database content.
SQL _server: localhost
SQL _port: 3306
SQL _username: root
SQL _password: <password>
Enter Http: // 202.193.161.225/dialup in the browser to view the page.
Linux ARA Installation
The configuration of Linux ARA requires the support of HTML_Template_Sigma. First, install Linux ARA. We encountered some problems during the installation. The pear of the PHP version we installed by default is not supported. When running pear install HTML_Template_Sigma, the error No handles for package. xml version2.0 is displayed. For more information, see the following command to upgrade pear.
Pear upgrade PEAR
If an error occurs again, the system prompts a dependency error. Archive_Tar and Structure_Graph are missing. We upgrade these two components through pear upgrade at one time.
Pear upgrade Archive_Tar
Pear upgrade Structure_Graph is upgraded again
Pear upgrade PEAR: the pear version meets the requirements. Run the following commands in sequence according to the installation instructions of ARA.
Pear channel-update pear.php.net
Pear install HTML_Template_Sigma
The installation of HTML_Template_Sigma is complete.
The deployment of Linux arainstallation is similar to dialup. we copy ara-06.tar.gz to the/usr/local/directory and connect it to/var/www/html/. The connection name is ara.
Music ara-0.6/usr/local
Ln-s/usr/local/ara-0.6/src/htdocs/var/www/html/ara
Create and modify the configuration file of ara
Cd src/config
Cp config. php. dist config. php
Find the following lines to modify
/* SQL server setings */
$ Config ["SQL _driver"] = "mysql ";
$ Config ["SQL _server_host"] = "localhost ";
$ Config ["SQL _server_port"] = "3306 ";
$ Config ["SQL _username"] = "root ";
$ Config ["SQL _passwd"] = "<password> ";
$ Config ["SQL _db"] = "radius ";
$ Config ["SQL _encoding"] = "utf8 ";
Then you can access the service through http: // 202.193.161.225/ara.
Next step
Connect FreeRadius to the database on Solaris.
Understand the specific meaning of the FreeRadius database field.
Use J2EE to develop a management interface that meets project requirements.
The above describes how to install Linux ARA.
- Details about the tar command of the Linux backup application
- Use the ramdisk File System in linux
- One of the Linux compression and packaging methods: tar command
- Linux Literacy: common parameters of Tar commands in linux
- Restoration of Hard Disk damage in Raidtools Raid1 Mode