sbsv2/raptor/test/cluster/nodetest.sh
changeset 3 e1eecf4d390d
equal deleted inserted replaced
1:be27ed110b50 3:e1eecf4d390d
       
     1 #!/bin/sh
       
     2 
       
     3 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of the License "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description:
       
    16 #
       
    17 
       
    18 TESTUSER="$@"
       
    19 LOCALTOOLS_HOME=/opt/symbian
       
    20 
       
    21 
       
    22 echo 
       
    23 hostname
       
    24 echo
       
    25 ypwhich 
       
    26 mount | grep home
       
    27 ls -ld /home/$TESTUSER
       
    28 
       
    29 ls -l $LOCALTOOLS_HOME/a616/ARM/RVCT/Programs/2.2/308/linux-pentium/armcc 
       
    30 ls -l $LOCALTOOLS_HOME/make-pvm-381/pvmgmake 
       
    31 ls -l $LOCALTOOLS_HOME/pvm3/bin/LINUX/pvmgmake_pvm 
       
    32 ls -l $LOCALTOOLS_HOME/pvm3/bin/LINUX/pvmgmake_avg 
       
    33 
       
    34 $LOCALTOOLS_HOME/pvm3/bin/LINUX/pvmgmake_pvm 
       
    35 #$LOCALTOOLS_HOME/pvm3/bin/LINUX/pvmgmake_avg
       
    36 
       
    37 
       
    38 $LOCALTOOLS_HOME/a616/ARM/RVCT/Programs/2.2/308/linux-pentium/armcc 2>&1 | grep ARM
       
    39 
       
    40 #connectivity
       
    41 for i in $NODELIST; do
       
    42 	echo "Pinging $i"
       
    43 	ping -c 1  $i| grep "bytes from"
       
    44 done
       
    45 
       
    46 echo "---------------------------------------------------------------------------"