简体   繁体   English

Jenkins Master和Slave配置Linux到AIX

[英]Jenkins Master and Slave configuration linux to AIX

Here is my environment. 这是我的环境。

Jenkins Master - Linux 64bit slave AIX 32 bit Jenkins主站-Linux 64位从站AIX 32位

I have to run a few jobs on Jenkins slave which is on AIX 32 bit. 我必须在AIX 32位的Jenkins slave上运行一些作业。 The problem is with launching the slave on AIX. 问题在于在AIX上启动从服务器。 I am unable to launch the slave no matter what version of java i use. 无论我使用什么版本的Java,我都无法启动从站。

I get the following error when launching the slave. 启动从站时出现以下错误。 ssh is working fine by the way. ssh顺便说一句。

jre1.8.0_65/bin/java:cannot execute hudson.util.IOException2: Slave JVM has terminated. Exit code=1
at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)Caused by: java.io.EOFException: unexpected stream termination*

Any help would be greatly appreciated!! 任何帮助将不胜感激!! Thanks in Advance. 提前致谢。

There are a couple of other ways you could try to add a slave 您可以尝试其他几种方式来添加奴隶

SSH Slave This initiates a connection from the master using a selected set of credentials SSH Slave这会使用一组选定的凭据启动与主服务器的连接

Swarm Plugin This needs a plugin on the master which then listens for connections from slave nodes wanting to join. Swarm插件这需要在主服务器上安装一个插件,然后侦听来自希望加入的从属节点的连接。 I prefer this one as you can ramp up more slaves without having to change the master 我更喜欢这个,因为您可以增加更多的奴隶而不必更换主人

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jenkins Linux从属区域设置 - Jenkins Linux Slave Locale 需要通过jenkins slave(Windows)上的浏览器窗口上传文件,但文件位于jenkins master(linux)上 - Need to upload file through browser window on jenkins slave (Windows) but file is on jenkins master (linux) Jenkins自定义插件可以在奴隶日志上掌握吗? - Can Jenkins custom plugin on slave log to master? 在 jenkins 上将 Windows 7 slave 连接到 debian master 的问题 - Issue connecting windows 7 slave to debian master on jenkins 在主从配置中使用Spring @EnableRedisHttpSession - Using Spring @EnableRedisHttpSession with master-slave configuration Jenkins无头Linux奴隶连接错误 - Jenkins headless linux slave connection error 无法在Windows上使用主/从设备在Jenkins上运行mvn.bat - Unable to run mvn.bat on Jenkins with master/slave on Windows 适用于AWS Elasticache的Redis客户端Lettuce Master / Slave配置 - Redis client Lettuce Master/Slave configuration for AWS Elasticache 主节点和从节点都必须进行哪些Hadoop配置? - What Hadoop configuration have to made at Master and Slave node both? 具有 3 对主/从 java 配置的 ActiveMQ Artemis 集群 url - ActiveMQ Artemis cluster with 3 pairs master/slave java configuration url
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM