Skip to content

Commit e340f0a

Browse files
authored
Merge pull request MicrosoftDocs#85753 from erikadoyle/cloudsimple5
Updates to CloudSimple content, part 5
2 parents f276c9a + e51ac02 commit e340f0a

9 files changed

+512
-6
lines changed

articles/vmware-cloudsimple/backup-workloads-veeam.md

+300
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Azure VMware Solution by CloudSimple - Set up workload DNS and DHCP for Private Cloud
3+
description: Describes how to set up DNS and DHCP for applications and workloads running in your CloudSimple Private Cloud environment
4+
author: sharaths-cs
5+
ms.author: b-shsury
6+
ms.date: 08/16/2019
7+
ms.topic: article
8+
ms.service: azure-vmware-cloudsimple
9+
ms.reviewer: cynthn
10+
manager: dikamath
11+
---
12+
13+
# Set up DNS and DHCP applications and workloads in your CloudSimple Private Cloud
14+
15+
Applications and workloads running in a Private Cloud environment require name resolution and DHCP services for lookup and IP address assignment. A proper DHCP and DNS infrastructure is required to provide these services. You can configure a virtual machine to provide these services in your Private Cloud environment.
16+
17+
## Prerequisites
18+
19+
* A distributed port group with VLAN configured
20+
* Route setup to on-premises or Internet-based DNS servers
21+
* Virtual machine template or ISO to create a virtual machine
22+
23+
## Linux-based DNS server setup
24+
25+
Linux offers various packages for setting up DNS servers. Here is an [example setup from DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-centos-7) with instructions for setting up an open-source BIND DNS server.
26+
27+
## Windows-based setup
28+
29+
These Microsoft topics describe how to set up a Windows server as a DNS server and as a DHCP server.
30+
31+
* [Windows Server as DNS Server](https://docs.microsoft.com/windows-server/networking/dns/dns-top)
32+
* [Windows Server as DHCP Server](https://docs.microsoft.com/windows-server/networking/technologies/dhcp/dhcp-top)

articles/vmware-cloudsimple/escalate-private-cloud-privileges.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: cynthn
1010
manager: dikamath
1111
---
1212

13-
# Escalate Private Cloud vCenter privileges from the CloudSimple portal
13+
# Escalate Private Cloud vCenter privileges from the CloudSimple portal
1414

1515
For administrative access to your Private Cloud vCenter, you can temporarily escalate your CloudSimple privileges. Using elevated privileges, you can install VMware solutions, add identity sources, and manage users.
1616

@@ -33,7 +33,7 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
3333

3434
![Change vSphere privilege](media/escalate-private-cloud-privilege.png)
3535

36-
4. Select the vSphere user type. Only **CloudOwner@cloudsimple.local** local user can be escalated.
36+
4. Select the vSphere user type. Only `CloudOwner@cloudsimple.local` local user can be escalated.
3737

3838
5. Select the escalate time interval from the drop-down. Choose the shortest period that will allow you to complete the task.
3939

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Azure VMware Solution by CloudSimple - Escalate CloudSimple privileges
3+
description: Describes how to escalate CloudSimple permissions to perform administrative functions in the Private Cloud vCenter
4+
author: sharaths-cs
5+
ms.author: b-shsury
6+
ms.date: 08/16/2019
7+
ms.topic: article
8+
ms.service: azure-vmware-cloudsimple
9+
ms.reviewer: cynthn
10+
manager: dikamath
11+
---
12+
13+
# Escalate CloudSimple privileges to perform administrative functions in Private Cloud vCenter
14+
15+
The CloudSimple privileges approach is designed to give vCenter users the privileges they need to perform normal operations. In some instances, a user may require additional privileges to perform a particular task. You can escalate privileges of a vCenter SSO user for a limited period.
16+
17+
Reasons for escalating privileges can include the following:
18+
19+
* Configuration of identity sources
20+
* User management
21+
* Deletion of distributed port group
22+
* Installing vCenter solutions (such as backup apps)
23+
* Creating service accounts
24+
25+
> [!WARNING]
26+
> Actions taken in the escalated privileged state can adversely impact your system and can cause your system to become unavailable. Perform only the necessary actions during the escalation period.
27+
28+
From the CloudSimple portal, [escalate privileges](escalate-private-cloud-privileges.md) for the CloudOwner local user on the vCenter SSO. You can escalate remote user's privilege only if additional identity provider is configured on vCenter. Escalation of privileges involves adding the selected user to the vSphere built-in Administrators group. Only one user can have escalated privileges. If you need to escalate another user's privileges, first de-escalate the privileges of the current users.
29+
30+
Users from additional identity sources must be added as members of CloudOwner group.
31+
32+
During the escalation period, CloudSimple uses automated monitoring with associated alert notifications to identify any inadvertent changes to the environment.

articles/vmware-cloudsimple/learn-private-cloud-permissions.md

+140
Large diffs are not rendered by default.
Loading

articles/vmware-cloudsimple/toc.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@
120120
href: https://docs.azure.cloudsimple.com/private-cloud-secure/
121121
- name: Private cloud management
122122
items:
123+
- name: Escalate Private Cloud privileges
124+
href: escalate-privileges.md
123125
- name: Workload DNS and DHCP setup
124-
href: https://docs.azure.cloudsimple.com/dns-dhcp-setup/
126+
href: dns-dhcp-setup.md
125127
- name: NSX Layer 2 VPN for migration
126128
href: https://docs.azure.cloudsimple.com/migrate-workloads/#migrating-vms-using-nsx-layer-2-vpn
127129
- name: Private cloud networking
@@ -135,7 +137,7 @@
135137
- name: VMware platform
136138
items:
137139
- name: Learn private cloud permission model
138-
href: https://docs.azure.cloudsimple.com/learn-private-cloud-permissions/
140+
href: learn-private-cloud-permissions.md
139141
- name: vCenter identity sources
140142
href: set-vcenter-identity.md
141143
- name: Azure Application Gateway with VMware VMs
@@ -148,8 +150,8 @@
148150
href: https://docs.azure.cloudsimple.com/ensuring-high-availability/
149151
- name: VMware ecosystem
150152
items:
151-
- name: Backup workload virtual machines
152-
href: https://docs.azure.cloudsimple.com/backup-workloads-veeam/
153+
- name: Back up workload virtual machines
154+
href: backup-workloads-veeam.md
153155
- name: VMware Horizon solution guide
154156
href: https://docs.azure.cloudsimple.com/horizon-guide/
155157
- name: Configure vSAN encryption for your private cloud

0 commit comments

Comments
 (0)