- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't make special file /sbin/bcheckrc
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
06-17-2006 06:18 PM
06-17-2006 06:18 PM
"Can't make special file /sbin/bcheckrc"
The file is present and permissions are exactly what they are on other N4000's we have. I rebooted the system once it came up cleanly to see if this would go away. It hasn't.
What do I need to to now?
Mike Keys
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 07:01 PM
06-17-2006 07:01 PM
Solutionll /sbin/bcheckrc
Compare the output to a working system.
If different, you may wish to manually delete this on the system giving you trouble and try again.
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
06-17-2006 09:37 PM
06-17-2006 09:37 PM
Re: Can't make special file /sbin/bcheckrc
Have you checked in /etc/shutdownlog why the server rebooted.
Was there a hardware problem?
The script is spawned during boot.
inittab:
brc1::bootwait:/sbin/bcheckrc /dev/console 2>&1 # fsck, etc.
This file contains scripts/commands necessary to -
1) activates LVM (if appplicable).
2) runs eisa_config in automatic mode
(if applicable).
3) checks the file systems before mounting.
(the scripts required for file system specific checking reside in /sbin/fs/
4) and anything else that should be done before mounting any file systems.
Have you checked with dmesg, for any issues.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 01:48 AM
06-18-2006 01:48 AM
Re: Can't make special file /sbin/bcheckrc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 01:54 AM
06-18-2006 01:54 AM
Re: Can't make special file /sbin/bcheckrc
00:40 Sun Jun 18 2006. Reboot after panic: , isr.ior = 0'804073c.c0000000'17052ced
Have no idea what piece of hardware this might be referring to.
'll /sbin/bcheckrc' shows exactly same size and permissions as file on working system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 02:34 AM
06-18-2006 02:34 AM
Re: Can't make special file /sbin/bcheckrc
This type of panic (panic , isr.ior = 0'804073c.c0000000'17052ced) is usually caused by:
1) Hardware failure
2) Someone issuing a TOC
3) Serviceguard issuing a TOC.
Check the /var/tombstones directory. If the ts99 file has a valid timestamp, then you have a hardware issue. q4 will also tell you if it was a TOC(transfer of control) or HPMC(high priority machine check).
If you don't know how to analyze the crash-dump you should log a call with HP-support.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 05:06 AM
06-18-2006 05:06 AM
Re: Can't make special file /sbin/bcheckrc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 09:10 AM
06-19-2006 09:10 AM
Re: Can't make special file /sbin/bcheckrc
However, I am still seeing "Can't make special file /sbin/bcheckrc:' when booting.
Apparently, this isn't affecting the activation of the volume groups and filesystems.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2006 09:27 AM
06-19-2006 09:27 AM
Re: Can't make special file /sbin/bcheckrc
Turns out that the line should actually be two lines!!!
Can't make special file
/sbin/bcheckrc:
So, the "Can't make special file" issue is related to something else. We use an EMC SAN, so the part of the inittab file that runs before bcheckrc is the scsript to start EMC PowerPath. I took a look at the startup file for this and, sure enough, there is an entry that looks like this in the startup script....
'/sbin/insf -Cdisk > /dev/null 2>&1'
The problem is that there is no space after the -C switch. The line should read....
'/sbin/insf -C disk > /dev/null 2>&1'
and is why I am receiving this message.
However, thanks to all who replied with suggestions on the cause of the panic reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 01:16 AM
06-20-2006 01:16 AM