Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • Library cahe Latches and internal explaination Oracle
  • Updated LCK.SQL file. Oracle
  • get_vmstat.ksh Linux/Unix
  • Rollback force for distributed transactions Oracle
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Jai Shree Ram Oracle
  • run this before doing any dbchange pvm_pre_change.sql Oracle
  • find_err.sql for finding errors from dba_errors. Oracle
  • Read CSV file using PySpark Python/PySpark
  • Export With Query Another Example. Oracle
  • The most important Tuning Notes Oracle
  • Identical Dblink Issue… Oracle
  • S3 Basic info AWS
  • Committing distributed transaction using commit force 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

  • runsql_once.ksh Linux/Unix
  • find the files that are 1 day old. Linux/Unix
  • Important Solaris Commands Linux/Unix
  • To find all disk io ( EMC as well as local) Linux/Unix
  • Search and replace pattern Linux/Unix
  • find checksum of a file. 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
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • The most important Tuning Notes Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • OEM-troubleshooting on 20-MAY-08 Oracle
  • create database syntax Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme