Database - RAC/Scalability (MOSC)

MOSC Banner

asm/voting/ocr naming

edited Mar 21, 2013 6:17AM in Database - RAC/Scalability (MOSC) 1 commentAnswered
 Hi all,
assume we work in Solaris case (Linux, Aix are the the same):
We have device like /dev/rdsk/emcpowera/b/c/d......
But our goal is to give the humain name for this device, specially when the device reside in a different storage (2 SAN).
So, we can process in two way:

1) create symbolic link (ln -s)
Or
2) use mknod (For example mkdir /dev/asm, mknod -c maj,min <device>

My question is as follow:
Two methods are supported i suppose! But what's the best practices from Oracle? symbolic link or mknod
And what is the technical argmumentation to justify the choice between the above alternatives?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center