Jenkins AIX version

1,531 views
Skip to first unread message

Suri

unread,
Aug 22, 2013, 4:24:54 AM8/22/13
to jenkins...@googlegroups.com

Hi,

 

We are planning to install Jenkins in AIX server. i don’t know AIX server Jenkins package is available or not.

Can anyone please suggest me, whether Jenkins installation is possible in AIX server or not.

Steffen Breitbach

unread,
Aug 22, 2013, 4:28:59 AM8/22/13
to jenkins...@googlegroups.com
Hi Suri!

On Thu, 2013-08-22 at 01:24 -0700, Suri wrote:
> Can anyone please suggest me, whether Jenkins installation is possible
> in AIX server or not.

As there is Java for AIX this shouldn't be a problem. You don't _have_
to use native packages.

Regards
Steffen

Suri

unread,
Aug 22, 2013, 4:57:21 AM8/22/13
to jenkins...@googlegroups.com
Dear Steffen,
 
Thanks for your reply. could you please share the process of AIX  jenkins installation. it could be help us to install the jenkins in AIX platform
 

david....@barclays.com

unread,
Aug 22, 2013, 5:00:50 AM8/22/13
to jenkins...@googlegroups.com

I deployed a jenkins slave to AIX, and it worked fine with a RHEL6 master….

 

As suggested as long as java is installed, you should be able to follow the generic unix/install, download the LTS release (WAR file).

 

Java –jar Jenkins.war

 

And go from there.

 

dD

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


This e-mail and any attachments are confidential and intended solely for the addressee and may also be privileged or exempt from disclosure under applicable law. If you are not the addressee, or have received this e-mail in error, please notify the sender immediately, delete it from your system and do not copy, disclose or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or virus-free.
The Barclays Group does not accept responsibility for any loss arising from unauthorised access to, or interference with, any Internet communications by any third party, or from the transmission of any viruses. Replies to this e-mail may be monitored by the Barclays Group for operational or business reasons.

Any opinion or other information in this e-mail or its attachments that does not relate to the business of the Barclays Group is personal to the sender and is not given or endorsed by the Barclays Group.

Barclays Bank PLC.Registered in England and Wales (registered no. 1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom.

Barclays Bank PLC is authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register No. 122702).

Suri

unread,
Aug 22, 2013, 7:07:05 AM8/22/13
to jenkins...@googlegroups.com, david....@barclays.com

Thanks for your response. My current jenkins is running in Linux platform. This server is planning to deactivate. if i install jenkins in AIX server and copy my existing jenkins /var/jenkins/jobs folder  to AIX installed jenkins. will i get all my existing data without any issues?

david....@barclays.com

unread,
Aug 22, 2013, 7:16:15 AM8/22/13
to suresh...@gmail.com, jenkins...@googlegroups.com

Hi Suri,

 

The theory is sound, I’ve done similar things between Linux platforms without issues.

 

but I would test it first before your linux install is shutdown completely.

 

dD

Jack Andy

unread,
Jul 22, 2016, 9:53:08 AM7/22/16
to Jenkins Users, david....@barclays.com
Hi David,

Could you tell me how deploy a Jenkins slave to AIX?

I install the jenkins 2.13(by installing jenkins.war into tomcat) in a redhat OS, and I want to connect to a AIX 6.1 agent, the AIX agent uses the IBM JDK1.6.0, I can connect to the AIX agent by using the command: ssh username@10.48.110.42,
But, Jenkins cannot connect to the AIX slave on the web page, you can get the error from the attachment.

Could you help me?  thanks!
IMG_20160722_170045_HDR.jpg

Baptiste Mathus

unread,
Jul 23, 2016, 4:34:21 PM7/23/16
to jenkins...@googlegroups.com

0) since some months, Jenkins requires JDK 7 minimum. So using a JDK6 for 2.13 won't work on the master.

1) it's strongly recommended to have the same JVM version on master and agents (note: the "slave" term got deprecated in 2.x). Your error is probably related to that (maybe the ClassFormatError is because it's over remoting/serialization and why it's not a typical UnsupportedClassVersionError or something like that)

2) nothing special to do to add an agent on AIX apart from that.
If possible, simply go for a Jdk 8 everywhere. That's what we've set up and it works fine.
(Note: the JVM version to run an agent or master is unrelated to the ones usable in a build. And actually I personally generally recommend to not use the "default" JDK)

Cheers


Le 22 juil. 2016 3:53 PM, "Jack Andy" <jackan...@gmail.com> a écrit :
Hi David,

Could you tell me how deploy a Jenkins slave to AIX?

I install the jenkins 2.13(by installing jenkins.war into tomcat) in a redhat OS, and I want to connect to a AIX 6.1 agent, the AIX agent uses the IBM JDK1.6.0, I can connect to the AIX agent by using the command: ssh user...@10.48.110.42,

Daniel Beck

unread,
Jul 24, 2016, 3:40:59 PM7/24/16
to jenkins...@googlegroups.com

> On 23.07.2016, at 22:34, Baptiste Mathus <m...@batmat.net> wrote:
>
> since some months, Jenkins requires JDK 7 minimum.

Specifically, since May 2015 for weeklies, and October 2015 for LTS.

Jack Andy

unread,
Aug 2, 2016, 12:06:16 PM8/2/16
to Jenkins Users, m...@batmat.net
thank you very very very much!
Since I changed to jdk1.7, Jenkins worked fine.
You are right: the master and slave both install the jdk1.7 or above.
Reply all
Reply to author
Forward
0 new messages