Search:

Type: Posts; User: Jeroen

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    96

    Perhaps they schedule the backups from the client...

    Perhaps they schedule the backups from the client

    q fi SERVER_ORA
    q occ SERVER_ORA
  2. Replies
    9
    Views
    569

    "q vol stg=" doesn't show any volumes...

    "q vol stg=<stg_pool>" doesn't show any volumes anymore?
  3. You could define a clientaction. It will create...

    You could define a clientaction. It will create an additional backup so perhaps thats not what you want
  4. I never worked with proxynode, but the following...

    I never worked with proxynode, but the following should work fine from server 2
    # dsmc -virtualnodename=<SERVER1>
  5. Replies
    2
    Views
    606

    like:? dsmc sel /etc/passwd | tee /tmp/dsmc.out...

    like:?
    dsmc sel /etc/passwd | tee /tmp/dsmc.out

    That works for me. I get the summary report in the end and /tmp/dsmc.out is filled with the same info as appeared on my screen.
  6. Replies
    6
    Views
    854

    Honestly? I don't have mt devices on AIX, only...

    Honestly? I don't have mt devices on AIX, only rmt devices.
    Perhaps if you install something else then Atape that you get mt devices, but it's certainly not standard.
    With Atape on AIX the devices...
  7. Replies
    4
    Views
    2,691

    it happens when backfm is started from a...

    it happens when backfm is started from a different directory as where backint is located.
    So first cd to the directory and then execute backfm
  8. reclaim stg is the newer command. It has extra...

    reclaim stg is the newer command.
    It has extra functionality in that you can specify the duration of the reclaim process.

    Back in the days, I used to have a second admin schedule that set the...
  9. you must have done something wrong. I just did...

    you must have done something wrong. I just did the same actions i think:

    1. REGISTER NODE INCLMC ?***? dom=THEAIX01D userid=none
    2. DEFINE MGMTCLASS THEAIX01D STANDARD TEST
    3. DEFINE COPYGROUP...
  10. Replies
    2
    Views
    433

    LANFree. The idea with server free data...

    LANFree.

    The idea with server free data movement was to have a data mover device in your SAN (eg ibm San DataGateway) that would copy the data directly from a disk device to a tape device on the...
  11. Replies
    6
    Views
    854

    chdev -l -a new_name= eg...

    chdev -l <old_name> -a new_name=<new_name>

    eg renaming rmt15 to rmt999
    chdev -l rmt15 -a new_name=rmt999

    You will/might have to run cfgmgr on the system or device afterwards to give it the...
  12. Replies
    2
    Views
    279

    api error codes can be found in...

    api error codes can be found in /usr/tivoli/tsm/client/api/bin(64)/sample/dsmrc.h


    /* 600 to 610 for volume label codes */
    #define...
  13. Thread: Arquive

    by Jeroen
    Replies
    6
    Views
    290

    The manual explicitly states backup processing,...

    The manual explicitly states backup processing, so I assume so.
    A small test on a windows system seems to confirm it.
  14. Thread: Arquive

    by Jeroen
    Replies
    6
    Views
    290

    exclude.dir appears to be for backups not...

    exclude.dir appears to be for backups not archives.

    "exclude.dir Locates matching directory names. If a matching directory is found, that directory, its files, and all its subdirectories and...
  15. Thread: q sched

    by Jeroen
    Replies
    1
    Views
    180

    dsmc q sched -virtualnodename=XXX or use the...

    dsmc q sched -virtualnodename=XXX
    or use the dsm.sys Server entry
    dsmc q sched -server=SERVER_ENTRY_IN_DSM.SYS

    The second option can use passwords that are saved/encrypted on the client.
    The...
  16. Perhaps set the max mount points to 0 for the...

    Perhaps set the max mount points to 0 for the client.

    "upd no XXX maxmp=0".
    I can still make a backup to the diskpool when trying thi.
  17. Replies
    4
    Views
    393

    why don't you then use the -console flag and use...

    why don't you then use the -console flag and use the asci interface
  18. Replies
    4
    Views
    393

    the installer gave a clue: "The installer cannot...

    the installer gave a clue:
    "The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes...
  19. Replies
    3
    Views
    212

    You mean if you can restore over the LAN if you...

    You mean if you can restore over the LAN if you backupped over SAN?
    Yes certainly possible. Either by stopping/killing the storage agent or by changing the enablelanfree flag in the dsm.opt/sys file
  20. Replies
    2
    Views
    215

    TDP should not be a part of the cluster. Install...

    TDP should not be a part of the cluster.
    Install it on rootvg on both clusternodes. Have the tdpo.opt files and others on a shared disk or make sure to keep the option files synched between the 2...
  21. Thread: Maxnummp

    by Jeroen
    Replies
    1
    Views
    209

    on the command line: q no f=d

    on the command line: q no <specific_node> f=d
  22. Replies
    2
    Views
    254

    mksysb's in combination with an AIX NIM server...

    mksysb's in combination with an AIX NIM server will get the rootvg back.

    If you also want a mechanism to have the other volumegroup/logical volume definitions back you could make empty savevg's of...
  23. Replies
    3
    Views
    468

    1. create /usr/tivoli/tsm/client/ba/bin64/dsm.opt...

    1. create /usr/tivoli/tsm/client/ba/bin64/dsm.opt with the following entry
    SErvername <TSM-SERVERNAME>

    2. create /usr/tivoli/tsm/client/ba/bin64/dsm.sys with a contents similar like...
  24. Replies
    1
    Views
    346

    On AIX TSM packages are normally in...

    On AIX TSM packages are normally in /usr/tivoli/tsm.
    Not sure for TIP, never worked with it/
  25. There is no tivoli guide for recovering normal...

    There is no tivoli guide for recovering normal TSM data tapes without a TSM database.
    It is not an officially supported method.

    With "dd" or some other block reader you could try to recover data....
  26. You can indeed. Goodluck with it, without the DB...

    You can indeed. Goodluck with it, without the DB tape.
  27. TDP for Oracle is a licensed product. Making an...

    TDP for Oracle is a licensed product.
    Making an Oracle backup to disk and let the simple ba client send the data to TSM saves some money.

    I prefer the TDP since then the logs are immediately...
  28. Replies
    2
    Views
    434

    check the contents of the init.utl file in...

    check the contents of the init<SID>.utl file in /oracle/<SID>/<ora_version>/dbs
    also check the server entry mentioned in the utl file in /usr/tivoli/tsm/client/api/bin64/dsm.sys
  29. I doubt that last option is possible. How would...

    I doubt that last option is possible.
    How would the TSM server be able to mount a tape in a drive if it does not have a path to the drive?

    I think the TSM server will always be able to use the...
  30. Cache Migrated Files?: Yes from the "h q stg"...

    Cache Migrated Files?: Yes

    from the "h q stg"
    The Pct Util value includes cached data on disk volumes.
    Therefore, when cache is enabled and migration occurs, the Pct
    ...
  31. Replies
    7
    Views
    649

    check what your primary pool is by looking at the...

    check what your primary pool is by looking at the copygroup settings
  32. that test is not good enough I think Normally...

    that test is not good enough I think
    Normally /var/adm/wtmp is a file on AIX and not a directory

    I just restored a Linux backup to an AIX system. That worked fine.
    Also restored an AIX backup to...
  33. Thread: scheduler issue

    by Jeroen
    Replies
    5
    Views
    310

    The dsmcad scheduler uses the dsm.sys and dsm.opt...

    The dsmcad scheduler uses the dsm.sys and dsm.opt files in /usr/tivoli/tsm/client/ba/bin64
    DSM_CONFIG and DSM_DIR can be set to use a different location
  34. Replies
    4
    Views
    488

    No lanfree agent running that still refers to the...

    No lanfree agent running that still refers to the DR server? Doesn't look like it seeing the dsm.sys file
    You are sure that 172.16.46.188 is the ip-address is the correct for TSM server PRD?
    Older...
  35. "delete vol XX discarddata=yes" will also delete...

    "delete vol XX discarddata=yes" will also delete the data on the copy volumes.
  36. Replies
    4
    Views
    784

    I would give multiplexing a try. Let that storage...

    I would give multiplexing a try. Let that storage system read from as many disks as possible so it can keep up with the fast write speed of the drives
    Values like 4 or 8 should challenge the storage...
  37. typo in dsm.sys? servername TSMDBMGR_MGR18000...

    typo in dsm.sys?
    servername TSMDBMGR_MGR18000 (servername TSMDBMGR_MGR1800)
  38. I would create a second TSM node for the monthly...

    I would create a second TSM node for the monthly backup. (NODE_monthly or so).
    So the client will call the option files for the second nodename during the monthly backups. Make sure the logs are not...
  39. Replies
    4
    Views
    657

    The TDP for oracle will only backup the actual...

    The TDP for oracle will only backup the actual data in the database, not the database file itself that exists on Unix.
  40. dsmc q backup /data/backups/ notice the / on the...

    dsmc q backup /data/backups/
    notice the / on the end
  41. The error refers to a missing/unreadable...

    The error refers to a missing/unreadable dsm.sys/opt file in the api/bin(64) directory
    /usr/tivoli/tsm/client/api/bin or /usr/tivoli/tsm/client/api/bin64

    Check if the dsm.opt and dsm.sys files...
  42. Try it and you know it. The only possible part to...

    Try it and you know it. The only possible part to restart is prole, but I doubt you need to restart this part since backint will connect to it locally.

    It is easily tested with "backint -p...
  43. Replies
    14
    Views
    1,523

    Administration assistent is not related. Is...

    Administration assistent is not related.
    Is prole running on the system?
  44. if you could get the the commands in flat file on...

    if you could get the the commands in flat file on the TSM server host, you could run
    macro /local_path/file
  45. also no hmc available? have a look at the cu...

    also no hmc available?

    have a look at the cu command, something like:
    cu -m /dev/ttyx
Results 1 to 45 of 305
Page 1 of 7 1 2 3 4