- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to perform any activities on the FS when do...
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
11-12-2003 08:55 AM
11-12-2003 08:55 AM
Unable to perform any activities on the FS when doing EMC BCV restore
Configuration:
HPUX11i
EMC3930 - SYMAPI version 4.3
The BCV device is currently assigned to a VG and mount to a file system. When I attempted to perform a BCV restore to the STD device, I cannot access the file system. I am wondering is it necessary to umount the file system and export the VG when doing a EMC BCV restore.
Thanks,
Simon
PS: When the BCV pairing is "split" I can access the file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:12 AM
11-12-2003 09:12 AM
Re: Unable to perform any activities on the FS when doing EMC BCV restore
When using the symmir command to restore, the end result will be that the BCV and STD devices will again be synchronized.
from the symmir manpage...
restore Restores one or all standard devices in a
device group from one or more BCV devices
that are associated with the group. Depending
upon whether the restore operation is full or
incremental, all or only the changed tracks
are internally copied to the standard device.
While the operation is in progress, the state
of the device pair is 'Restore in Progress'.
When the operation completes, the state
changes to 'synchronized.'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:19 AM
11-12-2003 09:19 AM
Re: Unable to perform any activities on the FS when doing EMC BCV restore
Yes I saw that if the BCV pairing status is "Sync" or "Restore in Progress", the BCV device status becomes NR (Not Ready). Is there any way I can still access the BCV device when doing restore, the business does not allow to shutdown the application while the process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:23 AM
11-12-2003 09:23 AM
Re: Unable to perform any activities on the FS when doing EMC BCV restore
Yes, certainly, unmount and deactivate the volume group involved. Taking the filesystem as an example, the superblock will be read in to the buffer cache when the filesystem is mounted and will remain there until the filesystem is unmounted. A BCV restore to a live filesystem will cause the in-memory superblock and on-disk superblock to be out of sync. Even if the restore works and the filesystem is not deactivated by the kernel a call to umount will overwrite the restored information and your filesystem will be corrupt. If the filesystem was in use at the time there are data blocks, inode cache to consider too. I think LVM will handle this better but there is still the possibility of corruption.
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:26 AM
11-12-2003 09:26 AM
Re: Unable to perform any activities on the FS when doing EMC BCV restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 10:44 AM
11-12-2003 10:44 AM
Re: Unable to perform any activities on the FS when doing EMC BCV restore
Rgds...Geoff