- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: Can you run Chk disk on a SAN volume?
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
07-13-2005 12:41 AM
07-13-2005 12:41 AM
any help is appreciated
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:29 AM
07-13-2005 01:29 AM
SolutionDepends on the OS. On windows run scandisk.
(Right click the drive and go to properties -->tools and click check now)
On unix fsck. check the man page of fsck for more details.
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:39 AM
07-13-2005 01:39 AM
Re: Can you run Chk disk on a SAN volume?
abt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 03:29 AM
07-13-2005 03:29 AM
Re: Can you run Chk disk on a SAN volume?
if you lost data due to a controller error, then I would not stop after a 'repair' of the volume. CHKDSK can only detect inconsistencies in the file system's structure, but it cannot detect any inconsistencies _within_ data files.
You don't write which controller is involved and how it is set up, but these days many controller work with a 'writeback cache'. That means that it is the controller who decides when to write the data to the physical disk drives.
Unfortunately, this can invalidate all attempts by the file system (careful write ordering) or a database system to keep their data consistent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 08:18 PM
07-13-2005 08:18 PM
Re: Can you run Chk disk on a SAN volume?
the /f parameter is an offline parameter. so be carefull when proceding. (it can easily dismount your production volume)
chkdsk without parameters will sometime not detect the problems, or will hang on found errors. best way is to use the /f parameter.