Advertisement

Téléchargement

Home »  Système et réseau

OutilsDate

Trier par : nom | date | clique(s) [ croissant ]
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 Execmsghot!
Cette outil permet d'exécuter une commande sur un autre job interactif, et avec un peu d'astuce on va voir comment plannifier une savsys

Les OBJETS

EXECMSGC.clp Execution d'une commande sur une file de message
EXECMSGC1.clp Association msgq et programme

Il est livré avec un squelette de programme qui sauvegarde l'intégralité de votre systéme
Installation :


EXECSAVC.clp Exécution d'une sauvegarde complète
file icon DspIfsLckhot!
Astuce pour savoir si un fichier de l'IFS est verrouillé

Vous connaissez la commande wrkobjlck pour les objets de l'as/400 ,
mais il n'existe pas à ce jour de commande équivalente pour les fichiers de l'IFS

La commande DSPIFSLCK permet palier à cette lacune

vous pouvez la télécharger à l'adresse suivante :

http://www.iseriesnetwork.com/noderesources/code/clubtechcode/DspIfsLck.zip

L'installation est très simple, Il suffit de remonter les sources par ftp et de recompiler les objets sur votre iseries

Une contrainte tout de même vous devez être en version 5.2 ou supérieure
file icon MENUhot!
Un menu de 10 Options qui est paramètrable dynamiquement et dupliquable
file icon QAQQINIhot!
Editeur de Fichier QAQQINI :
Une fois n'est pas coutume cet outil a été developpé par IBM
et vous permet à partir d'un poste pc ayant une connexion IP
avec votre Iseries de mettre à jour les paramètres du fichier
<< Début < Précédente 1 2 3 4 5 Suivante > Fin >>
Résultats 11 - 15 sur 24