Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

System Management of windows server 2016 (5)

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Environment preparation: rename DC virtual machine-install AD domain service

Storage virtual machine renamed-install-ISCSI target server

Enable nested virtualization for N1-N4: Set-VMProcessor-VMName N1-ExposeVirtualizationExtensions $true

Start the N1-N4 virtual machine

Install Hy per-V features and failover clustering through Powershell after startup

Enter-PSSession-VMName N1-Credential administrator

Get-WindowsFeature * hyper*

Install-WindowsFeature Hyper-V,Failover-Clustering-Restart

Repeat the above to install functions for the virtual machine in N1-N4

Enter-PSSession-VMName DC-Credential administrator

Install-WindowsFeature RSAT-Hyper-V-Tools,Hyper-V-PowerShell,RSAT-Clustering-Restart

Install MMC remote management tools for Hyper-V and failover clusters in DC

Net user administrator P@ssw0rd

Configure IP address: connect to DC

Check the connection status of Nic: Get-NetIPInterface | fl connectionstate,ifIndex

Change the computer name: Rename-Computer-NewName N4-Restart

Get-netipaddress

New-NetIPAddress-InterfaceIndex 3-IPAddress 10.1.1.1-PrefixLength 8-DefaultGateway 10.1.1.254-

Set-DnsClientServerAddress-InterfaceIndex 3-ServerAddre sses 10.1.1.1

Add-computer-computername N1-domainname contoso.com-credential contoso\ administrator-restart-force

Core installation version: Sconfig

Storage environment configuration: configuring ISCSI target server

Configure cluster nodes to use shared storage: cluster nodes connect to shared storage (powershell)

Start-service msiscsi starts the ISCSI service

New-iscsitargetportal-targetportaladdress "192.168.0.5" (ISCSI target server IP)

Get-iscsitarget (view connected IQN)

Connect-iscsitarget-nodeaddress "Target IQN"

Use shared storage (initialize, format) (remote)

Use the powershell command to configure disks (nodes)

Remote management using server manager (graphical)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report