Difference between revisions of "Category:Utilities"

From MidrangeWiki
Jump to: navigation, search
m (Reverted edits by Octotools (Octotools); changed back to last version by Koldark)
(Program to set up network based image catalogs and TFTP for network installation)
Line 1: Line 1:
 
[[Category:Software]]
 
[[Category:Software]]
 +
PGM                                                                         
 +
  ENDNFSSVR *ALL                                                             
 +
  MONMSG CPF0000                                                             
 +
  DLYJOB 15 /* ALLOW TO STOP */                                             
 +
  STRNFSSVR *ALL                                                             
 +
  DLYJOB 15 /* ALLOW TO START */                                             
 +
start:                                                                       
 +
  CHGAUT OBJ('/ibmi')    USER(*PUBLIC) DTAAUT(*RWX) SUBTREE(*ALL)           
 +
export:                                                                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/ptfs')                       
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/licpgm')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/groups')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/licpgm')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/groups')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/ptfs')                       
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/licpgm')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/groups')                     
 +
  CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/ptfs')                       
 +
tftp:
 +
tftp:                                                               
 +
  ENDTCPSVR *TFTP                                                   
 +
  CHGTFTPA AUTOSTART(*YES) ALTSRCDIR('/ibmi/v7r3/licpgm/BOOTP')     
 +
  CHGAUT OBJ('/ibmi') USER(QTFTP) DTAAUT(*RX) SUBTREE(*ALL)         
 +
  STRTCPSVR *TFTP                                                   
 +
ENDPGM

Revision as of 19:15, 7 May 2018

PGM

 ENDNFSSVR *ALL                                                              
 MONMSG CPF0000                                                              
 DLYJOB 15 /* ALLOW TO STOP */                                               
 STRNFSSVR *ALL                                                              
 DLYJOB 15 /* ALLOW TO START */                                              

start:

 CHGAUT OBJ('/ibmi')    USER(*PUBLIC) DTAAUT(*RWX) SUBTREE(*ALL)             

export:

 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/ptfs')                        
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/licpgm')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r1/groups')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/licpgm')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/groups')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r2/ptfs')                        
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/licpgm')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/groups')                      
 CHGNFSEXP OPTIONS('-I -O RO') DIR('/ibmi/v7r3/ptfs')                        

tftp: tftp:

 ENDTCPSVR *TFTP                                                    
 CHGTFTPA AUTOSTART(*YES) ALTSRCDIR('/ibmi/v7r3/licpgm/BOOTP')      
 CHGAUT OBJ('/ibmi') USER(QTFTP) DTAAUT(*RX) SUBTREE(*ALL)          
 STRTCPSVR *TFTP                                                    

ENDPGM

Pages in category "Utilities"

The following 13 pages are in this category, out of 13 total.