Updated Branches: refs/heads/4.0 e25696634 -> aa5081e17
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/Management.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/Management.po b/docs/qig/zh-TW/Management.po new file mode 100644 index 0000000..3ac08f5 --- /dev/null +++ b/docs/qig/zh-TW/Management.po @@ -0,0 +1,181 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-03-07 02:25+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "Installation of the management server" +msgstr "å®è£management server" + +#. Tag: para +#, no-c-format +msgid "" +"Now it is time to start installing CloudStack's management server and some " +"of the related components." +msgstr "ç¾å¨éè¦å®è£CloudStackçmanagement server以åç¸éå¥ä»¶" + +#. Tag: title +#, no-c-format +msgid "Database Installation and Configuration" +msgstr "å®è£åè¨å®è³æåº«" + +#. Tag: para +#, no-c-format +msgid "" +"We'll start out by installing <application>MySQL</application> and " +"configuring some options to ensure CloudStack runs well." +msgstr "é¦å ï¼å®è£ <application>MySQL</application>並è¨å®ï¼ä»¥ç¢ºä¿CloudStackè½æ£å¸¸æä½è³æåº«" + +#. Tag: para +#, no-c-format +msgid "To install <application>MySQL</application> run the following command:" +msgstr "å·è¡ä»¥ä¸æä»¤é²è¡å®è£<application>MySQL</application>" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>yum</command> -y install mysql-" +"server</userinput>" +msgstr "<prompt># </prompt><userinput><command>yum</command> -y install mysql-server</userinput>" + +#. Tag: para +#, no-c-format +msgid "" +"With <application>MySQL</application> installed we need to make a few " +"configuration changes to <filename>/etc/my.cnf</filename>. Specifically we " +"need to add the following options to the [mysqld] section:" +msgstr "<application>MySQL</application>å®è£å®æå¾ï¼éä¿®æ¹<filename>/etc/my.cnf</filename>è¨å®æªï¼æ¨å¿ é æ¼[mysqld]åå¡ä¿®æ¹å §å®¹å¦ä¸ï¼" + +#. Tag: screen +#, no-c-format +msgid "" +"\n" +"innodb_rollback_on_timeout=1\n" +"innodb_lock_wait_timeout=600\n" +"max_connections=350\n" +"log-bin=mysql-bin\n" +"binlog-format = 'ROW' \n" +" " +msgstr "\ninnodb_rollback_on_timeout=1\ninnodb_lock_wait_timeout=600\nmax_connections=350\nlog-bin=mysql-bin\nbinlog-format = 'ROW'" + +#. Tag: para +#, no-c-format +msgid "" +"Now that <application>MySQL</application> is properly configured we can " +"start it and configure it to start on boot as follows:" +msgstr "<application>MySQL</application>è¨å®å®æå¾ï¼æ¼ä½æ¥ç³»çµ±ä¸è¨å®çºéæ©å¾èªåå·è¡" + +#. Tag: screen +#, no-c-format +msgid "" +"\n" +"<prompt># </prompt><userinput><command>service</command> mysqld start</userinput>\n" +"<prompt># </prompt><userinput><command>chkconfig</command> mysqld on</userinput>\n" +" " +msgstr "\n<prompt># </prompt><userinput><command>service</command> mysqld start</userinput>\n<prompt># </prompt><userinput><command>chkconfig</command> mysqld on</userinput>\n " + +#. Tag: title +#, no-c-format +msgid "Installation" +msgstr "å®è£" + +#. Tag: para +#, no-c-format +msgid "" +"We are now going to install the management server. We do that by executing " +"the following command:" +msgstr "ç¾å¨æåå³å°éå§å®è£CloudStackçmanagement serverãæåæ¡ç¨ä»¥ä¸æä»¤éå§å®è£" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>yum</command> -y install cloud-" +"client</userinput>" +msgstr "<prompt># </prompt><userinput><command>yum</command> -y install cloud-client</userinput>" + +#. Tag: para +#, no-c-format +msgid "" +"With the application itself installed we can now setup the database, we'll " +"do that with the following command and options:" +msgstr "Management serverå®è£å®å¾ï¼æåéè¦åå§åè³æåº«ï¼å¯ä»¥éé以䏿令宿ï¼" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>cloud-setup-databases</command> " +"cloud:<replaceable>password</replaceable>@localhost --deploy-" +"as=root</userinput>" +msgstr "<prompt># </prompt><userinput><command>cloud-setup-databases</command> cloud:<replaceable>password</replaceable>@localhost --deploy-as=root</userinput>" + +#. Tag: para +#, no-c-format +msgid "" +"When this process is finished, you should see a message like \"CloudStack " +"has successfully initialized the database.\"" +msgstr "ç¶åå§åéç¨å®æå¾ï¼æ¨å°æçå°é¡ä¼¼è¨æ¯\"CloudStack has successfully initialized the database.\"" + +#. Tag: para +#, no-c-format +msgid "" +"Now that the database has been created, we can take the final step in " +"setting up the management server by issuing the following command:" +msgstr "è³æåº«å»ºç«å¾ï¼æå¾ä¸åæ¥é©æ¯è¨å®management serverï¼è«å·è¡ä»¥ä¸æä»¤ï¼" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>cloud-setup-" +"management</command></userinput>" +msgstr "<prompt># </prompt><userinput><command>cloud-setup-management</command></userinput>" + +#. Tag: title +#, no-c-format +msgid "System Template Setup" +msgstr "è¨å®ç³»çµ±æ¨¡æ¿" + +#. Tag: para +#, no-c-format +msgid "" +"CloudStack uses a number of system VMs to provide functionality for " +"accessing the console of virtual machines, providing various networking " +"services, and managing various aspects of storage. This step will acquire " +"those system images ready for deployment when we bootstrap your cloud." +msgstr "CloudStackééä¸ç³»åçç³»çµ±èæ¬æ©æä¾è¨±å¤çåè½ï¼ä¾å¦ï¼é 端ç»å ¥èæ¬æ©ãæä¾åå¼ç網路æåã以åç®¡çæ¬¡åå²ä¸çåç¨®è³æºã卿¤æ¥é©ä¸ï¼æ¨å°æäºè§£å¦ä½åå¾system VMæ¨¡æ¿ ï¼ä¸¦ç¨æ¼ä½ç½²ä¹å¾çèæ¬æ©" + +#. Tag: para +#, no-c-format +msgid "" +"Now we need to download the system VM template and deploy that to the share " +"we just mounted. The management server includes a script to properly " +"manipulate the system VMs images." +msgstr "æ¥èï¼éè¦ä¸è¼system VM 模æ¿ï¼ä¸¦å°éäºæ¨¡æ¿ä½ç½²æ¼åæå»ºç«çsecondary storageä¸ï¼ç®¡ç伺æå¨ä¸å å«ä¸åè ³æ¬å¯ä»¥æ£ç¢ºçå°å ¥system VMæ¨¡æ¿ ï¼" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</command> -m /secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput>\n" +" " +msgstr "<prompt># </prompt><userinput><command>/usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt</command> -m /secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -F</userinput>\n " + +#. Tag: para +#, no-c-format +msgid "" +"That concludes our setup of the management server. We still need to " +"configure CloudStack, but we will do that after we get our hypervisor set " +"up." +msgstr "以䏿¯management serverçå®è£åè¨å®éç¨ï¼æåä»ç¶éè¦è¨å®CloudStackï¼ä½å¨ä¹åï¼æåå¿ é åç¨hypervisor" http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/Overview.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/Overview.po b/docs/qig/zh-TW/Overview.po new file mode 100644 index 0000000..301cec4 --- /dev/null +++ b/docs/qig/zh-TW/Overview.po @@ -0,0 +1,109 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-03-07 02:17+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "Overview" +msgstr "æ¦è¿°" + +#. Tag: para +#, no-c-format +msgid "" +"Infrastructure-as-a-Service (IaaS) clouds can be a complex thing to build, " +"and by definition they have a plethora of options, which often lead to " +"confusion for even experienced admins who are newcomers to building cloud " +"platforms. The goal for this runbook is to provide a straightforward set of " +"instructions to get you up and running with CloudStack with a minimum amount" +" of trouble." +msgstr "æ¶è¨åºç¤è¨æ½å³æå(Infrastructure-as-a-Service, IaaS)é²ç«¯å¹³å°æåæ¯ä¸ä»¶è¤éçå·¥ä½ã卿¶è¨çéç¨ä¸ï¼ç³»çµ±å¾å¾æä¾äºéå¤çé¸é ï¼ä»¥è³æ¼å³ä½¿æ¯ç¶é©è±å¯çIT人å¡å¨æ¶è¨çåæä¹ææå°ååå°æãæ¬æä½æåçç®çæ¯çºäºæä¾ç°¡å®ä¸ç´è¦ºçå®è£å¼å°ï¼å¹«å©æ¨å¿«éçæ¶è¨åéè¡ä¸åç°¡æçCloudStackç°å¢" + +#. Tag: title +#, no-c-format +msgid "What exactly are we building?" +msgstr "æ¶è¨ç®æ¨" + +#. Tag: para +#, no-c-format +msgid "" +"This runbook will focus on building a CloudStack cloud using KVM with CentOS" +" 6.3 with NFS storage on a flat layer-2 network utilizing layer-3 network " +"isolation (aka Security Groups), and doing it all on a single piece of " +"hardware." +msgstr "æ¬æä½æåå°éé»ä»ç´¹å¦ä½æ¶è¨CloudStackï¼ä½¿ç¨CentOS 6.3(å ·åæNFS storage)並以KVMåçºHypervisorï¼æ¤å¤æ¡ç¨layer-2以ålayer-3ç網路åå®å ¨åéï¼ä¹å°±æ¯æè¬çSecurity Groupsï¼ï¼ææå®è£å使ç¨ä¸å°å¯¦é«ä¸»æ©" + +#. Tag: para +#, no-c-format +msgid "" +"KVM, or Kernel-based Virtual Machine is a virtualization technology for the " +"Linux kernel. KVM supports native virtualization atop processors with " +"hardware virtualization extensions." +msgstr "KVMï¼KVM, or Kernel-based Virtual Machineï¼æ¯ä¸ç¨®éå°Linuxæ ¸å¿çèæ¬åæè¡ãKVMæ¯ææ¬å°èæ¬åï¼ä½ä¸»æ©å¿ é å ·ææ¯æç¡¬é«èæ¬åç延伸ã" + +#. Tag: para +#, no-c-format +msgid "" +"Security Groups act as distributed firewalls that control access to a group " +"of virtual machines." +msgstr "Security Groupsé¡ä¼¼æ¼åæ£å¼é²ç«ççåè½ï¼å®å¯ä»¥æ§å¶ä¸çµèæ¬æ©çå忬é" + +#. Tag: title +#, no-c-format +msgid "High level overview of the process" +msgstr "æµç¨æ¦è¿°" + +#. Tag: para +#, no-c-format +msgid "" +"Before we actually get to installing CloudStack, we'll start with installing" +" our base operating system, and then configuring that to act as an NFS " +"server for several types of storage. We'll install the management server, " +"download the systemVMs, and finally install the agent software. Finally " +"we'll spend a good deal of time configuring the entire cloud in the " +"CloudStack web interface." +msgstr "å¨å¯¦éå®è£CloudStackä¹åï¼éè¦å å®è£ä½æ¥ç³»çµ±ï¼ä¸¦å°å ¶è¨å®çºä¸å°NFS伺æå¨ï¼æ¥ä¸ä¾æ¯å®è£management server並ä¸è¼ç³»çµ±èæ¬æ©æ¨¡çï¼ä»¥åå®è£agentï¼æå¾å°æè¿°å¦ä½ä½¿ç¨CloudStackçWebä»é¢è¨å®æ´åé²ç«¯å¹³å°æåã" + +#. Tag: title +#, no-c-format +msgid "Prerequisites" +msgstr "äºåæºå" + +#. Tag: para +#, no-c-format +msgid "To complete this runbook you'll need the following items:" +msgstr "å®ææ¬æä½æåææè¿°çæææä½æµç¨ï¼æ¨å¯è½éè¦ä¸åè³æºï¼" + +#. Tag: para +#, no-c-format +msgid "At least one computer which supports hardware virtualization." +msgstr "è³å°ä¸å°æ¯æ´ç¡¬é«èæ¬åç主æ©" + +#. Tag: para +#, no-c-format +msgid "" +"The <ulink " +"url=\"http://mirrors.kernel.org/centos/6.3/isos/x86_64/CentOS-6.3-x86_64-minimal.iso\">" +" CentOS 6.3 x86_64 minimal install CD </ulink>" +msgstr "CentOS 6.3å®è£ISOæª<ulink url=\"http://mirrors.kernel.org/centos/6.3/isos/x86_64/CentOS-6.3-x86_64-minimal.iso\"> CentOS 6.3 x86_64 minimal install CD </ulink>" + +#. Tag: para +#, no-c-format +msgid "" +"A /24 network with the gateway being at xxx.xxx.xxx.1, no DHCP should be on " +"this network and none of the computers running CloudStack will have a " +"dynamic address. Again this is done for the sake of simplicity." +msgstr "䏿®µclass Cç網路ï¼gatewayçºxxx.xxx.xxx.1ï¼æ¤ç¶²æ®µä¸ä¸è½å ·æDHCPï¼ææçCloudStack主æ©å¿ é 使ç¨éæ çIPä½åï¼å次強調ï¼éæ¯çºäºç°¡åå®è£ã" http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/Preface.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/Preface.po b/docs/qig/zh-TW/Preface.po new file mode 100644 index 0000000..7573d2f --- /dev/null +++ b/docs/qig/zh-TW/Preface.po @@ -0,0 +1,22 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-01-24 06:53+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "Preface" +msgstr "åº" http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/Revision_History.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/Revision_History.po b/docs/qig/zh-TW/Revision_History.po new file mode 100644 index 0000000..8498707 --- /dev/null +++ b/docs/qig/zh-TW/Revision_History.po @@ -0,0 +1,32 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-03-05 14:19+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "Revision History" +msgstr "ä¿®è¨è¨é" + +#. Tag: member +#, no-c-format +msgid "Updating for Apache CloudStack 4.0.1" +msgstr "åç´çºApache CloudStack 4.0.1" + +#. Tag: member +#, no-c-format +msgid "Initial creation of book by publican" +msgstr "åç" http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/config.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/config.po b/docs/qig/zh-TW/config.po new file mode 100644 index 0000000..c000c1b --- /dev/null +++ b/docs/qig/zh-TW/config.po @@ -0,0 +1,267 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-03-05 14:38+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "Configuration" +msgstr "系統è¨å®" + +#. Tag: para +#, no-c-format +msgid "" +"As we noted before we will be using security groups to provide isolation and" +" by default that implies that we'll be using a flat layer-2 network. It also" +" means that the simplicity of our setup means that we can use the quick " +"installer." +msgstr "å¦ä¸è¿°ï¼æ¬æåææè¿°çç°å¢å°ä½¿ç¨security groupsæä¾ç¶²è·¯éé¢çæ©å¶ï¼å æ¤æ¨çå®è£ç°å¢éè¦ä¸ålayer-2網路ï¼é乿å³èæä¾äºè¼çºç°¡æçè¨å®åå¿«éå®è£" + +#. Tag: title +#, no-c-format +msgid "UI Access" +msgstr "使ç¨UI" + +#. Tag: para +#, no-c-format +msgid "" +"To get access to CloudStack's web interface, merely point your browser to " +"http://<replaceable>172.16.10.</replaceable>2:8080/client The default " +"username is 'admin', and the default password is 'password'. You should see " +"a splash screen that allows you to choose several options for setting up " +"CloudStack. You should choose the <option>Continue with Basic Setup</option>" +" option." +msgstr "訪åCloudStackçUIï¼å é使ç¨ç覽å¨éè¡è¨ªåï¼http://<replaceable>172.16.10.</replaceable>2:8080/clienté è¨ç使ç¨è 帳èçº\"admin\"ï¼èé è¨å¯ç¢¼çº\"password\"ãç¬¬ä¸æ¬¡ç»å ¥å¾å¯ä»¥çå°æ¡è¿ç«é¢ï¼ä¸æä¾äºå ©åè¨å®CloudStackçé¸é ï¼è«é¸æ\"ç¹¼çºå·è¡åºæ¬å®è£\"" + +#. Tag: para +#, no-c-format +msgid "" +"You should now see a prompt requiring you to change the password for the " +"admin user. Please do so." +msgstr "æ¤ææ¨æè¢«è¦æ±ä¿®æ¹admin帳èçå¯ç¢¼ï¼è«æ´æ°å¾ç¹¼çºä¸ä¸åæ¥é©" + +#. Tag: title +#, no-c-format +msgid "Setting up a Zone" +msgstr "è¨å®zone" + +#. Tag: para +#, no-c-format +msgid "" +"A zone is the largest organization entity in CloudStack - and we'll be " +"creating one, this should be the screen that you see in front of you now. " +"And for us there are 5 pieces of information that we need." +msgstr "zoneæ¯CloudStack䏿大çéè¡å®ä½ï¼ä¸é¢å°æç¹¼çºæè¿°å¦ä½å»ºç«ä¸åzoneï¼æ¤æè¢å¹é¡¯ç¤ºçæ¯æ°å¢zoneçé é¢ï¼é裡éè¦æ¨æä¾ä»¥ä¸è³è¨ï¼" + +#. Tag: para +#, no-c-format +msgid "Name - we will set this to the ever-descriptive 'Zone1' for our cloud." +msgstr "å稱 - æéæè¿°æ§çå稱ï¼é裡以\"Zone1\"çºä¾" + +#. Tag: para +#, no-c-format +msgid "Public DNS 1 - we will set this to '8.8.8.8' for our cloud." +msgstr "DNS1 - è¨å®çº8.8.8.8" + +#. Tag: para +#, no-c-format +msgid "Public DNS 2 - we will set this to '8.8.4.4' for our cloud." +msgstr "DNS2 - è¨å®çº8.8.4.4" + +#. Tag: para +#, no-c-format +msgid "Internal DNS1 - we will also set this to '8.8.8.8' for our cloud." +msgstr "å §é¨DNS1 - è¨å®çº8.8.8.8" + +#. Tag: para +#, no-c-format +msgid "Internal DNS2 - we will also set this to '8.8.8.4' for our cloud." +msgstr "å §é¨DNS2 - è¨å®çº8.8.4.4" + +#. Tag: title +#, no-c-format +msgid "Notes about DNS settings" +msgstr "éæ¼DNSè¨å®" + +#. Tag: para +#, no-c-format +msgid "" +"CloudStack distinguishes between internal and public DNS. Internal DNS is " +"assumed to be capable of resolving internal-only hostnames, such as your NFS" +" serverâs DNS name. Public DNS is provided to the guest VMs to resolve " +"public IP addresses. You can enter the same DNS server for both types, but " +"if you do so, you must make sure that both internal and public IP addresses " +"can route to the DNS server. In our specific case we will not use any names " +"for resources internally, and we have indeed them set to look to the same " +"external resource so as to not add a namerserver setup to our list of " +"requirements." +msgstr "CloudStackå°DNSè¨å®åçºå §é¨åå¤é¨ãå §é¨DNSç¨æ¼è§£æå §é¨ä¸»æ©å稱ï¼ä¾å¦ï¼NFS伺æå¨ç主æ©å稱ï¼å¤é¨DNSåç¨æ¼æä¾å®¢æ¶èæ¬æ©å¤ç¶²çIPä½åè§£æãæ¨å¯ä»¥çºä¸è¿°å ©ç¨®é¡åè¼¸å ¥ç¸åçDNSï¼ä½å¿ é 確èªå §é¨åå¤ç¶²çIPä½åé½åå¨å°é該DNS伺æå¨çè·¯ç±ãæ¬æåæè¿°çç°å¢ä¸ï¼å §é¨è³æºä¸åªç¨ä¸»æ©å稱ï¼å æ¤é裡å°å ¶è¨å®çºåå¤é¨DNSä¸è´ä»¥ç°¡åå®è£æµç¨ï¼ä¸éåçºæ¤å®è£ä¸å°DNS伺æå¨ã" + +#. Tag: title +#, no-c-format +msgid "Pod Configuration" +msgstr "è¨å®pod" + +#. Tag: para +#, no-c-format +msgid "" +"Now that we've added a Zone, the next step that comes up is a prompt for " +"information regading a pod. Which is looking for 4 items." +msgstr "å°éè£¡ï¼æ¨å·²æ°å¢äºä¸åzoneï¼ä¸ä¸æ¥é©ææç¤ºæ¨è¨å®podçç¸éè³è¨" + +#. Tag: para +#, no-c-format +msgid "Name - We'll use Pod1 for our cloud." +msgstr "å稱 - é裡以\"Pod1\"çºä¾" + +#. Tag: para +#, no-c-format +msgid "" +"Gateway - We'll use <replaceable>172.16.10</replaceable>.1 as our gateway" +msgstr "Gateway - è¼¸å ¥<replaceable>172.16.10</replaceable>.1" + +#. Tag: para +#, no-c-format +msgid "Netmask - We'll use 255.255.255.0" +msgstr "Netmask - è¼¸å ¥255.255.255.0" + +#. Tag: para +#, no-c-format +msgid "Start/end reserved system IPs - we will use 172.16.10.10-172.16.10.20" +msgstr "IPç¯å - è¼¸å ¥172.16.10.10 - 172.16.10.20" + +#. Tag: para +#, no-c-format +msgid "Guest gateway - We'll use <replaceable>172.16.10</replaceable>.1" +msgstr "Guest gateway - 使ç¨<replaceable>172.16.10</replaceable>.1" + +#. Tag: para +#, no-c-format +msgid "Guest netmask - We'll use 255.255.255.0" +msgstr "Guest netmask - è¼¸å ¥255.255.255.0" + +#. Tag: para +#, no-c-format +msgid "" +"Guest start/end IP - We'll use " +"<replaceable>172.16.10.</replaceable>30-<replaceable>172.16.10.</replaceable>200" +msgstr "Guest IPç¯å - è¼¸å ¥<replaceable>172.16.10.</replaceable>30-<replaceable>172.16.10.</replaceable>200" + +#. Tag: title +#, no-c-format +msgid "Cluster" +msgstr "è¨å®cluster" + +#. Tag: para +#, no-c-format +msgid "" +"Now that we've added a Zone, we need only add a few more items for " +"configuring the cluster." +msgstr "æ¼æ°å¢zoneåpodä¹å¾ï¼å é以ä¸è³è¨è¨å®clusterï¼" + +#. Tag: para +#, no-c-format +msgid "Name - We'll use Cluster1" +msgstr "å稱 - é裡使ç¨\"Cluster1\"çºä¾" + +#. Tag: para +#, no-c-format +msgid "Hypervisor - Choose KVM" +msgstr "Hypervisor - 鏿KVM" + +#. Tag: para +#, no-c-format +msgid "" +"You should be prompted to add the first host to your cluster at this point. " +"Only a few bits of information are needed." +msgstr "æ¤æï¼ç³»çµ±ææç¤ºæ¨çºclusteræ°å¢ç¬¬ä¸å°ä¸»æ©ï¼æ¨éè¦è¼¸å ¥ä»¥ä¸è³è¨ï¼" + +#. Tag: para +#, no-c-format +msgid "" +"Hostname - we'll use the IP address <replaceable>172.16.10.</replaceable>2 " +"since we didn't set up a DNS server." +msgstr "主æ©å稱 - ç±æ¼æ²æè¨å®å §é¨DNS伺æå¨ï¼ééæå使ç¨IPä½å<replaceable>172.16.10.</replaceable>2" + +#. Tag: para +#, no-c-format +msgid "Username - we'll use 'root'" +msgstr "ç¨æ¶å¸³è - root" + +#. Tag: para +#, no-c-format +msgid "Password - enter the operating system password for the root user" +msgstr "ç¨æ¶å¯ç¢¼ - rootç¨æ¶ä¹å¯ç¢¼" + +#. Tag: title +#, no-c-format +msgid "Primary Storage" +msgstr "è¨å®Primary Storage" + +#. Tag: para +#, no-c-format +msgid "" +"With your cluster now setup - you should be prompted for primary storage " +"information. Choose NFS as the storage type and then enter the following " +"values in the fields:" +msgstr "æ ¹ææ¨ç®åçclusterè¨å®ï¼ç³»çµ±ææç¤ºæ¨è¼¸å ¥primary storageçè³è¨ãStorage typeè«é¸æNFSï¼ä¸¦è¼¸å ¥å ¶é¤ç¸éè³è¨" + +#. Tag: para +#, no-c-format +msgid "Name - We'll use 'Primary1'" +msgstr "å稱 - è¼¸å ¥\"Primary1\"" + +#. Tag: para +#, no-c-format +msgid "" +"Server - We'll be using the IP address " +"<replaceable>172.16.10.</replaceable>2" +msgstr "å稱 - éè£¡è¼¸å ¥ä¼ºæå¨çIPä½å<replaceable>172.16.10.</replaceable>2" + +#. Tag: para +#, no-c-format +msgid "Path - Well define /primary as the path we are using" +msgstr "Path - è¼¸å ¥/primary" + +#. Tag: title +#, no-c-format +msgid "Secondary Storage" +msgstr "è¨å®Secondary Storage" + +#. Tag: para +#, no-c-format +msgid "" +"If this is a new zone, you'll be prompted for secondary storage information " +"- populate it as follows:" +msgstr "å¦ææ·»å çæ¯ä¸åå ¨æ°çzoneï¼æ¨éè¦æä¾secondary storageçç¸éè³è¨" + +#. Tag: para +#, no-c-format +msgid "" +"NFS server - We'll use the IP address <replaceable>172.16.10.</replaceable>2" +msgstr "NFS伺æå¨ - è¼¸å ¥IPä½å<replaceable>172.16.10.</replaceable>2" + +#. Tag: para +#, no-c-format +msgid "Path - We'll use /secondary" +msgstr "Path - è¼¸å ¥/secondary" + +#. Tag: para +#, no-c-format +msgid "" +"Now, click Launch and your cloud should begin setup - it may take several " +"minutes depending on your internet connection speed for setup to finalize." +msgstr "ç¾å¨ï¼é»é¸\"åå\"ç¶å¾æ¨çé²ç«¯å¹³å°ç³»çµ±å°éå§éè¡è¨å®ï¼è¨å®éç¨å¯è½æéè¦å¹¾åéçæéï¼ææ ¹ææ¨ç實éç網路éåº¦èææä¸å" http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aa5081e1/docs/qig/zh-TW/kvm.po ---------------------------------------------------------------------- diff --git a/docs/qig/zh-TW/kvm.po b/docs/qig/zh-TW/kvm.po new file mode 100644 index 0000000..5f7ad3c --- /dev/null +++ b/docs/qig/zh-TW/kvm.po @@ -0,0 +1,261 @@ +# AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Isaac Chiang <isaacchi...@gmail.com>, 2013. +msgid "" +msgstr "" +"Project-Id-Version: Apache CloudStack Runbook\n" +"Report-Msgid-Bugs-To: http://bugs.cloudstack.org/\n" +"POT-Creation-Date: 2013-02-18T22:47:34\n" +"PO-Revision-Date: 2013-03-05 14:03+0000\n" +"Last-Translator: isaac.chiang <isaacchi...@gmail.com>\n" +"Language-Team: None\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Tag: title +#, no-c-format +msgid "KVM Setup and installation" +msgstr "å®è£åè¨å®KVM" + +#. Tag: para +#, no-c-format +msgid "" +"KVM is the hypervisor we'll be using - we will recover the initial setup " +"which has already been done on the hypervisor host and cover installation of" +" the agent software, you can use the same steps to add additional KVM nodes " +"to your CloudStack environment." +msgstr "æ¬æä»¶æè¿°çä½ç½²ç°å¢ä½¿ç¨KVMåçºHypervisorï¼å¾çºï¼æ¬æå°åé¡§å¦ä½è¨å®Hypervisor主æ©ï¼å ¶ä¸å¤§é¨ä»½å·¥ä½å¨è¨å®Hypervisorä¸»æ©æå®æï¼ç¶å¾æè¿°å¦ä½å®è£Agent for KVM Hypervisorãä¹å¾æ¨å¯ä»¥æç¨ç¸åçæ¥é©æ°å¢KVM Hypervisoré²å ¥CloudStackä¸" + +#. Tag: title +#, no-c-format +msgid "Prerequisites" +msgstr "äºåæºå" + +#. Tag: para +#, no-c-format +msgid "" +"We explicitly are using the management server as a compute node as well, " +"which means that we have already performed many of the prerequisite steps " +"when setting up the management server, but we will list them here for " +"clarity. Those steps are:" +msgstr "æ¬ææè¿°çç°å¢ä¸ï¼ç®¡ç伺æå¨åæåçºè¨ç®è³æºçç¯é»(Compute Node)ï¼é乿è¬èå¾å¤åç½®æ¥é©å·²ç¶å¨æ¶è¨ç®¡ç伺æå¨æå®æï¼ä½çºäºï¼æ¸ æ°èµ·è¦ï¼ééä»ååºç¸éæ¥é©ï¼" + +#. Tag: para +#, no-c-format +msgid "<xref linkend=\"sect-qig-Environment-operatingsys-network\" />" +msgstr "<xref linkend=\"sect-qig-Environment-operatingsys-network\" />" + +#. Tag: para +#, no-c-format +msgid "<xref linkend=\"sect-qig-Environment-operatingsys-hostname\" />" +msgstr "<xref linkend=\"sect-qig-Environment-operatingsys-hostname\" />" + +#. Tag: para +#, no-c-format +msgid "<xref linkend=\"sect-qig-Environment-operatingsys-selinux\" />" +msgstr "<xref linkend=\"sect-qig-Environment-operatingsys-selinux\" />" + +#. Tag: para +#, no-c-format +msgid "<xref linkend=\"sect-qig-Environment-operatingsys-ntp\" />" +msgstr "<xref linkend=\"sect-qig-Environment-operatingsys-ntp\" />" + +#. Tag: para +#, no-c-format +msgid "<xref linkend=\"sect-qig-Environment-operatingsys-repoconfig\" />" +msgstr "<xref linkend=\"sect-qig-Environment-operatingsys-repoconfig\" />" + +#. Tag: para +#, no-c-format +msgid "" +"You shouldn't need to do that for the management server, of course, but any " +"additional hosts will need for you to complete the above steps." +msgstr "æ¨å°ä¸éè¦æ¼ç®¡ç伺æå¨ä¸å次å·è¡éäºæ¥é©ï¼ç¶ç¶ï¼å¦ææ¨éè¦æ·»å é¡å¤ç主æ©ï¼ä»é 宿ä¸è¿°æ¥é©ï¼" + +#. Tag: title +#, no-c-format +msgid "Installation" +msgstr "å®è£" + +#. Tag: para +#, no-c-format +msgid "" +"Installation of the KVM agent is trivial with just a single command, but " +"afterwards we'll need to configure a few things." +msgstr "å®è£KVMçagentç¸ç¶ç°¡å®ï¼åªéè¦ä¸éå®ä¸æä»¤å³å¯ï¼ä¹å¾æåå¿ é åä¸äºè¨å®" + +#. Tag: screen +#, no-c-format +msgid "" +"<prompt># </prompt><userinput><command>yum</command> -y install cloud-" +"agent</userinput>" +msgstr "<prompt># </prompt><userinput><command>yum</command> -y install cloud-agent</userinput>" + +#. Tag: title +#, no-c-format +msgid "KVM Configuration" +msgstr "è¨å®KVM" + +#. Tag: para +#, no-c-format +msgid "We have two different parts of KVM to configure, libvirt, and QEMU." +msgstr "æåå¿ é è¨å®KVMçlibvirt以åQEMUå ©åé¨å" + +#. Tag: title +#, no-c-format +msgid "QEMU Configuration" +msgstr "QEMUè¨å®" + +#. Tag: para +#, no-c-format +msgid "" +"KVM configuration is relatively simple at only a single item. We need to " +"edit the QEMU VNC configuration. This is done by editing " +"<filename>/etc/libvirt/qemu.conf</filename> and ensuring the following line " +"is present and uncommented." +msgstr "KVMçè¨å®ç¸ç¶ç°¡æï¼åªéä¿®æ¹ä¸é è¨å®ï¼ç·¨è¼¯QEMU VNCçè¨å®æä»¶<filename>/etc/libvirt/qemu.conf</filename>並確ä¿ä»¥ä¸å §å®¹åå¨èµ·ä¸¦æ²æè¢«è¨»è§£" + +#. Tag: screen +#, no-c-format +msgid "vnc_listen=0.0.0.0" +msgstr "vnc_listen=0.0.0.0" + +#. Tag: title +#, no-c-format +msgid "Libvirt Configuration" +msgstr "Libvirtè¨å®" + +#. Tag: para +#, no-c-format +msgid "" +"CloudStack uses libvirt for managing virtual machines. Therefore it is vital" +" that libvirt is configured correctly. Libvirt is a dependency of cloud-" +"agent and should already be installed." +msgstr "CloudStack使ç¨libvirt管çèæ¬æ©ï¼å æ¤libvirtå¿ é è¨å®æ£ç¢ºãLibvirtæ¯cloud-agentæç¸ä¾çå¥ä»¶ä¸¦æè©²å·²å®è£" + +#. Tag: para +#, no-c-format +msgid "" +"In order to have live migration working libvirt has to listen for unsecured " +"TCP connections. We also need to turn off libvirts attempt to use Multicast " +"DNS advertising. Both of these settings are in " +"<filename>/etc/libvirt/libvirtd.conf</filename>" +msgstr "çºäºå ·ålive migrationçè½å ,libviryå¿ é å¾è½ä¸å®å ¨çTCPé£ç·ï¼æåä¹å¿ é éélibvirtçå¤éDNS廣æï¼éäºè¨å®åå¨<filename>/etc/libvirt/libvirtd.conf</filename>æªæ¡ä¸å¯ä»¥æ¾å°" + +#. Tag: para +#, no-c-format +msgid "Set the following paramaters:" +msgstr "è¨å®ä»¥ä¸åæ¸" + +#. Tag: programlisting +#, no-c-format +msgid "listen_tls = 0" +msgstr "listen_tls = 0" + +#. Tag: programlisting +#, no-c-format +msgid "listen_tcp = 1" +msgstr "listen_tcp = 1" + +#. Tag: programlisting +#, no-c-format +msgid "tcp_port = \"16059\"" +msgstr "tcp_port = \"16059\"" + +#. Tag: programlisting +#, no-c-format +msgid "auth_tcp = \"none\"" +msgstr "auth_tcp = \"none\"" + +#. Tag: programlisting +#, no-c-format +msgid "mdns_adv = 0" +msgstr "mdns_adv = 0" + +#. Tag: para +#, no-c-format +msgid "" +"Turning on \"listen_tcp\" in libvirtd.conf is not enough, we have to change " +"the parameters as well:" +msgstr "æ¼libvirtd.confä¸éå\"listen_tcp\"æ¯ä¸å¤ çï¼æåä»å¿ é ä¿®æ¹ä»¥ä¸åæ¸" + +#. Tag: para +#, no-c-format +msgid "On RHEL or CentOS modify <filename>/etc/sysconfig/libvirtd</filename>:" +msgstr "æ¼RHEL/CentOS è«ä¿®æ¹ <filename>/etc/sysconfig/libvirtd</filename>:" + +#. Tag: para +#, no-c-format +msgid "Uncomment the following line:" +msgstr "åæ¶ä¸åç¨å¼ç¢¼è¨»è§£" + +#. Tag: programlisting +#, no-c-format +msgid "#LIBVIRTD_ARGS=\"--listen\"" +msgstr "#LIBVIRTD_ARGS=\"--listen\"" + +#. Tag: para +#, no-c-format +msgid "On Ubuntu: modify <filename>/etc/init/libvirt-bin.conf</filename>" +msgstr "æ¼Ubuntuè«ä¿®æ¹ <filename>/etc/init/libvirt-bin.conf</filename>" + +#. Tag: para +#, no-c-format +msgid "Change the following line (at the end of the file):" +msgstr "ä¿®æ¹ä»¥ä¸æ¸è¡(æªæ¡å°¾ç«¯)" + +#. Tag: programlisting +#, no-c-format +msgid "exec /usr/sbin/libvirtd -d" +msgstr "exec /usr/sbin/libvirtd -d" + +#. Tag: para +#, no-c-format +msgid "to (just add -l)" +msgstr "çº(æ·»å -l忏)" + +#. Tag: programlisting +#, no-c-format +msgid "exec /usr/sbin/libvirtd -d -l" +msgstr "exec /usr/sbin/libvirtd -d -l" + +#. Tag: para +#, no-c-format +msgid "Restart libvirt" +msgstr "éæ°åålibvirt" + +#. Tag: para +#, no-c-format +msgid "In RHEL or CentOS:" +msgstr "æ¼RHEL/CentOS" + +#. Tag: programlisting +#, no-c-format +msgid "<command>$ service libvirtd restart</command>" +msgstr "<command>$ service libvirtd restart</command>" + +#. Tag: para +#, no-c-format +msgid "In Ubuntu:" +msgstr "æ¼Ubuntu" + +#. Tag: programlisting +#, no-c-format +msgid "<command>$ service libvirt-bin restart</command>" +msgstr "<command>$ service libvirt-bin restart</command>" + +#. Tag: title +#, no-c-format +msgid "KVM configuration complete" +msgstr "KVMè¨å®å®ç¢" + +#. Tag: para +#, no-c-format +msgid "" +"That concludes our installation and configuration of KVM, and we'll now move" +" to using the CloudStack UI for the actual configuration of our cloud." +msgstr "以ä¸å §å®¹æ¯KVMçå®è£åè¨å®ï¼ä¸é¢å°ä»ç´¹å¦ä½ä½¿ç¨CloudStack使ç¨è ä»é¢è¨å®æ´åé²ç«¯å¹³å°ã"