<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/adapt/index.php?action=history&amp;feed=atom&amp;title=ImsServer</id>
	<title>ImsServer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/adapt/index.php?action=history&amp;feed=atom&amp;title=ImsServer"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/adapt/index.php?title=ImsServer&amp;action=history"/>
	<updated>2026-04-05T13:41:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/adapt/index.php?title=ImsServer&amp;diff=2084&amp;oldid=prev</id>
		<title>Scsong at 19:31, 12 September 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/adapt/index.php?title=ImsServer&amp;diff=2084&amp;oldid=prev"/>
		<updated>2008-09-12T19:31:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==IMS Server installation==&lt;br /&gt;
&lt;br /&gt;
===OS Install===&lt;br /&gt;
* make sure the raid only has the root volume configured. Delete the 2nd volume in raid manager or anaconda will use it for root&lt;br /&gt;
* Standard rh4 install&lt;br /&gt;
* kill unnessary services, remove local and opt nfs mounts&lt;br /&gt;
* Install raid stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@naraapp08 raid]# ls&lt;br /&gt;
MSM_1.18-00.txt  MSM_1.18-00.zip  MSM_linux_installer-1.18-00.tar.gz&lt;br /&gt;
[root@naraapp08 raid]# gunzip MSM_linux_installer-1.18-00.tar.gz &lt;br /&gt;
[root@naraapp08 raid]# tar -tvf MSM_linux_installer-1.18-00.tar &lt;br /&gt;
drwxr-xr-x /bhaskars         0 2006-12-07 00:42:08 disk/&lt;br /&gt;
-rwxr-xr-x /bhaskars     11343 2006-12-07 00:16:08 disk/install.sh&lt;br /&gt;
-rwxr-xr-x /bhaskars      1393 2006-12-07 00:16:41 disk/RunRPM.sh&lt;br /&gt;
-rw-r--r-- /bhaskars      4762 2006-09-08 01:13:57 disk/readme.txt&lt;br /&gt;
-rwxr-xr-x /bhaskars      1396 2006-12-07 00:42:08 disk/deleteOldVersion.sh&lt;br /&gt;
-r-xr--r-- /bhaskars    136658 2006-11-08 05:44:56 disk/LSI-AdapterSAS.mib&lt;br /&gt;
-rw-r--r-- /bhaskars    269574 2006-06-06 07:59:31 disk/libstdc++34-3.4.0-1.i386.rpm&lt;br /&gt;
-rw-r--r-- root/root  31525668 2006-12-07 00:41:05 disk/MegaRAID_Storage_Manager-1.18-00.i386.rpm&lt;br /&gt;
[root@naraapp08 raid]# tar -xf MSM_linux_installer-1.18-00.tar &lt;br /&gt;
[root@naraapp08 raid]# cd disk&lt;br /&gt;
[root@naraapp08 disk]# ./install.sh -a&lt;br /&gt;
 &lt;br /&gt;
Starting complete installation of MegaRAID Storage Manager 1.18-00.....&lt;br /&gt;
Checking for any Old Version&lt;br /&gt;
Patch Sequence 1.0.0.0 for MegaRAID_Storage_Manager 3.0.00 not found&lt;br /&gt;
No Old Version Found&lt;br /&gt;
Continuing with installation&lt;br /&gt;
warning: libstdc++34-3.4.0-1.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2&lt;br /&gt;
        file /usr/lib/libstdc++.so.6 from install of libstdc++34-3.4.0-1 conflicts with file from package libstdc++-3.&lt;br /&gt;
4.6-8&lt;br /&gt;
Installing  MegaRAID_Storage_Manager-1.18-00&lt;br /&gt;
Preparing...                ########################################### [100%]&lt;br /&gt;
Installing....&lt;br /&gt;
   1:MegaRAID_Storage_Manage########################################### [100%]&lt;br /&gt;
Starting Framework: &lt;br /&gt;
Starting Monitor: /&lt;br /&gt;
 &lt;br /&gt;
Starting snmpd&lt;br /&gt;
Stopping snmpd: [  OK  ]&lt;br /&gt;
Starting snmpd: [  OK  ]&lt;br /&gt;
Starting LSI SNMP Agent&lt;br /&gt;
Starting LSI SNMP Agent:[  OK  ]&lt;br /&gt;
Aug 14, 2007 1:27:30 PM java.util.prefs.FileSystemPreferences$3 run&lt;br /&gt;
INFO: Created system preferences directoryin java.home.&lt;br /&gt;
&lt;br /&gt;
set: KEY=INSTALLER_VERSION   VAL=v1.18-00&lt;br /&gt;
&lt;br /&gt;
/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* created another raid-1 volume consisting of the two 73gb drives.&lt;br /&gt;
* made three volumes mounted under /export&lt;br /&gt;
** homes 5g - home directories, create as necessary&lt;br /&gt;
** mysql 20g - data for mysql&lt;br /&gt;
** ace 5g - server software, tomcat, etc...&lt;br /&gt;
* edit /etc/my.cnf and changed datadir to /export/mysql/data&lt;br /&gt;
** chkconfig mysqld on&lt;br /&gt;
&lt;br /&gt;
* Launch the megaraid config in /usr/local.&lt;br /&gt;
** tools -&amp;gt; configure -&amp;gt; monitor configure&lt;br /&gt;
** set e-mail server, to address, set all alerts to be email delivered&lt;br /&gt;
** click file -&amp;gt; send to monitor to make permanent&lt;br /&gt;
===MySQL update===&lt;br /&gt;
&lt;br /&gt;
installed rpm&amp;#039;s for mysql 5.0.45, mysql-server-community, mysql-client-community were used from mysql&amp;#039;s website&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@naraapp08 ~]# rpm -ivh MySQL-*&lt;br /&gt;
warning: MySQL-client-community-5.0.45-0.rhel4.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5&lt;br /&gt;
Preparing...                ########################################### [100%]&lt;br /&gt;
   1:MySQL-server-community ########################################### [ 50%]&lt;br /&gt;
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !&lt;br /&gt;
To do so, start the server, then issue the following commands:&lt;br /&gt;
/usr/bin/mysqladmin -u root password &amp;#039;new-password&amp;#039;&lt;br /&gt;
/usr/bin/mysqladmin -u root -h naraapp08.umiacs.umd.edu password &amp;#039;new-password&amp;#039;&lt;br /&gt;
See the manual for more instructions.&lt;br /&gt;
Please report any problems with the /usr/bin/mysqlbug script!&lt;br /&gt;
&lt;br /&gt;
The latest information about MySQL is available on the web at&lt;br /&gt;
http://www.mysql.com&lt;br /&gt;
Support MySQL by buying support/licenses at http://shop.mysql.com&lt;br /&gt;
install: cannot stat `/SELinux/RHEL4/mysql.fc&amp;#039;: No such file or directory&lt;br /&gt;
install: cannot stat `/mysql/SELinux/RHEL4/mysql.te&amp;#039;: No such file or directory&lt;br /&gt;
/etc/selinux/targeted/src/policy /&lt;br /&gt;
cat: /selinux/policyvers: No such file or directory&lt;br /&gt;
Building file_contexts ...&lt;br /&gt;
/var/lib is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/etc is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
/export/homes is already defined in ./file_contexts, will not create a new context.&lt;br /&gt;
install -m 644 file_contexts/file_contexts /etc/selinux/targeted/contexts/files/file_contexts&lt;br /&gt;
/usr/sbin/load_policy /etc/selinux/targeted/policy/policy.18&lt;br /&gt;
load_policy: booleans.c:48: security_get_boolean_names: Assertion `selinux_mnt&amp;#039; failed.&lt;br /&gt;
make: *** [tmp/load] Aborted&lt;br /&gt;
/&lt;br /&gt;
Starting MySQL[  OK  ]&lt;br /&gt;
Giving mysqld 2 seconds to start&lt;br /&gt;
   2:MySQL-client-community ########################################### [100%]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
copy huge.cnf to /etc/my.cnf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[root@naraapp08 MySQL-server-community-5.0.45]# pwd&lt;br /&gt;
/usr/share/doc/MySQL-server-community-5.0.45&lt;br /&gt;
[root@naraapp08 MySQL-server-community-5.0.45]# cp my-huge.cnf /etc/my.cnf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
edit my.cnf and set the following innodb settings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Uncomment the following if you are using InnoDB tables&lt;br /&gt;
innodb_data_home_dir = /export/mysql/data/&lt;br /&gt;
innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend&lt;br /&gt;
innodb_log_group_home_dir = /export/mysql/data/&lt;br /&gt;
innodb_log_arch_dir = /export/mysql/data/&lt;br /&gt;
# You can set .._buffer_pool_size up to 50 - 80 %&lt;br /&gt;
# of RAM but beware of setting memory usage too high&lt;br /&gt;
innodb_buffer_pool_size = 384M&lt;br /&gt;
innodb_additional_mem_pool_size = 20M&lt;br /&gt;
# Set .._log_file_size to 25 % of buffer pool size&lt;br /&gt;
innodb_log_file_size = 100M&lt;br /&gt;
innodb_log_buffer_size = 8M&lt;br /&gt;
innodb_flush_log_at_trx_commit = 1&lt;br /&gt;
innodb_lock_wait_timeout = 50&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scsong</name></author>
	</entry>
</feed>