Re: OpenSSI not loading up all of the fstab on boot

John Hughes <[email protected]> Fri, 13 Aug 2010 14:47:52 +0200
Newsgroups gmane.linux.cluster.ssic.user
Message-ID <[email protected]>
Cumberland, Lonnie wrote:
> Hello John,
>
> I have been looking into the fstab issue and I think that the reason that the main node fstab is not mounting the node swaps and local drives is simply because at the point of booting the main node, the other nodes are not yet booted and thus the main node cannot find the swaps and node drives to mount.
>   
No.  the mounting of the swaps/drives is done in rcSSI which is run by 
init on nodeup,

In /etc/inittab we have

l3U:S12345U:once:/etc/init.d/rc.nodeup %n < /dev/console > /dev/console 2>&1

The special "U" flag means run on nodeup, setting %n to the node number

In /etc/init.d/rc.nodeup we have:

echo "/etc/init.d/rc.nodeup $1 running" > /dev/console

# this is equivalent to /etc/init.d/rcS
/etc/init.d/rcSSI

And in /etc/rcSSI.d, run by /etc/init.d/rcSSI we have 
/etc/rcSSI.d/S35mountall.sh"

> With this in mind, I was thinking that there must be an init script that each node it running to boot and I could add in:
>   
Yes, there is such a script, but it should already be mounting the devices


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev