HPE GreenLake Administration
- Community Home
 - >
 - Storage
 - >
 - Legacy
 - >
 - Storage Software
 - >
 - Re: Creating snapshots and mounting them using SSS...
 
Storage Software
        1840138
        Members
    
    
        2417
        Online
    
    
        110161
        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
 
12-20-2006 08:33 AM
12-20-2006 08:33 AM
			
				
					
					
						Hi
Here's the scenario:
We have EVA3000, VCS 3.028. We want to be able to use SSSU to create snapshots of our oracle 10g database in hot backup mode. Then have those snapshots presented to an hpux media server running netbackup 6.0MP3. We are struggling with Business Copy to try and do this but it takes too long. We would like to be able to script it using SSSU then somehow mount it on the backup server then backup the mounted volumes then dismount. Is there somewhere you can point me to do this? I already have the SSSU manual but it doesn't really give examples on how to mount it. I can create the snapshots and I can present them but I don't know how to find the volume and mount it. I am not a unix admin but I can get around. Thanks for your time and efforts. If you can point me to a really good book I would appreciate it. And if you have the scripts I would appreciate it.
Thanks again
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
Here's the scenario:
We have EVA3000, VCS 3.028. We want to be able to use SSSU to create snapshots of our oracle 10g database in hot backup mode. Then have those snapshots presented to an hpux media server running netbackup 6.0MP3. We are struggling with Business Copy to try and do this but it takes too long. We would like to be able to script it using SSSU then somehow mount it on the backup server then backup the mounted volumes then dismount. Is there somewhere you can point me to do this? I already have the SSSU manual but it doesn't really give examples on how to mount it. I can create the snapshots and I can present them but I don't know how to find the volume and mount it. I am not a unix admin but I can get around. Thanks for your time and efforts. If you can point me to a really good book I would appreciate it. And if you have the scripts I would appreciate it.
Thanks again
Solved! Go to Solution.
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-20-2006 05:18 PM
12-20-2006 05:18 PM
			
				
					
						
							Re: Creating snapshots and mounting them using SSSU
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						SSSU is a command line oriented management tool for the EVA - it cannot help you to mount/diskmount any disks on the host. This really is the job of the Business Copy framework (the old EVM or the current RSM).
If you like to do the mount on your own, you can use SSSU's output to identify the VDisk/Snapshot by its 128-bit LUN WWN which does show up in "# spmgr display" as well.
		
		
	
	
	
If you like to do the mount on your own, you can use SSSU's output to identify the VDisk/Snapshot by its 128-bit LUN WWN which does show up in "# spmgr display" as well.
	.
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-20-2006 09:21 PM
12-20-2006 09:21 PM
			
				
					
						
							Re: Creating snapshots and mounting them using SSSU
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Here is an example of us using sssu to copy and present luns then using scripts to present/recreate the disks on the host. I'm sure scripting the firing of a backup afterwards would not be too hard. 
This too a fair bit effort to put in but once automated is very straightforward.
This is specific to our site but hope it is of use and you understand the steps you have to go through
Regards
Gordon
		
		
	
	
	
This too a fair bit effort to put in but once automated is very straightforward.
This is specific to our site but hope it is of use and you understand the steps you have to go through
Regards
Gordon
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
12-20-2006 09:27 PM
12-20-2006 09:27 PM
Solution
			
				
					
					
						Sorry - should have said...
The best thing to do is go through all this manually first.
i.e.
Disable Oracle, run sssu script, then run commands to create the disks etc.
Once you nail the procedure, then you can create a shell script to automate the entire thing.
Only thing to watch out for is when you recreate the disks using sssu you want to make sure you create them with the same WWN i.e.
ADD SNAPSHOT snap1 VDISK="\Virtual Disks\\DG1_1\ACTIVE" ALLOCATION_POLICY=DEMAND REDUNDANCY=VRAID5 WORLD_WIDE_LUN_NAME = 5007-08c4-0010-09ed-0001-0000-01ba-0000
As this will save you a lot of headaches on the unix side. 
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
The best thing to do is go through all this manually first.
i.e.
Disable Oracle, run sssu script, then run commands to create the disks etc.
Once you nail the procedure, then you can create a shell script to automate the entire thing.
Only thing to watch out for is when you recreate the disks using sssu you want to make sure you create them with the same WWN i.e.
ADD SNAPSHOT snap1 VDISK="\Virtual Disks\
As this will save you a lot of headaches on the unix side.
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