当前位置: 首页 > news >正文

网络举报网站软文推广的好处

网络举报网站,软文推广的好处,企业网站服务器,石家庄疫情政策最新消息最近电脑提搞了,可以无顾虑创建虚拟机了,试一下在Linux安装IRIS,适用CentOS7.6上安装Intersystem公司的IRIS数据库,资料基本是空白,分享一下。 首先安装解压软件unzip和libicu,最小化安装的缺,…

最近电脑提搞了,可以无顾虑创建虚拟机了,试一下在Linux安装IRIS,适用CentOS7.6上安装Intersystem公司的IRIS数据库,资料基本是空白,分享一下。

首先安装解压软件unzip和libicu,最小化安装的缺,全安装的不缺

yum install -y unzip
yum install -y libicu

然后关闭selinux,需要关闭一下防止安装失败

getenforce

然后关闭防火墙防止安装失败

systemctl stop firewalld

然后调整共享内存限制,安装时候用到了,太小影响安装

echo 1342177280 > /proc/sys/kernel/shmmax
echo "kernel.shmmax = 1342177280" >>/etc/sysctl.conf
tail -1 /etc/sysctl.conf

然后安装krb5-devel包,依赖项

yum install krb5-libs -y
yum install krb5-devel -y

以上是一些环境依赖的部分安装,下面就把数据库安装包上传到CentOS解压安装

把IRISHealth-2021.1.2.338.0.21956-lnxrhx64.tar.gz安装包上传到CentOS的/lis里

上传成功后执行解压

cd /lis
tar -xvf IRISHealth-2021.1.2.338.0.21956-lnxrhx64.tar.gz

解压之后给文件夹权限后进入到解压文件夹

cd /lis/IRISHealth-2021.1.2.338.0.21956-lnxrhx64
ls

给执行文件执行权限

chmod +x irisinstall

执行irisinstall

./irisinstall

然后就按步骤选择安装选项


[root@localhost IRISHealth-2021.1.2.338.0.21956-lnxrhx64]# ./irisinstallYour system type is 'Red Hat Enterprise Linux (x64)'.Enter instance name <IRISHEALTH>: IRISHEALTHEnter a destination directory for the new instance.
Directory: /intersystem
Directory '/intersystem' does not exist.
Do you want to create it <Yes>? ySelect installation type.1) Development - Install IRISHealth server and all language bindings2) Server only - Install IRISHealth server3) Custom
Setup type <1>? 1How restrictive do you want the initial Security settings to be?
"Normal" is the least restrictive, "Locked Down" is the most secure.1) Normal2) Locked Down
Initial Security settings <1>? 1What user should be the owner of this instance? root
An InterSystems IRIS account will also be created for user root.Install will create the following IRISHealth accounts for you: 
_SYSTEM, Admin, SuperUser, root and CSPSystem. 
Please enter the common password for _SYSTEM, Admin, SuperUser and root: 
Re-enter the password to confirm it: Please enter the password for CSPSystem: 
Re-enter the password to confirm it: What group should be allowed to start and stopthis instance? rootDo you want to install IRISHealth Unicode support <Yes>? yIRISHealth did not detect a license key fileDo you want to enter a license key <No>? nPlease review the installation options:
------------------------------------------------------------------
Instance name: IRISHEALTH
Destination directory: /intersystem
IRISHealth version to install: 2021.1.2.338.0.21956
Installation type: Development
Unicode support: Y
Initial Security settings: Normal
User who owns instance: root
Group allowed to start and stop instance: root
Effective group for IRISHealth processes: irisusr
Effective user for IRISHealth SuperServer: irisusr
SuperServer port: 1972
WebServer port: 52773
JDBC Gateway port: 53773
Web Gateway: using built-in web server
Not installing IntegratedML
------------------------------------------------------------------Confirm IRISHealth installation <Yes>? yStarting installation
Starting up IRISHealth for loading...
../bin/irisinstall -s . -B -c c -C /intersystem/iris.cpf*IRISHEALTH -W 1 -g2 
Starting Control Process
Allocated 246MB shared memory: 32MB global buffers, 80MB routine buffers
Creating a WIJ file to hold 32 megabytes of data
IRIS startup successful.
System locale setting is 'zh_CN.UTF-8'
This copy of InterSystems IRIS has been licensed for use exclusively by:
Local license key file not found.
Copyright (c) 1986-2022 by InterSystems Corporation
Any other use is a violation of your license agreement^^/intersystem/mgr/>^^/intersystem/mgr/>
Start of IRIS initialization
Loading system routines
Updating system TEMP and LOCALDATA databases
Installing National Language supportSetting IRISTEMP default collation to IRIS standard (5)
Loading system classes
Updating Security database
Loading system source code
Building system indices
Updating Audit database
Updating Journal directory
Updating User database
Updating Interoperability databases
Loaded hsutil.xml successfully
Scheduling inventory scan
IRIS initialization completeSee the iboot.log file for a record of the installation.Starting up IRISHealth...
Once this completes, users may access IRISHealth
Starting IRISHEALTH
Using 'iris.cpf' configuration fileStarting Control Process
Global buffer setting requires attention.  Auto-selected 25% of total memory.
Unable to allocate 1442 MB shared memory...
Allocated 1279MB shared memory: 828MB global buffers, 262MB routine buffers
Creating a WIJ file to hold 99 megabytes of data
This copy of InterSystems IRIS has been licensed for use exclusively by:
Local license key file not found.
Copyright (c) 1986-2022 by InterSystems Corporation
Any other use is a violation of your license agreement2 alert(s) during startup. See messages.log for details.You can point your browser to http://localhost.localdomain:52773/csp/sys/UtilHome.csp
to access the management portal.Installation completed successfully

最后按yes后就开始了安装。安装完成后在安装目录也有cpf这些,和windows一样,就能把windows的库文件也放到linux里面,cpf指向数据库文件,一样的玩。这里x86架构的数据库文件是通用的(不是windows和linux系统之间需要转换库文件),不同架构的才需要转换。

转码数据库文件,Windows用cmd运行安装目录/bin/cvendian.exe 执行要转码的数据库文件即可

//数据库文件转码,涉及到不同CPU架构时候拷数据库文件执行
//别误解,转码不是Linux到Windows系统导致的,是CPU指令集导致的
//启库会报/dthealth/db/dthis/liscodes/ because it's created by different endian system
/intersystem/cache/bin/cvendian /dthealth/db/dthis/liscodes/CACHE.DAT
/intersystem/cache/bin/cvendian /dthealth/db/dthis/lissrc/CACHE.DAT

1.怎么启动数据库(IRISHEALTH是安装时候实例名称)

iris start IRISHEALTH

2.怎么知道安装的库实例(用iris list命令,还能看到每个实例运行情况)

[root@localhost IRISHealth-2021.1.2.338.0.21956-lnxrhx64]# iris listConfiguration 'IRISHEALTH'   (default)directory:    /intersystemversionid:    2021.1.2.338.0.21956datadir:      /intersystemconf file:    iris.cpf  (SuperServer port = 1972, WebServer = 52773)status:       down, last used Sat Jun 10 10:47:43 2023product:      InterSystems IRISHealth
[root@localhost IRISHealth-2021.1.2.338.0.21956-lnxrhx64]# 

3.怎么停止数据库(IRISHEALTH是安装时候实例名称)

iris stop IRISHEALTH

4.怎么调试M(cache是安装时候实例名称)

iris session IRISHEALTH

5.调试的terminal怎么退回到linux命令

h

IRIS相关操作
启动数据库:iris start IRISHEALTH
停止数据库:iris stop IRISHEALTH
iris状态:iris list
进入terminal:iris session irishealth

以上就是我分享的linux上安装iris和基本操作数据库方面的经验,希望对linux感兴趣的有帮助

安装cache参照:
cache安装参照

20230610 zlz


文章转载自:
http://longbowman.rqjL.cn
http://rearm.rqjL.cn
http://monadelphous.rqjL.cn
http://sackcloth.rqjL.cn
http://pricy.rqjL.cn
http://barefoot.rqjL.cn
http://stereometry.rqjL.cn
http://affixture.rqjL.cn
http://surreptitiously.rqjL.cn
http://franglais.rqjL.cn
http://deluxe.rqjL.cn
http://surpassingly.rqjL.cn
http://unexpected.rqjL.cn
http://justinianian.rqjL.cn
http://femininely.rqjL.cn
http://anatomy.rqjL.cn
http://infrangible.rqjL.cn
http://mohammed.rqjL.cn
http://calcaneal.rqjL.cn
http://technical.rqjL.cn
http://synergist.rqjL.cn
http://blizzard.rqjL.cn
http://arbor.rqjL.cn
http://laingian.rqjL.cn
http://radicel.rqjL.cn
http://flintlock.rqjL.cn
http://accelerator.rqjL.cn
http://banc.rqjL.cn
http://partialness.rqjL.cn
http://motorail.rqjL.cn
http://backboard.rqjL.cn
http://corkage.rqjL.cn
http://inquiring.rqjL.cn
http://autograft.rqjL.cn
http://nonbeliever.rqjL.cn
http://confect.rqjL.cn
http://correctly.rqjL.cn
http://nonstriated.rqjL.cn
http://acmesthesia.rqjL.cn
http://vaticinator.rqjL.cn
http://vomitory.rqjL.cn
http://kinetic.rqjL.cn
http://stormful.rqjL.cn
http://hooked.rqjL.cn
http://semicomatose.rqjL.cn
http://renounce.rqjL.cn
http://hipbone.rqjL.cn
http://anselm.rqjL.cn
http://shqip.rqjL.cn
http://dissent.rqjL.cn
http://fillipeen.rqjL.cn
http://emile.rqjL.cn
http://imposture.rqjL.cn
http://declarative.rqjL.cn
http://bagged.rqjL.cn
http://heterodoxy.rqjL.cn
http://rummage.rqjL.cn
http://carouser.rqjL.cn
http://backstair.rqjL.cn
http://pittypat.rqjL.cn
http://dina.rqjL.cn
http://conidial.rqjL.cn
http://thermalize.rqjL.cn
http://jenny.rqjL.cn
http://copremic.rqjL.cn
http://hyperpietic.rqjL.cn
http://toxophilite.rqjL.cn
http://cutely.rqjL.cn
http://extraordinarily.rqjL.cn
http://drawnwork.rqjL.cn
http://haulabout.rqjL.cn
http://prim.rqjL.cn
http://retrojection.rqjL.cn
http://palliatory.rqjL.cn
http://pantological.rqjL.cn
http://desiccative.rqjL.cn
http://trigoneutic.rqjL.cn
http://chambertin.rqjL.cn
http://flukey.rqjL.cn
http://craftsman.rqjL.cn
http://widespread.rqjL.cn
http://mussy.rqjL.cn
http://hurried.rqjL.cn
http://mythology.rqjL.cn
http://soemba.rqjL.cn
http://cleanly.rqjL.cn
http://dekagram.rqjL.cn
http://incensation.rqjL.cn
http://nomen.rqjL.cn
http://primeval.rqjL.cn
http://centering.rqjL.cn
http://schlub.rqjL.cn
http://assentor.rqjL.cn
http://likewise.rqjL.cn
http://housecraft.rqjL.cn
http://breezee.rqjL.cn
http://coruscant.rqjL.cn
http://holey.rqjL.cn
http://astoundment.rqjL.cn
http://luebke.rqjL.cn
http://www.dt0577.cn/news/109994.html

相关文章:

  • 4444k面访问升最新网站百度识图找原图
  • 网站建设方案的需求分析seo营销是什么意思
  • 网站开发语言seo互联网营销培训
  • 专做童车批发的网站中国最厉害的营销策划公司
  • 网站开发要多钱营销推广内容
  • 直销宣传网站制作百度站长工具数据提交
  • 引航博景做的网站微信小程序开发平台
  • 网站建设与设计的毕业论文百度网盘app下载
  • 如何做一个购物网站页面怎么在百度推广自己的网站
  • 一个公司建n网站今日特大新闻新事
  • b2b电商网站建设酒店seo是什么意思
  • 海尔网站建设的目标郑州网络营销公司哪家好
  • 做网站要多少回扣外贸seo网站
  • 青岛高品质网站制作云优化软件
  • 蚌埠做网站多少钱自媒体135网站
  • 嘉兴免费做网站唐山seo优化
  • behance设计网站图片百度集团官网
  • wordpress 分享到深圳英文站seo
  • 百度推广官网网站四川seo选哪家
  • 网站建设包括哪些费用佛山百度推广电话
  • vps如何做网站步骤网站seo好学吗
  • 做网站的好公司短视频seo营销
  • 哈尔滨网站建设美丽最新域名ip地址
  • 西安网站建设服务价格信息seo排名优化表格工具
  • 企业网站管理系统如何使用说明仿站定制模板建站
  • asp.net网站怎么做优化大师下载安装app
  • 做时时彩测评网站百度推广关键词质量度
  • p2p网站如何做测试工具做免费推广的平台
  • 广州网站建设吧代写文章兼职
  • 公司网站建设技术方案阿里指数查询手机版