perfsonar-dev - [GEANT/SA2/ps-java-services] r5703 - in trunk/perfsonar-install-dvd/CentOS-5.5: . desktop server
Subject: perfsonar development work
List archive
[GEANT/SA2/ps-java-services] r5703 - in trunk/perfsonar-install-dvd/CentOS-5.5: . desktop server
Chronological Thread
- From:
- To:
- Subject: [GEANT/SA2/ps-java-services] r5703 - in trunk/perfsonar-install-dvd/CentOS-5.5: . desktop server
- Date: Tue, 15 Jun 2010 15:36:07 +0100
Author: psnc.lopatowski
Date: 2010-06-15 15:36:07 +0100 (Tue, 15 Jun 2010)
New Revision: 5703
Modified:
trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall0
trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall1
trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall0
trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall1
Log:
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall0
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall0 2010-06-14
17:28:46 UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall0 2010-06-15
14:36:07 UTC (rev 5703)
@@ -3,29 +3,29 @@
LOGFILE=/root/perfSONAR.log
clear
-dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 on CentOS
5.5 Installation" \
+dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 DVD for
CentOS 5.5" \
--msgbox "\nThis will install the Sun Microsystems Java
Platform.\nPlease, accept the license terms; otherwise, perfSONAR
\ninstallation will not be fully operational." 8 60
if /root/perfSONAR/rpms/jdk-6u6-linux-i586-rpm.bin; then
rpm -ivh --nosignature
/root/perfSONAR/rpms/java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm
/usr/sbin/alternatives --set java /usr/lib/jvm/jre-1.6.0-sun/bin/java
/etc/init.d/tomcat5 restart
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installation finished." 5 60
sleep 3
else
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--msgbox "\n The installation of the Sun Microsystems Java
Platform has not been done. Remember that this is a required step to get a
fully operational perfSONAR installation." 10 60
fi
echo
clear
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--msgbox "\n This will install the perfSONAR MDM 3.3" 6 60
choice=1
until [ $choice == 0 ]; do
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--checklist "\nChoose which perfSONAR services to install:"
15 60 7 \
1 "Lookup Service" off \
2 "Authentication Service" off \
@@ -36,7 +36,7 @@
7 "E2EMon MP" off \
2>/root/select.txt
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--yesno "\n Proceed with this selection?" 6 60
choice=$?
done
@@ -61,7 +61,7 @@
if [[ $select == *1* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Lookup Service ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -74,19 +74,19 @@
if [[ $select == *2* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Authentication Service ..."
5 60
exec 6>&1
exec >> $LOGFILE 2>&1
echo ">>> Installing perfSONAR Authentication Service <<<"
echo
- rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-java-as-1.3-0rc2.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-java-as-1.3-0rc3.noarch.rpm
echo
fi
if [[ $select == *3* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOs 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing RRD MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -106,7 +106,7 @@
if [[ $select == *4* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing SQL MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -125,7 +125,7 @@
if [[ $select == *5* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing BWCTL MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -135,64 +135,77 @@
sh -c "cd /root/perfSONAR/rpms/iperf-2.0.2 && ./configure && make &&
make install"
sh -c "cd /root/perfSONAR/rpms && tar xvzf bwctl-1.2a.tar.gz"
sh -c "cd /root/perfSONAR/rpms/bwctl-1.2a && ./configure
--prefix=/usr/lib/bwctl && make && make install"
- rpm -ivh
/root/perfSONAR/rpms/perl-Config-General-2.40-1.el5.noarch.rpm \
- /root/perfSONAR/rpms/perl-IO-Tty-1.07-2.el5.kb.i386.rpm \
- /root/perfSONAR/rpms/perl-IPC-Run-0.80-3.el5.kb.noarch.rpm \
- /root/perfSONAR/rpms/perl-IPC-Shareable-0.60-3.el5.noarch.rpm
\
-
/root/perfSONAR/rpms/perl-Log-Dispatch-2.22-2.el5.pp.noarch.rpm \
- /root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Mail-Sender-0.8.16-1.el5.rf.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Mail-Sendmail-0.79-9.el5.1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-MIME-Lite-3.01-5.el5.kb.1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Params-Validate-0.91-1.el5.rf.i386.rpm \
- /root/perfSONAR/rpms/perl-Sys-Syslog-0.27-2.el5.pp.i386.rpm \
- /root/perfSONAR/rpms/perl-XML-LibXML-1.66-1.el5.rf.i386.rpm \
-
/root/perfSONAR/rpms/perl-XML-LibXML-Common-0.13-8.2.2.i386.rpm
- rpm -ivh --nosignature
/root/perfSONAR/rpms/oppd-mp-bwctl-0.5-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/oppd-0.5-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/oppd-WebAdmin-0.2-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/perl-NMWG-0.01-MDM_3.1.noarch.rpm
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/test.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/finish.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/wizard.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/etc/oppd.conf
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/service.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/logging.pl
- chmod 666 /usr/lib/perfsonar/services/oppd/etc/oppd.conf
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Config-General-2.40-1.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IO-Tty-1.07-2.el5.kb.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IPC-Run-0.80-3.el5.kb.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IPC-Shareable-0.60-3.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Email-Date-Format-1.002-4.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MIME-Lite-3.023-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Mail-Sender-0.8.16-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Mail-Sendmail-0.79-9.el5.1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Params-Validate-0.91-1.el5.rf.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Sys-Syslog-0.27-2.el5.pp.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Log-Dispatch-2.22-2.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-LibXML-Common-0.13-8.2.2.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-LibXML-1.66-1.el5.rf.i386.rpm
+
+
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/test.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/finish.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/wizard.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/etc/oppd.conf
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/service.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/logging.pl
+
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-NMWG-0.02-1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-HTTP-Daemon-SSL-1.04-1.el5.rf.noarch.rpm
+
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-0.52-rc1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-mp-bwctl-0.52-rc1.noarch.rpm
+
+# chmod 666 /usr/lib/perfsonar/services/oppd/etc/oppd.conf
+# chmod 666 /etc/oppd.conf
+
sed -i s/#AddHandler\ cgi-script\ .cgi/AddHandler\ cgi-script\ .cgi\
.pl/g /etc/httpd/conf/httpd.conf
- rpm -Uvh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-mp-bwctl-0.51-1.noarch.rpm \
- /root/perfSONAR/rpms/perfsonar-oppd-0.51-2.noarch.rpm \
- /root/perfSONAR/rpms/perl-NMWG-0.02-1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-HTTP-Daemon-SSL-1.04-1.el5.rf.noarch.rpm
echo
fi
if [[ $select == *6* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Telnet/SSH MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
echo ">>> Installing perfSONAR Telnet/SSH MP <<<"
echo
rpm -ivh /root/perfSONAR/rpms/ps-mdm-sshtelnet-mp-1.3.4-1.noarch.rpm
- cp -vf /var/lib/tomcat5/webapps/exist/WEB-INF/lib/resolver-1.2.jar
/var/lib/tomcat5/common/endorsed
- cp -vf /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xalan-2.7.1.jar
/var/lib/tomcat5/common/endorsed
- cp -vf /var/lib/tomcat5/webapps/exist/WEB-INF/lib/xml-apis.jar
/var/lib/tomcat5/common/endorsed
- cp -vf
/var/lib/tomcat5/webapps/exist/WEB-INF/lib/serializer-2.9.1.jar
/var/lib/tomcat5/common/endorsed
- cp -vf
/var/lib/tomcat5/webapps/ps-mdm-sshtelnet-mp/WEB-INF/lib/xercesImpl-2.8.0.jar
/var/lib/tomcat5/common/endorsed
echo
fi
if [[ $select == *7* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing E2EMon MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
echo ">>> Installing perfSONAR E2EMon MP <<<"
echo
- rpm -ivh
/root/perfSONAR/rpms/perfsonar-perl-e2emon-mp-1.1-rc1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Email-Date-Format-1.002-4.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MIME-Lite-3.023-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-RegExp-0.03-2.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-GSSAPI-0.26-1.el5.rf.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Authen-SASL-2.14-1.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-Stream-1.22-1.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Net-XMPP-1.02-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Time-modules-2003.1126-4.el5.1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Net-Jabber-2.0-10.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-version-0.76-1.el5.pp.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-DOM-1.44-2.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-SOAP-Lite-0.710.08-1.el5.rf.noarch.rpm
+
+ rpm -ivh
/root/perfSONAR/rpms/perfsonar-perl-e2emon-mp-1.2-rc0.noarch.rpm
echo
fi
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall1
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall1 2010-06-14
17:28:46 UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/desktop/postinstall1 2010-06-15
14:36:07 UTC (rev 5703)
@@ -1,6 +1,6 @@
#!/bin/bash
-dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 on
CentOS 5.5 Installation" \
+dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 DVD
for CentOS 5.5" \
--msgbox "\n This will change the password for the psuser system \n
account." 8 60
select=$(cat /root/select.txt)
@@ -9,22 +9,22 @@
UPASSWD2=upass2
until [ -n "$UPASSWD" ] && [ -n "$UPASSWD2" ] && [ "$UPASSWD" == "$UPASSWD2"
]; do
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nPlease, enter the password:" 9 35
2>/root/upass1.txt
UPASSWD=$(cat /root/upass1.txt)
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nEnter the password again:" 9 35
2>/root/upass2.txt
UPASSWD2=$(cat /root/upass2.txt)
if [ -n "$UPASSWD" ] && [ -n "$UPASSWD2" ]; then
if [ "$UPASSWD" != "$UPASSWD2" ]; then
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Incorrect password !" 5 35
sleep 2
fi
@@ -43,29 +43,29 @@
OPTIONS="\nThis will change the passwords for the root system user, \nthe
root and perfsonar_ma MySQL users and the bwctl http user."
fi
-dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 on
CentOS 5.5 Installation" \
+dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 DVD
for CentOS 5.5" \
--msgbox "$OPTIONS" 8 60
PASSWD=pass1
PASSWD2=pass2
until [ -n "$PASSWD" ] && [ -n "$PASSWD2" ] && [ "$PASSWD" == "$PASSWD2" ];
do
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nPlease, enter the password:" 9 35
2>/root/pass1.txt
PASSWD=$(cat /root/pass1.txt)
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nEnter the password again:" 9 35 2>/root/pass2.txt
PASSWD2=$(cat /root/pass2.txt)
if [ -n "$PASSWD" ] && [ -n "$PASSWD2" ]; then
if [ "$PASSWD" != "$PASSWD2" ]; then
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Incorrect password !" 5 35
sleep 2
fi
@@ -73,7 +73,7 @@
rm /root/pass*
done
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--infobox "\n Configuration in progress ... \n\n
It may take several minutes." 7 60
LOGFILE=/root/perfSONAR.log
@@ -117,7 +117,7 @@
#read
exec 1>&6 6>&-
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--infobox "\n Launching operating system ..." 5 60
rm /root/select.txt
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg 2010-06-14
17:28:46 UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks-desktop.cfg 2010-06-15
14:36:07 UTC (rev 5703)
@@ -72,6 +72,9 @@
perl-URI
perl-XML-NamespaceSupport
perl-XML-SAX
+perl-Digest-SHA1
+perl-Digest-HMAC
+perl-Socket6
tomcat5
#yum-priorities
expect
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg 2010-06-14 17:28:46
UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/ks.cfg 2010-06-15 14:36:07
UTC (rev 5703)
@@ -68,6 +68,9 @@
perl-URI
perl-XML-NamespaceSupport
perl-XML-SAX
+perl-Digest-SHA1
+perl-Digest-HMAC
+perl-Socket6
tomcat5
#yum-priorities
expect
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall0
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall0 2010-06-14
17:28:46 UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall0 2010-06-15
14:36:07 UTC (rev 5703)
@@ -3,29 +3,29 @@
LOGFILE=/root/perfSONAR.log
clear
-dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 on CentOS
5.5 Installation" \
+dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 DVD for
CentOS 5.5" \
--msgbox "\nThis will install the Sun Microsystems Java
Platform.\nPlease, accept the license terms; otherwise, perfSONAR
\ninstallation will not be fully operational." 8 60
if /root/perfSONAR/rpms/jdk-6u6-linux-i586-rpm.bin; then
rpm -ivh --nosignature
/root/perfSONAR/rpms/java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm
/usr/sbin/alternatives --set java /usr/lib/jvm/jre-1.6.0-sun/bin/java
/etc/init.d/tomcat5 restart
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installation finished." 5 60
sleep 3
else
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--msgbox "\n The installation of the Sun Microsystems Java
Platform has not been done. Remember that this is a required step to get a
fully operational perfSONAR installation." 10 60
fi
echo
clear
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--msgbox "\n This will install the perfSONAR MDM 3.3" 6 60
choice=1
until [ $choice == 0 ]; do
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--checklist "\nChoose which perfSONAR services to install:"
15 60 7 \
1 "Lookup Service" off \
2 "Authentication Service" off \
@@ -36,7 +36,7 @@
7 "E2EMon MP" off \
2>/root/select.txt
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--yesno "\n Proceed with this selection?" 6 60
choice=$?
done
@@ -61,7 +61,7 @@
if [[ $select == *1* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Lookup Service ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -74,19 +74,19 @@
if [[ $select == *2* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Authentication Service ..."
5 60
exec 6>&1
exec >> $LOGFILE 2>&1
echo ">>> Installing perfSONAR Authentication Service <<<"
echo
- rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-java-as-1.3-0rc2.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-java-as-1.3-0rc3.noarch.rpm
echo
fi
if [[ $select == *3* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOs 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing RRD MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -101,7 +101,7 @@
if [[ $select == *4* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing SQL MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -115,7 +115,7 @@
if [[ $select == *5* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing BWCTL MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -125,41 +125,45 @@
sh -c "cd /root/perfSONAR/rpms/iperf-2.0.2 && ./configure && make &&
make install"
sh -c "cd /root/perfSONAR/rpms && tar xvzf bwctl-1.2a.tar.gz"
sh -c "cd /root/perfSONAR/rpms/bwctl-1.2a && ./configure
--prefix=/usr/lib/bwctl && make && make install"
- rpm -ivh
/root/perfSONAR/rpms/perl-Config-General-2.40-1.el5.noarch.rpm \
- /root/perfSONAR/rpms/perl-IO-Tty-1.07-2.el5.kb.i386.rpm \
- /root/perfSONAR/rpms/perl-IPC-Run-0.80-3.el5.kb.noarch.rpm \
- /root/perfSONAR/rpms/perl-IPC-Shareable-0.60-3.el5.noarch.rpm
\
-
/root/perfSONAR/rpms/perl-Log-Dispatch-2.22-2.el5.pp.noarch.rpm \
- /root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Mail-Sender-0.8.16-1.el5.rf.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Mail-Sendmail-0.79-9.el5.1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-MIME-Lite-3.01-5.el5.kb.1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-Params-Validate-0.91-1.el5.rf.i386.rpm \
- /root/perfSONAR/rpms/perl-Sys-Syslog-0.27-2.el5.pp.i386.rpm \
- /root/perfSONAR/rpms/perl-XML-LibXML-1.66-1.el5.rf.i386.rpm \
-
/root/perfSONAR/rpms/perl-XML-LibXML-Common-0.13-8.2.2.i386.rpm
- rpm -ivh --nosignature
/root/perfSONAR/rpms/oppd-mp-bwctl-0.5-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/oppd-0.5-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/oppd-WebAdmin-0.2-MDM_3.1.noarch.rpm \
- /root/perfSONAR/rpms/perl-NMWG-0.01-MDM_3.1.noarch.rpm
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/test.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/finish.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/wizard.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/etc/oppd.conf
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/service.pl
- chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/logging.pl
- chmod 666 /usr/lib/perfsonar/services/oppd/etc/oppd.conf
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Config-General-2.40-1.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IO-Tty-1.07-2.el5.kb.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IPC-Run-0.80-3.el5.kb.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-IPC-Shareable-0.60-3.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Email-Date-Format-1.002-4.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MIME-Lite-3.023-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Mail-Sender-0.8.16-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Mail-Sendmail-0.79-9.el5.1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Params-Validate-0.91-1.el5.rf.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Sys-Syslog-0.27-2.el5.pp.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Log-Dispatch-2.22-2.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-LibXML-Common-0.13-8.2.2.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-LibXML-1.66-1.el5.rf.i386.rpm
+
+
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/test.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/finish.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/wizard.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/etc/oppd.conf
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/service.pl
+# chcon -t httpd_sys_content_t
/usr/lib/perfsonar/services/oppd/geant2-perl-bwctl-mp/cgi-bin/logging.pl
+
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-NMWG-0.02-1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-HTTP-Daemon-SSL-1.04-1.el5.rf.noarch.rpm
+
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-0.52-rc1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-mp-bwctl-0.52-rc1.noarch.rpm
+
+# chmod 666 /usr/lib/perfsonar/services/oppd/etc/oppd.conf
+# chmod 666 /etc/oppd.conf
+
sed -i s/#AddHandler\ cgi-script\ .cgi/AddHandler\ cgi-script\ .cgi\
.pl/g /etc/httpd/conf/httpd.conf
- rpm -Uvh --nosignature
/root/perfSONAR/rpms/perfsonar-oppd-mp-bwctl-0.51-1.noarch.rpm \
- /root/perfSONAR/rpms/perfsonar-oppd-0.51-2.noarch.rpm \
- /root/perfSONAR/rpms/perl-NMWG-0.02-1.noarch.rpm \
-
/root/perfSONAR/rpms/perl-HTTP-Daemon-SSL-1.04-1.el5.rf.noarch.rpm
echo
fi
if [[ $select == *6* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing Telnet/SSH MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -171,13 +175,27 @@
if [[ $select == *7* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Installing E2EMon MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
echo ">>> Installing perfSONAR E2EMon MP <<<"
echo
- rpm -ivh
/root/perfSONAR/rpms/perfsonar-perl-e2emon-mp-1.1-rc1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MailTools-2.04-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Email-Date-Format-1.002-4.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-MIME-Lite-3.023-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-RegExp-0.03-2.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-GSSAPI-0.26-1.el5.rf.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Authen-SASL-2.14-1.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-Stream-1.22-1.el5.pp.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Net-XMPP-1.02-1.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Time-modules-2003.1126-4.el5.1.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-Net-Jabber-2.0-10.el5.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-version-0.76-1.el5.pp.i386.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-XML-DOM-1.44-2.el5.rf.noarch.rpm
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perl-SOAP-Lite-0.710.08-1.el5.rf.noarch.rpm
+
+ rpm -ivh --nosignature
/root/perfSONAR/rpms/perfsonar-perl-e2emon-mp-1.2-rc0.noarch.rpm
echo
fi
Modified: trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall1
===================================================================
--- trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall1 2010-06-14
17:28:46 UTC (rev 5702)
+++ trunk/perfsonar-install-dvd/CentOS-5.5/server/postinstall1 2010-06-15
14:36:07 UTC (rev 5703)
@@ -20,22 +20,22 @@
PASSWD2=pass2
until [ -n "$PASSWD" ] && [ -n "$PASSWD2" ] && [ "$PASSWD" == "$PASSWD2" ];
do
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nPlease, enter the password:" 9 35
2>/root/pass1.txt
PASSWD=$(cat /root/pass1.txt)
- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--inputbox "\nEnter the password again:" 9 35 2>/root/pass2.txt
PASSWD2=$(cat /root/pass2.txt)
if [ -n "$PASSWD" ] && [ -n "$PASSWD2" ]; then
if [ "$PASSWD" != "$PASSWD2" ]; then
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on CentOS 5.5 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for CentOS 5.5" \
--infobox "\n Incorrect password !" 5 35
sleep 2
fi
@@ -43,7 +43,7 @@
rm /root/pass*
done
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--infobox "\n Configuration in progress ... \n\n
It may take several minutes." 7 60
LOGFILE=/root/perfSONAR.log
@@ -84,7 +84,7 @@
#read
exec 1>&6 6>&-
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on CentOS 5.5 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for CentOS 5.5" \
--infobox "\n Launching operating system ..." 5 60
rm /root/select.txt
- [GEANT/SA2/ps-java-services] r5703 - in trunk/perfsonar-install-dvd/CentOS-5.5: . desktop server, svn-noreply, 06/15/2010
Archive powered by MHonArc 2.6.16.