Thread: [SSI-users] adding new node
Brought to you by:
brucewalker,
rogertsang
|
From: jhansen <jef...@gm...> - 2009-04-20 03:41:49
|
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." -- View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23129960.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
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?
|
|
From: jhansen <jef...@gm...> - 2009-04-21 01:59:34
|
Mine doesnt look right...
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
-rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab
What does:
find /cluster/ -name blkid.tab 2>/dev/null
show?
It shows:
/cluster/node1/etc/blkid.tab
/cluster/nodetemplate/etc/blkid.tab
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Ssic-linux-users mailing list
Ssi...@li...
https://lists.sourceforge.net/lists/listinfo/ssic-linux-users
--
View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23147899.html
Sent from the ssic-linux-users mailing list archive at Nabble.com.
|
|
From: jhansen <jef...@gm...> - 2009-04-21 03:45:30
|
jhansen wrote: > > Mine doesnt look right... > > It looks like this: > > $ ls -l /etc/blkid.tab > > -rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab > > > > find /cluster/ -name blkid.tab 2>/dev/null > > It shows: > /cluster/node1/etc/blkid.tab > /cluster/nodetemplate/etc/blkid.tab > > > I didn't see the resolution on Sergi's thread. > > Thanks! > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Ssic-linux-users mailing list > Ssi...@li... > https://lists.sourceforge.net/lists/listinfo/ssic-linux-users > > -- View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23148733.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: John H. <jo...@Ca...> - 2009-04-21 16:44:03
|
jhansen wrote:
>
> jhansen wrote:
>
>> Mine doesnt look right...
>>
>> It looks like this:
>>
>> $ ls -l /etc/blkid.tab
>>
>> -rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab
>>
Yup, that's wrong. We need blkid.tab as a CDSL, it can be different on
each node.
Could you please show the results of:
apt-cache policy libblkid1 e2fsprogs
If the SSI versions are not installed do:
apt-get install libblkid1 e2fsprogs
rm /cluster/node*/etc/blkid.tab
blkid
mklocalfile /etc/blkid.tab
When the correct version of libblkid1 is installed then the blkid, fsid
programs should write-through the blkid.tab cdsl instead of overwriting it.
|
|
From: jhansen <jef...@gm...> - 2009-04-22 03:38:45
|
libblkid1 was not the right version. I did apt-get install libblkid1 and got the following: The following packages have unmet dependancies: libblkid1: Depends: libdevmapper1.02 (>=2.1.02.02-2) but it is not installable E: broken link I tried apt-get install libdevmapper and got the following: Note: selecting libdevmapper1.0.2.1 libdevmapper1.0.2.1 is already the newest version Te following packges were autmatically installed and are no longer required: libklibc klibc-utls libvolume-id0 grub-common Use 'apt-get remove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. I have not yet removed those, waiting on your advice. Thanks in advance. -- View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23169129.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: John H. <jo...@Ca...> - 2009-04-22 12:16:17
|
jhansen wrote: > libblkid1 was not the right version. I did apt-get install libblkid1 and got > the following: > > The following packages have unmet dependancies: > libblkid1: Depends: libdevmapper1.02 (>=2.1.02.02-2) but it is not > installable E: broken link > Ow! Ok, I'll roll a new version of libblkid1. More news as it happens. Bit-rot is such fun. |
|
From: jhansen <jef...@gm...> - 2009-04-23 15:10:30
|
Ow! Ok, I'll roll a new version of libblkid1. More news as it happens. Bit-rot is such fun. When do you think you'll have the new libblkid1? -- View this message in context: http://www.nabble.com/adding-new-node-tp23129960p23197395.html Sent from the ssic-linux-users mailing list archive at Nabble.com. |
|
From: John H. <jo...@Ca...> - 2009-04-25 10:06:27
|
John Hughes wrote:
> jhansen wrote:
>
>> libblkid1 was not the right version. I did apt-get install libblkid1 and got
>> the following:
>>
>> The following packages have unmet dependancies:
>> libblkid1: Depends: libdevmapper1.02 (>=2.1.02.02-2) but it is not
>> installable E: broken link
>>
>>
> Ow!
>
> Ok, I'll roll a new version of libblkid1.
>
> More news as it happens.
>
Ok, here's the exact problem - from laziness I'm just using the same
e2fsprogs (which includes libblkid1) as I used in Etch.
The Etch version of e2fsprogs (1.39+1.40-WIP-2006.11.41+ssi1 (sic!))
depends on libdevmapper1.02 which is no longer available in Lenny (it's
been replaced by libdevmapper1.02.1 (the "1.02" and "1.02.1" are not
package versions - they're part of the package name)).
So, either I provide a version of libdevmapper1.02 in
openssi-lenny-extras or I port our e2fsprogs changes to the Lenny
version, (1.41.3-1).
For now I'll take the easy way out, a copy of libdevmapper1.02 is now in
openssi-lenny-extras.
You should be able to do an
apt-get dist-upgrade
to upgrade libblkid1 and the other stuff from e2fsprogs.
|
|
From: Sergi B. <hi...@li...> - 2009-04-22 08:36:34
|
John Hughes escribió: > jhansen wrote: > >> jhansen wrote: >> >> >>> Mine doesnt look right... >>> >>> It looks like this: >>> >>> $ ls -l /etc/blkid.tab >>> >>> -rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab >>> >>> > Yup, that's wrong. We need blkid.tab as a CDSL, it can be different on > each node. > > Could you please show the results of: > > apt-cache policy libblkid1 e2fsprogs > > If the SSI versions are not installed do: > > apt-get install libblkid1 e2fsprogs > rm /cluster/node*/etc/blkid.tab > blkid > mklocalfile /etc/blkid.tab > > > When the correct version of libblkid1 is installed then the blkid, fsid > programs should write-through the blkid.tab cdsl instead of overwriting it. > > > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Ssic-linux-users mailing list > Ssi...@li... > https://lists.sourceforge.net/lists/listinfo/ssic-linux-users > I'll check it too -- Sergi Barroso Linux user #313577 PGPID: D318F5E8 http://www.lionclan.org |
|
From: Sergi B. <hi...@li...> - 2009-04-30 14:01:49
|
It doesn't work, I test it with devmapper, libblkid1 and e2fsprogs from ssi repo. I need to make this steps: - Exec ssi-addnode on one terminal - swap to another one and then make: rm /cluster/node*/etc/blkid.tab && mklocalfile /etc/blkid.tab - After this return to ssi-addnode terminal and continue with steps. Sergi Barroso escribió: > John Hughes escribió: > >> jhansen wrote: >> >> >>> jhansen wrote: >>> >>> >>> >>>> Mine doesnt look right... >>>> >>>> It looks like this: >>>> >>>> $ ls -l /etc/blkid.tab >>>> >>>> -rw-r--r-- 1 root root 116 2009-04-2- 19:30 /etc/blkid.tab >>>> >>>> >>>> >> Yup, that's wrong. We need blkid.tab as a CDSL, it can be different on >> each node. >> >> Could you please show the results of: >> >> apt-cache policy libblkid1 e2fsprogs >> >> If the SSI versions are not installed do: >> >> apt-get install libblkid1 e2fsprogs >> rm /cluster/node*/etc/blkid.tab >> blkid >> mklocalfile /etc/blkid.tab >> >> >> When the correct version of libblkid1 is installed then the blkid, fsid >> programs should write-through the blkid.tab cdsl instead of overwriting it. >> >> >> >> >> ------------------------------------------------------------------------------ >> Stay on top of everything new and different, both inside and >> around Java (TM) technology - register by April 22, and save >> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >> 300 plus technical and hands-on sessions. Register today. >> Use priority code J9JMT32. http://p.sf.net/sfu/p >> _______________________________________________ >> Ssic-linux-users mailing list >> Ssi...@li... >> https://lists.sourceforge.net/lists/listinfo/ssic-linux-users >> >> > I'll check it too > > -- Sergi Barroso Linux user #313577 PGPID: D318F5E8 http://www.lionclan.org |
|
From: John H. <jo...@Ca...> - 2009-05-01 08:08:09
|
Sergi Barroso wrote: > It doesn't work, I test it with devmapper, libblkid1 and e2fsprogs from > ssi repo. > > I need to make this steps: > > - Exec ssi-addnode on one terminal > > - swap to another one and then make: rm /cluster/node*/etc/blkid.tab && > mklocalfile /etc/blkid.tab > > - After this return to ssi-addnode terminal and continue with steps. > If you do: apt-cache policy libblkid1 what does it show? |