- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: odm error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:37 AM
03-08-2004 08:37 AM
odm error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:41 AM
03-08-2004 08:41 AM
Re: odm error
insf -e will probably help set things right.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 08:44 AM
03-08-2004 08:44 AM
Re: odm error
ls /dev/odm
nothing
i installed the decber patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 09:40 AM
03-08-2004 09:40 AM
Re: odm error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:14 AM
03-08-2004 11:14 AM
Re: odm error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:23 AM
03-08-2004 11:23 AM
Re: odm error
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
????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:32 AM
03-08-2004 11:32 AM
Re: odm error
add the following
:
cat /etc/loadmods
vxfen
vcsmm
lmx
vxglm
vxgms
odm
tnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:32 AM
03-08-2004 11:32 AM
Re: odm error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:35 AM
03-08-2004 11:35 AM
Re: odm error
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 11:36 AM
03-08-2004 11:36 AM
Re: odm error
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 :-).