- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error in syslog
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
10-28-2003 03:20 PM
10-28-2003 03:20 PM
Error in syslog
I am getting the following error messages in Syslog from one of our HP-9000 serever.
billing cmclconfd(19588):unable to read disk c10t12d5
billing cmclconfd(19588):unable to read disk c10t12d6
billing cmclconfd(19588):unable to read disk c10t12d7
billing cmclconfd(19588):unable to read disk c10t13d0
billing cmclconfd(19588):unable to read disk c10t13d1
billing cmclconfd(19588):unable to read disk c10t13d2
Here our hostname is billing.
Can any one tell me the probable reason for it?
Thanks
Utpal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 03:44 PM
10-28-2003 03:44 PM
Re: Error in syslog
can you have a look at ioscan -fnCdisk, do you see these disks as online,
how are these disks configured, i mean to what volume group or package they belong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 04:00 PM
10-28-2003 04:00 PM
Re: Error in syslog
Check ioscan and if the disk is claimed.
Also check syslog,dmesg for errors associated with thid disk.
Check what diskinfo for this returns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 06:09 PM
10-28-2003 06:09 PM
Re: Error in syslog
If it is a fiber controller, and the controller is working well but all disks on it are showing as NO_HW instead of claimed, it could very well be a cable problem. This is more likely on fiber than old SCSI, since the cables are more fragile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 01:22 AM
10-29-2003 01:22 AM
Re: Error in syslog
If these drives are meaningful to your system, you'd think you'd have many errors over the day, including application level.
If you only get this message during boot, it could be that the drives have not 'spun up' yet before the system tries to read them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2003 08:44 PM
10-29-2003 08:44 PM
Re: Error in syslog
Run:
/opt/hparray/bin/amdsp -i
To tell you what array(s) you have on your machine. Shows Serial Number and Alias
Run:
/opt/hparray/bin/amdsp -a {Alias or Serial Number}|lp
This will show all information on your Array including Status of Contollers and disk availability/status
PS You need to be root to use this stuff.