- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error 126 on HPUX
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
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
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
тАО07-02-2004 02:16 PM
тАО07-02-2004 02:16 PM
error 126 on HPUX
Is the below error message from syslog? how can I fix it?
Thank you
SCSI: Async write error -- dev: b 31 0x050500, errno: 126, resid: 65536,
blkno: 8911488, sectno: 17822976, offset: 535429120, bcount: 65536.
blkno: 8911480, sectno: 17822960, offset: 535420928, bcount: 8192.
blkno: 8911472, sectno: 17822944, offset: 535412736, bcount: 8192.
blkno: 8911464, sectno: 17822928, offset: 535404544, bcount: 8192.
blkno: 8911456, sectno: 17822912, offset: 535396352, bcount: 8192.
blkno: 8911448, sectno: 17822896, offset: 535388160, bcount: 8192.
blkno: 8911440, sectno: 17822880, offset: 535379968, bcount: 8...
LVM: Recovered Path (device 0x1f030500) to PV 0 in VG 1.
SCSI: Read error -- dev: b 31 0x030700, errno: 126, resid: 8192,
SCSI: Async write error -- dev: b 31 0x050500, errno: 126, resid: 8192,
LVM: Performed a switch for Lun ID = 0 (pv = 0x000000004849e800), from raw device
0x1f030700 (with priority: 0, and current flags: 0x40) to raw device 0x1f050700 (with priority: 1, and current
flags: 0x0).
LVM: vg[3]: pvnum=0 (dev_t=0x1f050700) is POWERFAILED
LVM: Restored PV 0 to VG 1.
LVM: Restored PV 0 to VG 3.
SCSI: Read error -- dev: b 31 0x050500, errno: 126, resid: 2048,
blkno: 8, sectno: 16, offset: 8192, bcount: 2048.
LVM: Recovered Path (device 0x1f030700) to PV 0 in VG 3.
LVM: Performed a switch for Lun ID = 0 (pv = 0x000000004849e800), from raw device
0x1f050700 (with priority: 1, and current flags: 0x0) to raw device 0x1f030700 (with priority: 0, and current f
lags: 0x80).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2004 11:01 PM
тАО07-03-2004 11:01 PM
Re: error 126 on HPUX
Looks like this is a storage LUN which is causing this error. If there are many powerfail messages like this, consider changing the pvtimeout value of each LUN to 90 or 120. pvdisplay -v will show the pvtimeout value at present.
You can change this online and observe the problem.
I checked in /usr/include/sys/errno.h and did not find an err no.126. So I am not sure what that is.
But I guess, since different LUNs are giving this message, it is a good idea to check the pvtimeout.
Cheers,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2004 04:01 PM
тАО07-04-2004 04:01 PM
Re: error 126 on HPUX
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2004 04:25 PM
тАО07-04-2004 04:25 PM
Re: error 126 on HPUX
The error looks like there had been some problem with the controller on c5 and there has been a switch over to its alternate path. c5t0d5 and c5t0d7 has failed with scsi errors. and a switch over has been done to the scsi device c3t0d5 and c3t0d7.
It could be an issue with the cable connecting the scsi card and the storage device also
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2004 05:10 PM
тАО07-04-2004 05:10 PM
Re: error 126 on HPUX
Thanks for your replies,
One more information, our storage device is VA 7100 with 7 external disks and we have two VA controllers, when I use ioscan these controllers status is CLAIMED.
Please give us your suggestion.
tks
Tungdh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2004 05:39 PM
тАО07-04-2004 05:39 PM
Re: error 126 on HPUX
VA7100.....7 hard disks would form a single Redundancy group and hence a single Raid volume, You either have a RAid1+0 or an autoraid. You might be having several LUNs and each LUN will be assigned a device file like /dev/dsk/c5t0d0 and will have a backup link through the other VA controller.
when you use ioscan you can't see the controllers, but the LUNs...you can use the amrcfg and armdsp commands to the status of the controller, the battery, the fibre cable and so on.. get on to the manual pages of these commands and you will get a better idea.
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 11:43 PM
тАО07-11-2004 11:43 PM
Re: error 126 on HPUX
Hi,
Sorry for sending message late. We are trying to add one more 73GB Hard disk to VA, but that problem remains unchanged. The attached file is VA log that I collected from our system. One more thing, our system use autoraid mechanism with RAID 1+0 and RAID 5.
Could you please analyze this logs and give us your suggestions.
Thanks alot
Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 11:45 PM
тАО07-11-2004 11:45 PM
Re: error 126 on HPUX
Hi,
Here is another log files that I collect from my our system.
Take a look pls
Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2004 11:46 PM
тАО07-11-2004 11:46 PM
Re: error 126 on HPUX
Hi,
And here is Oldsyslog files that I collect from my our system.
Take a look pls
Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 12:00 AM
тАО07-12-2004 12:00 AM
Re: error 126 on HPUX
#define EPOWERF 126
So essentially this error happens when an IO times out (for LVM: does not complete within the specified pvtimeout, 30 secs by default). Go ahead and log a call with your response center to get the hardware checked. Maybe a longer pvtimeout is able to cover the symptom.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:35 AM
тАО07-12-2004 02:35 AM
Re: error 126 on HPUX
Use the GUI program "launcher" to diagnose your VA7100 (The command line program "armdisp" can display the status of the array as well.) Visually check the system status LED in front of the array. If it IS amber then the array is having some issue.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2004 07:23 PM
тАО07-21-2004 07:23 PM
Re: error 126 on HPUX
Thank you very much for your help and your support.
We tried to change PV time out and upgraded firmware for VA controller and Disks, now there is no error generated and the performance is acceptable.
Thanks again and regards
Dang Huu Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2004 07:08 AM
тАО07-22-2004 07:08 AM
Re: error 126 on HPUX
Good to know that your problem is resolved. Thanks for the update.
Would you also be kind enough to assign points to people who have helped you? This is as a courtesy and it will enable you to get responses in future for your questions.
Cheers,
Mohan.