Hi,
We have an ASE (DUNIX 4.0D + TruCluster 1.5 with all latest
patched installed) with 2 members (2 AS800) connected thru a PCI-based
memory channel connector and a HSZ70 disk array. If I define a simple
user-defined start/stop script I have problems relocating a basic NFS
service.
My start/stop script is terribly simple:
================================================================
#!/sbin/sh
PATH=/sbin:/usr/sbin:/usr/bin
export PATH
if [ -f /etc/rc.config ] ; then
. /etc/rc.config
fi
case "$1" in
'start')
echo "starting $0"
;;
'stop')
echo "stopping $0"
;;
esac
exit 0
================================================================
Yet when I try to relocate the service I get:
--------------------------------------------------
Enter your choice: 1
Relocating service `asecad` to member `mcascaf0`...
Service is on mcascaf1.cern.ch, not mcascaf0 - Relocation not successful.
Unable to relocate `asecad` to `mcascaf0`.
--------------------------------------------------
and the only trace of errors that I get shows:
---------------------daemon.log---------------------
May 31 15:56:20 ascaf0 ASE: mcascaf1 Agent Notice: stopping service asecad
May 31 15:56:20 ascaf0 ASE: mcascaf1 Agent Notice:
/var/ase/sbin/ase_run_sh stop: stopping /tmp/ase_sh27090
May 31 15:56:22 ascaf0 ASE: mcascaf0 Director Notice: stopped asecad on
mcascaf1
May 31 15:56:23 ascaf0 ASE: mcascaf0 Agent Notice: starting service asecad
May 31 15:56:27 ascaf0 ASE: mcascaf0 Agent Error: user script: starting
/tmp/ase_sh22588
May 31 15:56:27 ascaf0 ASE: mcascaf0 Agent Error: user script: stopping
/tmp/ase_sh22598
May 31 15:56:30 ascaf0 ASE: mcascaf0 Director Error: script's error text
file is empty
May 31 15:56:30 ascaf0 ASE: mcascaf0 Director Error:
/var/ase/sbin/ase_run_sh returned error code but no error text
May 31 15:56:30 ascaf0 ASE: mcascaf0 Director ***ALERT:
/var/ase/sbin/ase_run_sh returned error code but no error text
May 31 15:56:30 ascaf0 ASE: mcascaf0 Agent Notice: starting service asecad
May 31 15:56:34 ascaf0 ASE: mcascaf0 Agent Error: user script: starting
/tmp/ase_sh22891
May 31 15:56:34 ascaf0 ASE: mcascaf0 Agent Error: user script: stopping
/tmp/ase_sh22897
May 31 15:56:37 ascaf0 ASE: mcascaf1 Agent Notice: starting service asecad
May 31 15:56:41 ascaf0 ASE: mcascaf1 Agent Notice: user script: starting
/tmp/ase_sh27418
May 31 15:56:41 ascaf0 ASE: mcascaf0 Director Notice: started asecad on
mcascaf1
May 31 15:56:42 ascaf0 ASE: mcascaf1 AseMgr Error: Service is on
mcascaf1.cern.ch, not mcascaf0 - Relocation not successful.
May 31 15:56:42 ascaf0 ASE: mcascaf1 AseMgr Error: Unable to relocate
`asecad` to `mcascaf0`.
------------------------------------------------------------
Any idea of what can be causing this problem?. Where can I find
more log information about what is going wrong?
Thanks: manuel
--------------------------------+---------------------------------------
Manuel Guijarro: Information Technology Division
European Laboratory for Particle Physics (CERN)
--------------------------------+---------------------------------------
Earth mail: | E-mail:
|
CERN / IT / CE / CA | Manuel.Guijarro_at_cern.ch
CH-1211 Geneve 23. Switzerland. |
http://home.cern.ch/m/manuel/www/
Phone #: + 41 22 767 24 03 | Fax #:
GSM phone #:+ 41 79 201 4137 | + 41 22 767 71 55
--------------------------------+---------------------------------------
Internal mail address:
Manuel GUIJARRO IT division, CE section, Buildg:513, off:2-019
--------------------------------+---------------------------------------
########################################################################
# "Je ne suis pas d'accord avec ce que vous dites, mais je me #
### battrai jusqu'au bout pour que vous puissiez le dire." - Voltaire###
########################################################################
Received on Mon May 31 1999 - 15:17:23 NZST