Advertisement

Téléchargement

Home »  Système et réseau

OutilsDate

Trier par : nom | date | clique(s) [ croissant ]
file icon WRKSYSACT IIhot!
Utilitaire permettant de remplacer le wrksysact d'ibm (qui oblige à avoir pm 400)

ll est très simple à installer, vous pouvez le tester en shareware.
Vous Pouvez le télécharger sur le site de l'éditeur à l'adresse suivante :
http://www.precosis.com/wsa1.htm
file icon vncsavfhot!

Installation instructions for VNC

Some of the tools in the iSeries Tools for Developers PRPQ use the X Windowing System to display windows. This would require you to have a Unix or Linux based client as your desktop PC. Alternatively, you could run a product such as Hummingbird Exceed which emulates X on the Windows platform. Yet another alternative is an open source product VNC. The source is freely available from the AT&T labs web site However, to run this server in PASE you would need to compile the source on an AIX machine. So, the following instructions detail how you can download a precompiled OS/400 PASE ready version of VNC, restore it to a V4R5 or later system, and easily get started using VNC.

NOTE: as of Spring 2002, VNC has been included in the 57PTL-99 Distribution, so if you have a recent copy of this PRPQ, you will not need to download this older copy of VNC.

(1) Pre-create the save files on your iSeries system.
On your iSeries box system, run the following commands:

    crtlib vncsavf
    crtsavf vncsavf/vncpasswd
    crtsavf vncsavf/vnc
    crtsavf vncsavf/fonts
    crtsavf vncsavf/icewm

(2) Download these save files.
One way to do this is right click on the file name and choose "save files as", then save the file to your PC.

Also download the vncviewer and make it available on your PC.

(3) FTP the files to the iSeries machine.
To FTP the files you downloaded to your PC to the iSeries, run the following commands on your PC:

    ftp youriseriesmachine
    bin
    cd /qsys.lib/vncsavf.lib
    put vnc.savf
    put icewm.savf
    put vncpasswd.savf
    put fonts.savf
    bye

(4) Restore the save files.
To restore the save files run the following commands on the iSeries:

    RSTOBJ OBJ(*ALL) SAVLIB(VNCSAVF) DEV(*SAVF) SAVF(VNCSAVF/VNCPASSWD)
    RST DEV('/Qsys.lib/vncsavf.lib/vnc.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/vnc*'))
    RST DEV('/Qsys.lib/vncsavf.lib/icewm.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/icewm*'))
    RST DEV('/Qsys.lib/vncsavf.lib/fonts.file') OBJ(('/QOpenSys/QIBM/ProdData/DeveloperTools/fonts*'))

(5) Create a vnc password file
Create a passwd file containing your encrypted password by running the following command on your iSeries box:

    mkdir '/home/youruserid/.vnc'
    VNCSAVF/VNCPASSWD USEHOME(*NO) PWDFILE('/home/youruserid/.vnc/passwd')

(6) Run a setup program for the icewm window manager.
On the iSeries start the PASE shell by running:

    call QP2TERM

Then run the following commands to set up some symbolic links (case matters on this command):

    /QOpenSys/QIBM/ProdData/DeveloperTools/icewm/icewmsetup

(7) Start the VNC server
Run the following command on the iSeries to start your VNC Server environment:

    /QOpenSys/QIBM/ProdData/DeveloperTools/vnc/vncserver

When the server starts you will see a message similar to the following:
New 'X' desktop is yoursystemname:1

(note that each time another vncserver is started, you will see a different number in the place of :1 in the example above)

(8) Next start the vncviewer you downloaded to your pc earlier:

Additional information:

>>>source

file icon SIGNONhot!
Vous pouvez personnaliser votre mire d'ouverture en changeant l'écran de votre 
sous système ==>CHGSBSD SBSD(votre sous système) SGNDSPF(votre écran) 
Le source de l'écran d'ouverture se trouve dans qgpl/qddssrc qdsignonMais pour 
personnaliser votre écran, message journalier ou traduction vous pouvez utiliser 
ce petit outil qui se base sur les fichiers messages .
file icon savfhot!

La commande WRKSAVFOBJ permet de manipuler les objets d'un fichier SAVF sans les restaurer au préalable

Les Objets:

WRKSAVFOBJ CMD la commande
SAV001CL CLP un programme
SAV001RPG CLP un programme
SAV002RPG CLP un programme

Installation :

Restaurer les membres sur votre as400
Exécuter

Compiler le programme SAV001RPG

Compiler le programme SAV002RPG
Compiler le programme SAV003RPG

Compiler la commande WRKSAVFOBJ avec comme paramètre PGM(SAV001CL)

file icon rtvpinghot!
Ce programme permet d'extraire le résultat d'un ping pour faire un FTP par exemple.
<< Début < Précédente 1 2 3 4 5 Suivante > Fin >>
Résultats 1 - 5 sur 24