Displaying 1 result from an estimated 1 matches for "otherunit".
Did you mean:
otherinits
2010 Apr 01
0
OpenSSH Coredump and "Bad packet length" errors seen on 5.10 sparc sun4v (Generic_125100-10)
...232018.
>> More:
SSH calling is by sync daemon script (from server0-unit0 to
server0-unit1), trying to remove /etc/init.d/staticroutes file which is
on unit1 but not on unit0
A snippet:
message_out ${MSG_TRACE} "The replicated file $a_file does not exist;
remove it from the other unit: $OTHERUNIT." yes
/usr/local/bin/ssh root@${OTHERUNIT} "rm -f ${a_file}"
rc=$?
if [ $rc -ne 0 ]; then
message_out $MSG_ERROR "Failed to delete ${a_file} on
${OTHERUNIT} with return code $rc." yes
return 1
fi
FYI: No record now if or not this ca...