Re: [SSI-users] adding new node
Brought to you by:
brucewalker,
rogertsang
|
From: John H. <jo...@Ca...> - 2009-04-20 08:51:18
|
jhansen wrote:
> I'm got my server node installed. I'm at the point of running 'ssi-addnode'
> when it gets to the end and go to write the config file, there is an error
> message that "you should run ssi-create first."
>
This looks like the problem Sergi Barroso was running into.
What does /etc/blkid.tab look like? Is it a CDSL (i.e. a symbolic link
that looks like this:
$ ls -l /etc/blkid.tab
lrwxrwxrwx 1 root root 37 2009-03-19 13:24 /etc/blkid.tab -> /cluster/node{nodenum}//etc/blkid.tab
What does:
find /cluster/ -name blkid.tab 2>/dev/null
show?
|