Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Optimizer_Index init.ora parameter explaination. Oracle
  • find checksum of a file. Linux/Unix
  • sid_wise_sql.sql Oracle
  • ORACLE_SID in sqlplus Oracle
  • exp syntax in oracle 10g Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • TRUNCATE Privs Oracle
  • upload.html PHP/MYSQL/Wordpress
  • Deleting first line and lastline of a file using sed Linux/Unix
  • find_idle_cpu.sql Oracle
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Kill a session dynanically using execute immediate Oracle
  • import-export with multiple files Oracle
  • tblwopk.sql /* Find Tables Without PK */ 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

  • Debugging Shell FIles Linux/Unix
  • Paste command syntax Linux/Unix
  • Changing default shell Linux/Unix
  • oracle_env_10g_CADEV Linux/Unix
  • on IBM-AIX for display Linux/Unix
  • set_env_dba 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)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Getting started with notebook Python/PySpark
  • age_alert.ksh aging out alert.log Linux/Unix
  • Kernel Parameters for Solaris Linux/Unix
  • Restoring a user’s original password 1051962.101 Oracle
  • Default User Profile Oracle
  • rm_backup_arch_file.ksh Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme