cloudadminclub-blog
cloudadminclub-blog
Articles
28 posts
Don't wanna be here? Send us removal request.
cloudadminclub-blog · 3 years ago
Text
How to vscode sudo connect to remote host
Tumblr media
When I use vscode remote explorer to connect to remote servers to read long configuration files. or investigate/search for configuration in a system, software, or solution that has no information about. I face files navigation limitations due to the limited user which I use it to connect to the server is limited.. When I use vscode remote explorer to connect to remote servers to read long configuration files. or investigate/search for configuration in a system, software, or solution that has no information about. I face files navigation limitations due to the limited user which I use it to connect to the server is limited. Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
How to change HPUX HBA, date, timezone
Tumblr media
As a continuation of the HPUX for Linux Admins series. This article explains how to display the HPUX system settings then explain how to edit them. for example, the display HBA configurations like WWN or change server Date, time, and timezone. You should be able to use the keyboard to navigate the terminal and know the basic commands and their syntax from previous articles.. it provides what DBA and Linux admin needs to know about HPUX like commands, syntax, and explanations to achieve their daily tasks. Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
How to Enable Oracle ARCHIVELOG mode
Tumblr media
Archivelog feature is a mechanism to prevent data losses in Oracle database Instances. This article explains how to enable or disable oracle archivelog mode to benefit from its feature and how to stop it. Enabling it has its benefits. like, extended recovery of data, consistent hot backups.. Explain oracle archivelog importance and how to enable archivelog mode and how to disable it. Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
How to manage devices in HPUX
Tumblr media
After knowing how to navigate the HPUX terminal In this article, we will explain how HPUX hardware detection works and tools used to manage HPUX devices. For example how to show device details and configure it. HPUX harware detection similarly, HPUX uses files located in /dev/ directory to access the hardware and its devices.. After knowing how to navigate the HPUX terminal In this article, we will explain how HPUX hardware detection works and tools used to manage HPUX devices. For example how to show device details and configure it. HPUX harware detection similarly, HPUX uses files located in /dev/ directory to access the hardware and its devices. Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
HPUX Terminal navigation Keys
Tumblr media
HPUX system might appear challenging at first glance, however, after reading this article you will find it more familiar than you think. This article will show how to use keys to navigate into the HPUX terminal and commands similar to what you know in Linux.. HPUX system might appear challenging at first glance, however, after reading this article you will find it more familiar than you think. This article will show how to use keys to navigate into the HPUX terminal and commands similar to what you know in Linux. Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
know why to use a reverse proxy
Tumblr media
Implementing a reverse proxy servers usually for many reasons. For example, enable load-balancing, high availability, improved performance, and enhanced security. So, This article explains the what is it, how it works. Then, explain the advantage and disadvantages of having it in your architecture. What is it ? how it works ?. Implementing a reverse proxy servers usually for many reasons. For example, enable load-balancing, high availability, improved performance, and enhanced security. So, This article explains the what is it, how it works. Then, explain the advantage and disadvantages of having it in your architecture. What is it ? how it works ? Basically, a Reverse proxy Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
How to fix Oracle Installer error INS-30131
Tumblr media
While Installing Oracle client 12c or database on Windows 2008 server 64bit. The Oracle Universal might show this famous error message as it is related to OS configuration. So, The issue is tracked in bug 21452473. If you are trying to install oracle in Linux read that. This article explains how to fix Oracle Installer error INS-30131 in multiple ways.. While Installing Oracle client 12c or database on Windows 2008 server 64bit. The Oracle Universal might show this famous error message as it is related to OS configuration. So, The issue is tracked in bug 21452473. If you are trying to install oracle in Linux read that. This article explains how to fix Oracle Installer Read the full article
0 notes
cloudadminclub-blog · 4 years ago
Text
PHP repository for debian and Ubuntu
Tumblr media
This article shows the steps to create an APT source list file that allows you to the latest version of PHP repository for Debian and Ubuntutu. What is SURY? SURY repository contains many packages, however, PHP is what it is famous for. more details on their website Steps to Create a repository for PHP The following step will do the following First, install a few tools required Next, add the repository key to Trusted keys. Then, Create the repository source list. sudo apt-get install curl apt-transport-https sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sudo echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list Install php version you want to install, for example, to install php 7.4. sudo  apt-get update sudo  apt-get install -y php7.4 php7.4-dev php7.4-xml php7.4-intl       Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
How to free oracle disk space - Automate disk cleanup.
Tumblr media
  In part one we explained what files Oracle Instance creates and eats our precious disk-space, This article explains how to identify and free oracle server disk space. Reasons for the server to stop creating new files. Servers might stop creating new files or adding new files due to multiple reasons: 1. You consumed all available disk space. in that error, you get the message..   In part one we explained what files Oracle Instance creates and eats our precious disk-space, This article explains how to identify and free oracle server disk space. Reasons for the server to stop creating new files. Servers might stop creating new files or adding new files due to multiple reasons: 1. You consumed all… #how_to #Linux #oracle Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Linux Software Management - Yum basics
Tumblr media
Since Software management is an essential part of operating system management, for that, this article explains yum basics and the common command and options, as this package manager allows install, update, remove, or search for packages. Common Linux distributions come with its package manager, for instance, Debian and Ubuntu use APT.. Since Software management is an essential part of operating system management, for that, this article explains yum basics and the common command and options, as this package manager allows install, update, remove, or search for packages. Common Linux distributions come with its package manager, for instance, Debian and Ubuntu use APT. on the other hand,… #how_to #Linux Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
How to free oracle server disk space.
Tumblr media
  Oracle database creates various types of files for logging each has its role. For example, Trails, trace files, and logs. These files are important and provide a lot of information, it will quickly consume server space handicapping server performance. That if they were not maintained properly..   Oracle database creates various types of files for logging each has its role. For example, Trails, trace files, and logs. These files are important and provide a lot of information, it will quickly consume server space handicapping server performance. That if they were not maintained properly. This article goes through the process of finding… #how_to #Linux #oracle Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Start EBS R12.2 on Linux
Tumblr media
If you are new to Oracle E-Business suite R12.2 on Linux, You might find stating EBS instance a bit confusing especially after rebooting your server. If you try to execute adstrtal.sh script directly, It will fail. As there are some preparations If that is your case then, this article is for you. It explains how to safely stop and start oracle EBS processes on Linux.. If you are new to Oracle E-Business suite R12.2 on Linux, You might find stating EBS instance a bit confusing especially after rebooting your server. If you try to execute adstrtal.sh script directly, It will fail. As there are some preparations If that is your case then, this article is for you. It explains how… #ebs #how_to #Linux #oracle Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Change WSUS Contents location
Tumblr media
Have you tried to move WSUS contents folder to another location and failed, or can't move WSUS content due to permission issues. This article explains how to use wsusutil to change WSUS content location. WSUS Tool location. Changing the WSUS update folder is not a CUT& PAST operation.. Have you tried to move WSUS contents folder to another location and failed, or can’t move WSUS content due to permission issues. This article explains how to use wsusutil to change WSUS content location. WSUS Tool location. Changing the WSUS update folder is not a CUT& PAST operation. to explain, There is a lot of… Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Install EBS R12.2 on Linux 7
Tumblr media
This article explains how to install Oracle EBS R12.2 on Linux 7 step by step. In addition, It provides the instruction to configure your OS. So, EBS installation complete in a single straight shot and avoids errors in your installation. Oracle EBusness Suite (#EBS) installation is a lengthy one, because of the installation process validation, and install Database, Middleware.. This article explains how to install Oracle EBS R12.2 on Linux 7 step by step. In addition, It provides the instruction to configure your OS. So, EBS installation complete in a single straight shot and avoids errors in your installation. Oracle EBusness Suite (#EBS) installation is a lengthy one, because of the installation process validation,… #ebs #Linux #oracle Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Install EBS R12.2 on Linux 7
Tumblr media
This article explains how to install Oracle EBS R12.2 on Linux 7 step by step. In addition, It provides the instruction to configure your OS. So, EBS installation complete in a single straight shot and avoids errors in your installation. Oracle EBusness Suite (#EBS) installation is a lengthy one, because of the installation process validation, and install Database, Middleware.. This article explains how to install Oracle EBS R12.2 on Linux 7 step by step. In addition, It provides the instruction to configure your OS. So, EBS installation complete in a single straight shot and avoids errors in your installation. Oracle EBusness Suite (#EBS) installation is a lengthy one, because of the installation process validation,… #ebs #Linux #oracle Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Solved [J2EE160149] missing adf.oracle.domain
Tumblr media
It's a common issue, Yet confusing. a Java application, for example, an ADF application developed with JDeveloper 12c. though it is working fine in the Embedded WebLogic Server of JDeveloper, It fails when you try to deploy it or start it in a stand-alone managed server, or in your WLS Domain giving error that It misses a library adf.oracle.businesseditor, adf.oracle.domain,. It’s a common issue, Yet confusing. a Java application, for example, an ADF application developed with JDeveloper 12c. though it is working fine in the Embedded WebLogic Server of JDeveloper, It fails when you try to deploy it or start it in a stand-alone managed server, or in your WLS Domain giving error that It… #oracle #weblogic Read the full article
0 notes
cloudadminclub-blog · 5 years ago
Text
Start EBS R12.2 on Linux
Tumblr media
If you are new to Oracle E-Business suite R12.2 on Linux, You might find stating EBS instance a bit confusing especially after rebooting your server. If you try to execute adstrtal.sh script directly, It will fail. As there are some preparations If that is your case then, this article is for you. It explains how to safely stop and start oracle EBS processes on Linux.. If you are new to Oracle E-Business suite R12.2 on Linux, You might find stating EBS instance a bit confusing especially after rebooting your server. If you try to execute adstrtal.sh script directly, It will fail. As there are some preparations If that is your case then, this article is for you. It explains how… #ebs #how_to #Linux #oracle Read the full article
0 notes