Mount for Oracle 8i


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Mount for Oracle 8i
# 1  
Old 05-13-2002
Tools Mount for Oracle 8i

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?
# 2  
Old 05-13-2002
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.
thehoghunter
# 3  
Old 05-13-2002
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  
Old 05-13-2002
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:
they are not visible with the df command. I guess this means that their partitions have not been assigned to a file system.
A database can use a raw device - you would have to check that any database running on the system is not using it OR insure it isn't being used by swap (which may not show in a df command)
thehoghunter
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a new mount point with 600GB and add 350 GBexisting mount point? IN AIX

How to create a new mount point with 600GB and add 350 GBexisting mount point Best if there step that i can follow or execute before i mount or add diskspace IN AIX Thanks (2 Replies)
Discussion started by: Thilagarajan
2 Replies

2. Shell Programming and Scripting

Script to mount nas-share using generated credentials (mount EC 13,32)

Heyas At home i have 1 nas with 3 shares, of which i used to mount 2 of them using a script with hardcoded password and username in it. EDIT: Turns out, its not the script, but 'how i access' the nas share.. (-o user=XY,password=... VS. -o credentials=...). Figured about credential files,... (0 Replies)
Discussion started by: sea
0 Replies

3. Linux

Oracle Linux DVD that I install from wont mount

Hi, I am trying to mount my Oracle Linux 6-2 bootable disk that I installed from in order to manually copy off the packages directory onto the server ( to create a local YUM repository ) I have checked the DVD in my windows laptop and can see the packages folder ( so I know the DVD is iso9660... (3 Replies)
Discussion started by: jimthompson
3 Replies

4. Solaris

I want to mount windows 2003 oracle instance

I want to mount windows 2003 oracle instance to solaris machine. Can any one has idea? Please send me your experiences ,if any. (5 Replies)
Discussion started by: Jagandadi
5 Replies

5. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

6. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

7. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

8. UNIX for Dummies Questions & Answers

mount oracle on ultra 5

Hi, I try to mount Oracle on Ultra 5 but either the system panic or it will not mount it. Would anybody have an example that would show how? Also, what the (c0t0d0s0) c, t, d and s stands for? Thank you. (4 Replies)
Discussion started by: softarch
4 Replies
Login or Register to Ask a Question