Ir al contenido
 Español      
HP.com México principal Productos y Servicios Soporte y Controladores Soluciones Cómo Comprar
» Contactar HP
     Búsqueda avanzada en foros
HP.com México principal
IT Resource Center Forums > Linux > general

mount point owner other then 'root'

» 

Centro de Recursos de Tecnología Informática

» Inicio de sesión
» Registro
» Mi perfil
» Búsqueda en la base de conocimientos
» Foros
» Base de datos de parches
» Descargar controladores, software y firmware
» Comprobación de la garantía
» Administrador de casos de soporte
» Administrador de actualizaciones de software
» Capacitación y educación
» Más opciones de mantenimiento y soporte
» Ayuda online
» Mapa del sitio

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Aquí empieza el contenido
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: mount point owner other then 'root'      Add to my favorites
Maaz
Nov 2, 2009 16:39:40 GMT   

have to install the Oracle10R2 on /Oracle filesystem.

/oracle is on SAN/FC-LUN.

the customize installation document I have to follow, shows that /Oracle is own by user 'orar3p', and group 'dba'

so to achieve the above, I created a directory(mount point) /Oracle, then

chown orar3p.dba /Oracle

then
mount /dev/mapper/LongStringOfNumbers /Oracle

now, running 'ls -ld /Oracle' shows that its own by user 'root', and group 'root'

what should I do ?
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Steven E. Protter This member has accumulated 80000 or more points
Nov 2, 2009 16:48:17 GMT    Unassigned

Shalom,

umount the filesystem.

chown the mount point of the to oracle

mount it again.

Oracle should own the mount point.

However, the question is, do you have any problem either way with this?

Does oracle not start correctly at this time?

SEP
Maaz
Nov 2, 2009 17:44:40 GMT    N/A: Question Author

Hi SEP

>umount the filesystem.
>chown the mount point of the to oracle
>mount it again.
>Oracle should own the mount point.

# chown orar3p.dba /oracle
# ls -ld /oracle
drwxr-xr-x 2 orar3p dba 4096 Oct 24 19:39 /oracle
# mount /dev/mapper/3600508b40006e2cc0000c000005d0000 /oracle
# ls -ld /oracle
drwxr-xr-x 4 root root 4096 Nov 2 16:42 /oracle

again /oracle is own by 'root.root' and not 'orar3p.dba'

>However, the question is, do you have any problem either way with this?
>Does oracle not start correctly at this time?
no I didnt installed the oracle yet on this machine. actually I have to install the Oracle by following some papers... and before doing the drill/excercise I am reading/evaluating.

Regards
Ivan Ferreira This member has accumulated 20000 or more points
Nov 2, 2009 18:17:42 GMT  10 pts

You must change the ownership after you mount the file system.
Maaz
Nov 2, 2009 18:27:43 GMT    N/A: Question Author

Hi Ivan Ferreira, thanks ;)

Regards
Maaz
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Declaración de confidencialidad El uso de este sitio implica la aceptación de sus políticas de uso
© 2009 Hewlett-Packard Development Company, L.P.