L'AS/400 propose une gestion personnalisée des noeuds d'un réseau APPN. Le but est d'enregistrer une liste des noeuds d'un réseau comme on enregistre des utilisateurs dans une liste de distribution, dans un but de distribution et de gestion multi-systèmes. L'OS met à votre disposition: Un type d'objet *NODL les commandes permettant de gérer la liste des noeuds appartenant à cette liste Une API d'extraction de cette liste. A vous de voir l'utilisation que vous pouvez faire de ce type d'information et bien sur, d'écrire les programmes de distribution. (transfert de fichiers via FTS, distribution de nouvelles versions,...) |
Create Node List (CRTNODL) Indiquez vos choix, puis appuyez sur ENTREE. Node list . . . . . . . . . . . NODL > ESSAI Library . . . . . . . . . . . > QTEMP Text 'description' . . . . . . . TEXT *BLANK Fin F3=Exit F4=Invite F5=Réafficher F10=Autres paramètres F12=Annuler F13=Mode d'emploi invite F24=Autres touches |
Add Node List Entry (ADDNODLE) Indiquez vos choix, puis appuyez sur ENTREE. Node list . . . . . . . . . . . NODL > ESSAI Library . . . . . . . . . . . > QTEMP Node list entry: CPNAME Network identifier . . . . . . > *NETATR Control point . . . . . . . . > AS4001 Text 'description' . . . . . . . TEXT *BLANK Fin F3=Exit F4=Invite F5=Réafficher F12=Annuler F13=Mode d'emploi invite F24=Autres touches |
Work with Node List Entries Système: S44B0164 Node list . . . . . . . . . : ESSAI Library . . . . . . . . . : QTEMP Type options, press Enter. 1=Add 4=Remove Control Network Opt Point ID Text *NETATR AS4001 APPN Fin Parameters or command ===> F3=Exit F4=Prompt F5=Refresh F6=Print F9=Retrieve F12=Cancel F16=Repeat position to F17=Position to |
API QFVLSTNL qui place cette liste dans un User Space. paramètres: - CHAR(20) <--*usrspc(10c)-><--bibli(10c)--> - CHAR(8) format = NODL0100 - CHAR(20) <--*nodl(10c)-><--bibli(10c)--> - CHAR(??) code erreur structure du format NODL0100 - CHAR(1) type de noeud (1 = SNA) - CHAR(20) nom du noeud - 10 c: network ID - 10 c: CP NAME - CHAR(50) texte - CHAR(1) réservé - BIN(4) CCSID du texte. |