<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX

BIOLNX

mercoledì 15 maggio 2019

Iscsi 10Gb and performance




Fast Ethernet is 100Mb/s throughput
12 MB/s speed (theorhetical)

Gig Ethernet is 1000Mb/s throughput
125 MB/s speed (theorhetical)

10 Gig Ethernet is 10,000Mb/s throughput
1250 MB/s speed (theorhetical)


Pratically on  ISCSI 10 Gig the throughput is 300-500 MBps it is very good.


Etichette: , , , , , , , , , ,

martedì 22 marzo 2016

Error installing Windows Server 2012 ROK on VMware's ESXi

Add the following line to the vmx file corresponding to your VM: SMBIOS.reflectHost = “TRUE”

Etichette: , , , ,

venerdì 9 ottobre 2015

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:\IBM\tsm\tdpvmware\webserver\usr\servers\veProfile\tsmVmGUI) 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



Etichette: , , , , , , ,

martedì 29 settembre 2015

Creating a PowerHA v7.1.3 html cluster report









Last summer i have needed to configure 3 cluster PowerHa 7.1.3.3.

After configuration i found this command to generate a HTML report whit all information.



clmgr view report cluster file=/tmp/xxxx.html type=html company_name="My Company"





Etichette: , , , , , , ,

sabato 18 aprile 2015

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

Etichette: , , , , , , ,

venerdì 17 aprile 2015

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#

Etichette: , , , , , ,

giovedì 29 gennaio 2015

0782-652 A virtual printer already exists

When i try to create a print queue on my AIX server :

0782-652 A virtual printer already exists for the queue name xxxxx and
         the queue device name @xxxx!




I need delete the definition of the queue which i try to create in /var/spool/lpd/pio/@local/custom


Etichette: , , , , ,

lunedì 28 aprile 2014

And NOW Power8

News from IBM power8

Etichette: , , ,

venerdì 23 agosto 2013

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



Etichette: , , , , , ,

lunedì 19 agosto 2013

Show model, cpu and core of power 740


root@nim02:/# lsattr -El sys0 -a modelname
modelname IBM,8205-E6B Machine name False

root@nim02:/#  lparstat -i|grep ^Active\ Phys
Active Physical CPUs in system             : 6

root@nim02:/#  lscfg -vp|grep WAY
      6-WAY  PROC CUOD:

Etichette: , , , , ,

martedì 13 agosto 2013

How to mange controller raid with MegaCli over vmware esxi

xseries 2350 M4  + vmware esxi 5.1
Donwload megacli software from ibm site

How to install?

You need have active ssh connection to the esxi server 
Install to esxi server :

esxcli software vib install /tmp/vmware-esx-MegaCli-8.04.07.vib --no-sig-check

(The installation probably need put the host in manintenece mode and reboot server)

How to use?

Go to /opt/lsi/MegaCli/ and run ./MegaCli with option :

Check the status all of HD:

./MegaCli -PDList -aALL

or single HD

./MegaCli -PDInfo -PhysDrv [E:S] -aALL          (E is the enclosure and is the slot)

Download the log of controller:

./MegaCli -AdpEventLog -GetEvents -f events.log -aALL && cat event.log

Show info configuration:

./MegaCli -AdpAllInfo -aALL


Show controller configuration:

./MegaCli -CfgDsply -aALL

Battery status:

./MegaCli -AdpBbuCmd -aALL

Show rebuild status:

./MegaCli -PDRbld -ShowProg -PhysDrv [E:S] -aALL


And more info:

./MegaCli -h




 

Etichette: , , , , , , , ,

lunedì 25 marzo 2013

Install license key IMM x3250 M4

asu.exe fodcfg installkey -f .\ibm_fod_7870abcdefg_anyos.key --host 10.10.10.1

Etichette: , ,

sabato 2 marzo 2013

Tivoli Storage Manager Operations Center

Finalmente, come già invocato in alcuni mie post precendeti, IBM hai in test la nuova GUI per TSM.
A molti non sfuggirà la somiglianza con l'interfaccia del SVC e V7000 (GUI eredita dall'XIV)
Aspettando ulteriore info ecco un video  di fine Febbraio:


http://youtu.be/pB6KR5J9-JE  

Etichette: , , ,

giovedì 14 febbraio 2013

Error to generate BackupSet TSM 6.3.2

When i try to generate backup set of 8 node i receive this error after
create backup set of 4/5 node:                             
02/13/2013 02:13:39 ANR0157W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with result code 1115 and tracking ID:   
0x1455f048. (SESSION: 157845, PROCESS: 1433) 
02/13/2013 02:13:39 ANR0158W Database operation FETCH(Many) for table  
Backupset.Temp.Objects failed with operation code 1115 and tracking id 
0x1455f048. The data for column 0 is: (string, len=4)0x5041554C.       
(SESSION: 157845, PROCESS: 1433)   
02/13/2013 02:13:39 ANR0105E imobjgen.c(7820): Error setting search    
bounds for table "Backupset.Temp.Objects". (SESSION: 157845, PROCESS:  
1433)                                                                  
02/13/2013 02:13:39 ANR1779I GENERATE BACKUPSET process completed: 6   
backupset(s) were generated or defined out of 8 backupset(s) requested 
by the command's specifications. (SESSION: 157845, PROCESS: 1433)      
02/13/2013 02:13:39 ANR0986I Process 1433 for GENERATE BACKUPSET       
running in the BACKGROUND processed 350,398 items for a total of       
1,175,298,422,143 bytes with a completion state of SUCCESS at 02:13:39 
AM. (SESSION: 157845, PROCESS: 1433)                                   
02/13/2013 02:13:39 ANR0171I dbiconn.c(1956): Error detected on 0:168, 
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0171I tbtbl.c(2366): Error detected on 31:1,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0104E bfdedup.c(4600): Error 4522 deleting row  
from table "BF.Bitfile.Extents".                                       
02/13/2013 02:13:39 ANR0171I dbitxn.c(708): Error detected on 0:31,    
database in evaluation mode. (SESSION: 157845)                         
02/13/2013 02:13:39 ANR0162W Supplemental database diagnostic          
information:  -1:08003:-99999 ([IBM][CLI Driver] CLI0106E  Connection  
is closed. SQLSTATE=08003). (SESSION: 157845)                          
02/13/2013 02:13:39 ANR0130E dbitxn.c(1719): Server LOG space          
exhausted. (SESSION: 157845)        

I find this APAR                                                       
                                                                       
IC87090: GENERATE BACKUPSET CAN FAIL AFTER REACHING ACTIVE LOG         
NUM_LOG_SPAN LIMIT.                               

And i try to resolve this problem whit install :

6.3.3.100   or 6.3.4


                            

Etichette: , , ,

venerdì 8 febbraio 2013

ANS1715E A filespace already exists for VM

Tivoli storage manager 6.3.2 and virtual enviroment 6.3.2

ANS1715E A filespace already exists for VM (Virtual machine name), but with a different VM uuid (UUID) than the current one (UUID).

Because the vm is cloned or restored from backup

Add to opt file :

testflag VMBACKUP_UPDATE_UUID

Etichette: , , , ,

mercoledì 30 gennaio 2013

Command to start TSM GUI from client windows with different opt file

dsm -optfile=<path and filename of desired options file>". 

Etichette: , , ,

martedì 18 dicembre 2012

SVC and Global Mirror Whit Change Volumes

In recent days I have configured and activated LBGM I read this redbook
and the implementation is easy. Now I have a replica every 12H

To check the last volume main change that has finished copying to the secondary site:

- Connect to SVC using CLI
- type :
IBM_2145:SVCMO:admin>lsrcconsistgrp PAUL

 and Freeze_time is the timestamp of the last completed copying
freeze_time 2012/12/18/05/02/22


Etichette: , , ,