- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- BACKUP-F-CLUSTER Problem
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-10-2006 02:35 AM
11-10-2006 02:35 AM
BACKUP-F-CLUSTER Problem
I have a DS20 (not even an “E”) – and a SuperDLT.. I’m trying to restore the system disk from a DS25…
And I am getting
BACKUP-S-NEWSAVESET, now beginning save set STANDA.BCK
BACKUP-F-CLUSTER, Unsuitable cluster factor for DRA0:
Now, this happens if I’m booted Standalone from dra4 (7.1) or from the CD (7.3)
I’ve tried initing with different cluster sizes, but no joy.
Anyone know how I can restore this saveset. I don't have phsical access to these systems so this is haveing to be done remotely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 02:44 AM
11-10-2006 02:44 AM
Re: BACKUP-F-CLUSTER Problem
BACKUP tries to init the disk with the parameters from the original source disk.
You may try to INIT the target disk manually with a suitable clusterfactor and then do a BACKUP/IMAGE/NOINIT (You may skip the /CLUSTER qualifier and INIT calculates a default value).
Do a HELP INIT/CLUSTER to get more information about the valid ranges.
regardsKalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 04:42 AM
11-10-2006 04:42 AM
Re: BACKUP-F-CLUSTER Problem
If you're managing this remotely, double check the boot unit and the version of VMS on CD.
On another note, if you're restoring the image from a different system, please make sure the licensing details are properly managed.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 05:46 AM
11-10-2006 05:46 AM
Re: BACKUP-F-CLUSTER Problem
I can confirm that Kalle gave the solution, where Andy gave the reason.
But there is a little more. The default cluster size will probably be unconveniently large. And since a system disk tends to have quite a few small files, this will be a nuisance. Above that, it will probably NOT by a multiple of 4 (better still: 8), which it should be for reasons of IO performance.
Furthermore, there now exists the /LIMIT qualifier for INIT, which will later-on give you the possibility to extend the disksize without taking it down. Applicable for SAN disks, as well as shadowed disks which can have a bigger member added, the small one removed, and $ SET VOLUME/SIZE to make the new size available.
Summing:
do a INIT of your target disk, specifying /CLUSTER as a small multiple of 4 or 8, and a /LIMIT of
/NoHighwater is probably also advisable.
(use HELP INIT for any possible other useful params)
Then do a BACKUP/IMAGE/NOINIT to that disk.
Success!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 05:50 AM
11-10-2006 05:50 AM
Re: BACKUP-F-CLUSTER Problem
How is the disk connected to the system? Is this a directly attached disk? Or is it attached via a SAN?
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 08:59 AM
11-10-2006 08:59 AM
Re: BACKUP-F-CLUSTER Problem
Regarding the use of /LIMIT on the INITIALIZE command, you can only do that on 7.3-2 or higher.
Also, if you init the disk with /LIMIT and then do a restore with BACKUP/NOINIT/IMAGE you lose the DVE of the volume and you need to mount the volume privately and do a SET VOL /LIMIT. (I think this is fixed in a patch or later version of VMS).
Have a nice weekend...
Edgar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 01:34 AM
11-13-2006 01:34 AM
Re: BACKUP-F-CLUSTER Problem
We were unable to get this saveset to restore, we believe this is probably to do with it being created by VMS7.3-2 then trying to restore with a lower version of VMS.
We have imaged disk to disk and moved the disk to the other system to get round the problem.
Thanks again to all who posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 01:37 AM
11-13-2006 01:37 AM