当前位置:网站首页>The principle of complete replication of virtual machines (cloud computing)
The principle of complete replication of virtual machines (cloud computing)
2022-07-31 02:12:00 【Python-pie star】
Complete replication principle:
Completely copying a virtual machine refers to creating a complete virtual machine except for an independent virtual machine directly based on the meta virtual machine (that is, a common virtual machine template).In this way, the created virtual machine and the source virtual machine are two completely independent entities, and the modification or even deletion of the source virtual machine will not affect the operation of the copied virtual machine
SID Security Identifier:
Security identifiers are unique numbers that identify users, groups, and computer accounts.
Security Identifiers (SIDs) are unique numbers that identify users, groups, and computer accounts.When the account is first created, a unique SID is issued to every account on the network.Internal processes in Windows 2000 will refer to the account's SID rather than the account's user or ancestor name.If you create an account, delete the account, and then create another account with the same username, the new account will not have the rights or permissions granted to the previous account because the account has a different SID number.Security identifiers are also known as security IDs or SIDs.
Benefits of Sysprep:
Sysprep offers the following benefits:
◇Remove system-specific data from Windows.Sysprep can remove all system-specific information from an installed Windows image, including computer Security Identifier (SID).Windows installations can then be captured and installed through the organization.
◇Configure Windows to boot into audit mode.Use audit mode to install Third-party applications and device drivers, and test computer functionality.
◇Configure Windows to boot into Windows Welcome.Configure your Windows installation to enter Windows Welcome the next time you start your computer.Typically, the system is configured to boot into Windows Welcome immediately before the computer is shipped to the customer.
◇Reset WindowsProduct activation.Sysprep can reset Windows Product Activation up to three times.
边栏推荐
- What level of software testing does it take to get a 9K job?
- Crypto Life, a day in the life of a Web3 project partner
- Shell script to loop through values in log file to sum and calculate average, max and min
- [WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
- 用户交互+格式化输出
- AtCoder Beginner Contest 261 部分题解
- [1154] How to convert string to datetime
- leetcode-1161: Maximum in-layer element sum
- The PC side determines the type of browser currently in use
- 软件测试基础接口测试-入门Jmeter,你要注意这些事
猜你喜欢
LeetCode 1161 最大层内元素和[BFS 二叉树] HERODING的LeetCode之路
两个有序数组间相加和的Topk问题
最高月薪20K?平均薪资近万...在华为子公司工作是什么体验?
最大路径和
Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?
直播预告 | KDD2022博士论文奖冠亚军对话
【Bank Series Phase 1】People's Bank of China
真正的CTO,是一个懂产品的技术人
uniapp使用第三方字体
[Map and Set] LeetCode & Niu Ke exercise
随机推荐
Static route analysis (the longest mask matching principle + active and standby routes)
vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
PDF 拆分/合并
What is the ideal college life?
GCC Rust is approved to be included in the mainline code base, or will meet you in GCC 13
The effective square of the test (one question of the day 7/29)
[1153]mysql中between的边界范围
How to expose Prometheus metrics in go programs
There is a problem with the multiplayer-hlap package and the solution cannot be upgraded
12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche
"Cloud native's master, master and vulgar skills" - 2022 National New College Entrance Examination Volume I Composition
MySql installation and configuration super detailed tutorial and simple method of building database and table
MySQL stored procedure
[1154] How to convert string to datetime
16. Registration Center-consul
曼城推出可检测情绪的智能围巾,把球迷给整迷惑了
coldfusion文件读取漏洞(CVE-2010-2861)
C language applet -- common classic practice questions
完整复制虚拟机原理(云计算)
加密生活,Web3 项目合伙人的一天