MID Server installation on Raspberry PI 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2016 09:41 PM
Hello
Do someone know how to install a MID Server on a Raspberry PI 3. The OS Info that I am using is the following:
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
I tried to install the MID Server 64bit and 32bit. With both installations I get the following error:
Unable to locate any of the following binaries:
/servicenow/agent/bin/./wrapper-linux-armv7l-
/servicenow/agent/bin/./wrapper-linux-armv7l-32
/servicenow/agent/bin/./wrapper
Do some one know how to overcome these issues?
What do I need to install a MID Server on Raspbian Linux OS ?
Thanks!
Jesus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2016 02:49 AM
Hello Jesus,
Have you followed the latest installation instructions?
http://wiki.servicenow.com/index.php?title=MID_Server_Installation#Installing_a_MID_Server_on_Linux
It seems like you are required to create a directory /servicenow/<MID server name> where you then store the /agent/ directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2016 07:44 AM
Hi MichaelI already followed that instruction, but no luck.I know that is possible to make working the MID Server in a Raspberry PI, since some projects showed at Knowledge16 were working with that device at the Developers HubThanks!Jesus
Enviado desde Yahoo Mail para Android
El jue., sept. 1, AM a 4:49 AM, conmic<community-no-reply@servicenow.com> escribió:
a body {font-family:Helvetica, Arial, sans-serif;} h1, h2, h3, h4, h5, h6, p, hr {}.button td {}
|
|
|
MID Server installation on Raspberry PI 3
reply from Michel Conter in Developer Community - View the full discussion
Hello Jesus,
Have you followed the latest installation instructions?
http://wiki.servicenow.com/index.php?title=MID_Server_Installation#Installing_a_MID_Server_on_Linux
It seems like you are required to create a directory /servicenow/ where you then store the /agent/ directory.
Reply to this message by replying to this email, or go to the message on ServiceNow Community |
Start a new discussion in Developer Community by email or at ServiceNow Community |
Following MID Server installation on Raspberry PI 3 in these streams: Inbox |
.footerlinks
|
This email was sent by ServiceNow Community because you are a registered user. You may unsubscribe instantly from ServiceNow Community, or adjust email frequency in your email preferences |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 07:40 PM
Hi Jesus
Not sure if you ever got it running, but in case not from what I remember these are the basic steps:
- download and unpack the linux mid server package and sftp it to your pi
- download oracle's jdk for ARM, sftp it to your pi and replace the jre folder with the one you got from oracle
- update wrapper-jvm in the conf directory to identify the appropriate architecture (arm)
- copy libraries from the oracle package into the lib folder for your mid server
I can try it later once I find my pi if you get stuck and need more precise instructions, but I thought I would send you the high level steps I remember for a start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 07:43 PM
oh - you also probably need to override the jvm memory because I think it will try to take 1gb by default and your pi doesn't have that available