HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: Additional Luns on Redhat Linux with XP24000 S...
 
Operating System - Linux
        1840212
        Members
    
    
        3131
        Online
    
    
        110162
        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
 
06-23-2008 02:08 AM
06-23-2008 02:08 AM
			
				
					
						
							Additional Luns on Redhat Linux with XP24000 SAN
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Is it possible to see any addtional LUNS which are added from the XP24000 SAN array without rebooting the Linux Server....
We are running RHEL v4 Update 5 with HPDM4 multipathing software..
Hardware is emulex fibre cards HP Server with XP24000 SAN attached.....
		
		
	
	
	
We are running RHEL v4 Update 5 with HPDM4 multipathing software..
Hardware is emulex fibre cards HP Server with XP24000 SAN attached.....
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-23-2008 02:56 AM
06-23-2008 02:56 AM
			
				
					
						
							Re: Additional Luns on Redhat Linux with XP24000 SAN
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Shalom,
How many LUNS do you have now?
You should be able to merely set them up on the XP SAN and present them to the Linux system unless there is a driver limitation on number of LUNS.
SEP
		
		
	
	
	
How many LUNS do you have now?
You should be able to merely set them up on the XP SAN and present them to the Linux system unless there is a driver limitation on number of LUNS.
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
 
06-23-2008 03:08 AM
06-23-2008 03:08 AM
			
				
					
						
							Re: Additional Luns on Redhat Linux with XP24000 SAN
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						We have a XP24000 setup with Luns already assigned...
We are wanting to add some more Luns from the SAN to the servers...
Is there away to get the servers to see the LUNS without rebooting the servers...
Can the new luns be scanned and then be used via fdisk or parted
		
		
	
	
	
We are wanting to add some more Luns from the SAN to the servers...
Is there away to get the servers to see the LUNS without rebooting the servers...
Can the new luns be scanned and then be used via fdisk or parted
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-24-2008 04:59 AM
06-24-2008 04:59 AM
			
				
					
						
							Re: Additional Luns on Redhat Linux with XP24000 SAN
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I usually run do this after presenting new luns.
echo "- - -" > /sys/class/scsi_host/hostX/scan
To find out if hostX relates to your hba you can cat /sys/class/scsi_host/hostX/procname. It should show you the name of the driver module being used. You'll want to do this for each hba port connected to the san. Once you do this you can check out dmesg to see if it picked up the luns. I also think hp has a package that has a few scripts that will do this for you.
		
		
	
	
	
echo "- - -" > /sys/class/scsi_host/hostX/scan
To find out if hostX relates to your hba you can cat /sys/class/scsi_host/hostX/procname. It should show you the name of the driver module being used. You'll want to do this for each hba port connected to the san. Once you do this you can check out dmesg to see if it picked up the luns. I also think hp has a package that has a few scripts that will do this for you.
	"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
			
			
				
			
			
			
			
			
			
		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