Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cluster packages missing. Cannot Configure.

Status
Not open for further replies.

Andreadem

Technical User
Dec 14, 2006
12
0
0
IT
Hello. I have a problem configuring EMC Legato 7.1.2 (client) on a Sun Cluster 3.1 (update 4) working on a machine with Sun Solaris 10 64bit.

After the installation procedure i have to run the "Networker Cluster Script" to complete the legato configuration in each node in the cluster.

But when i run the networker.cluster i got this error "Cluster packages missing. Cannot Configure."

So i've worked with ksh -x ./networker cluster and this what i 've reached:

Root@pcname01 # ksh –x ./networker.cluster
+ + expr X./networker.cluster : X\(.*\)/.* | X./networker.cluster : X\(/\)[Ù/]*$ | .
mypath=.
+
PATH=/usr/ucb:/usr/bsd:/bin:/usr/bin:/etc:/usr/etc:/usr/sbin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,NetraT12/sbin:/opt/VRTSvlic/bin:/etc/vx/bin:/opt/VRTS/bin:/etc/vx/bin:/opt/VRTSob/bin:/opt/VRTSvlic/bin:/opt/SUNWvts/bin:/opt/SUNWcluster/bin:/usr/cluster/bin:/usr/cluster/lib/sc:/usr/cluster/dtk/bin:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin:/opt/CTEact/bin:/opt/SUNWcacao/bin:/oracleDB/product/10.2.0/crs
/bin:/oracleDB/product/10.2.0/crs/Opatch
+ export PATH
+ NSR_GLOBAL=/nsr
+ NSR_LOCAL=/nsr.NetWorker.local
+ CLU_TAG=Networker.clustersvr
+ NWCLUSTPLPATH=/bin/nwclust.pl
+ PRODUCTNAME=NetWorker
+ + sed s/\.Build\.[0-9]*[a-z]*//
+ echo 7.1.2.Build.325
VERSION 7.1.2
+ CLUTYPE=X
+ FTCLI_IMPORT=/usr/sbin/nw_ux.lc.imp
+ LCNAME=Avaiability Manager
+ LCSHORT=AM
+ FIVE_CLUVER=5.0
+ + uname
uname=SunOS
+ [ XsunOS = XsunOS ]
+ ARCH=SOLARIS
+ pkginfo –q LGTOclnt
+ [ 0 –eq 0 ]
+ NWCLNT=LGTOclnt
+ NWSERV=LGTOserv
+ NSR_BIN=/usr/sbin
+ pkginfo –q SUNWebsc
+ [ 1 –eq 0 ]
+ + pkginfo –1 SUNWsc
+ 2> /dev/null
CLUINFO_SC=
+ [ 1 –ne 0 ]
+ CLUINFO_SC=
+ + pkginfo –1 SUNWscvw
+ 2> /dev/null
CLUINFO_SC30=
+ [ 1 –ne 0 ]
+ CLUINFO_SC30=
+ + pkginfo –1 LGTOaama
+ 2> /dev/null
CLUINFO_LC=
+ [ 1 – ne 0 ]
+ + pkginfo –1 LGTOlca
+ 2> /dev/null
CLUINFO_LC=
+ [1 –eq 0 ]
+ CLUINFO_LC=
+ + pkginfo –1 VRTSvcs
+ 2> /dev/null
CLUINFO_VCS=
+ [1 –ne 0 ]
+ CLUINFO_VCS=
+ result=
+ [ ( != -o != ) -a != ]
+ [ != ]
+ [ != ]
+ [ != ]
+ [ != ]
+ [ =1 ]
+ [ =2 ]
+ [ =3 ]
+ [ =4 ]
+ + awk /VERSION/ { print $2 }
+ echo
CLUVER=
+ + awk /VERSION/ { print $2 }
+ pkginfo –1 LGTOclnt
NWVER=7.1.2.Build.325
+ + echo 7.1.2.Build.325
+ sed s/ ,REV=[0-9]*[a-z]*//
+ sed s/\.Build\.[0-9]*[a-z]*//
NWVER=7.1.2
+ [ -z ]
+ echo % Cluster package missing. Cannot configure.
% Cluster package missing. Cannot configure.
+ exit 1

 
i've installed also the legato module for oracle 4.1 and on the pc runs Oracle Rac 10.2.0.1.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top