Skip to content

Commit 6370e5f

Browse files
Merge pull request #1826 from oracle-devrel/Ainura-Djumagulov-patch-10
Update README.md
2 parents 00a24c0 + f68558a commit 6370e5f

File tree

1 file changed

+37
-26
lines changed
  • cloud-infrastructure/compute-including-hpc/compute-software

1 file changed

+37
-26
lines changed

cloud-infrastructure/compute-including-hpc/compute-software/README.md

Lines changed: 37 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,51 @@
22

33
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.
44

5-
<i>Review date: 24 April 2025</i>
5+
<i>Review date: 18 JUN 2025</i>
66

77
# Table of Contents
88

99
1. [Team Publications](#team-publications)
1010
2. [Useful Links](#useful-links)
1111

1212
# 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)
1322

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)
20-
- [OCI Vertical AutoScale](https://github.com/Olygo/OCI-AutoScale)
21-
- [OCI BackupInspector](https://github.com/Olygo/OCI-BackupInspector)
22-
- [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)
29+
- [Olygo Github: https://github.com/Olygo/OCI_Windows_KMS_Activation_Guide](https://github.com/Olygo/OCI_Windows_KMS_Activation_Guide)
30+
- [Olygo Github: Configure a secondary Vnic and routing on OL/RHEL/CentOS/Alma/Rocky](https://github.com/Olygo/OCI_Multi_VNIC_Setup)
31+
- [Olygo Github: Script to request the termination of the instance on which it is executed](https://github.com/Olygo/OCI_Self-Terminate)
32+
- [Olygo Github: Script to install and mount OCI bucket as Filesystem using Fuse S3FS](https://github.com/Olygo/OCI_S3FS)
33+
- [Olygo Github: OCI Function for Defined Tags](https://github.com/Olygo/OCI-FN_TagCompute_DT)
34+
- [Olygo Github: OCI Function for Freeform Tagging](https://github.com/Olygo/OCI-FN_TagCompute_FF)
35+
- [Olygo Github: OCI List Backups](https://github.com/Olygo/OCI-ShowBackups)
36+
- [Olygo Github: OCI Freeform Tagging](https://github.com/Olygo/OCI-TagCompute)
37+
- [Olygo Github: OCI BackupInspector](https://github.com/Olygo/OCI-BackupInspector)
38+
- [Olygo Github: OCI DR with Reserved Public IPs](https://github.com/Olygo/OCI_DR-Reserved_PIP)
39+
- [Olygo Github: OCI Object Storage Refresh Data Replication ](https://github.com/Olygo/OCI-OS_RefreshDataReplication)
40+
- [Olygo Github: OCI Cloud-Init WinPwd Update](https://github.com/Olygo/CloudInit_WinPwd_Update)
41+
- [Olygo Github: OCI PowerShell 7 Launch Instance](https://github.com/Olygo/OCI_Pwsh_Launch_Instance)
42+
43+
- [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)
3450

3551
# Useful Links
3652

@@ -41,11 +57,6 @@ This page contains information and useful links regarding Compute services that
4157
- [Migrate to the cloud as is](https://www.oracle.com/cloud/oci-migration-hub/)
4258
- [Microsoft Licensing on OCI](https://docs.oracle.com/en-us/iaas/Content/Compute/References/microsoftlicensing.htm)
4359
- [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)
4960
- [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)
5061
- [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)
5162
- [Demo - Use autoscaling to adjust compute resources](https://docs.oracle.com/en/learn/configure_auto_scaling/index.html#introduction)

0 commit comments

Comments
 (0)