Re: PXE Nodes
John Hughes <[email protected]> Mon, 06 Apr 2009 17:49:34 +0200
| Newsgroups | gmane.linux.cluster.ssic.user |
|---|---|
| Message-ID | <[email protected]> |
Sergi Barroso wrote:
> John Hughes escribió:
>>
>> Normaly ssi-create is run automatically when openssi is installed.
>> (In the "preinst" file for linux-ssi-image-2.6-686-smp).
>>
>> In /cluster/lib/ssi_distro.pm we have:
>>
>> if ( ! -l "/etc/network" ||
>> ! -l "/var/run" ||
>> ! -l "/var/lock" ||
>> ! -l "/var/log" ||
>> ! -l "/etc/nodename" ||
>> ! -l "/var/lib/urandom" ||
>> ! -l "/etc/blkid.tab"
>>
>> ) {
>> print "You should run ssi-create first\n";
>> exit(1);
>> }
>>
>>
>> So one of the files & directories above is not a symlink (not a CDSL
>> in fact).
>>
>> Which one, and why?
> I tried to run it yet, but it shows this:
>
> debsrv:~# ssi-create
> A file named /etc/clustertab already exists. You have already installed
> this cluster. It is not a good idea to install it again.
>
> These files it's not a symlink:
>
> ls -la /etc/blkid.tab*
> -rw-r--r-- 1 root root 116 abr 6 14:35 /etc/blkid.tab
> -rw-r--r-- 1 root root 116 abr 6 14:25 /etc/blkid.tab.old
>
Well drat.
Ok, do:
mklocalfile "/etc/blkid.tab"
and retry your ssi-addnode.
------------------------------------------------------------------------------