![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install Guide: Oracle Database 11g Release 1 on Oracle Enterprise Linux 5 | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Integrating the Oracle Designer Legacy Table API with Oracle JDeveloper 11g ADF Busin | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 02:10 AM |
| Oracle and Symantec Certify Veritas Data Center Solutions on Oracle - WebWire (press | iBot | UNIX and Linux RSS News | 0 | 07-17-2007 05:30 AM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 10:11 AM |
| mount oracle on ultra 5 | softarch | UNIX for Dummies Questions & Answers | 4 | 02-19-2001 09:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am installing Oracle 8i, and the manual indicates that I need to create two mount points prior to installation. I am running Solaris 8 on a Sun 250. What commands would I use to create two mount points, u01 and u02, so they will be available during the Oracle installation process?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
A mount point is simply a directory to mount a file system on.
Normally, /u01 and /u02 are directories created in / and then the file system is mounted on it to allow the space required for the software product. # mkdir /u01 # mkdir /u02 Make sure you set the ownership and group to what is required. |
|
#3
|
|||
|
|||
|
I don't have enough space on the current disk. However, I have two other 17gig drives that are not being used. I can see them with the format command, but they are not visible with the df command. I guess this means that their partitions have not been assigned to a file system.
How can I create a file system (newfs command?) called u01 on my disk /dev/vol/c0t8d0s0 so I can use it as the mount point for my Oracle database? |
|
#4
|
|||
|
|||
|
Suggest if you are not the System Administrator, you get that person's help - unless this is a test system that doesn't matter if it gets messed up - then have fun learning.
Otherwise, here is a link that may help you from SunSolve Normally (well, more to my experience), Oracle databases are set up with a volume manager of some sort. You state that Quote:
|
|||
| Google The UNIX and Linux Forums |