- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- AdvFS I/O 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
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
тАО05-16-2004 02:44 AM
тАО05-16-2004 02:44 AM
AdvFS I/O Error
I am running an Alpha Server 4100 with Tru64 V4.0D ( Sorry, Can't upgrade as of now !! )
The server has been crashing on and off every weekend.
The error reported in binary.errlog say the following
********************************* ENTRY 127. *********************************
----- EVENT INFORMATION -----
EVENT CLASS ERROR EVENT
OS EVENT TYPE 302. PANIC
SEQUENCE NUMBER 156.
OPERATING SYSTEM DEC OSF/1
OCCURRED/LOGGED ON Sat May 15 22:35:09 2004
OCCURRED ON SYSTEM arolia2
SYSTEM ID x00070016
SYSTYPE x00000000
PROCESSOR COUNT 4.
PROCESSOR WHO LOGGED x00000003
MESSAGE panic (cpu 3): del_xtnt_array: Can't
_ref BMT page for chain mcell
********************************* ENTRY 128. *********************************
----- EVENT INFORMATION -----
EVENT CLASS ERROR EVENT
OS EVENT TYPE 199. CAM SCSI
SEQUENCE NUMBER 153.
OPERATING SYSTEM DEC OSF/1
OCCURRED/LOGGED ON Sat May 15 22:35:09 2004
OCCURRED ON SYSTEM arolia2
SYSTEM ID x00070016
SYSTYPE x00000000
PROCESSOR COUNT 4.
PROCESSOR WHO LOGGED x00000003
----- UNIT INFORMATION -----
CLASS x0000 DISK
SUBSYSTEM x0000 DISK
BUS # x0003
x00CB LUN x3
TARGET x1
And the machine's /var/adm/messages file reports AdvFS I/O Errors
May 15 22:33:34 arolia2 vmunix: AdvFS I/O error:
May 15 22:33:34 arolia2 vmunix: Domain#Fileset: r2_domain#appl
May 15 22:33:34 arolia2 vmunix: Mounted on: /appl
May 15 22:33:34 arolia2 vmunix: Volume: /dev/rzd25c
May 15 22:33:34 arolia2 vmunix: Tag: 0x000016cd.8001
May 15 22:33:34 arolia2 vmunix: Page: 3
May 15 22:33:34 arolia2 vmunix: Block: 2226096
May 15 22:33:34 arolia2 vmunix: Block count: 16
May 15 22:33:34 arolia2 vmunix: Type of operation: Write
May 15 22:33:34 arolia2 vmunix: Error: 5
May 15 22:33:34 arolia2 vmunix: To obtain the name of the file on which
May 15 22:33:34 arolia2 vmunix: the error occurred, type the command:
May 15 22:33:34 arolia2 vmunix: /sbin/advfs/tag2name /appl/.tags/5837
The machine rebooted and filesets from 2 domains didn't mount.
Had to doa manual reset of the HSG70 Controllers to make this work.
Any help please !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2004 12:01 PM
тАО05-16-2004 12:01 PM
Re: AdvFS I/O Error
Looks like you have a hardware problem. Look at disk - bus 3 lun 3 target 1.
Regards,
Orrin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 12:04 AM
тАО05-17-2004 12:04 AM
Re: AdvFS I/O Error
There are some commands relating to the AdvFS that will fix that for you (if there is no hardware problem), you can find the commands in /sbin/advfs.
Indepth analysis would depend on your configuration and your disknames
Mohamed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 02:33 AM
тАО05-17-2004 02:33 AM
Re: AdvFS I/O Error
you could do a test for bad disk
dd if=/dev/rrd25c of=/dev/null bs=1024k
umount domain in question and check with
/sbin/advfs/verify domain
I don't think, resetting the controller will do you much good, if the fileset is damaged. If the disk in question mirrored?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 03:26 AM
тАО05-17-2004 03:26 AM
Re: AdvFS I/O Error
this is telling me that machine has the problem to write to disk (3/3/1) through HBA.
the message in /var/adm/messages you put here indicates the write error, is there any domain panic message around ? take a look at SysAdmin pdf file for more details.
when it crashs again, boot to single user,
#/sbin/advfs/verify -f r2_domain
if the domain can't be mounted,
#/sbin/advfs/salvage
is your friends.
after that, if i were you, i would recreate the domain on another disk and vdump/vrestro
to relocate the data if data is critical.
Cheers !
YJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2004 06:16 PM
тАО05-17-2004 06:16 PM
Re: AdvFS I/O Error
seems to be problem in disk. hence the advfs i/o error, replace the disk which solve your problem