發表文章

目前顯示的是有「publish」標籤的文章

App-V Part 4-安裝App-V Server

圖片
以下說明安裝App-V Server 5.0 SP3的過程,安裝前請先確認已完成SQL和IIS的安裝,以下教學也會將管理伺服器、報告伺服器、發佈伺服器都安裝在同一台Server上,如有需要也可以將以上三個App-V Server 三個角色拆開到各個Server做佈署。 App-V Part 1-App-V Server環境需求 App-V Part 2-安裝 SQL Server 2014 App-V Part 3-安裝 IIS 角色

Step by Step-Prepare a CentOS-Based Virtual Machine for Azure

圖片
Prerequisites CentOS Installation Notes The newer VHDX format is not supported in Azure . You can convert the disk to VHD format using Hyper-V Manager or the convert-vhd cmdlet. When installing the Linux system it is recommended that you use standard partitions rather than LVM (often the default for many installations). This will avoid LVM name conflicts with cloned VMs, particularly if an OS disk ever needs to be attached to another VM for troubleshooting. LVM or RAID may be used on data disks if preferred. NUMA is not supported for larger VM sizes due to a bug in Linux kernel versions below 2.6.37. This issue primarily impacts distributions using the upstream Red Hat 2.6.32 kernel. Manual installation of the Azure Linux agent (waagent) will automatically disable NUMA in the GRUB configuration for the Linux kernel. More information about this can be found in the steps below. Do not configure a swap partition on the OS disk. The Linux agent can be configured to create a swap fi...