[NEWSboard IBMi Forum]

Hybrid View

  1. #1
    Registriert seit
    Feb 2001
    Beiträge
    20.270
    Da gibts noch das "/QFileSrv400" oder so.
    Damit kann man von einer AS/400 auf die andere über das IFS zugreifen.
    Allerdings gilt für die Sicherung hier dann eine Verschärfung.
    SAVACT geht dann nämlich nicht.
    Dienstleistungen? Die gibt es hier: http://www.fuerchau.de
    Das Excel-AddIn: https://www.ftsolutions.de/index.php/downloads
    BI? Da war doch noch was: http://www.ftsolutions.de

  2. #2
    Registriert seit
    May 2002
    Beiträge
    2.642

    vielleicht eine Möglichkeit

    Hallo HS,
    vielleicht eine Möglichkeit:
    Sharing a tape device

    Richard Cranston
    28 Aug 2002, Rating 4.00 (out of 5)
    I have two iSeries' that share a common tape device. I modified each backup program to call my CLP utility program that checks the local system tape status, and if there are errors will vary off the remote tape and then varies on the local tape. Currently, this simple code contains hardcoded values. You will need to change the tape device name, iSeries IP address and password. Use compile option ALWRTVSRC(*NO); then edit out the password after compiling.


    Code

    PGM

    CHKTAP DEV(TAP01)
    MONMSG MSGID(CPF6760) EXEC(GOTO CMDLBL(ENDJOB))/* Device not ready */

    /* Cannot allocate device or
    Not able to allocate object */
    MONMSG MSGID(CPF6718 CPF5729) EXEC(DO)
    RUNRMTCMD CMD('VRYCFG CFGOBJ(TAP01)+ CFGTYPE(*DEV)STATUS(*OFF)') + RMTLOCNAME('100.101.150.20' *IP) +
    RMTUSER(QSYSOPR) RMTPWD(XXXXXX)
    MONMSG MSGID(CPF0000)
    ENDDO

    DLYJOB JOB(30)

    VRYCFG CFGOBJ(TAP01) CFGTYPE(*DEV) + STATUS(*ON)
    MONMSG MSGID(CPF0000)

    ENDPGM

  3. #3
    Registriert seit
    Feb 2001
    Beiträge
    20.270
    Meinst du nicht, dass dies nur bei LPAR geht ?
    Bei zwei physischen Maschinen gibts doch keine gemeinsamen Ressourcen.

    Da gabs doch noch was mit SAN (o.ä.), d.h. Netzwerkplatten mit der AS/400. Gibts das auch für Bandstationen ?
    Stichwort "independent ASP's".
    Dienstleistungen? Die gibt es hier: http://www.fuerchau.de
    Das Excel-AddIn: https://www.ftsolutions.de/index.php/downloads
    BI? Da war doch noch was: http://www.ftsolutions.de

Similar Threads

  1. Programm auf "ferner" AS400 ausführen.
    By Souljumper in forum NEWSboard Programmierung
    Antworten: 6
    Letzter Beitrag: 13-05-09, 19:50
  2. as400 export zu einem externen programm
    By mican in forum IBM i Hauptforum
    Antworten: 10
    Letzter Beitrag: 18-01-07, 08:07
  3. Druckereinrichtung auf AS400?
    By stephanr1 in forum NEWSboard Drucker
    Antworten: 7
    Letzter Beitrag: 20-07-06, 14:00
  4. Netzwerkverbindung AS400
    By Marc_w in forum IBM i Hauptforum
    Antworten: 3
    Letzter Beitrag: 06-07-06, 16:47
  5. AS400 Operatorin sucht Stelle im Raum Frankfurt
    By NixWisserin in forum NEWSboard Server Job
    Antworten: 0
    Letzter Beitrag: 15-02-05, 17:51

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • You may not post attachments
  • You may not edit your posts
  •