Difference between revisions of "Category:Utilities"

From MidrangeWiki
Jump to: navigation, search
(Program to set up network based image catalogs and TFTP for network installation)
(Undo revision 12411 by Joberholtzer (talk))
 
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
 

Latest revision as of 19:16, 7 May 2018

Pages in category "Utilities"

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