Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • This is im telling Kishore Oracle
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • Implementation of key based authentications Linux/Unix
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • How to calculate PROCESSES parameter Oracle
  • proc.sql Oracle
  • column level grant syntax Oracle
  • Oracle Metalink useful notes Oracle
  • 10g oem configuration Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • pvm_metric.sql for gathering report from vmstat tables Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • DBMS_SQL for alter session. 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

  • Search and Replace vi editor command. Linux/Unix
  • chk_space_SID.ksh Linux/Unix
  • How to change hostname in Linux Linux/Unix
  • To see mem usage and CPU usage system wide. Linux/Unix
  • Session_info.ksh Linux/Unix
  • Space padding in korn shell 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 (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • eplan9i.sql Oracle
  • Jai Shree Ram Oracle
  • move_arch_files.ksh Linux/Unix
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • find the files that are 1 day old. Linux/Unix
  • Specify the Rollback segment to use in Transaction Oracle
  • runsql_once.ksh Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme