
XVII. Unified Wire Manager (UM)
Chelsio T5/T4 Unified Wire For Linux Page 235
7. Web GUI client
7.1. Management Station
In order to access the Web Management Interface, Apache HTTP server should be installed
and running on a machine. Also, Cookies and Javascript must be enabled in the browser.
7.1.1. Running Management Station on RHEL 6.x
1. Start/Restart Apache httpd daemon:
[root@host]# service httpd [start|restart]
2. Start/Restart the Management Station:
[root@host]# /etc/init.d/chelsio-mgmtstd [start|restart]
7.1.2. Running Management Station on SLES11SP2
1. On SLES11SP2, Management Station needs to be configured before running. Hence,
execute the following in command prompt and provide valid inputs.
[root@host]# cd /etc/apache2
[root@host]# openssl genrsa -des3 -out server.key 1024
[root@host]# openssl req -new -key server.key -out server.csr
[root@host]# cp server.key server.key.org
[root@host]# openssl rsa -in server.key.org -out server.key
[root@host]# openssl x509 -req -days 365 -in server.csr -signkey server.key
-out server.crt
[root@host]# cp server.crt ./ssl.crt
[root@host]# cp server.key ./ssl.key
2. Start/Restart Apache services
[root@host]# rcapache2 [start|restart]
Komentáře k této Příručce