Skip to Content.
Sympa Menu

perfsonar-dev - [GEANT/SA2/ps-java-services] r5704 - in trunk/perfsonar-install-dvd/Debian-5.0: desktop server

Subject: perfsonar development work

List archive

[GEANT/SA2/ps-java-services] r5704 - in trunk/perfsonar-install-dvd/Debian-5.0: desktop server


Chronological Thread 
  • From:
  • To:
  • Subject: [GEANT/SA2/ps-java-services] r5704 - in trunk/perfsonar-install-dvd/Debian-5.0: desktop server
  • Date: Tue, 15 Jun 2010 15:37:19 +0100

Author: psnc.lopatowski
Date: 2010-06-15 15:37:19 +0100 (Tue, 15 Jun 2010)
New Revision: 5704

Modified:
trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall0
trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall1
trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0
trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1
Log:


Modified: trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall0
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall0 2010-06-15
14:36:07 UTC (rev 5703)
+++ trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall0 2010-06-15
14:37:19 UTC (rev 5704)
@@ -2,18 +2,18 @@

clear
sleep 1
-dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 on Debian
5.0 Installation" \
+dialog --title "Java Installation" --backtitle "perfSONAR MDM 3.3 DVD for
Debian 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

apt-get -y install sun-java6-jre
echo

-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--msgbox "\n This will install the perfSONAR MDM 3.3" 7 60

choice=1
until [ $choice == 0 ]; do
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--checklist "\nChoose which perfSONAR services to install:"
16 60 8 \
1 "Lookup Service" off \
2 "Authentication Service" off \
@@ -24,14 +24,14 @@
7 "E2EMon MP" off \
2>/root/select.txt

- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--yesno "\n Proceed with this selection?" 7 60
choice=$?
done

select=$(cat /root/select.txt)

-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Installation in progress ... \n\n
It may take several minutes." 7 60

LOGFILE=/root/perfSONAR.log
@@ -70,7 +70,7 @@

if [[ $select == *1* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Lookup Service ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -82,7 +82,7 @@

if [[ $select == *2* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Authentication Service ..."
5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -94,7 +94,7 @@

if [[ $select == *3* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 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 Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing SQL MA ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -118,7 +118,7 @@

if [[ $select == *5* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing BWCTL MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -135,8 +135,10 @@
apt-get -y install libhttp-daemon-ssl-perl
apt-get -y install libconfig-general-perl
apt-get -y install libipc-shareable-perl
+ apt-get -y install libipc-run-perl
+
+ apt-get -y install perfsonar-oppd
apt-get -y install perfsonar-oppd-mp-bwctl
- apt-get -y install perfsonar-oppd-WebAdmin
echo
echo AddHandler cgi-script .cgi .pl >> /etc/apache2/apache2.conf
echo
@@ -144,7 +146,7 @@

if [[ $select == *6* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing Telnet/SSH MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1
@@ -156,7 +158,7 @@

if [[ $select == *7* ]]; then
exec 1>&6 6>&-
- dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "perfSONAR MDM 3.3 Installation" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Installing E2EMon MP ..." 5 60
exec 6>&1
exec >> $LOGFILE 2>&1

Modified: trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall1
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall1 2010-06-15
14:36:07 UTC (rev 5703)
+++ trunk/perfsonar-install-dvd/Debian-5.0/desktop/postinstall1 2010-06-15
14:37:19 UTC (rev 5704)
@@ -1,6 +1,6 @@
#!/bin/bash

-dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 on
Debian 5.0 Installation" \
+dialog --title "Passwords configuration" --backtitle "perfSONAR MDM 3.3 DVD
for Debian 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 Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 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 Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 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 Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Incorrect password !" 5 35
sleep 2
fi
@@ -50,22 +50,22 @@
PASSWD2=pass2
until [ -n "$PASSWD" ] && [ -n "$PASSWD2" ] && [ "$PASSWD" == "$PASSWD2" ];
do

- dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 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 Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle "perfSONAR MDM
3.3 DVD for Debian 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 Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 5" \
--infobox "\n Passwords don't match !" 5 35
sleep 2
fi
else
- dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 on Debian 5.0 Installation" \
+ dialog --title "Passwords configuration" --backtitle
"perfSONAR MDM 3.3 DVD for Debian 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 Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Configuration in progress ... \n\n
It may take several minutes." 7 60

LOGFILE=/root/perfSONAR.log
@@ -113,7 +113,7 @@
# read

exec 1>&6 6>&-
-dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 on Debian 5.0 Installation" \
+dialog --title "perfSONAR MDM 3.3 Installation" --backtitle "perfSONAR MDM
3.3 DVD for Debian 5" \
--infobox "\n Launching operating system ..." 5 60

rm /root/select.txt

Modified: trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0 2010-06-15
14:36:07 UTC (rev 5703)
+++ trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall0 2010-06-15
14:37:19 UTC (rev 5704)
@@ -140,8 +140,10 @@
apt-get -y install libhttp-daemon-ssl-perl
apt-get -y install libconfig-general-perl
apt-get -y install libipc-shareable-perl
+ apt-get -y install libipc-run-perl
+
+ apt-get -y install perfsonar-oppd
apt-get -y install perfsonar-oppd-mp-bwctl
- apt-get -y install perfsonar-oppd-WebAdmin
echo
echo AddHandler cgi-script .cgi .pl >> /etc/apache2/apache2.conf
echo

Modified: trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1
===================================================================
--- trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1 2010-06-15
14:36:07 UTC (rev 5703)
+++ trunk/perfsonar-install-dvd/Debian-5.0/server/postinstall1 2010-06-15
14:37:19 UTC (rev 5704)
@@ -62,14 +62,14 @@
if [[ $select == *4* ]]; then
echo ">>> Setting passwords for MySQL <<<"
echo
-/root/perfSONAR/scripts/desktop/chmysqlpass $PASSWD
+/root/perfSONAR/scripts/server/chmysqlpass $PASSWD
echo
fi

if [[ $select == *5* ]]; then
echo ">>> Setting password for bwctl http user <<<"
echo
-/root/perfSONAR/scripts/desktop/chbwctlpass $PASSWD
+/root/perfSONAR/scripts/server/chbwctlpass $PASSWD
echo
fi




  • [GEANT/SA2/ps-java-services] r5704 - in trunk/perfsonar-install-dvd/Debian-5.0: desktop server, svn-noreply, 06/15/2010

Archive powered by MHonArc 2.6.16.

Top of Page