{"id":8672,"date":"2021-04-20T17:24:13","date_gmt":"2021-04-20T16:24:13","guid":{"rendered":"https:\/\/blog.capdata.fr\/?p=8672"},"modified":"2021-04-20T17:24:13","modified_gmt":"2021-04-20T16:24:13","slug":"installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8","status":"publish","type":"post","link":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/","title":{"rendered":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8"},"content":{"rendered":"<a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-twitter nolightbox\" data-provider=\"twitter\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672&#038;text=Article%20sur%20le%20blog%20de%20la%20Capdata%20Tech%20Team%20%3A%20\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"twitter\" title=\"Share on Twitter\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/twitter.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-linkedin nolightbox\" data-provider=\"linkedin\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Linkedin\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672&#038;title=Installer%20SAP%20IQ%2016.1%20en%20tant%20que%20service%20sur%20Red%20Hat%208\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"linkedin\" title=\"Share on Linkedin\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/linkedin.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-mail nolightbox\" data-provider=\"mail\" rel=\"nofollow\" title=\"Share by email\" href=\"mailto:?subject=Installer%20SAP%20IQ%2016.1%20en%20tant%20que%20service%20sur%20Red%20Hat%208&#038;body=Article%20sur%20le%20blog%20de%20la%20Capdata%20Tech%20Team%20%3A%20:%20https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"mail\" title=\"Share by email\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/mail.png\" \/><\/a><p>Hello \u00e0 toutes et tous, un petit post rapide pour indiquer bri\u00e8vement l&#8217;enregistrement de <a href=\"https:\/\/www.sap.com\/france\/products\/sybase-iq-big-data-management.html\">SAP IQ<\/a> en tant que service sous Red Hat \/ systemd. Dans la mesure o\u00f9 la doc ne l&#8217;indique pas et l&#8217;assistant d&#8217;installation ne le permet pas non plus, il a fallu d\u00e9fricher un peu avant d&#8217;arriver \u00e0 une automatisation de l&#8217;arr\u00eat et du d\u00e9marrage d&#8217;un serveur IQ sur Linux. La version d&#8217;IQ utilis\u00e9e dans l&#8217;exemple :<\/p>\n<pre class=\"brush: sql; title: ; notranslate\" title=\"\">\r\n1&gt; select @@version\r\n2&gt; go\r\n @@version\r\n --------------------------------------------------------------------------------------------------\r\n SAP IQ\/16.1.040.1549\/14760\/P\/SP04.08\/Linux\/Linux64 - x86_64 - 3.10.0-327\/64bit\/2020-11-24 00:59:00\r\n<\/pre>\n<h2>Mise en place des param\u00e8tres runtime dans un fichier de configuration centralis\u00e9:<\/h2>\n<p>Ce sera plus pratique pour les adapter ensuite:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n$ vi \/opt\/sybase\/IQ-16_1\/scripts\/MONSERVEURIQ.cfg\r\n# default.cfg\r\n\r\n# ----------------------------------------------------------------------\r\n# This file contains the default IQ startup parameters.  All servers\r\n# started will default to these parameters, unless overriden by contents\r\n# of parameter list.\r\n# ----------------------------------------------------------------------\r\n# Must be in the format: One parameter [and value] per line\r\n# ----------------------------------------------------------------------\r\n\r\n-n MONSERVEURIQ\r\n-iqmc 153600\r\n-iqtc 92160\r\n-c  48m\r\n-gc 20\r\n-gd all\r\n-gl all\r\n-gm 200\r\n-gp 4096\r\n-ti 4400\r\n-gn 300\r\n-x  tcpip{port=2638}\r\n<\/pre>\n<h2>Cr\u00e9ation du fichier de config du service:<\/h2>\n<p>En tant que root \u00e9videmment:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n$ vi \/usr\/lib\/systemd\/system\/MONSERVEURIQ.service\r\n(...)\r\n[Unit]\r\nDescription=SAP IQ Server for MONSERVEURIQ \r\nAfter=network.target\r\n\r\n[Service]\r\nEnvironment=SYBASE=\/opt\/sybase\r\nEnvironment=IQDIR16=\/opt\/sybase\/IQ-16_1\r\nExecStart=\/opt\/sybase\/IQ-16_1\/bin64\/start_iq @\/opt\/sybase\/IQ-16_1\/scripts\/MONSERVEURIQ.cfg \/iqdata\/MONSERVEURIQ\/MONSERVEURIQ.db\r\nRemainAfterExit=yes\r\nOOMScoreAdjust=-1000\r\nRestart=no\r\nUser=sybase\r\nSuccessExitStatus=0\r\n\r\n[Install]\r\nWantedBy=multi-user.target\r\n<\/pre>\n<p>On retiendra surtout <em>ExecStart <\/em>qui contient la commande de d\u00e9marrage du serveur. Si on n&#8217;indique pas de ligne <em>ExecStop<\/em>, un SIGTERM sera envoy\u00e9 au processus suivi d&#8217;un SIGKILL si le process ne s&#8217;est pas arr\u00eat\u00e9 dans les 90 secondes.<br \/>\nOn pourra noter aussi la pr\u00e9sence des variables d&#8217;environnement $SYBASE et $IQDIR16 qui doivent \u00eatre valoris\u00e9es avant le d\u00e9marrage, ainsi que <em>OOMScoreAdjust=-1000<\/em> qui permet d&#8217;exclure le processus iqsrv16 de la liste des processus qui peuvent \u00eatre stopp\u00e9s par un <a href=\"https:\/\/www.kernel.org\/doc\/gorman\/html\/understand\/understand016.html\">oom-killer<\/a>. Voir d&#8217;ailleurs <a href=\"https:\/\/blog.capdata.fr\/index.php\/linux-out-of-memory-killer-oom-killer-pour-un-serveur-base-de-donnees-postgresql\/\">l&#8217;excellent article <\/a> d&#8217;Emmanuel sur ce sujet. <\/p>\n<p>Il ne reste plus qu&#8217;\u00e0 activer le service pour qu&#8217;il soit int\u00e9gr\u00e9 \u00e0 la base des services g\u00e9r\u00e9s par systemd:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n$ systemctl enable MONSERVEURIQ.service\r\nCreated symlink \/etc\/systemd\/system\/multi-user.target.wants\/MONSERVEURIQ.service \u2192 \/usr\/lib\/systemd\/system\/MONSERVEURIQ.service.\r\n<\/pre>\n<h2>Tests arr\u00eats \/ d\u00e9marrages:<\/h2>\n<p>Et enfin tester tout \u00e7a proprement:<\/p>\n<ul>\n<li>D\u00e9marrage et statut:<\/li>\n<\/ul>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n\r\n$ systemctl start MONSERVEURIQ.service\r\n\r\n$ systemctl status MONSERVEURIQ.service\r\n\u25cf MONSERVEURIQ.service - SAP IQ Server for MONSERVEURIQ \r\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/MONSERVEURIQ.service; enabled; vendor preset: disabled)\r\n   Active: active (exited) since Thu 2021-04-08 17:31:04 CEST; 23s ago\r\n  Process: 1968946 ExecStart=\/opt\/sybase\/IQ-16_1\/bin64\/start_iq @\/opt\/sybase\/IQ-16_1\/scripts\/MONSERVEURIQ.cfg \/iqdata\/MONSERVEURIQ\/MONSERVEURIQ.db (code=exited, status=0\/SUCCESS)\r\n Main PID: 1968946 (code=exited, status=0\/SUCCESS)\r\n    Tasks: 1105 (limit: 1649007)\r\n   Memory: 2.4G\r\n   CGroup: \/system.slice\/MONSERVEURIQ.service\r\n           \u2514\u25001969066 \/opt\/sybase\/IQ-16_1\/bin64\/iqsrv16 @\/opt\/sybase\/IQ-16_1\/scripts\/MONSERVEURIQ.cfg \/iqdata\/MONSERVEURIQ\/MONSERVEURIQ.db -o \/opt\/sybase\/IQ-16_1\/logfiles\/MONSERVEURIQ.0008.srvlog -hn 6\r\n\r\nApr 08 17:31:09 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Starting on port 2638\r\nApr 08 17:31:09 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: Starting on port 2638\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]:     TCPIP link started successfully\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: I. 04\/08 17:31:14.875112     TCPIP link started successfully\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]:     TCPIP link started successfully\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: I. 04\/08 17:31:14.875975 Now accepting requests\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Now accepting requests\r\nApr 08 17:31:14 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: Now accepting requests\r\nApr 08 17:31:15 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: New process id is 1969066\r\nApr 08 17:31:16 MONSERVEURIQ.capdata-osmozium.com start_iq[1968946]: Server started successfully\r\n<\/pre>\n<ul>\n<li>Arr\u00eat et statut:<\/li>\n<\/ul>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n$ systemctl stop MONSERVEURIQ.service \r\n\r\n$ systemctl status MONSERVEURIQ.service\r\n\u25cf MONSERVEURIQ.service - SAP IQ Server for MONSERVEURIQ \r\n   Loaded: loaded (\/usr\/lib\/systemd\/system\/MONSERVEURIQ.service; enabled; vendor preset: disabled)\r\n   Active: inactive (dead) since Thu 2021-04-08 17:32:49 CEST; 38s ago\r\n  Process: 1968946 ExecStart=\/opt\/sybase\/IQ-16_1\/bin64\/start_iq @\/opt\/sybase\/IQ-16_1\/scripts\/MONSERVEURIQ.cfg \/iqdata\/MONSERVEURIQ\/MONSERVEURIQ.db (code=exited, status=0\/SUCCESS)\r\n Main PID: 1968946 (code=exited, status=0\/SUCCESS)\r\n\r\nApr 08 17:32:44 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Starting shutdown of database &quot;MONSERVEURIQ&quot; (MONSERVEURIQ.db) at Thu Apr 08 2021 17:32\r\nApr 08 17:32:44 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Starting checkpoint of &quot;MONSERVEURIQ&quot; (MONSERVEURIQ.db) at Thu Apr 08 2021 17:32\r\nApr 08 17:32:44 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Finished checkpoint of &quot;MONSERVEURIQ&quot; (MONSERVEURIQ.db) at Thu Apr 08 2021 17:32\r\nApr 08 17:32:44 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: TCPIP listener on IP address 0.0.0.0:2638 is exiting\r\nApr 08 17:32:44 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: TCPIP listener on IP address (::):2638 is exiting\r\nApr 08 17:32:45 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Database &quot;MONSERVEURIQ&quot; (MONSERVEURIQ.db) stopped at Thu Apr 08 2021 17:32\r\nApr 08 17:32:45 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Completing server shutdown\r\nApr 08 17:32:46 MONSERVEURIQ.capdata-osmozium.com SQLAnywhere(MONSERVEURIQ)[1969066]: Database server stopped at Thu Apr 08 2021 17:32\r\nApr 08 17:32:49 MONSERVEURIQ.capdata-osmozium.com systemd[1]: MONSERVEURIQ.service: Succeeded.\r\nApr 08 17:32:49 MONSERVEURIQ.capdata-osmozium.com systemd[1]: Stopped SAP IQ Server for MONSERVEURIQ .\r\n<\/pre>\n<p>C&#8217;est tout pour aujourd&#8217;hui , \u00e0 bient\u00f4t sur le tech blog et n&#8217;oubliez pas de nous suivre sur <a href=\"https:\/\/www.linkedin.com\/company\/cap-data-consulting\/\">LinkedIn<\/a> ! <\/p>\n<p>~David<\/p>\n<a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-twitter nolightbox\" data-provider=\"twitter\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672&#038;text=Article%20sur%20le%20blog%20de%20la%20Capdata%20Tech%20Team%20%3A%20\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"twitter\" title=\"Share on Twitter\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/twitter.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-linkedin nolightbox\" data-provider=\"linkedin\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Linkedin\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672&#038;title=Installer%20SAP%20IQ%2016.1%20en%20tant%20que%20service%20sur%20Red%20Hat%208\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"linkedin\" title=\"Share on Linkedin\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/linkedin.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-mail nolightbox\" data-provider=\"mail\" rel=\"nofollow\" title=\"Share by email\" href=\"mailto:?subject=Installer%20SAP%20IQ%2016.1%20en%20tant%20que%20service%20sur%20Red%20Hat%208&#038;body=Article%20sur%20le%20blog%20de%20la%20Capdata%20Tech%20Team%20%3A%20:%20https%3A%2F%2Fblog.capdata.fr%2Findex.php%2Fwp-json%2Fwp%2Fv2%2Fposts%2F8672\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"mail\" title=\"Share by email\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/blog.capdata.fr\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/mail.png\" \/><\/a>","protected":false},"excerpt":{"rendered":"<p>Hello \u00e0 toutes et tous, un petit post rapide pour indiquer bri\u00e8vement l&#8217;enregistrement de SAP IQ en tant que service sous Red Hat \/ systemd. Dans la mesure o\u00f9 la doc ne l&#8217;indique pas et l&#8217;assistant d&#8217;installation ne le permet&hellip; <a href=\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\" class=\"more-link\">Continuer la lecture <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":8674,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[30,379,378],"class_list":["post-8672","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sybase","tag-linux","tag-sap-iq","tag-systemd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG\" \/>\n<meta property=\"og:description\" content=\"Hello \u00e0 toutes et tous, un petit post rapide pour indiquer bri\u00e8vement l&#8217;enregistrement de SAP IQ en tant que service sous Red Hat \/ systemd. Dans la mesure o\u00f9 la doc ne l&#8217;indique pas et l&#8217;assistant d&#8217;installation ne le permet&hellip; Continuer la lecture &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Capdata TECH BLOG\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-20T16:24:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2021\/04\/BIGDATA.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"860\" \/>\n\t<meta property=\"og:image:height\" content=\"478\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"David Baffaleuf\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Baffaleuf\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\"},\"author\":{\"name\":\"David Baffaleuf\",\"@id\":\"https:\/\/blog.capdata.fr\/#\/schema\/person\/136297da9f61d6e4878abe0f48bc5fbf\"},\"headline\":\"Installer SAP IQ 16.1 en tant que service sur Red Hat 8\",\"datePublished\":\"2021-04-20T16:24:13+00:00\",\"dateModified\":\"2021-04-20T16:24:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\"},\"wordCount\":836,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blog.capdata.fr\/#organization\"},\"keywords\":[\"linux\",\"SAP IQ\",\"systemd\"],\"articleSection\":[\"Sybase\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\",\"url\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\",\"name\":\"Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG\",\"isPartOf\":{\"@id\":\"https:\/\/blog.capdata.fr\/#website\"},\"datePublished\":\"2021-04-20T16:24:13+00:00\",\"dateModified\":\"2021-04-20T16:24:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/blog.capdata.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installer SAP IQ 16.1 en tant que service sur Red Hat 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.capdata.fr\/#website\",\"url\":\"https:\/\/blog.capdata.fr\/\",\"name\":\"Capdata TECH BLOG\",\"description\":\"Le blog technique sur les bases de donn\u00e9es de CAP DATA Consulting\",\"publisher\":{\"@id\":\"https:\/\/blog.capdata.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.capdata.fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.capdata.fr\/#organization\",\"name\":\"Capdata TECH BLOG\",\"url\":\"https:\/\/blog.capdata.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/blog.capdata.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2023\/01\/logo_capdata.webp\",\"contentUrl\":\"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2023\/01\/logo_capdata.webp\",\"width\":800,\"height\":254,\"caption\":\"Capdata TECH BLOG\"},\"image\":{\"@id\":\"https:\/\/blog.capdata.fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/cap-data-consulting\/mycompany\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.capdata.fr\/#\/schema\/person\/136297da9f61d6e4878abe0f48bc5fbf\",\"name\":\"David Baffaleuf\",\"sameAs\":[\"http:\/\/www.capdata.fr\"],\"url\":\"https:\/\/blog.capdata.fr\/index.php\/author\/dbaffaleuf\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/","og_locale":"fr_FR","og_type":"article","og_title":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG","og_description":"Hello \u00e0 toutes et tous, un petit post rapide pour indiquer bri\u00e8vement l&#8217;enregistrement de SAP IQ en tant que service sous Red Hat \/ systemd. Dans la mesure o\u00f9 la doc ne l&#8217;indique pas et l&#8217;assistant d&#8217;installation ne le permet&hellip; Continuer la lecture &rarr;","og_url":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/","og_site_name":"Capdata TECH BLOG","article_published_time":"2021-04-20T16:24:13+00:00","og_image":[{"width":860,"height":478,"url":"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2021\/04\/BIGDATA.jpg","type":"image\/jpeg"}],"author":"David Baffaleuf","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"David Baffaleuf","Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#article","isPartOf":{"@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/"},"author":{"name":"David Baffaleuf","@id":"https:\/\/blog.capdata.fr\/#\/schema\/person\/136297da9f61d6e4878abe0f48bc5fbf"},"headline":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8","datePublished":"2021-04-20T16:24:13+00:00","dateModified":"2021-04-20T16:24:13+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/"},"wordCount":836,"commentCount":0,"publisher":{"@id":"https:\/\/blog.capdata.fr\/#organization"},"keywords":["linux","SAP IQ","systemd"],"articleSection":["Sybase"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/","url":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/","name":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8 - Capdata TECH BLOG","isPartOf":{"@id":"https:\/\/blog.capdata.fr\/#website"},"datePublished":"2021-04-20T16:24:13+00:00","dateModified":"2021-04-20T16:24:13+00:00","breadcrumb":{"@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.capdata.fr\/index.php\/installer-sap-iq-16-1-en-tant-que-service-sur-red-hat-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/blog.capdata.fr\/"},{"@type":"ListItem","position":2,"name":"Installer SAP IQ 16.1 en tant que service sur Red Hat 8"}]},{"@type":"WebSite","@id":"https:\/\/blog.capdata.fr\/#website","url":"https:\/\/blog.capdata.fr\/","name":"Capdata TECH BLOG","description":"Le blog technique sur les bases de donn\u00e9es de CAP DATA Consulting","publisher":{"@id":"https:\/\/blog.capdata.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.capdata.fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/blog.capdata.fr\/#organization","name":"Capdata TECH BLOG","url":"https:\/\/blog.capdata.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/blog.capdata.fr\/#\/schema\/logo\/image\/","url":"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2023\/01\/logo_capdata.webp","contentUrl":"https:\/\/blog.capdata.fr\/wp-content\/uploads\/2023\/01\/logo_capdata.webp","width":800,"height":254,"caption":"Capdata TECH BLOG"},"image":{"@id":"https:\/\/blog.capdata.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/cap-data-consulting\/mycompany\/"]},{"@type":"Person","@id":"https:\/\/blog.capdata.fr\/#\/schema\/person\/136297da9f61d6e4878abe0f48bc5fbf","name":"David Baffaleuf","sameAs":["http:\/\/www.capdata.fr"],"url":"https:\/\/blog.capdata.fr\/index.php\/author\/dbaffaleuf\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/posts\/8672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/comments?post=8672"}],"version-history":[{"count":13,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/posts\/8672\/revisions"}],"predecessor-version":[{"id":8686,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/posts\/8672\/revisions\/8686"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/media\/8674"}],"wp:attachment":[{"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/media?parent=8672"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/categories?post=8672"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.capdata.fr\/index.php\/wp-json\/wp\/v2\/tags?post=8672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}