CloudFusion Installation Guide

Size: px
Start display at page:

Download "CloudFusion Installation Guide"

Transcription

1 CloudFusion Installation Guide Version InfinitiesSoft Solutions Inc.

2 Contents 1. Software and Hardware Requirements 1.1 Operating System Requirements 1.2 Hardware Requirements 2. Installation Preparation 2.1CloudFusion Root Folder Creation 2.2 Java Version Validation 2.3 PostgreSQL Database Installation 3. Installation Abstract 4. CloudFusion Installation Package Setup 5. CloudFusion Database Setup 6. CloudFusion Configuration 6.1 Pre setting notes 6.2 ActiveMQ Connection Setup 6.3 CloudFusion Database Connection Setup 6.4 QuartzDB Database Connection Setup 7. Skyport Configuration 7.1 Notes before configuration 1

3 7.2 Setting the name for Skyport 7.3 VNC CONNECTION SETUP 7.4 Skyport GUI Display Setup 8. Sequence of service activation 9. Service Activation 9.1 Apache ActiveMQ Service 9.2 Apache Tomcat Service 9.3 Infinities Skyport Service 10. Sequence to shut down the service 11. Service Shutdown 11.1 Apache ActiveMQ Service 11.2 Apache Tomcat Service 11.3 Infinities Skyport Service 12. Service Restart 12.1 Apache ActiveMQ Service 12.2 Apache Tomcat Service 12.3 Infinities Skyport Service 13. Service Status Display 13.1 Apache ActiveMQ Service 13.2 Apache Tomcat Service 2

4 13.3 Infinities Skyport Service 14. Skyport Operation 14.1 GUI Operation Setup 14.2 Web Page Operation Setup 14.3 Examples of Multi Platform Cloud Clustering 15. CloudFusion Operation Update License of CloudFusion: 16. Service Version Inquiry 16.1 Apache ActiveMQ Service 16.2 Apache Tomcat Service 16.3 Infinities Skyport Service 16.4 Infinities CloudFusion Application 17. Information Retrieval of Public Cloud Connection 17.1 IBM SoftLayer 17.2 Amazon EC Microsoft Azure 17.4 Alibaba Cloud: Aliyun 18. VM Configuration for Hybrid Cloud Access through VNC/RDP/SSH 18.1 VMware 19. Access Permission Configuration of Public Cloud API Policy 3

5 19.1 Amazon EC2 20. Frequently Asked Questions and Troubleshooting 20.1 Attention of Skyport Update 20.2 Attention of Multi Skyport Configuration 20.3 Validation of System Time Calibration 20.4 Skyport Environment Setup of the Hosts File 20.5 ActiveMQ Failure Troubleshooting 20.6 Data Synchronization Problem of CloudFusion and Skyport 20.7 Accessing VMware ResourcePool through Skyport 4

6 1. Software and Hardware Requirements Before installing CloudFusion, please check through software and hardware requirements to make sure all resources can meet the specification. 1.1 Operating System Requirements Microsoft Windows 7, Linux CentOS Desktop 5.5, SUSE Linux Enterprise 11 SP3, Linux Ubuntu Desktop 10.10, Linux Ubuntu Desktop (*All operating system packages must support GUI.) 1.2 Hardware Requirements Environment and Condition of ActiveMQ & Tomcat & Skyport Installed on Physical Machine (Host) Interworking with 1~2 Clouds Interworking with more than 2 Clouds One Machine Installation CPU: 2 cores + RAM: 4 GB + Storage: 100 GB + CPU: 4 cores + RAM: 8 GB + Storage: 100 GB + Distributed 2 or 3 Machine Installation CPU: 2 cores + RAM: 4 GB + Storage: 100 GB + CPU: 4 cores + RAM: 8 GB + Storage: 100 GB + Environment and Condition of ActiveMQ & Tomcat & Skyport Installed on Virtual Machine (Guest) Interworking with 1~2 Clouds One Machine Installation CPU: 2 cores + RAM: 8 GB + Storage: 100 GB + Distributed 2 or 3 Machine Installation CPU: 2 cores + RAM: 8 GB + Storage: 100 GB + 5

7 Interworking with more than 2 Clouds CPU: 4 cores + RAM: 16 GB + Storage: 100 GB + CPU: 4 cores + RAM: 16 GB + Storage: 100 GB + Note: Installation procedure will be illustrated by the example based on GUI supported version of Linux / Ubuntu 10.10, as well as the use of terminal commands for certain operation. 6

8 2. Installation Preparation 2.1 CloudFusion Root Folder Creation Under /home, create a folder named infinities, working as a main folder. Type the following command to create it. #mkdir /home/infinities Note: You can choose different name for the folder. Hereinafter, main folder means the folder created in this step. We will start the installation with main folder. Please change the working directory to it first. Command to change folder is #cd /home/infinities. Command to verify current working folder is #pwd. 7

9 2.2 Java Version Validation Verify if Oracle Java JDK/JRE 7.x has already been installed. Command to query Java version is #java version. 2.3 PostgreSQL Database Installation CloudFusion supports fixed version of PostgreSQL 9.3. If your operating system has installed PostgreSQL 9.3, please skip this step. There are different mirrors to download PostgreSQL for variant OS versions through URL Choose the one that suits your operating system. Look for Graphical installer item on the page, select the Download URL to download the setup. Download the suitable version according to your operating system. 8

10 9

11 Follow the instructions to proceed. 10

12 11

13 12

14 3. Installation Abstract This installation guide is applicable to specific version CloudFusion x.x.x. Steps of installation procedure are listed below: To set up CloudFusion installation package, please refer to Chapter 4. CloudFusion Installation Package Setup. To configure CloudFusion, please refer to Chapter 6 CloudFusion Configuration. To set up database for CloudFusion operation, please refer to Chapter 5 CloudFusionDatabase Setup. To configure Skyport, please refer to Chapter 7 Skyport Configuration. To activate respective service, please refer to Chapter 8 Service Activation Sequence and Chapter 9 Service Activation. To set up Skyport connection and operation, please refer to Chapter 14 Skyport Operation. 13

15 To operate on basic functions after finished with configuration, please refer to Chapter 15 CloudFusion Operation. To update CloudFusion License, please refer to Chapter 15 CloudFusion Operation. 14

16 4. CloudFusion Installation Package Setup Put the file named CloudFusion x.x.x.zip, which is found in InfinitiesSoft under main folder. After putting the file, check the main folder using command #ls al, to check whether the file exists. Decompress CloudFusion x.x.x.zip under main folder by executing the command #unzip CloudFusion x.x.x.zip. After file decompression is done, check decompressed contents under main folder by executing command #ls al CloudFusion x.x.x 15

17 CloudFusion x.x.x Installation folder structure: Folder Description activemq tomcat skyport Service for data and message exchange between ServiceCloudFusion and Skyport. tomcat skyport Web Application Server to execute CloudFusion task. CloudFusion Engine for communication with lower layer (e.g., Xen, EC2) of cloud platform. Note: Any inquiries regarding the respective service version under Installation folder, please refer to Chapter 16 Service Version Query.. 16

18 5. CloudFusion Database Setup We need to create two sets of configuration for two databases, respectively named cloudfusion, and quartzdb, illustrated as an example by pgadmin GUI. To create a new database connection setup, click the button indicated by the red square below. 17

19 Key in the required information to access database server. Note: Information Name Description Server connection name (regardless of language), e.g., CloudFusion_DB. Host IP Address of database server, e.g., Port Port number of database server, e.g., 5432 Username Password Account of database server, e.g., postgres Password of database server, e.g., ex. password 18

20 The configuration of the database is done. To create a new database, right click database then from the pop up menu select New Database. 19

21 Then create two databases named cloudfusion, and quartzdb using the New Database function. 20

22 The picture shows when the creation process is done. Note: Database name for CloudFusion should be strictly followed as it was required by the file IssInitParams.properties. In case you choose different name in this step, you need to modify IssInitParams.properties file too. Otherwise, system will not operate accordingly. To make any changes in the configuration, please refer to Chapter 6 CloudFusion Configuration. for details. 21

23 6. CloudFusion Configuration 6.1 Pre setting notes Attributes configuration file is located in tomcat/infinities folder. To configure the attributes, open and edit tomcat/infinities/issinitparams.properties. 6.2 ActiveMQ Connection Setup Configuration contents are illustrated below: # ActiveMQ attribute camel.timetolive = 3000 camel.hostname = CloudFusion brokerurl = tcp:\/\/ IP : PORT Note: Attributes IP Description Configure the IP address of ActiveMQ service. If both ActiveMQ service and CloudFusion are installed in the same location, this attribute can be set as localhost. PORT To set the port number of ActiveMQ service. If the port number of ActiveMQ service is changed, there is a need to change this attribute accordingly. Otherwise, it will not work correctly. An example of port number is

24 6.3 CloudFusion Database Connection Setup Configuration contents are illustrated below: # Jdbc attribute jdbc.initializedatabase = true jdbc.driverclassname = org.postgresql.driver jdbc.url = jdbc:postgresql:\/\/ IP : PORT \/ DB jdbc.username = ACCOUNT jdbc.password = PASSWORD jdbc.maxactive = 100 jdbc.maxidle = 30 (You May skip the rest) Note: Attributes IP Description Configure IP address of database server. If both database server and CloudFusion are installed in the same location, this attribute can be set as localhost. PORT Configure port number of database server. If port number of database server is changed, you have to change this attribute accordingly. Otherwise, it will not work correctly. An example of port number is DB Configure the name of database. If the name of database is changed, you have to change this attribute accordingly. Otherwise, it will not work correctly. An example of name for the database is cloudfusion. 23

25 ACCOUNT Configure account for database connection. Ex. postgres. PASSWORD Configure password of database connection. Ex. password. 6.4 QuartzDB Database Connection Setup Configuration contents are illustrated below: (You may skip the content above) org.quartz.jobstore.clustercheckininterval = org.quartz.datasource.myds.driver = org.postgresql.driver org.quartz.datasource.myds.url = jdbc:postgresql:\/\/ IP : PORT \/ DB org.quartz.datasource.myds.user = ACCOUNT org.quartz.datasource.myds.password = PASSWORD org.quartz.datasource.myds.maxconnections = 5 org.quartz.datasource.myds.validationquery = select 0 from qrtz_locks Note: Attributes Description IP Configure IP address of database server. If both database server and CloudFusion are installed in the same location, this attribute can be set as localhost. PORT Configure port number of database server. If port number of database server is changed, you have to change this attribute 24

26 accordingly. Otherwise, it will not work correctly. An example of port number is DB Configure the name of database. If the name of database is changed, you have to change this attribute accordingly. Otherwise, it will not work correctly. An example of database name is quartzdb. ACCOUNT Configure account for database connection. Ex. postgres. PASSWORD Configure password of database connection. Ex. password. 25

27 7. Skyport Configuration 7.1 Notes before configuration Respective attributes files are located under skyport/config folder. 7.2 Setting the name for Skyport Open and edit CamelHandler.properties file Configuration contents are illustrated below: #Skyport name must unique in cluster skyport.name= NAME consumer.jms.options=asyncstartlistener=true& asyncconsumer=true&concurrentconsumers=10& maxconcurrentconsumers=20& selector=skyportname=' NAME ' Note: Attribute Description NAME If Skyport is installed on multiple machines in the same CloudFusion management domain, you have to assign name for Skyport, and the the name must be different to avoid confusion and duplication within the same. Suppose two machines have Skyport installed. The first machine can be named 26

28 SkyportCamel Local and the second one can be named SkyportCamel Remote. 2. Name of the two attributes inside this configuration file for this machine must be the same, for example, SkyportCamel. Attention! Once Skyport is already synced with CloudFusion and initialization completed, DO NOT change Skyport name any more. Otherwise, it will cause system to operate abnormally. 27

29 7.3 VNC CONNECTION SETUP Open and edit websockify.xml File. Configure the contents as below: <?xml version='1.0' encoding='utf 8'?> <ConnectorSet> <Connector mode="local" protocol="http/1.1" ip=" IP " (You may skip the rest) Note: Attribute IP Description To configure public IP address of Skyport environment. If public IP is not set, CloudFusion will not be able to be switch on the VNC connection remotely on the virtual machine. Ex. IP configuration is

30 7.4 Skyport GUI Display Setup Open and edit skyport.properties file. Configure the contents as below: ui.enabled= TF profile.key=gsodo9hagldh09ccaxeq0w== #hazelcast or disabled cluster.delegate=disabled timezone=gmt+8\:00 limit.max=0 cache.enabled=true async.recover=true Note: Attributes TF Description 1. This attribute determines if you are able to operate Skyport through console GUI. For example, you set it to true to allow console GUI. 2. The attribute values are applied as follows: If true, you will be able to operate Skyport through console GUI. 29

31 If false, you can only operate Skyport through Web UI. Attention! By default, Skyport can be operated with Web UI. 8. Sequence of service activation Apache ActiveMQ Service Apache Tomcat Service Infinities Skyport Service 30

32 9. Service Activation 9.1 Apache ActiveMQ Service Execute following command to activate ActivateMQ service: #./CloudFusion x.x.x/activemq/bin/activemq start Note: To validate whether the service is successfully activated, please refer to Chapter 13 Service Status Display. URL to access ActiveMQ: Public IP:8161/admin/queues.js (Default login account: admin/admin) 31

33 9.2 Apache Tomcat Service Execute following command to activate Tomcat service #./CloudFusion x.x.x/tomcat/bin/startup.sh Note: To validate whether the service is successfully activated, refer to Chapter 13 Service Status Display. URL to access Tomcat: Public IP:8080/cloudfusion 32

34 9.3 Infinities Skyport Service Execute following command to activate Skyport service#./cloudfusion x.x.x/skyport/bin/skyport start Note: To validate whether the service is successfully activated, please refer to Chapter 13 Service Status Display. To set up Skyport connection and operation, please refer to Chapter 14 Skyport Operation. 33

35 10. Sequence to shut down the service Infinities Skyport Service Apache Tomcat Service Apache ActiveMQ Service 34

36 11. Service Shutdown 11.1 Apache ActiveMQ Service Execute following command to stop ActiveMQ service: #./CloudFusion x.x.x/activemq/bin/activemq stop Note: To validate whether the service is successfully stopped, please refer to Chapter 13 Service Status Display Apache Tomcat Service Execute following command to stop Tomcat service: #./CloudFusion x.x.x/tomcat/bin/shutdown.sh Note: To validate whether the service is successfully stopped, please refer to Chapter 13 Service Status Display. 35

37 11.3 Infinities Skyport Service Execute following command to stop Skyport service: #./CloudFusion x.x.x/skyport/bin/skyport stop Note: To validate whether the service is successfully stopped, please refer to Chapter 13 Service Status Display. 36

38 12. Service Restart 12.1 Apache ActiveMQ Service Execute following command to restart ActiveMQ service: #./CloudFusion x.x.x/activemq/bin/activemq restart Note: To validate whether the service is successfully stopped, please refer to Chapter 13 Service Status Display Apache Tomcat Service Execute following command sequence to restart Tomcat service: Service Shutdown Service Activation 37

39 Note: To validate whether the service has successfully restarted, please refer to Chapter 13 Service Status Display Infinities Skyport Service Execute following command to restart Skyport service: #./CloudFusion x.x.x/skyport/bin/skyport restart Note: To validate whether the service is successfully restarted, please refer to Chapter 13 Service Status Display. 38

40 13. Service Status Display 13.1 Apache ActiveMQ Service Access following URL to test: Public IP:8161 Service Activation Display is shown as following figure. 39

41 Service Shutdown Display is shown below. Users will see the browser caption: This web page is not available. 40

42 13.2 Apache Tomcat Service Access following URL to test: Public IP:8080 Service Service 41

43 13.3 Infinities Skyport Service Access following URL to test: Public IP:8085 Service Activation Display is shown as following figure. 42

44 Service Shutdown Display is shown as following figure. You will see the following browser caption: This web page is not available. 43

45 14. Skyport Operation 14.1 GUI Operation Setup Note: Procedure in this chapter will be based on TF configuration that is illustrated in Chapter 7.4 Skyport GUI Display Setup as an example To add a new cloud connection, select [Add] button indicated in red rectangle Setup of cloud connection, e.g., to connect VMWARE is illustrated below: Name: vmware Description: Test vmware Driver: vmware pool driver Server: pool manager IP, e.g., (vcenter IP) User: root (login account) Password: ******* (login password) Domain: pool manager IP,ex (vcenter IP) 44

46 Select [Test] button to verify the connection A connection success is i A failed connection will be shown like the illustration below. 45

47 46

48 If the connection is successful, click the [OK] button Execute the API named gettemplatelist to verify validity of the data. The procedure is listed below: Select [Testing]. Select [any designated cloud cluster] from the drop down menu. 47

49 Select [gettemplatelist] from the options shown. Select [Submit] button. Check the response text box. The picture shown an example of a normal connection. 48

50 Below is another example of any error detected. If the error message is shown in the response textbox, it means Skyport is under the process of data collection. You need to wait for 1~2 minutes before you check again. Error message of this case: [{"RES":"FALSE","REASON":"java.lang.IllegalStateException: collecting data, please try later"}] 49

51 14.2 Web Page Operation Setup Note: URL: Public IP:8085 admin/ Login to Skyport management interface. Default account and password is To add a new connection, select [New] item (as indicated in the red rectangle below). 50

52 VMWARE Setup configuration data for cloud cluster connection, e.g., to connect Pool name: vmware Description: Test vmware Driver: vmware pool driver Server IP: pool manager IP,ex (vcenter IP) Login name: root (login account) Password: ******* (login password) Domain: pool manager IP,ex (vcenter IP) Select [Test Connection] button to verify the connection. A connection 51

53 A connection 52

54 Once the connection is successful, click [Create Pool] button. 53

55 Execute the API named gettemplatelist to verify the data validity. The procedure is listed as below: Select [VM Pool] icon. Select [any designated cloud] item. Select [API] item. Select [gettemplatelist] API item. Select [Call API] button. Select [data] item to expand the data tree. Following figure is a example of a successful Call API execution. A connection success is illustrated as below. 54

56 Below is another example of error. If the error message appears, it means Skyport is collecting data. You need to wait for 1~2 minutes before you check again. The error in this case is: [{"RES":"FALSE","REASON":"java.lang.IllegalStateException: collecting data, please try later"}] 55

57 14.3 Examples of Multi Platform Cloud Clustering Name (Pool name) Description Driver Server (Server IP) Determined by yourself. Determined by yourself. Choose the configured hypervisor driver. cake: hypervisor IP or hostname scvmm: hypervisor IP or hostname xen: hypervisor IP or hostname vmware: hypervisor IP or hostname openstack: hypervisor IP or hostname rhev: hypervisor IP or hostname softlayer: api.softlayer.com/rest/v3 ec2: ec2 aliyun: azure: CLOUD SERVICES NAME ex. DemoServiceWin User (Login name) cake: Center login name ex. admin scvmm: scvmm login name ex. Administrator xen: Xen Server login name ex. root vmware: vcenter Server login name ex. root, *instead of ESXi host username. openstack: project login name ex. admin rhev: rhevm login name ex. admin softlayer: refer to 17.1 IBM SoftLayer. 56

58 ec2: refer to 17.2 Amazon EC2. azure: refer to 17.3 Microsoft Azure. aliyun: refer to 17.4 Alibaba Cloud: Aliyun. Password cake: configure the account and password of chosen hypervisor. scvmm: configure the account and password of chosen hypervisor. xen: configure the account and password of chosen hypervisor. vmware: configure the account and password of chosen hypervisor. openstack: configure the account and password of chosen hypervisor. rhev: configure the account and password of chosen hypervisor. softlayer: refer to 17.1 IBM SoftLayer. ec2: refer to 17.2 Amazon EC2. azure: refer to 17.3 Microsoft Azure. aliyun: refer to 17.4 Alibaba Cloud: Aliyun. Domain cake: IP scvmm: IP xen: IP vmware: IP openstack: project name rhev: internal softlayer: softlayer ec2: ec2 57

59 aliyun: cn shenzhenor or else. azure: East USor or else. 58

60 15. CloudFusion Operation Following procedure is a tutorial based on the service that has been successfully activated. For any troubleshooting regarding abnormal operation after service activation, please refer to Chapter 20 Frequently Asked Questions and Troubleshooting. Login to CloudFusion through administrator account: (administrator s account/password: admincreator / admin123) Note: The current password of administrator account (Admincreator) of CloudFusion platform is not allowed to be modified. 59

61 Update License of CloudFusion: Select [License Update] item. Click [Select File] button and select CloudFusion.ser, the software authorization file provided by InfinitiesSoft. Select [Upload] button 60

62 Skyport is an accessory software for CloudFusion. It can list the corresponding Skyport to the CloudFusion, and for Admincreator to determine which Skyport to be connected. After Skyport configuration is done, the system will synchronize Skyport with configured Pool and then define it as cloud by CloudFusion. Admincreator will be able to manage and control the cloud through this configuration for this platform by following the instruction below: Select [Hypervisor] item. Check or uncheck designated cloud. 61

63 To create a new organization configuration data and account for a company or personnel, please follow the steps below. Select [Company]. Select [New company]. Fill in information of the company. Click the [Create] button. To modify configuration of existing cloud of the company, please follow the steps below. 62

64 Select [Company]. Select [any designated company]. Select [Resource]. Check or uncheck any company shown. Specify each resource capacity for the resource pool. Select [Update] button 補充說明 : 其它相關操作說明, 可參考 CloudFusion 操作手冊 欲刪除任何雲平台之前, 平台管理者應主動告知各租戶管理者刪除通知 63

65 刪除雲平台正常流程 : 租戶取消納管雲端群 (CloudFusion 平台管理者 ) 取消訂閱雲端群 (CloudFusion 平台管理者 ) 刪除雲端群 (Skyport 平台管理者 ) 16. Service Version Inquiry 16.1 Apache ActiveMQ Service Execute the command below to check the version: #./CloudFusion x.x.x/activemq/bin/activemq version 64

66 16.2 Apache Tomcat Service Execute the command below to check the Tomcat version: #./CloudFusion x.x.x/tomcat/bin/version.sh 65

67 16.3 Infinities Skyport Service Execute the command below to check the Skyport service version: #cat CloudFusion x.x.x/skyport/config/wrapper.conf grep version 16.4 Infinities CloudFusion Application Operation procedure: Login through account of CloudFusion administrator or any user, e.g., platform administrator s account/password: admincreator / admin123. Select [Login] at the bottom of the navigation panel to expand its submenu. Select [About]. 66

68 17. Information Retrieval of Public Cloud Connection 17.1 IBM SoftLayer Management Web URL: e.g., account/password: SL123456/password 67

69 Step to acquire Skyport login name: Login to SoftLayer management interface using the registered account, e.g., SL Steps to acquire Skyport Password: Login to Softlayer management interface. Select Login name at top right corner, e.g., PITT CHEN. Look for API Access Information then copy the Authentication Key. 68

70 17.2 Amazon EC Management Web URL: e.g., account/password: 69

71 Steps to acquire information of Skyport User (Login name): Login to EC2 management interface. Select Security Credentials from the drop down menu at top right corner. Then select Access Keys (Access Key ID and Secret Access Key). 70

72 Step to acquire Skyport Password: **When creating a set of Access Keys only one Secret Access Key will be given to you. Please, keep it properly. If you ever lost it, you will have to register again to get a new key. 71

73 17.3 Microsoft Azure Management interface URL: us/account/ e.g., account/password: gmail.com/password 72

74 Procedure to acquire and input information of Skyport User (Login name): Login to Azure management interface. Select Subscriptions item at left navigation panel. Copy the content in the Subscription ID column. 73

75 Step to acquire Skyport Password: Login to Azure management interface. Access URL: System will download the credentials file immediately. After the download is finished, put the file under any folder in the Skyport, e.g., /home/cloudfusion. Input entire file address as the attribute value for Skyport Password, /home/cloudfusion/pay As You Go credentials.publishsettings Alibaba Cloud: Aliyun Management interface URL: 74

76 e.g., account/password: Step to acquire Skyport User login name: Login to Aliyun management interface. Select AccessKeys. Copy content in the Access Key ID column Procedure to acquire and input information of Skyport Password: Login to Aliyun management interface. Select AccessKeys at the menu bar. 75

77 Click the Show highlighted text at Access Key Secret column (indicated by the red rectangle below) to copy the password. 18. VM Configuration for Hybrid Cloud Access through VNC/RDP/SSH 18.1 VMware You have to switch on each esxi. Configuration is shown as follows: Select [Home] > [Hosts and Clusters] item. Select [any esxi] item. 76

78 Select [Configuration]. Select [Security Profile]. Select [Properties...]. Check [VM serial port connected over...] option. Click [OK] button. 77

79 78

80 19. Access Permission Configuration of Public Cloud API Policy 19.1 Amazon EC2 All privileges of API are all opened for main account by default. If API is accessed through another account, you must configure API access permission for that account. Configuration is shown below: Select [Services]. Select [Security & Identity] at All AWS Services column. Select [IAM] item. Select [Users] item. 79

81 Select [any account to configure for] item, e.g., issuser_qa. 80

82 Select [Permissions] Select [Attach Policy] Select [any account to configure for] Select [Attach Policy] button 81

83 20 CloudFusion 各服務及混合雲平台需要開通的 Port 資訊 20.1 CloudFusion 各服務預設使用的 Port 資訊 服務名稱 Port 說明 CloudFusion Web 8080 瀏覽器連接 CloudFusion Web 介面預設使用的 Port Skyport Web 8085 瀏覽器連接 Skyport Web 介面預設使用的 Port ActiveMQ Web 8161 瀏覽器連接 ActiveMQ Web 介面預設使用的 Port ActiveMQ 端口 透過此 Port 進行 CloudFusion 與 Skyport 的資料傳遞與接收 20.2 VMware 雲平台預設使用的 Port 資訊 服務名稱 :CloudFusion 串接 VMware 操作虛擬機連線 Port:5901 ~ 5964 說明 :CloudFusion 透過 port 呼叫 Skyport 給予虛擬機連線,Skyport 則呼叫 vcenter API 並使用 ESXi 5901~5964 其中一個 port, 再根據 vcenter 回傳的資訊建立 VNC 連線 URL, 並透過 port 回傳 CloudFusion 彈出連線視窗 20.3 RHEVM 雲平台預設使用的 Port 資訊 服務名稱 :CloudFusion 串接 RHEVM 操作虛擬機連線 Port:5901 ~ 5964 說明 :CloudFusion 透過 port 呼叫 Skyport 給予虛擬機連線,Skyport 則呼叫 RHEVM API 並使用 RHEVH 5901~5964 其中一個 port, 再根據 RHEVM 回傳的資訊建立 VNC 連線 URL, 並透過 port 回傳 CloudFusion 彈出連線視窗 82

84 20.4 Xen 雲平台預設使用的 Port 資訊 服務名稱 :CloudFusion 串接 Xen 操作虛擬機連線 Port: 說明 :CloudFusion 透過 port 呼叫 Skyport 給予虛擬機連線,Skyport 則呼叫 Xen API, 再根據 Xen 回傳的資訊建立 VNC 連線 URL, 並透過 port 回傳 CloudFusion 彈出連線視窗 20.5 OpenStack 雲平台預設使用的 Port 資訊 服務名稱 :CloudFusion 串接 OpenStack 操作虛擬機連線 Port:6081 說明 :CloudFusion 透過 port 呼叫 Skyport 給予虛擬機連線,Skyport 則呼叫 OpenStack nova API, 再根據 OpenStack 回傳的資訊建立 VNC 連線 URL(nova xvp vnc 預設 port 6081), 並透過 port 回傳 CloudFusion 彈出連線視窗 20.6 SCVMM 2012 雲平台預設使用的 Port 資訊 服務名稱 :CloudFusion 串接 SCVMM 2012 操作虛擬機連線 Port:

85 說明 :CloudFusion 透過 port 呼叫 Skyport 給予虛擬機連線,Skyport 則呼叫 SCVMM Powershell API, 再根據 SCVMM 回傳的資訊建立連線專用密碼, 並透過 port 回傳 CloudFusion 連線專用密碼 最後, 使用者可根據密碼以及額外提供的 Skyport SCVMM 連線工具來進行虛擬機連線 20. Frequently Asked Questions and Troubleshooting 20.1 Attention of Skyport Update Before you update Infinities Skyport Service, in order to prevent data inconsistency between Skyport and CloudFusion, please pay attention to the following: Please backup existing accessconfig.xml file, After you are done updating, move this backup file to the root folder of Infinities Skyport Engine. Never copy this backup file to the folder where the CloudFusion status is already synced; otherwise, it will cause the system to work abnormally. The name of Skyport must be kept the same either it is a new version or an old one. To set up Skyport, please refer to Chapter 7 Skyport Configuration Attention of Multi Skyport Configuration If you need to set up a Multi Skyport, Infinities will provide you with another installation pack. Make a copy of Infinities Skyport Engine, move it to designated location, and modify the Skyport name. You also need to remove accessconfig.xml file if there is already an 84

86 existing one, because accessconfig.xml does not belong to the location. You may activate Skyport then Validation of System Time Calibration Please keep the time of Server site and Client site in sync; otherwise, you will not be able to login to CloudFusion Skyport Environment Setup of the Hosts File In case any error occurs during the process of Skyport, try to add new host name to the corresponding IP. Configure it in the hosts file under the following path: For the Linux, i.e., /etc/hosts, e.g., localhost For Windows, i.e., C:\Windows\system32\drivers\etc\hosts, e.g., localhost 20.5 ActiveMQ Failure Troubleshooting When ActiveMQ fails to work, check activemq.xml configuration file whether port number 5672 is occupied by other application or not.... "<transportconnector name="amqp" uri="amqp:// : 5672?maximumConnections=1000&wireFormat.maxFrameSize= "/>" 85

87 20.6 Data Synchronization Problem of CloudFusion and Skyport When the administrator of CloudFusion platform registers a cloud, the system will automatically perform data synchronization with Skyport and data transfer via ActiveMQ mechanism. If it takes too long to complete data synchronization or any unusual synchronization has been observed, which causes CloudFusion not able to display the ResourcePool, Host, Template, Virtual machine (VM) and other data, etc., please check the procedure below for troubleshooting. Registration of cloud usually takes about 15~30 minutes for data synchronization. You will not be able to execute any cloud configuration until the data synchronization is finished. Access Infinities Skyport Service: URL: Public IP:8085 (Default login account: admin/1111) On the Skyport page (shown in the picture below), select Listener (indicated by the red rectangle), and you shall see a list of listeners provided. Note: The Skyport Listener menu is to check the status of ActiveMQ Service during data transfer. Currently, only Skyport page provides the Listener option. 86

88 Access Apache ActiveMQ Service: URL: Public IP:8161/admin/queues.jsp (Default login account: admin/admin) On the ActiveMQ page shown below, select Queues (indicated by the red rectangle) to gain access to Queues page. 87

89 This is the list of Listeners in the Skyport Listener and the list of ActiveMQ Queues: Skyport Listener ActiveMQ Queues Remarks CamelHostListener CamelNetworkListener CamelResourcePoolListener CamelTemplateListener CamelVmListener HostChangeNotify NetworkChangeNotify ResourcePoolChangeNotify TemplateChangeNotify VmChangeNotify VmMetricsNotify Basic information of the platform. Basic information of network interface card. Basic information of resource pool. Basic information of template. Basic information of virtual machine. Basic information of virtual machine real time monitoring.. Note: Skyport Listener attribute will be displayed as is ListenerName_ConfigId, e.g., CamelHostListener_7deccec8. 88

90 The types of attributes in the Skyport Listener list are described as follows. Attribute Value REFRESHED ADDED MODIFIED REMOVED Remarks An action type of Skyport for initialization at first time start or restart. A action type to add a new virtual machine. A action type to modify specification of existing virtual machine. A action type to remove a virtual machine. Note: The Attribute Value is for the CloudFusion to operate remotely on Virtual Machine, e.g., add, modify, and remove virtual machine, which are type identifiers for communication to the Skyport. In the Skyport Listener list, Action attribute are described below: Action Attribute Remarks Register Trigger Receive Send Ignore 1. Register a cloud. 2. Skyport Core module transfers existing data to the Skyport icloud module. 3. Skyport icloud module receives existing data to transfer existing up to date data to ActiveMQ Service If data update is not required, Skyport icloud will not transfer them to ActiveMQ Service. Note: Action Attribute is used to verify the process during synchronization between CloudFusion and Skyport, to check if Skyport has successfully transfers data to ActiveMQ service or not. 89

91 In the Skyport Listener list, other attributes are described below: Attribute Date Location Message Note: Remarks The last update time. P.S., only the latest record is displayed. Class Name, the content of the operation. Result. P.S., number in parentheses presents the total count of corresponding record. CamelVmListener REFRESHED requires special attention, It provides not only basic information of virtual machine but also real time monitoring information. Because data exchange for real time monitoring information is more complicated, you can observe frequent time change(indicated in the red rectangle below) for Date Attribute, and a time gap in the latest record of the virtual machine information update(indicated in the blue rectangle below). 90

92 When checking the ActiveMQ web page, if you come across that multiple records persistently stay in the Number Of Pending Messages Attribute of the Queues list (illustrated in the following figure) and if they are not possibly be updated to the CloudFusion platform, please restart Apache Tomcat Service, until the attribute of this record is reduced to 0. To restart the service, please refer to Chapter 12 Service Restart. 91

93 In case the data synchronization problem remain unsolved, please collect the logs required (as shown below) and contact Infinities technical support staff. Apache ActiveMQ Service Logs: Log repository path: /CloudFusion/activemq/data. Log file name: activemq.log Apache Tomcat Service Logs: Log repository path: /CloudFusion/tomcat/logs. 92

94 Log file name: cloudfusion.camel.log Infinities Skyport Service Logs: Log repository path: /CloudFusion/skyport/logs. Log file name: activemq.log, camel.log, server.log 20.7 Accessing VMware ResourcePool through Skyport Skyport ResourcePool will not be able to be configured if the Skyport ResourcePool is not able to retrieve any information. A cluster can be added in VMware in Skyport to access the information of VMware ResourcePool. 93

95 94

CloudFusion OVA Installation Guide

CloudFusion OVA Installation Guide CloudFusion OVA Installation Guide Version 2.2.5 2.2.8 InfinitiesSoft Solutions Inc. www.infinitiessoft.com Contents 1. Basic Requirements 2. Importing OVA Image files to running programs 2.1How to import

More information

CloudFusion OVA Installation Guide

CloudFusion OVA Installation Guide CloudFusion OVA Installation Guide Version 2.2.9 InfinitiesSoft Solutions Inc. www.infinitiessoft.com Contents 1. Basic Requirements 2. Importing OVA Image files to running programs 2.1How to import the

More information

SSL VPN User Manual (SSL VPN 連線使用手冊 )

SSL VPN User Manual (SSL VPN 連線使用手冊 ) SSL VPN User Manual (SSL VPN 連線使用手冊 ) 目錄 前言 (Preface) 1. ACMICPC 2018 VPN 連線說明 -- Pulse Secure for Windows ( 中文版 ):... 2 2. ACMICPC 2018 VPN 連線說明 -- Pulse Secure for Linux ( 中文版 )... 7 3. ACMICPC 2018

More information

港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統.

港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統. 港專單一登入系統 (SSO) 讓本校的同學, 全日制及兼職老師只要一個登入帳戶, 便可同時使用由本校提供的網上系統及服務, 包括 Blackboard 網上學習平台, 港專電郵服務, 圖書館電子資料庫及其他教學行政系統. 港專單一登入網站網址 http://portal.hkct.edu.hk (HKCT 之教職員, 學生 ) http://portal.ctihe.edu.hk (CTIHE 之教職員,

More information

CloudFusion Operations Guide

CloudFusion Operations Guide CloudFusion Operations Guide Version 2.2.9 InfinitiesSoft Solutions Inc. www.infinitiessoft.com Contents 1. CloudFusion Login 2. CloudFusion Environment Setup Skyport management Cloud cluster subscription

More information

Oxford isolution. 下載及安裝指南 Download and Installation Guide

Oxford isolution. 下載及安裝指南 Download and Installation Guide Oxford isolution 下載及安裝指南 Download and Installation Guide 系統要求 個人電腦 Microsoft Windows 10 (Mobile 除外 ) Microsoft Windows 8 (RT 除外 ) 或 Microsoft Windows 7 (SP1 或更新版本 ) ( 網上下載 : http://eresources.oupchina.com.hk/oxfordisolution/download/index.html)

More information

Citrix CloudGateway. aggregate control. all apps and data to any device, anywhere

Citrix CloudGateway. aggregate control. all apps and data to any device, anywhere Citrix CloudGateway aggregate control all apps and data to any device, anywhere Agenda 1. What s Cloud Gateway? 2. Cloud Gateway Overview 3. How it works? What s Cloud Gateway? It s all about the apps

More information

PC Link Mode. Terminate PC Link? Esc. [GO]/[Esc] - - [GO]/[Esc] 轉接座未放滿. Make auto accord with socket mounted? [GO]/[Esc] Copy to SSD E0000

PC Link Mode. Terminate PC Link? Esc. [GO]/[Esc] - - [GO]/[Esc] 轉接座未放滿. Make auto accord with socket mounted? [GO]/[Esc] Copy to SSD E0000 Start SU-6808 EMMC Programmer V.0bd7 [ ]Link PC / [ ]Menu [ ] >.Select project.make new project.engineer mode.reset counter 5.Link to PC [ ] PC disconnected PC connected Select project SEM0G9C_A.prj Terminate

More information

一般來說, 安裝 Ubuntu 到 USB 上, 不外乎兩種方式 : 1) 將電腦上的硬碟排線先予以排除, 將 USB 隨身碟插入主機, 以一般光碟安裝方式, 將 Ubuntu 安裝到 USB

一般來說, 安裝 Ubuntu 到 USB 上, 不外乎兩種方式 : 1) 將電腦上的硬碟排線先予以排除, 將 USB 隨身碟插入主機, 以一般光碟安裝方式, 將 Ubuntu 安裝到 USB Ubuntu 是新一代的 Linux 作業系統, 最重要的是, 它完全免費, 不光是作業系統, 連用軟體都不必錢 為什麼要裝在 USB 隨身碟上? 因為, 你可以把所有的軟體帶著走, 不必在每一台電腦上重新來一次, 不必每一套軟體裝在每一台電腦上都要再一次合法授權 以下安裝方式寫的是安裝完整的 Ubuntu- 企業雲端版本 V. 11.10 的安裝過程, 若是要安裝 Desktop 版本, 由於牽涉到

More information

Information is EVERYTHING 微軟企業混和雲解決方案. November 24, Spenser Lin. Cloud Infra Solution Sales, Microsoft Taiwan

Information is EVERYTHING 微軟企業混和雲解決方案. November 24, Spenser Lin. Cloud Infra Solution Sales, Microsoft Taiwan Information is EVERYTHING 微軟企業混和雲解決方案 November 24, 2016 Spenser Lin Cloud Infra Solution Sales, Microsoft Taiwan Value to business Applications and services drive future IT business value Efficiency Innovation

More information

桌上電腦及筆記本電腦安裝 Acrobat Reader 應用程式

桌上電腦及筆記本電腦安裝 Acrobat Reader 應用程式 On a desktop or notebook computer Installing Acrobat Reader to read the course materials The Course Guide, study units and other course materials are provided in PDF format, but to read them you need a

More information

購票流程說明 How To purchase The Ticket?

購票流程說明 How To purchase The Ticket? 購票流程說明 How To purchase The Ticket? 步驟 1: 點選 登入 Click 登入 Login (You have to login before purchasing.) 步驟 2: 若已是會員請填寫會員帳號 密碼, 點選 登入 若非會員請點選 註冊 If you are the member of PB+, Please login. If not, please register.

More information

微軟新一代私有雲服務. 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本. Jason Chou Architect. Nov 7, 2013

微軟新一代私有雲服務. 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本. Jason Chou Architect. Nov 7, 2013 微軟新一代私有雲服務 利用 Windows Azure Pack 協助企業建構現代化的 IT 服務架構, 提升競爭力降低維運成本 Jason Chou Architect Nov 7, 2013 Agenda Cloud OS Vision Windows Server 2012 R2 New Features Windows Azure Pack Overview Success Case High-performance

More information

The notice regarding Participation Ways of our global distributor video conference on Feb. 5.

The notice regarding Participation Ways of our global distributor video conference on Feb. 5. The notice regarding Participation Ways of our global distributor video conference on Feb. 5. On Feb.5, 2010 Los Angeles time, between 5:00 PM - 7:00 PM, we will convene an important global distributor

More information

UAK1-C01 USB Interface Data Encryption Lock USB 資料加密鎖. Specifications for Approval

UAK1-C01 USB Interface Data Encryption Lock USB 資料加密鎖. Specifications for Approval Product Definition C-MING Product Semi-finished Product OEM/ODM Product Component USB Interface Data Encryption Lock USB 資料加密鎖 Specifications for Approval Approval Manager Issued By Revision History Revision

More information

購票流程說明 How To purchase The Ticket?

購票流程說明 How To purchase The Ticket? 購票流程說明 How To purchase The Ticket? 步驟 1: 已是會員請點選 登入, 選擇 2016 WTA 臺灣公開賽 Taiwan Open tickets Step1:If You are the member, please Click 登入 Click to the column: 2016 WTA 臺灣公開賽 Taiwan Open tickets Click 登入

More information

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud

SaaSaMe Transport Workload Snapshot Export for. Alibaba Cloud SaaSaMe Transport Workload Snapshot Export for Alibaba Cloud Contents About This Document... 3 Revision History... 3 Workload Snapshot Export for Alibaba Cloud... 4 Workload Snapshot Export Feature...

More information

場次 : C3. 公司名稱 : Radware. 主題 : ADC & Security for SDDC. 主講人 : Sam Lin ( 職稱 ) 總經理

場次 : C3. 公司名稱 : Radware. 主題 : ADC & Security for SDDC. 主講人 : Sam Lin ( 職稱 ) 總經理 場次 : C3 公司名稱 : Radware 主題 : ADC & Security for SDDC 主講人 : Sam Lin ( 職稱 ) 總經理 L4-L7 ADC (appliance or NFV) and Security service (appliance or NFV ) for (Software Define) Data Center Sam Lin Radware Taiwan

More information

Registering ( 註冊新帳號 )

Registering ( 註冊新帳號 ) 證券市場發展季刊線上審稿系統註冊流程指南 Registering ( 註冊新帳號 ) Unregistered visitors to a journal can normally register as a Reader, Author, and/or Reviewer. Journal Managers are able to remove the ability for visitors to

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

EdConnect and EdDATA

EdConnect and EdDATA www.hkedcity.net Tryout Programme of Standardised Data Format for e-textbook and e-learning Platform EdConnect and EdDATA 5 December 2018 Agenda Introduction and background Try-out Programme Q&A 電子課本統一數據格式

More information

Android + TIBBO + Socket 建國科技大學資管系 饒瑞佶

Android + TIBBO + Socket 建國科技大學資管系 饒瑞佶 Android + TIBBO + Socket 建國科技大學資管系 饒瑞佶 Socket Socket 開始前 TIBBO 需要設定 Socket on_sock_data_arrival() ' 接收外界來的 SOCKET 資訊 sub on_sock_data_arrival() Dim command_data as string ' 完整控制命令 command_data = "" ' 初始化控制命令

More information

Azure Marketplace. Getting Started Tutorial. Community Edition

Azure Marketplace. Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Version Control with Subversion

Version Control with Subversion Version Control with Subversion 指導教授郭忠義 邱茂森 95598051 1 Table of contents (1) Basic concepts of subversion (1)What is Subversion (2)Version Control System (3)Branching and tagging (4) Repository and Working

More information

Azure Marketplace Getting Started Tutorial. Community Edition

Azure Marketplace Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Multimedia Service Support and Session Management 鍾國麟

Multimedia Service Support and Session Management 鍾國麟 Multimedia Service Support and Session Management 鍾國麟 2003-9-31 1 1 Agenda Introduction What is Session? Definition Functions Why need Session Management 2G,Internet,3G SIP Basic Operation User Location

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

Frame Relay 訊框中繼 FRSW S0/0 S0/1

Frame Relay 訊框中繼 FRSW S0/0 S0/1 Frame Relay 訊框中繼 將路由器設定為訊框中繼交換器以進行 frame relay 實驗 : 首先練習設定兩個埠的 frame relay switch FRSW S0/0 S0/1 介面 S0/0 介面 S0/1 102 201 DLI 102 DLI 201 Router(config)# hostname FRSW FRSW(config)# frame-relay switching

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

多元化資料中心 的保護策略 技術顧問 陳力維

多元化資料中心 的保護策略 技術顧問 陳力維 多元化資料中心 的保護策略 技術顧問 陳力維 現代化的資料保護架構 使用者自助服務 任何儲存設備 影響低 多種還原點選擇 (RPO) Application Server 完整全面的雲端整合 Network Disk Target 容易操作與深入各層的報表能力 管理快照與複製能力 Primary Storage 快速 可靠的還原 (RTO) 完整的磁帶 & 複製管理 單一整合的解決方案 企業級的擴充性

More information

V iew Direct- Connection Plug-In. The Leostream Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds

V iew Direct- Connection Plug-In. The Leostream Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds V iew Direct- Connection Plug-In The Leostream Connection Broker Advanced Connection and Capacity Management for Hybrid Clouds Version 9.0 June 2018 f Contacting Leostream Leostream Corporation http://www.leostream.com

More information

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0 Installation Guide Revision B McAfee Cloud Workload Security 5.0.0 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

黃河凱. Kaiser Huang 巨匠電腦北區 / 新竹認證中心認證講師國立新竹教育大學數位學習科技研究所在職生微軟原廠認證講師 MCT

黃河凱. Kaiser Huang 巨匠電腦北區 / 新竹認證中心認證講師國立新竹教育大學數位學習科技研究所在職生微軟原廠認證講師 MCT 黃河凱 Kaiser Huang 巨匠電腦北區 / 新竹認證中心認證講師國立新竹教育大學數位學習科技研究所在職生微軟原廠認證講師 MCT 2007-2014 微軟嵌入式系統 TTT 教育認證講師 kai168@gmail.com. MCT, MCITP-SA/EA, MCTS-WS2008/CE6/XPe, LPIC 第一堂 : 系統安裝與升級設定的簡介 全新式安裝的步驟與方法 從 DVD 或 USB

More information

Simulation of SDN/OpenFlow Operations. EstiNet Technologies, Inc.

Simulation of SDN/OpenFlow Operations. EstiNet Technologies, Inc. Simulation of SDN/OpenFlow Operations EstiNet Technologies, Inc. Agenda: (1) 模擬器簡介 (2) 模擬器的基本操作 (3) 如何建置一個 SDN Topology (5) 如何下達指令並觀察 Flow Table, Group Table 與 Meter Table (5) 如何用 SDN 下達 QoS 指令並觀察結果 (6)

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.

Developing and Deploying vsphere Solutions, vservices, and ESX Agents. 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6. Developing and Deploying vsphere Solutions, vservices, and ESX Agents 17 APR 2018 vsphere Web Services SDK 6.7 vcenter Server 6.7 VMware ESXi 6.7 You can find the most up-to-date technical documentation

More information

InTANK ir2771-s3 ir2772-s3. User Manual

InTANK ir2771-s3 ir2772-s3. User Manual InTANK ir2771-s3 ir2772-s3 User Manual » InTANK...1» InTANK ir2771-s3 & ir2772-s3 產品使用說明... 10 V1.1 Introduction Thank you for purchasing RAIDON products. This manual will introduce the InTANK ir2771-s3

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents Modified on 27 JUL 2017 vsphere Web Services SDK 6.5 vcenter Server 6.5 VMware ESXi 6.5 Developing and Deploying vsphere Solutions,

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific

Citrix CloudPlatform (powered by Apache CloudStack) Version Patch D Release Notes. Revised July 02, :15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D Release Notes Revised July 02, 2014 10:15 pm Pacific Citrix CloudPlatform (powered by Apache CloudStack) Version 3.0.5 Patch D

More information

微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹

微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹 微軟商務用 Skype 雲端視訊會議及與所需頻寬介紹 傳統視訊會議 : 視訊會議解決方案 以硬體設備為主, 內建專屬視訊會議軟體, 要增加連線數量就必須加購昂貴的 MCU Server, 整套設備的價格多在數百萬之譜 軟體式視訊會議 : 在現有的基礎設備上, 強化整合通訊功能 (UC), 再結合視訊會議功能 (VC, Video Conference), 對於公司的網路系統或是通訊系統做更有效率的運用

More information

RENESAS BLE 實作課程 Jack Chen Victron Technology CO., LTD 2015 Renesas Electronics Corporation. All rights reserved.

RENESAS BLE 實作課程 Jack Chen Victron Technology CO., LTD 2015 Renesas Electronics Corporation. All rights reserved. RENESAS BLE 實作課程 2016-01-21 Jack Chen Jack.chen@victron.com.tw Victron Technology CO., LTD AGENDA CS+ & Renesas Flash Programmer 安裝 3 Renesas Flash Programmer 燒錄介紹 6 CS+ 介面介紹 11 CS+ 開啟 Project & 使用教學 14

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

混合雲的資料安全保護 架構與策略 資深技術顧問藍基能

混合雲的資料安全保護 架構與策略 資深技術顧問藍基能 混合雲的資料安全保護 架構與策略 資深技術顧問藍基能 AGENDA XtrmeIO&DD 20 倍速備份 EMC Cloud Data Protection Cloud Storage Hybrid Model Born In The Cloud Model VMware vrealized Data Protection Extension Technology Underlying ProtectPoint

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 6.2.0 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo

More information

SNMP Web Manager. User s Manual

SNMP Web Manager. User s Manual SNMP Web Manager User s Manual Table of Contents 1. Introduction... 2 2. SNMP Web Manager Install, Quick Start and Uninstall... 2 2.1. Software Installation... 3 2.2. Software Quick Start... 6 2.3. Software

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

利用數據與軟體瞭解 讀者行為使用分析與服務平台選項

利用數據與軟體瞭解 讀者行為使用分析與服務平台選項 By using the data and software analysis to study the user experience & the option for the service platform in library field. 利用數據與軟體瞭解 讀者行為使用分析與服務平台選項 周頡 Jeremy Chou EBSCO Information Services Sales Director

More information

Chapter 4 (Part IV) The Processor: Datapath and Control (Parallelism and ILP)

Chapter 4 (Part IV) The Processor: Datapath and Control (Parallelism and ILP) Chapter 4 (Part IV) The Processor: Datapath and Control (Parallelism and ILP) 陳瑞奇 (J.C. Chen) 亞洲大學資訊工程學系 Adapted from class notes by Prof. M.J. Irwin, PSU and Prof. D. Patterson, UCB 4.10 Instruction-Level

More information

EDB Postgres Enterprise Manager EDB Ark Management Features Guide

EDB Postgres Enterprise Manager EDB Ark Management Features Guide EDB Postgres Enterprise Manager EDB Ark Management Features Guide Version 7.4 August 28, 2018 by EnterpriseDB Corporation Copyright 2013-2018 EnterpriseDB Corporation. All rights reserved. EnterpriseDB

More information

Twin API Guide. How to use Twin

Twin API Guide. How to use Twin Twin API Guide How to use Twin 1 目錄 一 Cycle Job------------------------------------------------------------------------------------P3 二 Twin Action Table-----------------------------------------------------------------------P4-5

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

// 範例 4-1: 連結資料庫 (connectdb.php) <?php mysql_connect("localhost", "student", "Asia2013"); mysql_select_db("student");?>

// 範例 4-1: 連結資料庫 (connectdb.php) <?php mysql_connect(localhost, student, Asia2013); mysql_select_db(student);?> // 範例 4-1: 連結資料庫 (connectdb.php) mysql_connect("localhost", "student", "Asia2013"); mysql_select_db("student"); // 範例 4-2: 以 PHP 建立資料表 (gbcreate.php) $aa=" create table gb ( gbprikey integer auto_increment

More information

InControl 2 Software Appliance Setup Guide

InControl 2 Software Appliance Setup Guide InControl 2 Software Appliance Setup Guide (Last updated: 2017-11) Contents 1. Introduction Minimum Hardware Requirements 2. For VMware ESXi 6.0 and ESXi 5.5 (SCSI) Networking Creating InControl and DB

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Network Programming Concepts

Network Programming Concepts Network Programming Concepts Bi-Ru Dai Perface What is network? What is Internet? What is World Wide Web? Where are the programs executed? Network Programming 2 1 What is Network? A group of two or more

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

Use of SCTP for Handoff and Path Selection Strategy in Wireless Network

Use of SCTP for Handoff and Path Selection Strategy in Wireless Network Use of SCTP for Handoff and Path Selection Strategy in Wireless Network Huai-Hsinh Tsai Grad. Inst. of Networking and Communication Eng., Chaoyang University of Technology s9530615@cyut.edu.tw Lin-Huang

More information

EDB Postgres Enterprise Manager EDB Ark Management Features Guide

EDB Postgres Enterprise Manager EDB Ark Management Features Guide EDB Postgres Enterprise Manager EDB Ark Management Features Guide Version 7.6 January 9, 2019 by EnterpriseDB Corporation Copyright 2013-2019 EnterpriseDB Corporation. All rights reserved. EnterpriseDB

More information

LIVENX UPGRADE GUIDE 7.3.0(AIO)

LIVENX UPGRADE GUIDE 7.3.0(AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.3.0(AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

Zenoss Resource Manager Upgrade Guide

Zenoss Resource Manager Upgrade Guide Zenoss Resource Manager Upgrade Guide Release 6.2.1 Zenoss, Inc. www.zenoss.com Zenoss Resource Manager Upgrade Guide Copyright 2018 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo

More information

Archiware Pure Quick Start Guide

Archiware Pure Quick Start Guide Archiware Pure Quick Start Guide Content 1 System Requirements... 3 1.1 Hardware Requirements... 3 1.2 Supported Hypervisors... 3 1.3 Deployment Requirements... 3 2 Deploying the Virtual Appliance... 4

More information

UCS Director 5.4 Windows/Linux CSV Workflow Deployment

UCS Director 5.4 Windows/Linux CSV Workflow Deployment UCS Director 5.4 Windows/Linux CSV Workflow Deployment The purpose of this document is to illustrate the steps to implement the CSV Workflow that can be used for Windows or Linux VM deployments. The CSV

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

InTANK ir2622 User Manual

InTANK ir2622 User Manual InTANK ir2622 User Manual » InTANK...1» InTANK ir2622 產品使用說明... 12 V1.2 » InTANK Introduction Thank you for purchasing RAIDON products. This manual will introduce the InTANK ir2622 Series. Before using

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators Product version 1.4.1 running on vsphere 6.0 VMware Adapter for SAP Landscape Management

More information

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators

VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators VMware Adapter for SAP Landscape Management Installation Configuration and Administration Guide for VI Administrators Product version 1.4.1 running on vsphere 5.5 VMware Adapter for SAP Landscape Management

More information

The transformation relationship between defense enterprise architecture and C4ISR system architecture

The transformation relationship between defense enterprise architecture and C4ISR system architecture The transformation relationship between defense enterprise architecture and C4ISR system architecture Dr. Meng-chyi Harn 報告人 : 韓孟麒博士德明財經科技大學資訊科技系 C4ISR 研究中心 Introducing Takming Outline Introduction Fundamental

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates HOL 10472 How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates Simon Coter Product Manager, Oracle VM & VirtualBox simon.coter@oracle.com Christophe Pauliat Systems sales

More information

InTANK ir2623-s3 User Manual

InTANK ir2623-s3 User Manual InTANK ir2623-s3 User Manual » InTANK...1» InTANK ir2623-s3 產品使用說明...12 V1.0 » InTANK Introduction Thank you for purchasing RAIDON products. This manual will introduce the IR2623-S3 Series. Before using

More information

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 SGM IT < 上汽通用汽车供应商门户网站项目 (SGMSP)> 工作产品名称 :< User Guide 用户手册 > Current Version: Owner: < 曹昌晔 > Date Created:

More information

CLAD 考前準備 與 LabVIEW 小技巧

CLAD 考前準備 與 LabVIEW 小技巧 CLAD 考前準備 與 LabVIEW 小技巧 NI 技術行銷工程師 柯璟銘 (Jimmy Ko) jimmy.ko@ni.com LabVIEW 認證 Certified LabVIEW Associate Developer (LabVIEW 基礎認證 ) Certified LabVIEW Associate Developer LabVIEW 全球認證 40 題 (37 題單選,3 題複選

More information

IBM 开源技术微讲堂容器技术与微服务系列

IBM 开源技术微讲堂容器技术与微服务系列 IBM 开源技术微讲堂容器技术与微服务系列 第 二讲 容器管理 工具 Docker Swarm h.p://ibm.biz/opentech- ma 1 容器技术和微服务 系列公开课 每周四晚 8 点档 Docker 一种全新的 工作 方式 容器管理 工具 Docker Swarm 数据中 心操作系统的内核 Apache Mesos 大数据 Web 服务 CI/CD: 一个都不能少 深 入理解 Mesos

More information

步驟 1: 首頁以 facebook 或 google 帳號登入, 並點選節目 Step 1:Log in with your facebook/google account, then click the show banner.

步驟 1: 首頁以 facebook 或 google 帳號登入, 並點選節目 Step 1:Log in with your facebook/google account, then click the show banner. 步驟 1: 首頁以 facebook 或 google 帳號登入, 並點選節目 Step 1:Log in with your facebook/google account, then click the show banner. 步驟 2: 填寫會員資料 Step 2:Fill out the membership form. Name ID No. Male/female Foreigner

More information

Office 365 Exchange Online Backup & Restore Guide. 11 September CloudBacko Corporation

Office 365 Exchange Online Backup & Restore Guide.  11 September CloudBacko Corporation Office 365 Exchange Online Backup & Restore Guide CloudBacko Corporation 11 September 2017 www.cloudbacko.com A wholly owned subsidiary of CloudBacko Corporation Backup Software Development Company Limited

More information

打造新世代企業資料中心 Windows Server 2016 重裝登場. 馮立偉 Hybrid Cloud Lead Microsoft Taiwan

打造新世代企業資料中心 Windows Server 2016 重裝登場. 馮立偉 Hybrid Cloud Lead Microsoft Taiwan 打造新世代企業資料中心 Windows Server 2016 重裝登場 馮立偉 Hybrid Cloud Lead Microsoft Taiwan www.20yearsofwindowsserver.com Windows Server 2016 現今攻擊時程 第一個主機被滲透 網域管理者帳號被破解 攻擊者被發現 24 48 小時 超過 200 天 ( 每個產業不同 ) 攻擊目標及方向

More information

Operating Systems 作業系統

Operating Systems 作業系統 Chapter 7 Operating Systems 作業系統 7.1 Source: Foundations of Computer Science Cengage Learning Objectives 學習目標 After studying this chapter, students should be able to: 7.2 Understand the role of the operating

More information

PUB. DIM Wi-Fi Basic Setup Guide. Wi-Fi 基本设置指南. Wi-Fi 基本設定指南 在使用本产品之前, 请务必先仔细阅读本使用说明书 请务必妥善保管好本书, 以便日后能随时查阅 ( 保留备用 ) 请在充分理解内容的基础上, 正确使用

PUB. DIM Wi-Fi Basic Setup Guide. Wi-Fi 基本设置指南. Wi-Fi 基本設定指南 在使用本产品之前, 请务必先仔细阅读本使用说明书 请务必妥善保管好本书, 以便日后能随时查阅 ( 保留备用 ) 请在充分理解内容的基础上, 正确使用 PUB. DIM-1076-000 Wi-Fi Basic Setup Guide Wi-Fi 基本设置指南 Wi-Fi 基本設定指南 EN ZH TC 在使用本产品之前, 请务必先仔细阅读本使用说明书 请务必妥善保管好本书, 以便日后能随时查阅 ( 保留备用 ) 请在充分理解内容的基础上, 正确使用 Table of Contents 2 Wi-Fi Functions 03 Getting Started

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Microsoft Exchange 2016 Mail Level Backup & Restore Guide

Microsoft Exchange 2016 Mail Level Backup & Restore Guide Microsoft Exchange 2016 Mail Level Backup & Restore Guide CloudBacko Corporation 29 November 2017 Copyright Notice 2017 CloudBacko Corporation. All rights reserved. The use and copying of this product

More information

5nine V2V Easy Converter Version 8

5nine V2V Easy Converter Version 8 Mission Control for the Microsoft Cloud 5nine V2V Easy Converter Version 8 GETTING STARTED GUIDE March 2017 2017 5nine Software Inc. All rights reserved. All trademarks are the property of their respective

More information

Quick Installation Guide for Connectivity Adapter Cable CA-42

Quick Installation Guide for Connectivity Adapter Cable CA-42 9235663_CA42_1_en.fm Page 1 Monday, September 13, 2004 11:26 AM Quick Installation Guide for Connectivity Adapter Cable CA-42 9235645 Issue 1 Nokia, Nokia Connecting People and Pop-Port are registered

More information

Preamble Ethernet packet Data FCS

Preamble Ethernet packet Data FCS Preamble Ethernet. packet Data FCS Destination Address Source Address EtherType Data ::: Preamble. bytes. Destination Address. bytes. The address(es) are specified for a unicast, multicast (subgroup),

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

LIVENX UPGRADE GUIDE (AIO)

LIVENX UPGRADE GUIDE (AIO) LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.0.1 (AIO) UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and

More information

報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University

報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University 行動寬頻尖端技術跨校教學聯盟 - 行動寬頻網路與應用 MiIoT ( Mobile intelligent Internet of Things) 報告人 / 主持人 : 林寶樹 Colleges of Computer Science & ECE National Chiao Tung University Aug 14, 2015 課程簡介 課程綱要 實作平台評估 2 背景說明 目前雲端與行動寬頻緊密結合,

More information

LIVENX UPGRADE GUIDE 7.2.0

LIVENX UPGRADE GUIDE 7.2.0 LIVEACTION, INC. LIVENX UPGRADE GUIDE 7.2.0 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2017 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo and PALO

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments

Connection Broker Advanced Connections Management for Multi-Cloud Environments Connection Broker Advanced Connections Management for Multi-Cloud Environments Using Leostream with the VMware Horizon View Direct- Connection Plug-in Version 8.2 December 2017 Contacting Leostream Leostream

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Installation Guide Savision iq

Installation Guide Savision iq Installation Guide Savision iq Contents 1. Introduction... 3 1.1 About This Guide... 3 1.2 Supported Integrations... 3 1.3 Software Components... 3 2. Installing Savision iq... 4 2.1 Upgrading from Savision

More information

Backup APP v7. Office 365 Exchange Online Backup & Restore Guide for Mac OS X

Backup APP v7. Office 365 Exchange Online Backup & Restore Guide for Mac OS X Backup APP v7 Office 365 Exchange Online Backup & Restore Guide for Mac OS X Revision History Date Descriptions Type of modification 5 Apr 2017 First Draft New Table of Contents 1 Overview... 1 About This

More information

Developing and Deploying vsphere Solutions, vservices, and ESX Agents

Developing and Deploying vsphere Solutions, vservices, and ESX Agents Developing and Deploying vsphere Solutions, vservices, and ESX Agents vsphere 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室. Java I/O. Class 7 1. Class 7 2

Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室. Java I/O.   Class 7 1. Class 7 2 Java 程式設計基礎班 (7) 莊坤達台大電信所網路資料庫研究室 Email: doug@arbor.ee.ntu.edu.tw Class 7 1 回顧 Java I/O Class 7 2 Java Data Structure 動態資料結構 Grow and shrink at execution time Several types Linked lists Stacks Queues Binary

More information