User Tools

Site Tools


storage_agent_windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
storage_agent_windows [2014/11/07 12:09] – created michaelstorage_agent_windows [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Storage Agent Windows ====== ====== Storage Agent Windows ======
 +
 +Download:
 +
 +Install 
 +   PS C:\install\LanFReeBackUP\tape device driver\IBMTape.x64_w12_6248_WHQL_Cert> .\install_exclusive -t -r
 +
 +<color #FF0000>*REBOOT*</color>
 +
 +Set Registry key for Persistent Naming Support:
 +   Add a DWORD value to the registry called PersistentNaming and assign it a
 +   value 1 at HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ibmtp2kx
 +
 +<color #FF0000>*REBOOT*</color>
 +
 +Get Tape Names for TSM:
 +    PS C:\Users\lfbackup> reg query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ibmtpbs2k12 /s
 +    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ibmtpbs2k12\WWNN_5005076044029701 PersistentDeviceName    REG_SZ    Tape4801102
 +    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ibmtpbs2k12\WWNN_5005076044029702 PersistentDeviceName    REG_SZ    Tape4801127
 +    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ibmtpbs2k12\WWNN_5005076044029709 PersistentDeviceName    REG_SZ    Tape4801103
 +
 +
 +Create dsmsta.opt file:
 +   TCPPort 1500
 +   DEVCONFIG devconfig.txt
 +   SERVERNAME myTSMSERVER
 +
 +Create devconfig.txt
 +   .\dsmsta.exe setstorageserver myname=STA mypa=mypassword myhla=staIP servername=myTSMSERVER serverpa=mypassword hla=1.1.1.1 lla=1500
 +
 +
 +List Drives (CMD not Powershell):
 +  
 +  C:\Program Files (x86)\Tivoli\TSM\console>tsmdlst.exe
 +  Tivoli Storage Manager -- Device List Utility
 +  Licensed Materials - Property of IBM
 +  5697-TSM (C) Copyright IBM Corporation 2000, 2005. All rights reserved.
 +  U.S. Government Users Restricted Rights - Use, duplication or disclosure
 +  restricted by GSA ADP Schedule Contract with IBM Corporation.
 +  Computer Name:      myHostName
 +  OS Version:         6.2
 +  OS Build #:         9200
 +  TSM Device Driver:  TSMScsi - Not Running
 +  4 HBAs were detected.
 +  Manufacturer        Model          Driver      Version            Firmware Description
 +  ----------------------------------------------------------------------------------------------------------------
 +  Emulex Corporation  LPe12002       elxstor     2.72.205.004       2.01A10  Emulex LPe12002 8Gb 2-port PCIe Fibre Channel Adapter LP
 +  Emulex Corporation  LPe12002       elxstor     2.72.205.004       2.01A10  Emulex LPe12002 8Gb 2-port PCIe Fibre Channel Adapter LP
 +  Emulex Corporation  LPe12002       elxstor     2.72.205.004       2.01A10  Emulex LPe12002 8Gb 2-port PCIe Fibre Channel Adapter LP
 +  Emulex Corporation  LPe12002       elxstor     2.72.205.004       2.01A10  Emulex LPe12002 8Gb 2-port PCIe Fibre Channel Adapter LP
 +  TSM Name     ID   LUN  Bus  Port SSN                     WWN               TSM Type     Driver   Device Identifier
 +  -----------------------------------------------------------------------------------------------------------------------------
 +  mt0.0.0.3    0    0    0    3    000007812345            5005076044429749  GENERICTAPE  NATIVE   IBM     03592J1A        0CD0
 +  mt10.0.0.3   10      0    3    000007854321            500507630F629643  GENERICTAPE  NATIVE   IBM     03592E06        2883
 +  Completed in: 0 days, 0 hours, 0 minutes, 21 seconds.
 +  C:\Program Files (x86)\Tivoli\TSM\console>
 +
  
storage_agent_windows.1415362194.txt.gz · Last modified: 2021/04/24 07:38 (external edit)