原創(chuàng)|使用教程|編輯:我只采一朵|2015-08-10 10:28:53.000|閱讀 337 次
概述:在某些Linux安裝中,無法通過點(diǎn)擊進(jìn)行安裝,因?yàn)榉?wù)器沒有圖形用戶界面。這種情況就需要用無人模式(Unattended Mode)去運(yùn)行安裝包.
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
相關(guān)鏈接:
在某些Linux安裝中,無法通過點(diǎn)擊進(jìn)行安裝,因?yàn)榉?wù)器沒有圖形用戶界面。這種情況就需要用無人模式(Unattended Mode)去運(yùn)行安裝包.用以下命令行運(yùn)行在安裝文件中激活無人模式:
--unattended <full path to your response file>
例如:
delivery-center-server-4.2.0-installer-linux.run --unattended /home/root/unattended.properties
unattended.properties文件包含了一些安裝時(shí)的常見問題解答。舉個(gè)例子如下:
注意:在回答文件中軟件安裝包只需要result.file屬性。
Property | Data type | Required | Description |
admin.fullname | String | Yes | 初始管理員的全稱 |
admin.password | String | Yes | 初始管理員的密碼 |
admin.username | String | Yes | 初始管理員的用戶名 |
database.engine | "BUNDLED" or "INSTALLED" | Yes | 如果需要用綁定的數(shù)據(jù)庫或安裝以前使用過的數(shù)據(jù)庫 |
database.hostname | String | Required if database.engine=INSTALLED is specified | 數(shù)據(jù)庫主機(jī)的主機(jī)名或IP地址 |
database.password | String | Required if database.engine=INSTALLED is specified | 訪問數(shù)據(jù)庫的服務(wù)器密碼 |
database.port | integer | Required if database.engine=INSTALLED is specified | 服務(wù)器連接的數(shù)據(jù)庫入口 |
database.schema | String | Required if database.engine=INSTALLED is specified | 服務(wù)器要連接的數(shù)據(jù)庫模式 |
database.type | "MYSQL", "ORACLE", or "POSTGRESQL" | Required if database.engine=INSTALLED is specified | 服務(wù)器連接的數(shù)據(jù)庫類型 |
database.username | String | Required if database.engine=INSTALLED is specified | 訪問數(shù)據(jù)庫的服務(wù)器用戶名 |
database.url | String | Required if database.engine=INSTALLED is specified | 用于連接數(shù)據(jù)庫/模式的jdbc URL |
result.file | path | Yes | 安裝結(jié)果文件的路徑,會(huì)被創(chuàng)建和填充安裝結(jié)果 |
server.dir | path | Yes | 服務(wù)器安裝的路徑 |
server.data.dir | path | Yes | 數(shù)據(jù)文件的安裝路徑 |
server.hostname | String | Yes | SDC服務(wù)器的主機(jī)名或IP地址 |
server.install.as.service | "true" or "false" | Yes | 如果服務(wù)器被當(dāng)成一個(gè)service或者用戶應(yīng)用程序 |
server.port | integer | Yes | 端口服務(wù)器應(yīng)該聽取的服務(wù)器請(qǐng)求 |
如非特別注明,文章均為本站原創(chuàng)或翻譯,轉(zhuǎn)載請(qǐng)注明轉(zhuǎn)自慧都控件網(wǎng)
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn