HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SecurePath + Linux + LVM ?
Operating System - Linux
        1839904
        Members
    
    
        2994
        Online
    
    
        110157
        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
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
07-28-2005 01:39 AM
07-28-2005 01:39 AM
			
				
					
						
							SecurePath + Linux + LVM ?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Dear Sirs.
We have :
1. HP ProLiant DL380G4 Servers.
2. OS - Linux RedHat ES 3.0 U3.
3. MSA1000.
4. Connection server to MSA1000 through FC HBA 2214 with driver ql2300.
5. All systems installed through SmartStart CD v.7.20
6. SecurePath v.3.0C for workgroup + SP1.
All equipment and drivers working properly.
We have some problem with create of logical volume through SecurePath device driver using Linux LVM.
We use the next commands for do it:
# pvcreate /dev/spdev/spa1
- this command working correctly, without errors
# vgcreate test_vg /dev/spdev/spa1
- the programm return error message about the such device not usable device.
/dev/spdev/spa1 is symbolic link to /dev/sda1
# vgcreate test_vg /dev/sda1
- it command work properly (why ?).
How we can install LVM on device of /dev/spdev/spa1 ?
BR,
Efim.
		
		
	
	
	
We have :
1. HP ProLiant DL380G4 Servers.
2. OS - Linux RedHat ES 3.0 U3.
3. MSA1000.
4. Connection server to MSA1000 through FC HBA 2214 with driver ql2300.
5. All systems installed through SmartStart CD v.7.20
6. SecurePath v.3.0C for workgroup + SP1.
All equipment and drivers working properly.
We have some problem with create of logical volume through SecurePath device driver using Linux LVM.
We use the next commands for do it:
# pvcreate /dev/spdev/spa1
- this command working correctly, without errors
# vgcreate test_vg /dev/spdev/spa1
- the programm return error message about the such device not usable device.
/dev/spdev/spa1 is symbolic link to /dev/sda1
# vgcreate test_vg /dev/sda1
- it command work properly (why ?).
How we can install LVM on device of /dev/spdev/spa1 ?
BR,
Efim.
	Look for the answers, do not stop !
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 01:42 AM
07-28-2005 01:42 AM
			
				
					
						
							Re: SecurePath + Linux + LVM ?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,
Please post the error you get when doing the vgcreate.
Pedro
		
		
	
	
	
Please post the error you get when doing the vgcreate.
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 01:59 AM
07-28-2005 01:59 AM
			
				
					
						
							Re: SecurePath + Linux + LVM ?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						There is absolutely no reason why your setup should not be workable.
Since you do not provide the error message, I provide you with a general checklist:
mkdir a directory for the volume group.
mknod a device file in the directory you create.
Make sure the disk is not in another volume group with strings command on the /etc/lvmtab file.
SEP
		
		
	
	
	
Since you do not provide the error message, I provide you with a general checklist:
mkdir a directory for the volume group.
mknod a device file in the directory you create.
Make sure the disk is not in another volume group with strings command on the /etc/lvmtab file.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 02:28 AM
07-29-2005 02:28 AM
			
				
					
						
							Re: SecurePath + Linux + LVM ?
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						# pvcreate /dev/spdev/spa1
pvcreate -- physical volume "/dev/spdev/spa1" successfully created
# vgcreate test_vg /dev/spdev/spa1
vgcreate -- no valid physical volumes in command line
Here is problem message. For testing I also create /dev/spdev/spa1 special file except symbolic link. This physical volume contains 8e LVM partition type. Today I installed latest qla driver hp_qla2x00-2005-05-11.tar.gz. But it not helps. About creating directories for volumes - before invoking this command old test_vg volume created by /dev/sda1 was removed by vgremove. No more LVM information on this device can be.
					
				
			
			
				
		
		
	
	
	
pvcreate -- physical volume "/dev/spdev/spa1" successfully created
# vgcreate test_vg /dev/spdev/spa1
vgcreate -- no valid physical volumes in command line
Here is problem message. For testing I also create /dev/spdev/spa1 special file except symbolic link. This physical volume contains 8e LVM partition type. Today I installed latest qla driver hp_qla2x00-2005-05-11.tar.gz. But it not helps. About creating directories for volumes - before invoking this command old test_vg volume created by /dev/sda1 was removed by vgremove. No more LVM information on this device can be.
	Look for the answers, do not stop !
			
			
				
			
			
			
			
			
			
		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
