HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: Can't mount hpux with option root=machine from...
 
Operating System - Linux
        1840184
        Members
    
    
        3914
        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
 
10-08-2003 07:31 AM
10-08-2003 07:31 AM
			
				
					
						
							Can't mount hpux with option root=machine from linux machine
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Everyone,
I'm tring to mount an HPUX 10.2 (nfs v2) machine using the root option from a Suse Linux (v8.2) machine and it doesn't seem to take the root option into account and it works fine from another hpux machine.
I'm using the following to test it:
Server: exportfs -i -o root=ramsys33:ramsys00 /dummy
Both clients: mount server:/dummy /dummy
Files created using the hpux client have uid and gid of 0 but the linux machine created files have the uid and gid as "4294967294".
I'm new to Suse linux so I'm not sure if this is a limitation or not, or if I'm doing something wrong.
Any help would be appreciated -- Thanks
Rick
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I'm tring to mount an HPUX 10.2 (nfs v2) machine using the root option from a Suse Linux (v8.2) machine and it doesn't seem to take the root option into account and it works fine from another hpux machine.
I'm using the following to test it:
Server: exportfs -i -o root=ramsys33:ramsys00 /dummy
Both clients: mount server:/dummy /dummy
Files created using the hpux client have uid and gid of 0 but the linux machine created files have the uid and gid as "4294967294".
I'm new to Suse linux so I'm not sure if this is a limitation or not, or if I'm doing something wrong.
Any help would be appreciated -- Thanks
Rick
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-08-2003 11:46 AM
10-08-2003 11:46 AM
			
				
					
						
							Re: Can't mount hpux with option root=machine from linux machine
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						If the NFS server were under Linux, I'd say use the "no_root_squash" flag in exportfs.  As it's on a HPUX box, I'm unsure what the equivalent should be.
 
If it is that the root= flag, then it would appear that the client is not being recognised correctly by your HPUX machine (check IP/DNS/hosts etc.).
		
		
	
	
	
If it is that the root= flag, then it would appear that the client is not being recognised correctly by your HPUX machine (check IP/DNS/hosts etc.).
	One long-haired git at your service...
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2003 10:04 PM
10-16-2003 10:04 PM
			
				
					
						
							Re: Can't mount hpux with option root=machine from linux machine
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						You could try the FQDN for the linux machine. And try a nslookup of it and see if it is resolvable.
					
				
			
			
				
		
		
	
	
	
	Every problem has at least one solution. Only some solutions are harder to find.
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2003 10:54 PM
10-16-2003 10:54 PM
			
				
					
						
							Re: Can't mount hpux with option root=machine from linux machine
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Rick
Have a look at the /etc/exports file on the hp-ux box, or run "exportfs -v" to see what is currently exported.
To allow root nfs, you to specify the "root=hostname[:hostname]..." in the exports file.
Again, on the hp-ux box, look at "man exports".
Note that if you edit this file, you need to run "exportfs -a".
-- Graham
		
		
	
	
	
Have a look at the /etc/exports file on the hp-ux box, or run "exportfs -v" to see what is currently exported.
To allow root nfs, you to specify the "root=hostname[:hostname]..." in the exports file.
Again, on the hp-ux box, look at "man exports".
Note that if you edit this file, you need to run "exportfs -a".
-- Graham
	Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
			
			
				
			
			
			
			
			
			
		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