I am receiving these errors when rebooting my system. Unmounting file systems: (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 (1785) ERROR: status = -999, Linux ocfsipc.c, 206 ocfs: Unmounting device (104,33) on rac1-priv1.collo.corp.net (node 2) (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 (1785) ERROR: status = -999, Linux/ocfsipc.c, 206 It looks like the node is trying to send an IPC message to the other node in the cluster to notify that it is removing itself from the cluster as part of the unmounting process. Unfortunately this is happening after all my network interfaces have been brought down. If this is correct should I add an init script to unmount ocfs partitions prior to bringing the network down? Or is it a problem at all that the other node isn't getting the message? Thanks, Don _____________________________ Don Stocks Senior System Administrator Clear Capital Formerly BPO Tracker office: 530.550.2556 fax: 530.582.9941 email: don.stocks@ClearCapital.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20040824/c6c88a41/attachment-0001.html
yeah that's not a big deal but it's been fixed. if you look at the bugfxies in the later versions it should show as fixed On Tue, Aug 24, 2004 at 09:55:10AM -0700, Don Stocks wrote:> I am receiving these errors when rebooting my system. > > > > Unmounting file systems: (1785) ERROR: unable to sendmsg, error=-101, > Linux/ocfsipc.c, 394 > > (1785) ERROR: status = -999, Linux ocfsipc.c, 206 > > ocfs: Unmounting device (104,33) on rac1-priv1.collo.corp.net (node 2) > > (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 > > (1785) ERROR: status = -999, Linux/ocfsipc.c, 206 > > > > It looks like the node is trying to send an IPC message to the other > node in the cluster to notify that it is removing itself from the > cluster as part of the unmounting process. Unfortunately this is > happening after all my network interfaces have been brought down. If > this is correct should I add an init script to unmount ocfs partitions > prior to bringing the network down? Or is it a problem at all that the > other node isn't getting the message? > > > > Thanks, Don > > > > _____________________________ > > Don Stocks > > Senior System Administrator > > Clear Capital > > Formerly BPO Tracker > > > > office: 530.550.2556 > > fax: 530.582.9941 > > email: don.stocks@ClearCapital.com > > >> _______________________________________________ > Ocfs-users mailing list > Ocfs-users@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs-users
The problem is that the volume is being dismounted after the network has been shutdown. Bug#3626745 was logged on this issue. The real bug is in the netfs script which was not dismounting the ocfs volumes along with the nfs volumes, or so I believe. Bert, Could you email Don the updated script for him to try out. Thanks On Tue, 2004-08-24 at 09:55, Don Stocks wrote:> I am receiving these errors when rebooting my system. > > > > Unmounting file systems: (1785) ERROR: unable to sendmsg, error=-101, > Linux/ocfsipc.c, 394 > > (1785) ERROR: status = -999, Linux ocfsipc.c, 206 > > ocfs: Unmounting device (104,33) on rac1-priv1.collo.corp.net (node 2) > > (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 > > (1785) ERROR: status = -999, Linux/ocfsipc.c, 206 > > > > It looks like the node is trying to send an IPC message to the other > node in the cluster to notify that it is removing itself from the > cluster as part of the unmounting process. Unfortunately this is > happening after all my network interfaces have been brought down. If > this is correct should I add an init script to unmount ocfs partitions > prior to bringing the network down? Or is it a problem at all that > the other node isn?t getting the message? > > > > Thanks, Don > > > > _____________________________ > > Don Stocks > > > Senior System Administrator > > > Clear Capital > > > Formerly BPO Tracker > > > > > > office: 530.550.2556 > > > fax: 530.582.9941 > > > email: don.stocks@ClearCapital.com > > > > > > > ______________________________________________________________________ > _______________________________________________ > Ocfs-users mailing list > Ocfs-users@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs-users