Category:Utilities

From MidrangeWiki
Revision as of 19:15, 7 May 2018 by Joberholtzer (talk | contribs) (Program to set up network based image catalogs and TFTP for network installation)
Jump to: navigation, search

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.