Could you please change line 234
from
START_MB=$(( $END_OF_LAST_LOGICAL + 1 ))
to
START_MA=$(echo "scale=3; ($END_OF_LAST_LOGICAL + 1)" | bc)
And try again?
Ling
Ling Gao
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
Internal: T/L 293-5692
External: [email protected], 845-433-5692
"I never worry about the future. It comes soon enough." --- Albert
Einstein
From: Richard S12 <[email protected]>
To:
Cc: [email protected]
Date: 12/11/2013 06:20 AM
Subject: Re: [xcat-user] xCAT-user Digest, Vol 52, Issue 12
Hi Jing,
Please find the attached clusternode.master file.
Regards,
Richard
(See attached file: clusternode.master)
From: [email protected]
To: [email protected],
Date: 12/11/2013 07:17 AM
Subject: xCAT-user Digest, Vol 52, Issue 12
Send xCAT-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/xcat-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of xCAT-user digest..."
Today's Topics:
1. Re: [URGENT HELP] xcat 2.8.3 with systemimager on RHEL
5.8
(Jing CDL Sun)
----------------------------------------------------------------------
Message: 1
Date: Wed, 11 Dec 2013 09:47:19 +0800
From: Jing CDL Sun <[email protected]>
Subject: Re: [xcat-user] [URGENT HELP] xcat 2.8.3 with systemimager on
RHEL 5.8
To: xCAT Users Mailing list <[email protected]>
Message-ID:
<of149f58c8.8f6d9f72-on48257c3e.00098326-48257c3e.0009d...@cn.ibm.com>
Content-Type: text/plain; charset="us-ascii"
Richard,
Could you post me the content of /install/sysclone
/scripts/clusternode.master around line 234? or post me the whole
/install/sysclone/scripts/clusternode.master if possible. Thx.
Also, you can ping me via sametime if you are in AP timezone too.
Jing
Richard S12 <[email protected]>
2013/12/11 01:26
Please respond to
xCAT Users Mailing list <[email protected]>
To
cc
[email protected]
Subject
[xcat-user] [URGENT HELP] xcat 2.8.3 with systemimager on RHEL 5.8
Hi,
I have challenge with System imager restore.
I have the following xCAT environment.
xCAT version : 2.8.3 (also Systemimage server)
Compute node OS: RHEL 5.8
hardware: x3550
I was able to successfully capture the compute node image with RHEL 5.8.
But when I try installing the same node with the captured image it fails
during partitioning with below error;
creating partition /dev/sda5
/scripts/clusternode.master:line 234: 998778.97 + 1 : synthmetic operator
(error token is" .97 + 1")
last command exited with 1
killing off running processes
Regards,
Richard
From: [email protected]
To: [email protected],
Date: 12/10/2013 05:16 PM
Subject: xCAT-user Digest, Vol 52, Issue 8
Send xCAT-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/xcat-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of xCAT-user digest..."
Today's Topics:
1. Re: conserver issues (Lissa Valletta)
2. Re: conserver issues (Arif Ali)
----------------------------------------------------------------------
Message: 1
Date: Tue, 10 Dec 2013 05:53:04 -0500
From: Lissa Valletta <[email protected]>
Subject: Re: [xcat-user] conserver issues
To: xCAT Users Mailing list <[email protected]>
Cc: xCAT Users Mailing list <[email protected]>
Message-ID:
<ofc4501e7d.b098abe8-on85257c3d.003b7359-85257c3d.003bc...@us.ibm.com>
Content-Type: text/plain; charset="us-ascii"
Arif did you say you are not using the OpenSSL shipped with Redhat 6.4.
What OpenSSL are you using. We have had issues recently with new levels
of SSL in AIX.
Can you run xCAT commands ok on the Management Node, anything like lsdef
command without gettting complaints from Client.pm?
Lissa K. Valletta
8-3/B10
Poughkeepsie, NY 12601
(tie 293) 433-3102
From: Ling Gao/Poughkeepsie/IBM@IBMUS
To: xCAT Users Mailing list
<[email protected]>,
Cc: "[email protected]"
<[email protected]>
Date: 12/09/2013 05:12 PM
Subject: Re: [xcat-user] conserver issues
rcons uses xCAT credentials to verify.
In /etc/conserver.cf file it has the following:
config * {
sslrequired yes;
sslauthority /etc/xcat/cert/ca.pem;
sslcredentials /etc/xcat/cert/server-cred.pem;
}
Can you check those 2 files? I am just curious on the error you gave us:
console: SSLVerifyCallback(): issuer = /CN=xCAT CA
console: SSLVerifyCallback(): subject = /CN=xCAT CA
My /etc/xcat/cert/server-cred.pem look like this:
# cat /etc/xcat/cert/server-cred.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number: 1 (0x1)
Signature Algorithm: sha1WithRSAEncryption
Issuer: CN=xCAT CA
Validity
Not Before: Dec 27 11:47:51 2010 GMT
Not After : Dec 22 11:47:51 2030 GMT
Subject: CN=x3550n01 <--- the node mn name
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (2048 bit)
Modulus:
....
.....
Ling Gao
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
Internal: T/L 293-5692
External: [email protected], 845-433-5692
"I never worry about the future. It comes soon enough." --- Albert
Einstein
From: Arif Ali <[email protected]>
To: "[email protected]"
<[email protected]>,
Cc: "[email protected]"
<[email protected]>
Date: 12/09/2013 04:12 PM
Subject: Re: [xcat-user] conserver issues
Yes to all
Removed the certificates and recreated using xcatconfig -c
I even did a killall -9 conserver
Could it be a version of openssl, it is above the rhels6.4 standard level.
Prob updated a few weeks back
Sent from my Android phone using TouchDown (www.nitrodesk.com)
-----Original Message-----
From: Ling Gao [[email protected]]
Received: Monday, 09 Dec 2013, 18:47
To: xCAT Users Mailing list [[email protected]]
CC: xCAT-user [[email protected]]
Subject: Re: [xcat-user] conserver issues
Hi Arif,
Have you run makeconservercf and "service conserver stop; service
conserver start" (not service conserver restart) after xcatconfig?
If it still does not work, can you remove /etc/conserver.cf and run
makeconservercf?
Ling
Ling Gao
Poughkeepsie Unix Development Lab
IBM Systems and Technology Group
Internal: T/L 293-5692
External: [email protected], 845-433-5692
"I never worry about the future. It comes soon enough." --- Albert
Einstein
From: Arif Ali <[email protected]>
To: xCAT-user <[email protected]>,
Date: 12/09/2013 11:27 AM
Subject: [xcat-user] conserver issues
Hi all,
I have checked the mailinglist and googled the info, but cannot find a fix
I have done a "xcatconfig -c" several times (as suggested by Lissa on
another post), with also removing the /etc/xcat/{cert,ca}, but I am having
no luck.
xCAT version 2.8.3, upgraded from 2.8.1 today, and we had the same issue
before the upgrade
OS: CentOS 6.4
Maybe I have missed looking at something.
# rcons blade089
console: SSLVerifyCallback(): error with certificate at depth: 1
console: SSLVerifyCallback(): issuer = /CN=xCAT CA
console: SSLVerifyCallback(): subject = /CN=xCAT CA
console: SSLVerifyCallback(): error #19: self signed certificate in
certificate chain
console: SSL negotiation failed
3788:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed:s3_clnt.c:912:
thanks in advance
--
Arif Ali
IRC: arif-ali at freenode
LinkedIn: http://uk.linkedin.com/in/arifali
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
------------------------------
Message: 2
Date: Tue, 10 Dec 2013 11:46:43 +0000
From: Arif Ali <[email protected]>
Subject: Re: [xcat-user] conserver issues
To: <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Apologies for the confusion,
What I meant to say there was about that potentially then package has
been updated through RHN, and may not be the stock rhels6.4 version.
Everything else in xCAT is runnning without any problems, the cluster
(12 Blade Centers2) were all re-installed last night, so everything else
works.
I even tried taking out the sections in conserer.cf wrt the
certificates, but I realised that the was needed. The individial exec
commands inside the conserver.cfg individually worked, so I was able to
view the console.
I am just waiting to get the details from the customer, so once received
I will forward on the details wrt to the certificate details.
regards,
Arif Ali MBCS
Senior HPC Technical Architect
OCF plc
Tel: +44 (0)114 257 2200
Mob: +44 (0)7970 148 122
Fax: +44 (0)114 257 0022
Web: www.ocf.co.uk <http://www.ocf.co.uk>
Blog: blog.ocf.co.uk <http://blog.ocf.co.uk>
Twitter: @ocfplc <http://twitter.com/#%21/ocfplc>
OCF plc is a company registered in England and Wales. Registered number
4132533, VAT number GB 780 6803 14. Registered office address: OCF plc,
5 Rotunda Business Centre, Thorncliffe Park, Chapeltown, Sheffield, S35
2PG.
This message is private and confidential. If you have received this
message in error, please notify us and remove it from your system.
On 10/12/13 10:53, Lissa Valletta wrote:
>
> Arif did you say you are not using the OpenSSL shipped with Redhat
> 6.4. What OpenSSL are you using. We have had issues recently with
> new levels of SSL in AIX.
> Can you run xCAT commands ok on the Management Node, anything like
> lsdef command without gettting complaints from Client.pm?
>
> Lissa K. Valletta
> 8-3/B10
> Poughkeepsie, NY 12601
> (tie 293) 433-3102
>
>
>
> Inactive hide details for Ling Gao---12/09/2013 05:12:37 PM---rcons
> uses xCAT credentials to verify. In /etc/conserver.cf fileLing
> Gao---12/09/2013 05:12:37 PM---rcons uses xCAT credentials to verify.
> In /etc/conserver.cf file it has the following:
>
> From: Ling Gao/Poughkeepsie/IBM@IBMUS
> To: xCAT Users Mailing list <[email protected]>,
> Cc: "[email protected]" <[email protected]>
> Date: 12/09/2013 05:12 PM
> Subject: Re: [xcat-user] conserver issues
>
> ------------------------------------------------------------------------
>
>
>
> rcons uses xCAT credentials to verify.
> In /etc/conserver.cf file it has the following:
>
> config * {
> sslrequired yes;
> sslauthority /etc/xcat/cert/ca.pem;
> sslcredentials /etc/xcat/cert/server-cred.pem;
> }
>
> Can you check those 2 files? I am just curious on the error you gave
us:
> console: SSLVerifyCallback(): issuer = /CN=xCAT CA
> console: SSLVerifyCallback(): subject = /CN=xCAT CA
>
> My /etc/xcat/cert/server-cred.pem look like this:
> # cat /etc/xcat/cert/server-cred.pem
> Certificate:
> Data:
> Version: 3 (0x2)
> Serial Number: 1 (0x1)
> Signature Algorithm: sha1WithRSAEncryption
> *Issuer: CN=xCAT CA*
> Validity
> Not Before: Dec 27 11:47:51 2010 GMT
> Not After : Dec 22 11:47:51 2030 GMT
> *Subject: CN=x3550n01 <--- the node mn name*
> Subject Public Key Info:
> Public Key Algorithm: rsaEncryption
> Public-Key: (2048 bit)
> Modulus:
> ....
> .....
>
> Ling Gao
> Poughkeepsie Unix Development Lab
> IBM Systems and Technology Group
> Internal: T/L 293-5692
> External: [email protected], 845-433-5692
>
> "I never worry about the future. It comes soon enough." --- Albert
> Einstein
>
>
>
> From: Arif Ali <[email protected]>
> To: "[email protected]" <[email protected]>,
> Cc: "[email protected]" <[email protected]>
> Date: 12/09/2013 04:12 PM
> Subject: Re: [xcat-user] conserver issues
> ------------------------------------------------------------------------
>
>
>
> Yes to all
>
> Removed the certificates and recreated using xcatconfig -c
>
> I even did a killall -9 conserver
>
> Could it be a version of openssl, it is above the rhels6.4 standard
> level. Prob updated a few weeks back
>
>
>
> Sent from my Android phone using TouchDown (_www.nitrodesk.com_)
>
> -----Original Message----- *
> From:* Ling Gao [[email protected]]*
> Received:* Monday, 09 Dec 2013, 18:47*
> To:* xCAT Users Mailing list [[email protected]]*
> CC:* xCAT-user [[email protected]]*
> Subject:* Re: [xcat-user] conserver issues
>
> Hi Arif,
> Have you run makeconservercf and "service conserver stop; service
> conserver start" (not service conserver restart) after xcatconfig?
> If it still does not work, can you remove /etc/conserver.cf and run
> makeconservercf?
>
> Ling
>
> Ling Gao
> Poughkeepsie Unix Development Lab
> IBM Systems and Technology Group
> Internal: T/L 293-5692
> External: [email protected], 845-433-5692
>
> "I never worry about the future. It comes soon enough." --- Albert
> Einstein
>
>
>
> From: Arif Ali <[email protected]>
> To: xCAT-user <[email protected]>,
> Date: 12/09/2013 11:27 AM
> Subject: [xcat-user] conserver issues
> ------------------------------------------------------------------------
>
>
>
> Hi all,
>
> I have checked the mailinglist and googled the info, but cannot find a
> fix
>
> I have done a "xcatconfig -c" several times (as suggested by Lissa on
> another post), with also removing the /etc/xcat/{cert,ca}, but I am
> having no luck.
>
> xCAT version 2.8.3, upgraded from 2.8.1 today, and we had the same
> issue before the upgrade
> OS: CentOS 6.4
>
> Maybe I have missed looking at something.
>
>
> # rcons blade089
> console: SSLVerifyCallback(): error with certificate at depth: 1
> console: SSLVerifyCallback(): issuer = /CN=xCAT CA
> console: SSLVerifyCallback(): subject = /CN=xCAT CA
> console: SSLVerifyCallback(): error #19: self signed certificate in
> certificate chain
> console: SSL negotiation failed
> 3788:error:14090086:SSL
> routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
> failed:s3_clnt.c:912:
>
> thanks in advance
> --
> Arif Ali
>
> IRC: arif-ali at freenode
> LinkedIn:
>
_http://uk.linkedin.com/in/arifali_------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!_
>
__http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk________________________________________________
> xCAT-user mailing list
> [email protected]_
> __https://lists.sourceforge.net/lists/listinfo/xcat-user_
>
------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!_
>
__http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk________________________________________________
> xCAT-user mailing list
> [email protected]_
> __https://lists.sourceforge.net/lists/listinfo/xcat-user_
>
------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
>
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk_______________________________________________
> xCAT-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xcat-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 105 bytes
Desc: not available
------------------------------
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
------------------------------
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
End of xCAT-user Digest, Vol 52, Issue 8
****************************************
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
------------------------------
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
End of xCAT-user Digest, Vol 52, Issue 12
*****************************************
[attachment "clusternode.master" deleted by Ling Gao/Poughkeepsie/IBM]
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user