On Thu, 8 Jul 2004 [EMAIL PROTECTED] wrote: > When there is an accidental communication breakdown between disk array > and server on which mysql process is running (e.g, pulling out FC > cable), this is being detected by our scripts and then we are trying to > shutdown the mysql process by using mysqladmin shutdown option. However > this command hangs and does not complete.
I would imagine it would continue to hang until the array becomes available. It's probably in "disk wait" state, since mysql wants to do a clean shutdown, which I'm sure requires it touching a number of files in your db directory. Shutting it down seems like a bad thing to do; I would imagine stopping client access to the db would be a more useful action to take if you lose the array. Charles > We tried the --force option also with the mysqladmin shutdown command, > but it still hung. > > Does anybody have any suggestion/solution. > > Thanks, > Ravi > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]