After change vcenter hostname and ip error to access TsmVMwareUI

After change vcenter hostname and ip    when  i try to access a TSM Vmware Gui Web interface:

On the machine where the “Tivoli Data Protection for VMware” package is installed, open the Windows Services applet and stop the service: 
Open the file vmcliConfiguration  with notepad  (find the file in my case  on c:IBMtsmtdpvmwarewebserverusrserversveProfiletsmVmGUI) and change the name of old vcenter with the new vcenter
<vcenter_url>https://xxxx.xxx.xx/sdk</vcenter_url>
Now restart the service  “Data Protection for Vmware web Server service” and retry to connect at web interface
After change vcenter hostname and ip error to access TsmVMwareUI

UPGRADE SW FC MDS9124

I need upgrade switch mds9124 for compatibility with San Volume Controller 7.4
Now  NX-OS on MDS switch is :

  kickstart: version 5.0(4d)
  system:    version 5.0(4d)

Command for view NX-OS is “show ver”

After this i have checked free space on bootflash dir:

dir bootflash:

       315    May 19 09:04:25 2010  MDS20100519015906567.lic
        315    May 19 09:05:15 2010  MDS20100519020136847.lic
        318    May 19 09:05:51 2010  MDS20100519020443144.lic
      46080    Aug 17 21:36:20 2011  lost+found/
   18832896    May 18 10:57:02 2010  m9100-s2ek9-kickstart-mz.4.2.5.bin
   18788352    Aug 17 21:33:05 2011  m9100-s2ek9-kickstart-mz.5.0.4d.bin
   52767390    May 18 11:03:06 2010  m9100-s2ek9-mz.4.2.5.bin
   56800543    Aug 17 21:30:34 2011  m9100-s2ek9-mz.5.0.4d.bin
       2064    Aug 17 21:41:19 2011  mts.log

Usage for bootflash://sup-local
  160452608 bytes used
    2519040 bytes free
  162971648 bytes total

In this switch i have less free space. I need old version.

MDS-CP-02# del bootflash:m9100-s2ek9-kickstart-mz.4.2.5.bin
MDS-CP-02# del bootflash:m9100-s2ek9-mz.4.2.5.bin

Ok i am ready to load news fw in to bootflash dir i use tftp server:
copy tftp://10.1.1.207/m9100-s2ek9-kickstart-mz.5.2.8e.bin bootflash:m9100-s2ek9-kickstart-mz.5.2.8e.bin
copy tftp://10.x.x.x/m9100-s2ek9-mz.5.2.8e.bin bootflash:m9100-s2ek9-mz.5.2.8e.bin

UPGRADE SW FC MDS9124

Backup configuration MDS Cisco Switch FC

I use tftp server.
Use command line, connect with ssh client to MDS switch. In this case MDS9124.

MDS-TAPE-3S-01# copy running-config tftp:
Enter destination filename: [MDS-TAPE-3S-01-running-config]
Enter hostname for the tftp server: 10.55.0.33
Trying to connect to tftp server……
Connection to server Established. Copying Started…..
|
TFTP put operation was successful
Copy complete, now saving to disk (please wait)…
MDS-TAPE-3S-01#

Backup configuration MDS Cisco Switch FC

Show session speed real time TSM

I find with google search this query :

select char(client_name,10) as “Sess”,CAST(CAST(bytes_received/1024/1024 as decimal(15,0))/CAST((current_timestamp-start_time)seconds as decimal(15,0)) as decimal(10,2)) as “Receive [MB/s]”,CAST(CAST(bytes_sent/1024/1024 as decimal(15,0))/CAST((current_timestamp-start_time)seconds as decimal(15,0)) as decimal(10,2)) as “Sent [MB/s]” from sessions where session_type=’Node’

output:

Sess             Receive [MB/s]       Sent [MB/s]
———–     —————     ————-
KELLY                   4193.64              0.00
KELLY                      0.00              0.00

Show session speed real time TSM