Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Reading parameter file and printing Linux/Unix
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • SQL Server Vs Oracle Architecture difference SQL Server
  • Formatter Explain plan Output 1 Oracle
  • .profile Linux/Unix
  • currwait.sql Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • perf_today.sql Oracle
  • Read CSV file using PySpark Python/PySpark
  • PLSQL Table Syntax 2 Oracle
  • restarting network in linux Linux/Unix
  • Unix split command to split files Linux/Unix
  • CPU speed on Linux Linux/Unix
  • Find Time Consuming SQL Statements in Oracle 10g Oracle

Adding addidional hard drive and attach it to a linux box.

Posted on 25-Dec-2008 By Admin No Comments on Adding addidional hard drive and attach it to a linux box.

1) Add hard drive in vmware console. Select any SCSE disk type.

2) From vmware itself you will know that what will its sd number. like will it be sda,sdb.. or sdz.

3) start virtual machine and do the following as root:

# fdisk /dev/sdg1

Here create a primary partition and write partition table.

now you have disk and its partition ready.

4) create a file-system on this machine.

# mke2fs /dev/sdg1

5) create a folder in “/” where you will mount this disk. For example I created /ORACLE_SOURCE.

6) mount the disk:

mount /dev/sdg1 /ORACLE_SOURCE

So now disk is ready. if needed change its ownership to oracle using:

# chown -R oracle:dba /ORACLE_SOURCE

Linux/Unix, shell

Post navigation

Previous Post: Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository
Next Post: 751131.1 New Article Error 2819 While Requesting a Systemstate Dump

Related Posts

  • Some OS level threshold for performance. Linux/Unix
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • chk_space_SID.ksh Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • column level grant syntax Oracle
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • online_bkup.sql Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g Oracle
  • Generating XML from SQLPLUS Oracle
  • How to analyze statspack or AWR report. Oracle
  • SCRIPT TO LIST RECURSIVE DEPENDENCY BETWEEN OBJECTS UTLDTREE.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme