- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /dev/async owner and minor number reset!
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-27-2009 10:59 AM
тАО10-27-2009 10:59 AM
we have created /dev/async with the following commands, but it is being reset back to owner bin:bin minor number 0:
# rm /dev/async
# /etc/mknod /dev/async c 101 4
# ls -ld /dev/async
crw-r--r-- 1 root sys 101 0x000004 Oct 22 16:40 /dev/async
# /usr/bin/getprivgrp sybase
sybase: RTPRIO MLOCK CHOWN
# chmod 0660 /dev/async
# chown sybase:sybase /dev/async
# ls -ld /dev/async
crw-rw---- 1 sybase sybase 101 0x000004 Oct 22 16:40 /dev/async
I read the following thread which concludes that insf -e is resetting /dev/async. So I tried running insf -e on an HP-UX 11.00 server and it did not reset /dev/async attributes. The servers were we have the issue are HP-UX 11.23. I cannot test them at the moment.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1256668737693+28353475&threadId=1140105
I do not see anything in my environment that should reset this, not based on the creation time of the new /dev/async. Is this resetting of /dev/async only happening in with insf -e in HP-UX 11.23?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 12:33 PM
тАО10-27-2009 12:33 PM
Re: /dev/async owner and minor number reset!
here you have more information about DSF /dev/async
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1216176
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1372273
Buena suerte
JEA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 12:35 PM
тАО10-27-2009 12:35 PM
Re: /dev/async owner and minor number reset!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2009 12:41 PM
тАО10-27-2009 12:41 PM
SolutionCreate a boot script that corrects the ownership and perms during reboot.
e.g.
cp /sbin/init.d/template /sbin/init.d/ora_async
edit ora_asycn with chmod and chown commands in the "start" section
cd /sbin/rc1.d
ln -s ../init.d/ora_asyc S900ora_async
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2009 02:01 AM
тАО10-30-2009 02:01 AM
Re: /dev/async owner and minor number reset!
Do you have raw devices or file systems?
Best Regards,
Eric Antunes