Operating system : Solaris 11.1
Database : 11.2.0.3
You can Use the same step for Linux/Unix.
Thank you
Osama Mustafa
For the people who think differently Welcome aboard
Operating system : Solaris 11.1
Database : 11.2.0.3
You can Use the same step for Linux/Unix.
Thank you
Osama Mustafa
The Error in the logs like the below :-
CRS-5011:Check of resource “+ASM” failed: details at “(:CLSN00006:)”
Node #2 was running without any problem , the issue was with node #1 and nothing changed recently.
The Error in Node #1 :-
crsctl start cluster
PRCR-1079 : Failed to start resource ora.asm
ORA-01031: insufficient privileges
CRS-5017: The resource action “ora.asm start” encountered the following error:
ORA-01031: insufficient privileges
. For details refer to “(:CLSN00107:)” in “/u01/app/grid/11.2.0.4/log/lux335/agent/ohasd/oraagent_oracle/oraagent_oracle.log”.
as you see from the above error “ORA-01031: insufficient privileges” i was running this command as root.
After check node #1 the solution so simple :-
Under $GRID_HOME/network/admin
vi sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES = (NONE)
which is wrong and to be changed to the following value :-
SQLNET.AUTHENTICATION_SERVICES = (NTS)
Reboot Node #1 and everything running successfully.
Thank you
Osama mustafa
I will do it again for sure Enshalla.
Thank you
Osama mustafa.
[Folder-name]
path = Folder_path
available = yes
valid users = User_will_user_folder.
read only = no
browsable = yes
public = yes
writable = yes
Thank you
Osama Mustafa
Link Here
Simplified Deployment and Management with Virtualization
Integrated Traffic Management
Integrated WebLogic/RAC Clusters
Seamless Upgrade From WebLogic, iAS and Others
This Document Describe steps to install Oracle weblogic 12c, operating system Oracle Linux 6.4, You can Download Document here
Thank you
Osama Mustafa
ERROR: transport error 202: bind failed: Address already in use
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:750]
if [ “${DEBUG_PORT}” = “” ] ; then
DEBUG_PORT=”8453″
export DEBUG_PORT
fi
if [ “${SERVER_NAME}” = “” ] ; then
SERVER_NAME=”AdminServer”
export SERVER_NAME
fi
if [ “${SERVER_NAME}” = “soa_server1” ] ; then
DEBUG_PORT=”7453″
export DEBUG_PORT
fiif [ “${SERVER_NAME}” = “osb_server1” ] ; then
DEBUG_PORT=”7454″
export DEBUG_PORT
fi
Now Restart AdminServer and Try to start Managed Server, Take Backup from setDomainEvn.sh before editing.
Thank you
Osama mustafa
Some of the new features :-
The Link for the Event Here.