1833060 Members
2503 Online
110049 Solutions
New Discussion

Re: odm error

 
Jannik
Honored Contributor

odm error

# mount -a
No such device: /dev/odm

ls /dev/odm
nothing

/usr/sbin/kmsystem -q odm
Module Configured Loadable
=================================================
odm Y Y

is loaded....

should have had:
ll /dev/odm
total 0
crw-rw-rw- 1 root root 1 0x000005 Mar 8 22:37 cluster
crw-rw-rw- 1 root root 1 0x000000 Mar 8 22:37 ctl
dr-xr-xr-x 2 root root 54 Mar 8 22:37 fid
crw-rw-rw- 1 root root 1 0x000002 Mar 8 22:37 ktrace
-rw-rw-rw- 1 root root 2 Mar 8 22:37 mmap
crw-rw-rw- 1 root root 1 0x000001 Mar 8 22:37 stats
jaton
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: odm error

perhaps the device driver has been hammered.

insf -e will probably help set things right.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jannik
Honored Contributor

Re: odm error

have tried nothing comes up. still

ls /dev/odm

nothing

i installed the decber patch
jaton

Re: odm error

how do take of the latest patches just installed?
Jeff Schussele
Honored Contributor

Re: odm error

Hi Jannik,

You obviously have a typo in your /etc/fstab file of some sort.
I suspect it's probably supposed to be /dev/cdrom & it contains /dev/odm OR you're supposed to have a device /dev/odm which you don't OR there's an LV beneath /dev/odm that you didn't enter into the fstab file.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jannik
Honored Contributor

Re: odm error

Hey,

The thing is that i got the odm runnig with:
kmadmin -L odm
and started the cluster but i can't get the db's running i think that it may be:
/dev/odm/cluster
taht looks like this:
cluster status: disabled

it should be
enabled

????
jaton
Jannik
Honored Contributor

Re: odm error

it running...
add the following
:
cat /etc/loadmods
vxfen
vcsmm
lmx
vxglm
vxgms
odm

tnx
jaton
Jeff Schussele
Honored Contributor

Re: odm error

Hi (again) Jannik,

I admit I had to go look this one up - ODM is Oracle Disk Manager & it's a function of Veritas Database Edition 3.5. And deals with Veritas' handling of raw Oracle devices & files.
But since you mentioned Service Guard, I have to question why an SG controlled device would be referenced in the fstab file.
Normally *all* SG devices are controlled by the cluster/pkg ascii files & not LVM definitions.
It may boil down to understanding how DBE is supposed to be utilized in a SG cluster.

Rgds,
Jeff


PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: odm error

In the LVM world
lvchange -c y /dev/vg_name
enables the cluster-aware bit.
Check your Veritas docs to see if that's the way or for the Veritas method.
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jannik
Honored Contributor

Re: odm error

this is the way Veritas RAC/VCS recommend to do it.
I just didn't know that the dec03 patch bundle deleted loadable moduels for files, but for everybody else, you may have some odm problems after installing patches :-).
jaton