Link to home
Start Free TrialLog in
Avatar of Cha1tu
Cha1tu

asked on

asm installation

right now i using 11.2.0.1...

when i trying to unsing utility ASMCA...
it is saying bash not found.

i want to create asm .it is single instance database











Screenshot-Database-Configuratio.png
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

The image you posted doesn't show the error you mention.


Bash not found seems to say just that.  Something needs bash installed and it cannot be found.  Could be an install problem or a PATH problem.

Please clarify.
Can you try "export SHELL=/usr/bin/bash" before starting  your asmca?
Avatar of Cha1tu

ASKER

hi guys....


i want to install asm ,let me know
We get that.  I just don't understand your post.  You get an error message and post an image that doesn't show the error.

What does the image show?

Again, the error you posted seems to point to a env issue.  Did the suggestion posted above for SHELL not help?
Also, are you going from some install link?  If so, please provide the link.
Avatar of Cha1tu

ASKER

right now  i created databases,i wanted to setup ASM..how do i setup
I'm not an ASM Expert but don't you tell the new database to use ASM at create time, not after?

We get you want to use ASM but we need to understand what you are doing.

The image you posted doesn't seem to fit the question and you aren't responding to the things being posted about SHELL.

If you are following some install guide, please post it so we can see what you are doing.
Avatar of Cha1tu

ASKER

these the one,i am following



http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_10.shtml


when typing # $ORACLE_HOME/bin/localconfig all

[root@localhost ~]# cd $ORACLE_HOME/bin/localconfig all
-bash: cd: /bin/localconfig: No such file or directory

Cd changes directory so it doesn't accept a " all".

It looks like $ORACLE_HOME isn't set properly.

And, should you really be running all this a root?  My guess is you need to be 'oracle' not root.

Do: su - oracle
And try everything.
Avatar of Cha1tu

ASKER

[oracle@localhost bin]$ $ORACLE_HOME/bin/localconfig all
-bash: /home/app/oracle/product/11.2.0/bin/localconfig: No such file or directory
>>No such file or directory

Seems self explanatory.  That file doesn't exist.
Avatar of Cha1tu

ASKER

Is there any problem with the oracle versions I am using?
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial