- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk 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
06-29-2006 03:21 PM
06-29-2006 03:21 PM
Disk error in syslog
Hi guys, i am getting this above error in my syslog.........how do i take a backup of current disk .....
if i were to take a backup on 200gb ultrium tape drive....what command should i run???/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 06:36 PM
06-29-2006 06:36 PM
Re: Disk error in syslog
/opt/resmon/bin/resdata -R 153354242 -r /storage/events/disks/default/0_0_0_2_0.6.0 -n 153354243 -a
Can you do diskinfo/pvdisplay on that disk?
dd if=/dev/dsk/cxtxdx of=/dev/null bs=1024k
Does it return any error?
To take backup onto tape you can use many commands.
tar (gnu tar and not hp tar. it has limitation of 8gb)
fbackup
man fbackup for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 07:11 PM
06-29-2006 07:11 PM
Re: Disk error in syslog
You need to check it the full description of EMS event notification first by running the command :
/opt/resmon/bin/resdata -R 153354242 -r /storage/events/disks/default/0_0_0_2_0.6.0 -n 153354243 -a
OR just check /var/opt/resmon/log/event.log, check the last event on the particular time (same as the time on the syslog).
If you already got the full description, check the recommendation for this issue. Check also with ioscan and diskinfo :
# ioscan -nfCdisk
# diskinfo -v /dev/rdsk/cXtYdZ
cXtYdZ is the respective device file for the disk that having problem on event.log
Can also run the 'dd' command to test the disk as RAC refer to you.
For backup, you can use SAM to backup the disk (same as fbackup command), as long as the disk still accessible. If the disk is not accessible anymore, you just need to pray.
BTW, here is the good document for disk :
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 03:07 PM
06-30-2006 03:07 PM
Re: Disk error in syslog
Execute the command as shown in your syslog and find the disk. Check the disk from "ioscan" and get the Cxtxdx value. Then identify the LVM part of it and check if you can identify any issues. If it is a external disk or LUNs from your storage array, I would recommend yo to check the array for the disk in question.
Regards
Sathish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 08:04 PM
06-30-2006 08:04 PM
Re: Disk error in syslog
HP has asked us to replace the hard disk.....