You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-infrastructure/compute-including-hpc/compute-software/README.md
+37-26Lines changed: 37 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,51 @@
2
2
3
3
This page contains information and useful links regarding Compute services that are mostly related to OS and Licenses Management on top of OCI Compute. You can also find resources about BYOI, BYOH and Autoscaling.
4
4
5
-
<i>Review date: 24 April 2025</i>
5
+
<i>Review date: 18 JUN 2025</i>
6
6
7
7
# Table of Contents
8
8
9
9
1.[Team Publications](#team-publications)
10
10
2.[Useful Links](#useful-links)
11
11
12
12
# Team Publications
13
+
-[Youtube Video: Windows In-Place Migration on OCI](https://youtu.be/W6j79zRdcuE)
14
+
-[Youtube Video: Migrating to E5 shapes on AMD EPYC GENOA](https://youtu.be/mXr5sosWdvI?feature=shared)
15
+
-[Youtube Video: How to Deploy Self-Managed Nodes on OKE](https://www.youtube.com/watch?v=OroPnRN7arE)
16
+
-[Youtube Video: Optimising performance - Deploying Red Hat Workloads on Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=_18PgW4NN40)
17
+
-[Youtube Video: Create KVM Guest from Oracle Linux KVM Host for Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=IiSsC7EqZSE)
18
+
-[Youtube Video: Using oci-kvm Network and Storage Commands for Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=IiSsC7EqZSE)
19
+
-[Youtube Video: Add a disk to an existing KVM VM on Oracle Linux](https://www.youtube.com/watch?v=B3h_DWOMwrk&t=16s)
20
+
-[Youtube Video: Using a Network Bridge with KVM VMs on Oracle Linux](https://www.youtube.com/watch?v=CXBTBxFoSKI&t=120s)
21
+
-[Youtube Video: Manage OCI instances directly from VirtualBox 7](https://www.youtube.com/watch?v=uFEN4Di-WDE)
13
22
14
-
-[How to Deploy Self-Managed Nodes on OKE](https://www.youtube.com/watch?v=OroPnRN7arE)
15
-
-[Cloud Coaching - Optimising performance - Deploying Red Hat Workloads on Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=_18PgW4NN40)
16
-
-[OCI PowerShell 7 Launch Instance](https://github.com/Olygo/OCI_Pwsh_Launch_Instance) - This PowerShell script allows you to create a compute instance on OCI using the OCI PowerShell 7 Modules
17
-
-[OCI Cloud-Init WinPwd Update](https://github.com/Olygo/CloudInit_WinPwd_Update) - Automates the installation of PowerShell and OCI PowerShell modules on a Windows-based OCI compute instance.
18
-
-[OCI Object Storage Refresh Data Replication ](https://github.com/Olygo/OCI-OS_RefreshDataReplication)
19
-
-[OCI DR with Reserved Public IPs](https://github.com/Olygo/OCI_DR-Reserved_PIP)
-[OCI Freeform Tagging](https://github.com/Olygo/OCI-TagCompute) - TagCompute is a demonstration script showing you how to apply freeform tag to a resource.
23
-
-[OCI List Backups](https://github.com/Olygo/OCI-ShowBackups)
24
-
-[OCI Function for Freeform Tagging](https://github.com/Olygo/OCI-FN_TagCompute_FF)
25
-
-[OCI Function for Defined Tags](https://github.com/Olygo/OCI-FN_TagCompute_DT)
26
-
-[Cluster software on Oracle Linux 9 using Corosync and Pacemaker - create failover IP](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/cluster/readme.md)
27
-
-[Script to install and mount OCI bucket as Filesystem using Fuse S3FS](https://github.com/Olygo/OCI_S3FS)
28
-
-[Mount a boot volume from one compute instance (or VM) onto another compute instance in order to replace lost ssh keys](https://gitlab.com/ms76152/system-administration)
29
-
-[Transfer data to and from Oracle Cloud Infrastructure using OS tools such as sftp, scp, oci cli, curl](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/data%20transfer%20to%20OCI%20v1.0.pdf)
30
-
-[Quering Compute Capacity using CloudShell](https://github.com/Olygo/OCI_ComputeCapacityReport)
31
-
-[Cockpit – Web console to manage Oracle Linux](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/tree/main/cockpit) - Installation instructions for Cockpit, the System administration graphical web console for Oracle Linux
32
-
- This [Document](https://github.com/skbkkl/sharkuma/blob/main/Oracle-Cloud-Infrastructure-resources/Oracle-OCI-Troubleshooting/Troubleshooting-OCI-Win-VM-Console-Connection.pdf) explain about how to troubleshoot Windows VM console connection via SAC.
33
-
- This [Document](https://github.com/skbkkl/sharkuma/blob/main/Oracle-Cloud-Infrastructure-resources/Oracle-OCI-Troubleshooting/Windows-Instance-Console-Creation.pdf) explain about how to set up a console connection to an OCI Windows instance, which can help with virtual machine troubleshooting
23
+
-[Olygo Github: OCI Compute Capacity Report using CloudShell](https://github.com/Olygo/OCI_ComputeCapacityReport)
24
+
-[Olygo Github: Learn how to troubleshoot Linux and Windows instances using OCI Console Connection](https://github.com/Olygo/OCI_Console-Connections)
25
+
-[Olygo Github: OCI function that forces IMDSv2 on compute instances](https://github.com/Olygo/OCI-FN_IMDS-Watcher)
26
+
-[Olygo Github: OCI Script to update IMDSv1 to v2 on compute instance](https://github.com/Olygo/OCI_IMDS-Watchdog)
27
+
-[Olygo Github: Step-by-step guide to converting and importing Windows Hyper-V VMs into OCI using VHDX and QCOW2 formats](https://github.com/Olygo/OCI_Windows-VHDX-Import)
28
+
-[Olygo Github: Upgrade an existing Windows instance using In-Place Migration](https://github.com/Olygo/OCI_Windows_In-Place_Migration)
-[Marius Github: Cluster software on Oracle Linux 9 using Corosync and Pacemaker - create failover IP](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/cluster/readme.md)
44
+
-[Marius Github: Transfer data to and from OCI using sftp/scp/oci-cli/curl](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/data%20transfer%20to%20OCI%20v1.0.pdf)
45
+
-[Marius Github: Cockpit – Web console to manage Oracle Linux](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/tree/main/cockpit)
46
+
-[Marius Gitlab: Mount a boot volume from one compute instance (or VM) onto another compute instance in order to replace lost ssh keys](https://gitlab.com/ms76152/system-administration)
47
+
48
+
-[Sharath Github: Troubleshoot Windows VM console connection via SAC](https://github.com/skbkkl/sharkuma/blob/main/Oracle-Cloud-Infrastructure-resources/Oracle-OCI-Troubleshooting/Troubleshooting-OCI-Win-VM-Console-Connection.pdf)
49
+
-[Sharath Github: Set up a console connection to an OCI Windows instance](https://github.com/skbkkl/sharkuma/blob/main/Oracle-Cloud-Infrastructure-resources/Oracle-OCI-Troubleshooting/Windows-Instance-Console-Creation.pdf)
34
50
35
51
# Useful Links
36
52
@@ -41,11 +57,6 @@ This page contains information and useful links regarding Compute services that
41
57
-[Migrate to the cloud as is](https://www.oracle.com/cloud/oci-migration-hub/)
42
58
-[Microsoft Licensing on OCI](https://docs.oracle.com/en-us/iaas/Content/Compute/References/microsoftlicensing.htm)
43
59
-[Updated Microsoft Licensing Terms for dedicated hosted cloud services](https://www.microsoft.com/en-us/licensing/news/updated-licensing-rights-for-dedicated-cloud)
44
-
-[Video - Create KVM Guest from Oracle Linux KVM Host for Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=IiSsC7EqZSE)
45
-
-[Video - Using oci-kvm Network and Storage Commands for Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=IiSsC7EqZSE)
46
-
-[Video - Add a disk to an existing KVM VM on Oracle Linux](https://www.youtube.com/watch?v=B3h_DWOMwrk&t=16s)
47
-
-[Video - Using a Network Bridge with KVM VMs on Oracle Linux](https://www.youtube.com/watch?v=CXBTBxFoSKI&t=120s)
48
-
-[Video - Manage OCI instances directly from VirtualBox 7](https://www.youtube.com/watch?v=uFEN4Di-WDE)
49
60
-[Deploy Apache Tomcat on ARM-based Kubernetes cluster in Oracle Cloud Infrastructure](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/run-workshop?p210_wid=824&p210_wec=&session=15158640819235)
50
61
-[Changing the shape of a compute instance: X5 to X9, or VM.Standard2 series to Flexible instance](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/resizinginstances.htm#Changing_the_Shape_of_an_Instance)
51
62
-[Demo - Use autoscaling to adjust compute resources](https://docs.oracle.com/en/learn/configure_auto_scaling/index.html#introduction)
0 commit comments