HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: FMLI Availability on HP-UX
 
Operating System - HP-UX
        1840131
        Members
    
    
        2657
        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
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
 
03-05-2001 07:36 AM
03-05-2001 07:36 AM
			
				
					
						
							FMLI Availability on HP-UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Does anyone know of a Menu creation package similiar to fmli found on SVR4 platforms.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
03-05-2001 07:45 AM
03-05-2001 07:45 AM
			
				
					
						
							Re: FMLI Availability on HP-UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi Curtis
Why now script a menu?
Example:-
--------------cut here---------------
continue="yes"
while [ "$continue" = "yes" ]
do
clear
echo " SYSTEMS MAIN MENU "
echo " -------------------------------- "
echo "| 0 : VIEWDATA Quiescence |"
echo "| 1 : SYSTEM CONTROL |"
echo "| 2 : SPIDERS |"
echo "| x : Exit Menu |"
echo " -------------------------------- "
read ans
case $ans in
0) ./sysadmin/menus/que
;;
1) ./sysadmin/menus/control
;;
2) ./sysadmin/menus/spider
;;
x) continue="no"
;;
esac
done
                                         
--------------cut here---------------
Paula
		
		
	
	
	
Why now script a menu?
Example:-
--------------cut here---------------
continue="yes"
while [ "$continue" = "yes" ]
do
clear
echo " SYSTEMS MAIN MENU "
echo " -------------------------------- "
echo "| 0 : VIEWDATA Quiescence |"
echo "| 1 : SYSTEM CONTROL |"
echo "| 2 : SPIDERS |"
echo "| x : Exit Menu |"
echo " -------------------------------- "
read ans
case $ans in
0) ./sysadmin/menus/que
;;
1) ./sysadmin/menus/control
;;
2) ./sysadmin/menus/spider
;;
x) continue="no"
;;
esac
done
--------------cut here---------------
Paula
	If you can spell SysAdmin then you is one - anon
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
03-05-2001 07:46 AM
03-05-2001 07:46 AM
			
				
					
						
							Re: FMLI Availability on HP-UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Curtis:
Take a look at the "key" shell. From the man pages for 'keysh': 'keysh' is an extension of the standard Korn shell that uses hierarchical softkey menus and context-sensitive help to aid users in building command-lines, combining the power of the Korn-shell with the ease-of-use of a menu system.
See also this document:
http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html
Hopefully this will help you.
...JRF...
		
		
	
	
	
Take a look at the "key" shell. From the man pages for 'keysh': 'keysh' is an extension of the standard Korn shell that uses hierarchical softkey menus and context-sensitive help to aid users in building command-lines, combining the power of the Korn-shell with the ease-of-use of a menu system.
See also this document:
http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html
Hopefully this will help you.
...JRF...
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
03-05-2001 07:58 AM
03-05-2001 07:58 AM
			
				
					
						
							Re: FMLI Availability on HP-UX
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						We're in the processing of porting an application from a SVR4 box to a HP platform.  The current system utilitizes the fmli package as a front-end menu for a number of end-users.  Maintaining a script using any of the HP-UX / Unix shells would be a last resort.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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