Hello,
I'm having a curious problem while installing Oscar 5.1.
This happens both with rc1 and beta2, under both Fedora 8 and CentOS 5.2.
Clean install, no updates installed before installing Oscar.
The install goes well, the nodes get installed, but during the Complete
Cluster Setup phase something goes terribly wrong :
--> About to run /var/lib/oscar/packages/ntpconfig/api-post-deploy for ntpconfig
Shutting down ntpd: ESC[60G[ESC[0;32m OK ESC[0;39m]
Starting ntpd: ESC[60G[ESC[0;32m OK ESC[0;39m]
************************* oscar_cluster *************************
--------- node01---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
(then it does the same for all nodes)
and then :
--> About to run /var/lib/oscar/packages/oda/api-post-deploy for oda
generating the /etc/odaserver file on all oscar clients
. /etc/profile.d/c3.sh && cexec 'echo oscar_server > /etc/odaserver'
************************* oscar_cluster *************************
--------- node01---------
--> About to run /var/lib/oscar/packages/opium/api-post-deploy for opium
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
and, lastly :
--> About to run /var/lib/oscar/packages/torque/api-post-deploy for torque
[torque] Updating pbs_server nodes
/opt/pbs/bin/pbsnodes: Server has no node list MSG=node list is empty
qmgr obj=node01.oscardomain svr=default: Unauthorized Request
create node node01.oscardomain np = 2 , properties = all
Shutting down TORQUE Server: ESC[60G[ESC[0;32m OK ESC[0;39m]
Starting TORQUE Server: ESC[60G[ESC[0;32m OK ESC[0;39m]
[torque] Creating TORQUE workq queue...
qmgr obj=workq svr=default: Unauthorized Request
Max open servers: 4
create queue workq
Configuration of TORQUE queues failed, check the logs at /var/spool/pbs at
/var/lib/oscar/packages/torque/api-post-deploy line 316
Script /var/lib/oscar/packages/torque/api-post-deploy exitted badly with exit
code '2' at ./post_install line 49
Couldn't run 'post_install' script for torque at ./post_install line 50
Some of the post install scripts failed, please check your logs for more info
at ./post_install line 55
--> Step 7: Failed to properly complete the cluster install; please check the
logs
It looks like some kind of network problem (at least from the qmgr error,
which I've seen a number of times before, on different clusters)...
What is strange is that I reinstalled the server from scratch every time I
tried installing Oscar, and this happens with any combination of Oscar 5.1rc1,
5.1b2, Fedora 8 and CentOS 5.2.
The server has two NICs, eth1 is used for the external network, eth0 for the
cluster one. /etc/hosts looks like this :
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.0.254 frontnode.oscardomain frontnode oscar_server nfs_oscar pbs_oscar
193.20x.xx.xxx valinor.xxx valinor (<-- This is correct in the
original hosts file, I just don't want to have the name and IP of the server
posted everywhere ;))
# These entries are managed by SIS, please don't modify them.
192.168.0.1 node01.oscardomain node01
192.168.0.2 node02.oscardomain node02
192.168.0.3 node03.oscardomain node03
192.168.0.4 node04.oscardomain node04
192.168.0.5 node05.oscardomain node05
192.168.0.6 node06.oscardomain node06
192.168.0.7 node07.oscardomain node07
192.168.0.8 node08.oscardomain node08
192.168.0.9 node09.oscardomain node09
I find these problems really strange, given that 5.1b2 should support both
Fedora 8 i386 and CentOS 5.2 i386 out of the box...
Please find attached the installation log.
Any help is really appreciated.
Thanks,
Franz
---------------------------------------------------------
Franz Marini
Prof. R. A. Broglia Theoretical Physics of Nuclei,
Atomic Clusters and Proteins Research Group
Dept. of Physics, University of Milan, Italy.
email : [EMAIL PROTECTED]
phone : +39 02 50317226
---------------------------------------------------------
=============================================================================
== Running OSCAR install_cluster script Fri Jul 25 15:24:01 CEST 2008
=============================================================================
--> Checking if this is a supported platform
--> Running: "cd /opt/oscar/scripts && ./wizard_prep"
=============================================================================
== Running OSCAR wizard_prep script
=============================================================================
Available Distro Pools:
$VAR1 = 'centos-5-i386';
$VAR2 = {
'url' => '/tftpboot/distro/centos-5-i386.url',
'oscar_repo' => 'file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms',
'distro_repo' => 'http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/',
'os' => {
'compat_distro' => 'rhel',
'compat_distrover' => '5',
'distro' => 'centos',
'pkg' => 'rpm',
'arch' => 'i386',
'distro_version' => '5'
}
};
--> Bootstrapping OSCAR smart package manager
OSCAR pkg path: file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms
Distro pkg path: http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
Prereq paths: /opt/oscar/packages/yume,/opt/oscar/share/prereqs/packman
found matching block [centos.*:.*:.*]
found matching block [.*:.*:.*]
Following packages will be removed:
Following packages will be installed:
perl-IO-Tty
python-urlgrabber
python-elementtree
yum
createrepo
yume
packman-depman
packman-depman-rpms
Following shell commands will be executed:
Executing: rpm -q perl-IO-Tty >/dev/null 2>&1
Executing: rpm -q python-urlgrabber >/dev/null 2>&1
Executing: rpm -q python-elementtree >/dev/null 2>&1
Executing: rpm -q yum >/dev/null 2>&1
Executing: rpm -q createrepo >/dev/null 2>&1
Executing: rpm -q yume >/dev/null 2>&1
Executing: rpm -q packman-depman >/dev/null 2>&1
Executing: rpm -q packman-depman-rpms >/dev/null 2>&1
Executing: rpm -q perl-IO-Tty >/dev/null 2>&1
Executing: rpm -q python-urlgrabber >/dev/null 2>&1
Executing: rpm -q python-elementtree >/dev/null 2>&1
Executing: rpm -q yum >/dev/null 2>&1
Executing: rpm -q createrepo >/dev/null 2>&1
Executing: rpm -q yume >/dev/null 2>&1
Executing: rpm -q packman-depman >/dev/null 2>&1
Executing: rpm -q packman-depman-rpms >/dev/null 2>&1
eval require PackageSmart returned Bad file descriptor
--> Checking OSCAR repositories existence.
Preparing pools: /tftpboot/oscar/rhel-5-i386
Analysing /tftpboot/oscar/rhel-5-i386
/tftpboot/oscar/rhel-5-i386 is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool associated to distro rhel
Pool format: rpms
Binary package format for the image: rpms
--- checking md5sum for /tftpboot/oscar/rhel-5-i386
Checksumming directory /tftpboot/oscar/rhel-5-i386
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 43274217ef98e025808c6b624665e4fa
Current checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
Read checksum file /opt/oscar/tmp/pool_oscar_rhel-5-i386.md5: 43274217ef98e025808c6b624665e4fa
Old checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
Preparing pools: /tftpboot/oscar/common-rpms
Analysing /tftpboot/oscar/common-rpms
/tftpboot/oscar/common-rpms is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool format: rpms
Binary package format for the image: rpms
--- checking md5sum for /tftpboot/oscar/common-rpms
Checksumming directory /tftpboot/oscar/common-rpms
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: e4a4bf2b9e48b15c6e8ee5c2fb372257
Current checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
Read checksum file /opt/oscar/tmp/pool_oscar_common-rpms.md5: e4a4bf2b9e48b15c6e8ee5c2fb372257
Old checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
WARNING: repository name file:/tftpboot/oscar/common-rpms doesn't match any valid architecture
Repository architecture: i386
=== yum.conf file used (/tmp/filez55p8h) ===
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yume.log
pkgpolicy=newest
#distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
reposdir=
gpgcheck=0
[oscar_rhel-5-i386]
name=rhel-5-i386 package repository
baseurl=file:/tftpboot/oscar/rhel-5-i386
[oscar_common-rpms]
name=common-rpms package repository
baseurl=file:/tftpboot/oscar/common-rpms
==========================================
Executing: yum -c /tmp/filez55p8h -d 3 -e 2 clean all
Yum Version: 3.2.8
COMMAND: yum -c /tmp/filez55p8h -d 3 -e 2 clean all
Installroot: /
Ext Commands:
all
Cleaning up Everything
--> Installing OSCAR wizard prerequisites
Checksumming directory /opt/oscar/share/prereqs/perl-XML-Parser
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 9816c1d21bc9a0af661a8236823e87f5
Current checksum (/opt/oscar/tmp/prereq_0.md5): 9816c1d21bc9a0af661a8236823e87f5
Read checksum file /opt/oscar/tmp/prereq_0.md5: 9816c1d21bc9a0af661a8236823e87f5
Old checksum (/opt/oscar/tmp/prereq_0.md5): 9816c1d21bc9a0af661a8236823e87f5
Checksumming directory /opt/oscar/share/prereqs/perl-XML-Simple
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 9816c1d21bc9a0af661a8236823e87f5
Current checksum (/opt/oscar/tmp/prereq_1.md5): 9816c1d21bc9a0af661a8236823e87f5
Read checksum file /opt/oscar/tmp/prereq_1.md5: 9816c1d21bc9a0af661a8236823e87f5
Old checksum (/opt/oscar/tmp/prereq_1.md5): 9816c1d21bc9a0af661a8236823e87f5
Checksumming directory /opt/oscar/packages/oda
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: d306af9093aadec2cc9ea9083c939719
Current checksum (/opt/oscar/tmp/prereq_2.md5): d306af9093aadec2cc9ea9083c939719
Read checksum file /opt/oscar/tmp/prereq_2.md5: d306af9093aadec2cc9ea9083c939719
Old checksum (/opt/oscar/tmp/prereq_2.md5): d306af9093aadec2cc9ea9083c939719
Checksumming directory /opt/oscar/share/prereqs/perl-HTML-Tree
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 344b44a07cf7a26eedeea73380a8d587
Current checksum (/opt/oscar/tmp/prereq_3.md5): 344b44a07cf7a26eedeea73380a8d587
Read checksum file /opt/oscar/tmp/prereq_3.md5: 344b44a07cf7a26eedeea73380a8d587
Old checksum (/opt/oscar/tmp/prereq_3.md5): 344b44a07cf7a26eedeea73380a8d587
Checksumming directory /opt/oscar/share/prereqs/perl-Tk
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 1c2825da3322af3a27d403d6ebc3d43a
Current checksum (/opt/oscar/tmp/prereq_4.md5): 1c2825da3322af3a27d403d6ebc3d43a
Read checksum file /opt/oscar/tmp/prereq_4.md5: 1c2825da3322af3a27d403d6ebc3d43a
Old checksum (/opt/oscar/tmp/prereq_4.md5): 1c2825da3322af3a27d403d6ebc3d43a
Checksumming directory /opt/oscar/share/prereqs/perl-Qt
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Running /usr/bin/yume --repo file:/tftpboot/oscar/rhel-5-i386 --repo file:/tftpboot/oscar/common-rpms --repoquery --nevra opkg-*-serverChecksum was: 06d089e2d02807c74b5051b835c3c7a9
Current checksum (/opt/oscar/tmp/prereq_5.md5): 06d089e2d02807c74b5051b835c3c7a9
Read checksum file /opt/oscar/tmp/prereq_5.md5: 06d089e2d02807c74b5051b835c3c7a9
Old checksum (/opt/oscar/tmp/prereq_5.md5): 06d089e2d02807c74b5051b835c3c7a9
WARNING: repository name file:/tftpboot/oscar/common-rpms doesn't match any valid architecture
Repository architecture: i386
=== yum.conf file used (/tmp/fileo9FcnK) ===
==========================================
Executing: /usr/bin/yum-repoquery3 -c /tmp/fileo9FcnK --nevra opkg-*-server
--> Installing API opkgs
Preparing pools: file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
Analysing file:/tftpboot/oscar/rhel-5-i386
/tftpboot/oscar/rhel-5-i386 is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool associated to distro rhel
Pool format: rpms
Analysing file:/tftpboot/oscar/common-rpms
/tftpboot/oscar/common-rpms is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool format: rpms
Analysing http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
This is an online repository (http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/)
Testing remote repository type by using command: wget -S --delete-after -q http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/repodata/repomd.xml... [yum]
Binary package format for the image: rpms
--- checking md5sum for /tftpboot/oscar/rhel-5-i386
Checksumming directory /tftpboot/oscar/rhel-5-i386
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 43274217ef98e025808c6b624665e4fa
Current checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
Read checksum file /opt/oscar/tmp/pool_oscar_rhel-5-i386.md5: 43274217ef98e025808c6b624665e4fa
Old checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
--- checking md5sum for /tftpboot/oscar/common-rpms
Checksumming directory /tftpboot/oscar/common-rpms
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: e4a4bf2b9e48b15c6e8ee5c2fb372257
Current checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
Read checksum file /opt/oscar/tmp/pool_oscar_common-rpms.md5: e4a4bf2b9e48b15c6e8ee5c2fb372257
Old checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
--- checking md5sum for http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/ ... remote repo, no check needed.
WARNING: repository name /tftpboot/oscar/common-rpms doesn't match any valid architecture
WARNING: repository name http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386 doesn't match any valid architecture
Repository architecture: i386
=== yum.conf file used (/tmp/filej4vLdI) ===
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yume.log
pkgpolicy=newest
#distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
reposdir=
gpgcheck=0
[oscar_rhel-5-i386]
name=rhel-5-i386 package repository
baseurl=file:/tftpboot/oscar/rhel-5-i386
[oscar_common-rpms]
name=common-rpms package repository
baseurl=file:/tftpboot/oscar/common-rpms
[os_i386]
name=i386 package repository
baseurl=http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386
==========================================
Executing: yum -c /tmp/filej4vLdI -d 3 -e 2 -y install opkg-apitest.noarch opkg-base.noarch opkg-c3.noarch opkg-disable-services.noarch opkg-documentation.noarch opkg-ganglia.noarch opkg-jobmonarch.noarch opkg-lam.noarch opkg-linux-ha.noarch opkg-loghost.noarch opkg-maui.noarch opkg-mpich.noarch opkg-mtaconfig.noarch opkg-netbootmgr.noarch opkg-networking.noarch opkg-ntpconfig.noarch opkg-oda.noarch opkg-openmpi.noarch opkg-opium.noarch opkg-pfilter.noarch opkg-pvm.noarch opkg-rapt.noarch opkg-sc3.noarch opkg-selinux.noarch opkg-sge.noarch opkg-sis.noarch opkg-switcher.noarch opkg-sync-files.noarch opkg-torque.noarch opkg-yume.noarch
Yum Version: 3.2.8
COMMAND: yum -c /tmp/filej4vLdI -d 3 -e 2 -y install opkg-apitest.noarch opkg-base.noarch opkg-c3.noarch opkg-disable-services.noarch opkg-documentation.noarch opkg-ganglia.noarch opkg-jobmonarch.noarch opkg-lam.noarch opkg-linux-ha.noarch opkg-loghost.noarch opkg-maui.noarch opkg-mpich.noarch opkg-mtaconfig.noarch opkg-netbootmgr.noarch opkg-networking.noarch opkg-ntpconfig.noarch opkg-oda.noarch opkg-openmpi.noarch opkg-opium.noarch opkg-pfilter.noarch opkg-pvm.noarch opkg-rapt.noarch opkg-sc3.noarch opkg-selinux.noarch opkg-sge.noarch opkg-sis.noarch opkg-switcher.noarch opkg-sync-files.noarch opkg-torque.noarch opkg-yume.noarch
Installroot: /
Ext Commands:
opkg-apitest.noarch
opkg-base.noarch
opkg-c3.noarch
opkg-disable-services.noarch
opkg-documentation.noarch
opkg-ganglia.noarch
opkg-jobmonarch.noarch
opkg-lam.noarch
opkg-linux-ha.noarch
opkg-loghost.noarch
opkg-maui.noarch
opkg-mpich.noarch
opkg-mtaconfig.noarch
opkg-netbootmgr.noarch
opkg-networking.noarch
opkg-ntpconfig.noarch
opkg-oda.noarch
opkg-openmpi.noarch
opkg-opium.noarch
opkg-pfilter.noarch
opkg-pvm.noarch
opkg-rapt.noarch
opkg-sc3.noarch
opkg-selinux.noarch
opkg-sge.noarch
opkg-sis.noarch
opkg-switcher.noarch
opkg-sync-files.noarch
opkg-torque.noarch
opkg-yume.noarch
Reading Local RPMDB
Setting up Package Sacks
os_i386 100% |=========================| 1.1 kB 00:00 ETA
os_i386 100% |=========================| 1.1 kB 00:00
oscar_common-rpms 100% |=========================| 951 B 00:00
oscar_rhel-5-i386 100% |=========================| 951 B 00:00
Setting up Install Process
Parsing package install arguments
Package opkg-apitest - 1.0.0-12.1.noarch is already installed.
Package opkg-base - 1.0.0-2.noarch is already installed.
Package opkg-c3 - 4.0.1-6.noarch is already installed.
Package opkg-disable-services - 1.1.0-1.noarch is already installed.
Package opkg-documentation - 2.0.b1-1.noarch is already installed.
Package opkg-ganglia - 3.0.5-2.noarch is already installed.
Package opkg-jobmonarch - 0.1.2-9.noarch is already installed.
Package opkg-lam - 7.1.4-7.noarch is already installed.
Package opkg-linux-ha - 2.0.8-2.noarch is already installed.
Package opkg-loghost - 1.0.0-1.noarch is already installed.
Package opkg-maui - 3.2.6p19-8.noarch is already installed.
Package opkg-mpich - 1.2.7-8.noarch is already installed.
Package opkg-mtaconfig - 1.1.0-1.noarch is already installed.
Package opkg-netbootmgr - 1.7-1.noarch is already installed.
Package opkg-networking - 1.0.0-2.noarch is already installed.
Package opkg-ntpconfig - 2.0.1-1.noarch is already installed.
Package opkg-oda - 1.31.0-1.noarch is already installed.
Package opkg-openmpi - 1.2.3-1.noarch is already installed.
Package opkg-opium - 1.6-2.noarch is already installed.
Package opkg-pfilter - 1.707.0-4oscar.noarch is already installed.
Package opkg-pvm - 3.4.5+6-3.noarch is already installed.
Package opkg-rapt - 1.0-0.noarch is already installed.
Package opkg-sc3 - 1.2-5.noarch is already installed.
Package opkg-selinux - 1.0.0-1.noarch is already installed.
Package opkg-sge - 6.0u9.0-9.noarch is already installed.
Package opkg-sis - 4.0.0-3.noarch is already installed.
Package opkg-switcher - 1.0.7-2.noarch is already installed.
Package opkg-sync-files - 2.4-2.noarch is already installed.
Package opkg-torque - 2.1.8-2.noarch is already installed.
Package opkg-yume - 2.7-1.noarch is already installed.
Nothing to do
--> Successfully installed API opkgs
Checksumming directory /opt/oscar/packages
Executing: find . -follow -type f \( -name '*' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 37ceb05f028817173b838c4a12b22e2f
Current checksum (/opt/oscar/tmp/packages.md5): 37ceb05f028817173b838c4a12b22e2f
Read checksum file /opt/oscar/tmp/packages.md5: 37ceb05f028817173b838c4a12b22e2f
Old checksum (/opt/oscar/tmp/packages.md5): 37ceb05f028817173b838c4a12b22e2f
Running /bin/rpm -qa --qf='%{NAME} %{VERSION}-%{RELEASE}
'Executing: rpm -q --qf 'Name: %{NAME}\nVersion: %{VERSION}\nRelease: %{RELEASE}\nGroup: %{GROUP}\nPackager: %{PACKAGER}\nSummary: %{SUMMARY}\nDescription:\n%{DESCRIPTION}\n' opkg-c3 opkg-sc3 opkg-selinux opkg-jobmonarch opkg-pvm opkg-linux-ha opkg-ganglia opkg-torque opkg-mpich opkg-switcher opkg-sge opkg-openmpi opkg-sync-files opkg-documentation opkg-oda opkg-sis opkg-base opkg-mtaconfig opkg-netbootmgr opkg-apitest opkg-lam opkg-rapt opkg-disable-services opkg-yume opkg-maui opkg-ntpconfig opkg-loghost opkg-pfilter opkg-opium opkg-networking
--> Making sure there is an ODA database password
Checking for ODA database password file ... found.
Checking for proper ownership and permissions ... correct.
Reading password from file /etc/odapw ... done.
--> Initializing ODA database
Starting the mysqld database server ...
/etc/init.d/mysqld start
Starting MySQL: [60G[[0;32m OK [0;39m]
Making sure that the mysqld database server starts on subsequent boots ...
chkconfig mysqld on
Modifying the global oscar information record
Checking for database existence of node oscar_server ...
The node oscar_server is already in the database
Updating the hostname field in the oscar_server node to <valinor.mi.infn.it> ...
Updating the dns_domain field in the oscar_server node to <mi.infn.it>
Checking for existence of node group oscar_clients ...
Checking for existence of node group all ...
Checking for existence of node group Default_node ...
opkg_hash_available: scope =
$VAR1 = 'os';
$VAR2 = {
'compat_distro' => 'rhel',
'distro' => 'centos',
'chroot' => '/',
'arch' => 'i386',
'ident' => 'linux-i386-centos-5-2',
'distro_update' => '2',
'os' => 'linux',
'compat_distrover' => '5',
'pkg' => 'rpm',
'distro_version' => '5'
};
Executing: /usr/bin/yume --repo file:/tftpboot/oscar/rhel-5-i386 --repo file:/tftpboot/oscar/common-rpms --repoquery --info opkg-*-server
WARNING: repository name file:/tftpboot/oscar/common-rpms doesn't match any valid architecture
Repository architecture: i386
=== yum.conf file used (/tmp/fileLmJImQ) ===
==========================================
Executing: /usr/bin/yum-repoquery3 -c /tmp/fileLmJImQ --info opkg-*-server
Checking if the OPKG has to be excluded...
OPKG ganglia: Analysing default values
Checking if the OPKG has to be excluded...
OPKG jobmonarch: Analysing default values
Checking if the OPKG has to be excluded...
OPKG ntpconfig: Analysing default values
Checking if the OPKG has to be excluded...
OPKG sge: Analysing default values
Checking if the OPKG has to be excluded...
OPKG sis: Analysing default values
Checking if the OPKG has to be excluded...
OPKG switcher: Analysing default values
Checking if the OPKG has to be excluded...
OPKG torque: Analysing default values
Running /bin/rpm -qa --qf='%{NAME} %{VERSION}-%{RELEASE}
'Executing: rpm -q --qf 'Name: %{NAME}\nVersion: %{VERSION}\nRelease: %{RELEASE}\nGroup: %{GROUP}\nPackager: %{PACKAGER}\nSummary: %{SUMMARY}\nDescription:\n%{DESCRIPTION}\n' opkg-c3 opkg-sc3 opkg-selinux opkg-jobmonarch opkg-pvm opkg-linux-ha opkg-torque opkg-ganglia opkg-mpich opkg-switcher opkg-sge opkg-openmpi opkg-sync-files opkg-documentation opkg-oda opkg-sis opkg-base opkg-mtaconfig opkg-netbootmgr opkg-apitest opkg-lam opkg-rapt opkg-disable-services opkg-yume opkg-maui opkg-ntpconfig opkg-loghost opkg-pfilter opkg-opium opkg-networking
Filtering for class = "core"
c3 -> class: core
sc3 -> class: core
selinux -> class: core
jobmonarch -> class: included ... deleted
pvm -> class: included ... deleted
linux-ha -> class: third-party ... deleted
torque -> class: included ... deleted
ganglia -> class: included ... deleted
mpich -> class: included ... deleted
switcher -> class: core
sge -> class: included ... deleted
openmpi -> class: included ... deleted
sync-files -> class: core
documentation -> class: third-party ... deleted
oda -> class: core
sis -> class: core
base -> class: core
mtaconfig -> class: included ... deleted
netbootmgr -> class: base ... deleted
apitest -> class: core
lam -> class: included ... deleted
rapt -> class: core
disable-services -> class: included ... deleted
yume -> class: core
maui -> class: included ... deleted
ntpconfig -> class: included ... deleted
loghost -> class: included ... deleted
pfilter -> class: included ... deleted
opium -> class: included ... deleted
networking -> class: included ... deleted
--> Identified core packages: base sc3 c3 apitest selinux rapt switcher yume sync-files oda sis
--> Installing server core packages
Preparing pools: file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
Analysing file:/tftpboot/oscar/rhel-5-i386
/tftpboot/oscar/rhel-5-i386 is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool associated to distro rhel
Pool format: rpms
Analysing file:/tftpboot/oscar/common-rpms
/tftpboot/oscar/common-rpms is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool format: rpms
Analysing http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
This is an online repository (http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/)
Testing remote repository type by using command: wget -S --delete-after -q http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/repodata/repomd.xml... [yum]
Binary package format for the image: rpms
--- checking md5sum for /tftpboot/oscar/rhel-5-i386
Checksumming directory /tftpboot/oscar/rhel-5-i386
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 43274217ef98e025808c6b624665e4fa
Current checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
Read checksum file /opt/oscar/tmp/pool_oscar_rhel-5-i386.md5: 43274217ef98e025808c6b624665e4fa
Old checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
--- checking md5sum for /tftpboot/oscar/common-rpms
Checksumming directory /tftpboot/oscar/common-rpms
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: e4a4bf2b9e48b15c6e8ee5c2fb372257
Current checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
Read checksum file /opt/oscar/tmp/pool_oscar_common-rpms.md5: e4a4bf2b9e48b15c6e8ee5c2fb372257
Old checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
--- checking md5sum for http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/ ... remote repo, no check needed.
WARNING: repository name /tftpboot/oscar/common-rpms doesn't match any valid architecture
WARNING: repository name http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386 doesn't match any valid architecture
Repository architecture: i386
=== yum.conf file used (/tmp/filejRcFZo) ===
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yume.log
pkgpolicy=newest
#distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
reposdir=
gpgcheck=0
[oscar_rhel-5-i386]
name=rhel-5-i386 package repository
baseurl=file:/tftpboot/oscar/rhel-5-i386
[oscar_common-rpms]
name=common-rpms package repository
baseurl=file:/tftpboot/oscar/common-rpms
[os_i386]
name=i386 package repository
baseurl=http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386
==========================================
Executing: yum -c /tmp/filejRcFZo -d 3 -e 2 -y install opkg-base-server.noarch opkg-sc3-server.noarch opkg-c3-server.noarch opkg-apitest-server.noarch opkg-selinux-server.noarch opkg-rapt-server.noarch opkg-switcher-server.noarch opkg-yume-server.noarch opkg-sync-files-server.noarch opkg-oda-server.noarch opkg-sis-server.noarch
Yum Version: 3.2.8
COMMAND: yum -c /tmp/filejRcFZo -d 3 -e 2 -y install opkg-base-server.noarch opkg-sc3-server.noarch opkg-c3-server.noarch opkg-apitest-server.noarch opkg-selinux-server.noarch opkg-rapt-server.noarch opkg-switcher-server.noarch opkg-yume-server.noarch opkg-sync-files-server.noarch opkg-oda-server.noarch opkg-sis-server.noarch
Installroot: /
Ext Commands:
opkg-base-server.noarch
opkg-sc3-server.noarch
opkg-c3-server.noarch
opkg-apitest-server.noarch
opkg-selinux-server.noarch
opkg-rapt-server.noarch
opkg-switcher-server.noarch
opkg-yume-server.noarch
opkg-sync-files-server.noarch
opkg-oda-server.noarch
opkg-sis-server.noarch
Reading Local RPMDB
Setting up Package Sacks
os_i386 100% |=========================| 1.1 kB 00:00
oscar_common-rpms 100% |=========================| 951 B 00:00
oscar_rhel-5-i386 100% |=========================| 951 B 00:00
Setting up Install Process
Parsing package install arguments
Package opkg-base-server - 1.0.0-2.noarch is already installed.
Package opkg-sc3-server - 1.2-5.noarch is already installed.
Package opkg-c3-server - 4.0.1-6.noarch is already installed.
Package opkg-apitest-server - 1.0.0-12.1.noarch is already installed.
Package opkg-selinux-server - 1.0.0-1.noarch is already installed.
Package opkg-rapt-server - 1.0-0.noarch is already installed.
Package opkg-switcher-server - 1.0.7-2.noarch is already installed.
Package opkg-yume-server - 2.7-1.noarch is already installed.
Package opkg-sync-files-server - 2.4-2.noarch is already installed.
Package opkg-oda-server - 1.31.0-1.noarch is already installed.
Package opkg-sis-server - 4.0.0-3.noarch is already installed.
Nothing to do
--> Successfully installed server core RPMs
Updating the status of core packages from installable to installed
Running /bin/rpm -qa --qf='%{NAME} %{VERSION}-%{RELEASE}
'Executing: rpm -q --qf 'Name: %{NAME}\nVersion: %{VERSION}\nRelease: %{RELEASE}\nGroup: %{GROUP}\nPackager: %{PACKAGER}\nSummary: %{SUMMARY}\nDescription:\n%{DESCRIPTION}\n' opkg-c3 opkg-sc3 opkg-selinux opkg-torque opkg-ganglia opkg-switcher opkg-mpich opkg-openmpi opkg-sync-files opkg-oda opkg-documentation opkg-sis opkg-mtaconfig opkg-base opkg-apitest opkg-netbootmgr opkg-lam opkg-rapt opkg-disable-services opkg-maui opkg-yume opkg-ntpconfig opkg-pfilter opkg-opium opkg-networking
Filtering for class = "core"
c3 -> class: core
sc3 -> class: core
selinux -> class: core
torque -> class: included ... deleted
ganglia -> class: included ... deleted
switcher -> class: core
mpich -> class: included ... deleted
openmpi -> class: included ... deleted
sync-files -> class: core
oda -> class: core
documentation -> class: third-party ... deleted
sis -> class: core
mtaconfig -> class: included ... deleted
base -> class: core
apitest -> class: core
netbootmgr -> class: base ... deleted
lam -> class: included ... deleted
rapt -> class: core
disable-services -> class: included ... deleted
maui -> class: included ... deleted
yume -> class: core
ntpconfig -> class: included ... deleted
pfilter -> class: included ... deleted
opium -> class: included ... deleted
networking -> class: included ... deleted
--> Done marking installed bits in ODA
--> Running post_server_install scripts for server core packages
Stopping rsync daemon for systemimager: stopped.
Starting rsync daemon for systemimager: ok.
[sis] Enabling systemimager-server-rsyncd
Stopping SystemImager's installation monitoring: si_monitor... stopped.
Starting SystemImager's installation monitoring: si_monitor... ok.
[sis] Enabling systemimager-server-monitord
--> Successfully ran server core package post_server_install scripts
Wrote checksum file /opt/oscar/tmp/packages_core.md5: 0
--> Preparing for httpd export: http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/ file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms
Preparing pools: http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/ file:/tftpboot/oscar/rhel-5-i386,file:/tftpboot/oscar/common-rpms
Analysing http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
This is an online repository (http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/)
Testing remote repository type by using command: wget -S --delete-after -q http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/repodata/repomd.xml... [yum]
Analysing file:/tftpboot/oscar/rhel-5-i386
/tftpboot/oscar/rhel-5-i386 is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool associated to distro rhel
Pool format: rpms
Analysing file:/tftpboot/oscar/common-rpms
/tftpboot/oscar/common-rpms is a local pool (debian|fc|fedora|mdv|rhel|suse|redhat|yellowdog|ydl, rpms|debs)
Pool format: rpms
Binary package format for the image: rpms
--- checking md5sum for http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/ ... remote repo, no check needed.
--- checking md5sum for /tftpboot/oscar/rhel-5-i386
Checksumming directory /tftpboot/oscar/rhel-5-i386
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: 43274217ef98e025808c6b624665e4fa
Current checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
Read checksum file /opt/oscar/tmp/pool_oscar_rhel-5-i386.md5: 43274217ef98e025808c6b624665e4fa
Old checksum (/opt/oscar/tmp/pool_oscar_rhel-5-i386.md5): 43274217ef98e025808c6b624665e4fa
--- checking md5sum for /tftpboot/oscar/common-rpms
Checksumming directory /tftpboot/oscar/common-rpms
Executing: find . -follow -type f \( -name '*.rpm' -o -name '*.deb' \) -printf "%p %s %u %g %m %t\n" | sort | md5sum -
Checksum was: e4a4bf2b9e48b15c6e8ee5c2fb372257
Current checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
Read checksum file /opt/oscar/tmp/pool_oscar_common-rpms.md5: e4a4bf2b9e48b15c6e8ee5c2fb372257
Old checksum (/opt/oscar/tmp/pool_oscar_common-rpms.md5): e4a4bf2b9e48b15c6e8ee5c2fb372257
Repository URL is not a local absolute path!
Skipping http://ftp-stud.fht-esslingen.de/pub/Mirrors/centos/5.2/os/i386/
Config file /etc/httpd/conf.d/repo_tftpboot_oscar_rhel-5-i386.conf already existing. Skipping.
Config file /etc/httpd/conf.d/repo_tftpboot_oscar_common-rpms.conf already existing. Skipping.
--> Successfully ran OSCAR wizard_prep script
--> Successfully ran wizard_prep
=============================================================================
== Prerequisites installed
=============================================================================
--> OSCAR version: 5.1b2
--> Command line invocation: ./install_cluster eth0
--> Hostname: valinor
--> DNS domain name: mi.infn.it
--> Network interface: eth0
--> Linux distribution: centos 5
--> Kernel version: 2.6.18-92.el5
--> Architecture: i386
--> Running in directory: /opt/oscar
--> PATH: /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
--> Running: "./oscar_wizard install"
There is an OSCAR Wizard lockfile that says a process
is still running with process id 10908. Checking if that is true ...
There is no process running with process id 10908.
Removing lockfile /opt/oscar/.oscar_wizard_lockfile and continuing.
=============================================================================
== Running step 7 of the OSCAR wizard: Complete cluster setup
=============================================================================
--> Update Wizard Env (as needed)
--> Step 7: Running: ./post_install
Gathering processor count from node01.oscardomain.
Warning: Permanently added 'node01.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node01.oscardomain cpus=2.
Gathering processor count from node02.oscardomain.
Warning: Permanently added 'node02.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node02.oscardomain cpus=2.
Gathering processor count from node03.oscardomain.
Warning: Permanently added 'node03.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node03.oscardomain cpus=2.
Gathering processor count from node04.oscardomain.
Warning: Permanently added 'node04.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node04.oscardomain cpus=2.
Gathering processor count from node05.oscardomain.
Warning: Permanently added 'node05.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node05.oscardomain cpus=2.
Gathering processor count from node06.oscardomain.
Warning: Permanently added 'node06.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node06.oscardomain cpus=2.
Gathering processor count from node07.oscardomain.
Warning: Permanently added 'node07.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node07.oscardomain cpus=2.
Gathering processor count from node08.oscardomain.
Warning: Permanently added 'node08.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node08.oscardomain cpus=2.
Gathering processor count from node09.oscardomain.
Warning: Permanently added 'node09.oscardomain' (RSA) to the list of known hosts.
/usr/bin/xauth: creating new authority file /root/.Xauthority
Updating database for machine node09.oscardomain cpus=2.
--> About to run /var/lib/oscar/packages/ganglia/post_install for ganglia
Checking if the OPKG has to be excluded...
OPKG ganglia: Analysing default values
[ganglia] Ganglia gmond configuration file modified, re-starting daemon...
Shutting down GANGLIA gmond: [60G[[0;32m OK [0;39m]
Starting GANGLIA gmond: [60G[[0;32m OK [0;39m]
editing /etc/gmetad.conf
match: gridname\s+.*
match: data_source\s+.*
[ganglia] Ganglia gmetad configuration file modified, re-starting daemon...
Shutting down GANGLIA gmetad: [60G[[0;32m OK [0;39m]
Starting GANGLIA gmetad: [60G[[0;32m OK [0;39m]
[ganglia] Starting up apache...
Stopping httpd: [60G[[0;32m OK [0;39m]
Starting httpd: [60G[[0;32m OK [0;39m]
[ganglia] Ganglia page is located at http://valinor.mi.infn.it/ganglia/
************************* oscar_cluster *************************
--------- node01---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node02---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node03---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node04---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node05---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node06---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node07---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node08---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--------- node09---------
Shutting down GANGLIA gmond: [ OK ]
Starting GANGLIA gmond: [ OK ]
--> About to run /var/lib/oscar/packages/mtaconfig/api-post-deploy for mtaconfig
POSTFIX is running
Postfix is succesfully configured. : SERVER NODE
Shutting down postfix: [60G[[0;31mFAILED[0;39m]
Starting postfix: [60G[[0;32m OK [0;39m]
- finished configuring postfix
--> About to run /var/lib/oscar/packages/ntpconfig/api-post-deploy for ntpconfig
Shutting down ntpd: [60G[[0;32m OK [0;39m]
Starting ntpd: [60G[[0;32m OK [0;39m]
************************* oscar_cluster *************************
--------- node01---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node02---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node03---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node04---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node05---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node06---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node07---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node08---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--------- node09---------
Shutting down ntpd: [ OK ]
ntpd: Synchronizing with time server: [FAILED]
Starting ntpd: [ OK ]
--> About to run /var/lib/oscar/packages/oda/api-post-deploy for oda
generating the /etc/odaserver file on all oscar clients
. /etc/profile.d/c3.sh && cexec 'echo oscar_server > /etc/odaserver'
************************* oscar_cluster *************************
--------- node01---------
--------- node02---------
--------- node03---------
--------- node04---------
Warning: No xauth data; using fake authentication data for X11 forwarding.
--------- node05---------
--------- node06---------
Warning: No xauth data; using fake authentication data for X11 forwarding.
--------- node07---------
--------- node08---------
--------- node09---------
--> About to run /var/lib/oscar/packages/opium/api-post-deploy for opium
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
image:
$VAR1 = 'oscarimage';
---------------
gexec_cluster() XML_ParseBuffer() error at line 1:
no element found
--> About to run /var/lib/oscar/packages/switcher/api-post-deploy for switcher
Checking if the OPKG has to be excluded...
OPKG switcher: Analysing default values
--> About to run /var/lib/oscar/packages/torque/api-post-deploy for torque
[torque] Updating pbs_server nodes
/opt/pbs/bin/pbsnodes: Server has no node list MSG=node list is empty
qmgr obj=node01.oscardomain svr=default: Unauthorized Request
create node node01.oscardomain np = 2 , properties = all
qmgr obj=node02.oscardomain svr=default: Unauthorized Request
create node node02.oscardomain np = 2 , properties = all
qmgr obj=node03.oscardomain svr=default: Unauthorized Request
create node node03.oscardomain np = 2 , properties = all
qmgr obj=node04.oscardomain svr=default: Unauthorized Request
create node node04.oscardomain np = 2 , properties = all
qmgr obj=node05.oscardomain svr=default: Unauthorized Request
create node node05.oscardomain np = 2 , properties = all
qmgr obj=node06.oscardomain svr=default: Unauthorized Request
create node node06.oscardomain np = 2 , properties = all
qmgr obj=node07.oscardomain svr=default: Unauthorized Request
create node node07.oscardomain np = 2 , properties = all
qmgr obj=node08.oscardomain svr=default: Unauthorized Request
create node node08.oscardomain np = 2 , properties = all
qmgr obj=node09.oscardomain svr=default: Unauthorized Request
create node node09.oscardomain np = 2 , properties = all
Shutting down TORQUE Server: [60G[[0;32m OK [0;39m]
Starting TORQUE Server: [60G[[0;32m OK [0;39m]
[torque] Creating TORQUE workq queue...
qmgr obj=workq svr=default: Unauthorized Request
Max open servers: 4
create queue workq
Configuration of TORQUE queues failed, check the logs at /var/spool/pbs at /var/lib/oscar/packages/torque/api-post-deploy line 316
Script /var/lib/oscar/packages/torque/api-post-deploy exitted badly with exit code '2' at ./post_install line 49
Couldn't run 'post_install' script for torque at ./post_install line 50
Some of the post install scripts failed, please check your logs for more info at ./post_install line 55
--> Step 7: Failed to properly complete the cluster install; please check the logs
--> Update Wizard Env (as needed)
--> Successfully ran oscar_wizard
--> Successfully ran OSCAR install_cluster script
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oscar-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-users