HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS Cluster
Operating System - OpenVMS
        1839827
        Members
    
    
        2517
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		Topic Options
			
				
					
	
			
		
	- 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
10-20-2003 07:24 PM
10-20-2003 07:24 PM
			
				
					
					
						how can i give Client in a VMS Cluster a own systemdisk, without leaving the cluster?
					
				
			
			
				
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
	wini
			
			
				Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 09:12 PM
10-20-2003 09:12 PM
Solution
			
				
					
					
						If you with Client mean a Satellite node booting over the network this might help:
 
A reboot is necessary to switch to local system disk, if you call that leaving the cluster.
 
Just set Cluster parameters and copy sys$system:cluster_authorize.dat from the cluster. This file contains cluster group number and password that will make the node member of the cluster if cluster parameters are set.
Parameters could be set by using sys$manager:cluster_config.com or manually put them into sys$system:modparams.dat and run AUTOGEN.
		
		
	
	
	
A reboot is necessary to switch to local system disk, if you call that leaving the cluster.
Just set Cluster parameters and copy sys$system:cluster_authorize.dat from the cluster. This file contains cluster group number and password that will make the node member of the cluster if cluster parameters are set.
Parameters could be set by using sys$manager:cluster_config.com or manually put them into sys$system:modparams.dat and run AUTOGEN.
	VMS Forever
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 12:17 AM
10-21-2003 12:17 AM
			
				
					
						
							Re: VMS Cluster
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						****
Next is purely based on deduction, based on what I know of setting upo a cluster. I've never tried this.
I may be wrong in SRM names but you'll grep the meaning if you take a look.
****
Having said this:
Suppose DSA100 is your (cluster) disk, and your client boots from [SYS1], you will normally boot:
os_flags = (1,0) --> will boot from SYS1
boot_dev = DSA100 --> will boot from DSA100
so
>>>boot
will actually be:
>>>boot flags=(1,0) DSA100
 
Now, make a image backup of this disk, assume DSA200.
After creating DSA200 - the new systemdisk -
shutdown this client, and to test it:
>>>boot DSA200
of change boot_dev to DSA200.
You _may_ remove all [SYS?] directories but the one you want to boot from, and change the save one to [sys0] but you'll need to change OS-FLAGS accordingly.
					
				
			
			
				
		
		
	
	
	
Next is purely based on deduction, based on what I know of setting upo a cluster. I've never tried this.
I may be wrong in SRM names but you'll grep the meaning if you take a look.
****
Having said this:
Suppose DSA100 is your (cluster) disk, and your client boots from [SYS1], you will normally boot:
os_flags = (1,0) --> will boot from SYS1
boot_dev = DSA100 --> will boot from DSA100
so
>>>boot
will actually be:
>>>boot flags=(1,0) DSA100
Now, make a image backup of this disk, assume DSA200.
After creating DSA200 - the new systemdisk -
shutdown this client, and to test it:
>>>boot DSA200
of change boot_dev to DSA200.
You _may_ remove all [SYS?] directories but the one you want to boot from, and change the save one to [sys0] but you'll need to change OS-FLAGS accordingly.
	Willem Grooters
OpenVMS Developer & System Manager
			
			
				
			
			
			
			
			
			
		OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 04:02 AM
10-21-2003 04:02 AM
			
				
					
						
							Re: VMS Cluster
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						recent SYS$MANAGER:CLUSTER_CONFIG.COM have option to create duplicate system disk. 
Or you do VMS installation on local disk in client, copy CLUSTER_AUTHORIZE.DAT to client system disk, set system params on new client disk (copy from previos system specific area).
		
		
	
	
	
Or you do VMS installation on local disk in client, copy CLUSTER_AUTHORIZE.DAT to client system disk, set system params on new client disk (copy from previos system specific area).
	____________________
Purely Personal Opinion
			
			
				
			
			
			
			
			
			
		Purely Personal Opinion
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
