当前位置:网站首页>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.
边栏推荐
- C语言小程序 -- 常见经典练习题
- 用户交互+格式化输出
- Drools basic introduction, introductory case, basic syntax
- Shell script to loop through values in log file to sum and calculate average, max and min
- Charging effect simulation
- General introduction to the Unity interface
- ShardingJDBC usage summary
- Interprocess communication study notes
- 汉源高科8路HDMI综合多业务高清视频光端机8路HDMI视频+8路双向音频+8路485数据+8路E1+32路电话+4路千兆物理隔离网络
- cudaMemcpy学习笔记
猜你喜欢
随机推荐
What level of software testing does it take to get a 9K job?
leetcode-1161:最大层内元素和
Can an inexperienced college graduate switch to software testing?my real case
Introduction and use of Drools WorkBench
Mathematical Ideas in AI
rpm install postgresql12
英特尔软硬优化,赋能东软加速智慧医疗时代到来
MPPT太阳能充放电控制器数据采集-通过网关采集电池电压容量电量SOC,wifi传输
二层广播风暴(产生原因+判断+解决)
基于opencv实现人脸检测
pycharm cannot run after renaming (error: can't open file...No such file or directory)
vlan间路由+静态路由+NAT(PAT+静态NAT)综合实验
Simple confession page
Calculate S=a+aa+…+aa…a
AI在医疗影像设备全流程应用
Charging effect simulation
项目开发软件目录结构规范
两个有序数组间相加和的Topk问题
CV-Model【3】:MobileNet v2
cudaMemcpy学习笔记