转载自重庆服务器、工作站、存储、瘦客户机等生产销售厂商,自主创新品牌--正睿官网的技术文档中心。

---------------------------------------------------------------------------------------------

一、 环境准备

1、Oracle或SQL Server数据库服务器

2、Linux服务器一台(双网卡:IP地址192.168.10.163 192.168.10.167)

二、vCloud Director安装

将vmware-vcloud-director-1.5.0-464915.bin通过SSH客户端上传至Linux系统上root文件目录下

将其权限改为777权限

[root@ linux ~]# chmod +x

vmware-vcloud-director-1.5.0-464915.bin

运行安装软件director

[root@linux ~]# ./vmware-vcloud-director-1.5.0-464915.bin

Checking architecture...done

Checking for a supported Linux distribution...done

Checking for necessary RPM prerequisites...done

NOTE: This system has less memory installed than the recommended

amount

Required: 1.0 GB; Recommended: 2.0 GB

VMware recommends at least 2.0 GB of memory be available for

vCloud Director to operate. You may notice degraded performance

with less. It is recommended that you increase the available memory

prior to starting the vmware-vcd service.

Checking free disk space...done

Extracting

vmware-vcloud-director-1.5.0-464915.x86_64.rpm...done

Installing the VMware vCloud Director RPM...

warning: vmware-vcloud-director-1.5.0-464915.x86_64.rpm: Header

V3 RSA/SHA1 signature: NOKEY, key ID 66fd4949

Preparing... #########################################[100%]

1:vmware-vcloud-director ########################### [100%]

You should now run the configuration script

(/opt/vmware/vcloud-director/bin/configure) to perform other

required

post-installation configuration.

If you will be deploying a vCloud Director cluster you must

mount the shared

transfer server storage prior to running the configuration

script. If this

is a single server deployment no shared storage is

necessary.

If you are not ready to do this right now, you may run the

script later

prior to starting the vmware-vcd service.

Would you like to run the script now? (y/n)? n

Skipping. You may run the configuration script at a later time

by executing

/opt/vmware/vcloud-director/bin/configure

三、创建SSL证书,http和consoleproxy证书

检查java版本,vcloud需要java版本是1.6.0

[root@Linux ~]# java -version

java version "1.4.2"

gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)

Copyright (C) 2006 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

java版本是1.4.2的,需要运行1.6.0版本

安装java1.6.0,进入到java安装目录下

[root@linux~]# cd /opt/vmware/vcloud-director/jre/bin/

运行java 1.6.0平台

[root@linux bin]# ./java -version

java version "1.6.0_24"

Java(TM) Platform, Standard Edition for Business (build

1.6.0_24-b07)

Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed

mode)

创建ssl证书

新建文件目录/opt/ keystore /,进入至此目录下创建证书

[root@1inux ~]# cd /opt/ keystore

[root@1inux centification]#

创建http的ssl证书

/opt/vmware/vcloud-director/jre/bin/keytool -keystore http.ks

-storetype JCEKS -storepass passwd -genkey -keyalg RSA -alias

http

您的名字与姓氏是什么?

您的组织单位名称是什么?

[Unknown]: vmcloud

您的组织名称是什么?

[Unknown]: vmcloud

您所在的城市或区域名称是什么?

[Unknown]: beijing

您所在的州或省份名称是什么?

[Unknown]: beijing

该单位的两字母国家代码是什么

[Unknown]: cn

CN=director, OU=vmcloud, O=vmcloud, L=shanghai, ST=shanghai,

C=cn 正确吗?

[否]: y

输入的主密码

(如果和 keystore 密码相同,按回车):

直接输入回车键即可

创建consoleproxy的ssl证书

[root@Linux centification]#

/opt/vmware/vcloud-director/jre/bin/keytool -keystore http.ks

-storetype JCEKS -storepass passwd -genkey -keyalg RSA -alias

consoleproxy 自己用

您的名字与姓氏是什么?

您的组织单位名称是什么?

[Unknown]: vmcloud

您的组织名称是什么?

[Unknown]: vmcloud

您所在的城市或区域名称是什么?

[Unknown]: beijing

您所在的州或省份名称是什么?

[Unknown]: beijing

该单位的两字母国家代码是什么

[Unknown]: cn

CN=director, OU=vmcloud, O=vmcloud, L=shanghai, ST=shanghai,

C=cn 正确吗?

[否]: y

输入的主密码

(如果和 keystore 密码相同,按回车):

四、数据库连接

进入目录/opt/vmware/vcloud-director/bin/,运行configure配置

[root@Linux centification]# cd

/opt/vmware/vcloud-director/bin/

[root@Linux bin]# ./configure

Welcome to the vCloud Director configuration utility.

You will be prompted to enter a number of parameters that are

necessary to configure and start the vCloud Director service.

Please indicate which IP address available on this machine

should be used for the HTTP service and which IP address should be

used for the remote console proxy.

The HTTP service IP address is used for accessing the user

interface and the

REST API. The remote console proxy IP address is used for all

remote console (VMRC) connections and traffic.

Please enter your choice for the HTTP service IP address:

1. 192.168.10.163

2. 192.168.10.167

Choice [default=1]: 1

Please enter your choice for the remote console proxy IP

address:

1. 192.168.10.167

2. 192.168.122.1

Choice [default=1]: 1

Please enter the path to the Java keystore containing your SSL

certificates and

private keys:

/opt/vmware/vcloud-director/jre/bin/certificates.ks

Please enter the password for the keystore:

If you would like to enable remote audit logging to a syslog

host please enter

the hostname or IP address of the syslog server. Audit logs are

stored by

vCloud Director for 90 days. Exporting logs via syslog will

enable you to

preserve them for as long as necessary.

Syslog host name or IP address [press Enter to skip]:

No syslog host was specified, disabling remote audit

logging.

The following database types are supported:

1. Oracle

2. Microsoft SQL Server

Enter the database type [default=1]: 2

Enter the host (or IP address) for the database:

192.168.10.164

Enter the database port [default=1433]:

Using default value "1433" for port.

Enter the database name [default=vcloud]:

Enter the instance name [default=MSSQLSERVER]:

Using default value "MSSQLSERVER" for instance name.

Enter the database username:

Enter the database password:

Connecting to the database:

jdbc:jtds:sqlserver://192.168.10.164:1433/director;socketTimeout=90

loading

/opt/vmware/vcloud-director/db/mssql/NewInstall_PreInit.sql

[2 statements]

..[2]

loading /opt/vmware/vcloud-director/db/mssql/NewInstall.sql

[676 statements]

....................................................................................................[100]

....................................................................................................[200]

....................................................................................................[300]

....................................................................................................[400]

....................................................................................................[500]

....................................................................................................[600]

............................................................................[676]

loading

/opt/vmware/vcloud-director/db/mssql/NewInstall_Funcs.sql

[268 statements]

....................................................................................................[100]

....................................................................................................[200]

....................................................................[268]

loading

/opt/vmware/vcloud-director/db/mssql/NewInstall_Data.sql

[35 statements]

...................................[35]

Database configuration complete.

vCloud Director configuration is now complete.

Once the vCloud Director server has been started you will be

able to

access the first-time setup wizard at this URL:

Would you like to start the vCloud Director service now? If you

choose not

to start it now, you can manually start it at any time using

this command:

service vmware-vcd start

Start it now? [y/n] y

Skipping start up for now

The vCD service will be started automatically on boot. To

disable this,

use the following command: chkconfig --del vmware-vcd

重启服务器,安装完毕

或者重启vcd服务service vmware-vcd start

一定要把系统https服务开启,才能用IE访问

重庆曙光服务器虚拟化部署,VMware vCloud Director 安装部署教程相关推荐

  1. VMware Horizon 8安装部署

    VMware Horizon 8安装部署(一)AD域的安装 VMware Horizon 8安装部署(二)NFS共享存储 VMware Horizon 8安装部署(三)VCSA/vCenter配置NF ...

  2. K8S部署工具:KubeOperator安装部署

    K8S部署工具:KubeOperator安装部署 硬件要求⚓︎ 最小化配置 角色 CPU核数 内存 系统盘 数量 部署机 4 8G 100G 1 Master 4 8G 100G 1 Worker 4 ...

  3. 服务器虚拟化 实验,VMware vSphere服务器虚拟化实验三 安装vCenter Server

    VMware vSphere服务器虚拟化实验三 安装vCenter Server vCenter Server是vSphere的核心管理工具,它可以管理数据中心访问控制.性能监控和配置,并统一各个服务 ...

  4. VMware vSphere vCenter 安装部署(VCSA 6.7)

    安装VCSA6.7(vCenter Server Appliance 6.7) 2019.7.9 之前的vcenter挂了,索性直接上最新的vcsa. 要准备的: 一台配置好的exsi服务器 一台可以 ...

  5. Linux软件安装部署文档,MetaQ安装部署文档

    一.MetaQ安装部署情况: 地点 IP Broker ID Master/Slave Slave ID:Group 合肥 192.168.52.23 1 Slave 1:meta-slave-gro ...

  6. flume java 安装部署_[Hadoop] Flume安装部署与简单使用

    1. Flume Flume是一个分布式的日志收集框架,针对日志数据进行采集汇总,把日志从A地方搬运到B地方去. 使用场景: RDBMS ==> Sqoop ==> Hadoop 分散在各 ...

  7. st58服务器装系统,微pe硬盘安装系统教程

    微pe硬盘安装系统教程 [2021-02-19 05:17:36]  简介: php去除nbsp的方法:首先创建一个PHP代码示例文件:然后通过"preg_replace("/(\ ...

  8. weblogic12 linux部署,linux系统中安装部署weblogic12.1.3

    问题: 此 Oracle 软件未经当前操作系统认证. 建议案: 确保在正确的平台上安装软件. 警告: 检查:CertifiedVersions 失败. 开始检查: CheckJDKVersion 预期 ...

  9. VMware 14 的安装详细教程(附上资源)

    VMware 14 安装及CentOS7安装详细教程(附上资源) 资料自提:包括VMware14版本.CentOS6.5镜像.CentOS7镜像 链接:https://pan.baidu.com/s/ ...

最新文章

  1. 单链表-插入一个元素为x的节点后,使链表仍然有序
  2. SpringMVC调用接口一直乱码
  3. 介绍一款开源的类Excel电子表格软件
  4. JPA的泛型DAO设计及使用
  5. 【使用 DOM】为DOM元素设置样式
  6. 【Oracle报错】ORA-01795: 列表中的最大表达式数为 1000 问题解决(使用JDK8的 stream 实现)
  7. equipment header attribute mapping - two settypes in middleware
  8. java继承序列化_java中序列化之子类继承父类序列化
  9. mysql简单语句_MYSQL常用简单语句
  10. 用户组培训资料和资源
  11. xp共享文件权限分配设置的方法
  12. Wannafly挑战赛25 A.因子
  13. url传值的长度限制解决方法
  14. 何香伊的脸儿,战痘经历
  15. 计算机学院主管学生日常工作的是,学生会的年度计划书(网络版)doc(完整版)...
  16. 域名解析到服务器ip,域名解析到服务器ip上无法访问的原因汇总
  17. 8B/10B编码基本原理
  18. 惠勒延迟选择实验(转)
  19. Retrofit网络请求数据的使用
  20. 计算机系统的备份与还原实验报告,数据备份与数据恢复实验报告

热门文章

  1. java随机输出_用java随机输出汉字
  2. 用到f6的快捷键_简单上手excel秘籍:6大Excel技巧展示+50个常用快捷键!会这些就够了...
  3. Oracle触发器3-DDL触发器
  4. Spring ---- ssm整合
  5. java.lang.NoClassDefFoundError: javax/mail/internet/AddressException解决
  6. Git 出现Branch master set up to track remote branch master问题 与忽略文件上传
  7. Android开发笔记(一百四十四)高仿支付宝的头部伸缩动画
  8. soupui :java.lang.reflect.InvocationTargetException
  9. mysql-cacti-templates-1.1.2.tar.gz 免费下载 cacti MySQL添加监控
  10. docker集群部署:第3部分:服务