Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • dbinv.sql Oracle
  • Flowers Resize datafiles Oracle
  • Rman Notes -1 Oracle
  • oracle Dba site Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • PLSQL Table Syntax 1 Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • find_idle_cpu.sql Oracle
  • Changing the Global Database Name Oracle
  • handling filenname with space Linux/Unix
  • DBMS_Shared_pool pinning triggers Oracle
  • Search and Replace vi editor command. Linux/Unix
  • JSON/XML Types in Oracle 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

  • chk_space_SID.ksh Linux/Unix
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • oracle 10g on linux Linux/Unix
  • How to know Number of CPUs on Sun Box Linux/Unix

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Renaming the column name Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • My Minimum Tuning Programs Oracle
  • To see mem usage and CPU usage system wide. Linux/Unix
  • ipcs -l Linux/Unix
  • Another export with Query Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme