Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • eplan9i.sql Oracle
  • AWR license Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • plan10g.sql good Oracle
  • tab.sql Oracle
  • grep multuple patterns Linux/Unix
  • Some useful Unix Commands Linux/Unix
  • compile_inv.sql Oracle
  • Rollback force for distributed transactions Oracle
  • TRUNCATE Privs Oracle
  • JSON/XML Types in Oracle Oracle
  • chk_space_SID.ksh Linux/Unix
  • cp_filesystem.sql Oracle
  • Small sample shell program Linux/Unix

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

  • kill all processes from specific user in solaris. Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Paste command syntax Linux/Unix
  • Transfer SQL Profiles from One database to other database. Oracle

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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Find all users who have DML privileges Oracle
  • handling filenname with space Linux/Unix
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • Nice notes on wait events Oracle
  • temp_use.sql diplays usage of temp ts Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • My Test Case On 21-OCT-2005 Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme