Posts

Showing posts from 2010

New Virus causes Havoc!

http://www.eset.eu/download/ezimuse-remover the reason I show you the below commands is that the remover executes these commands. However there is an Error it doesn't stop the Service MStart first therefor sc delete will fail. I hope this will help you sc stop UnzipService sc stop Mseu sc stop MStart sc delete UnzipService sc delete Mseu sc delete MStart ren C:\Windows\System32\Mseus.exe Mseus.exe.vir del /Q /F C:\Windows\System32\Drivers\Mseu.sys del /Q /F C:\Windows\System32\Drivers\Mstart.sys del /Q /F C:\Windows\System32\ainf.inf del /Q /F C:\Windows\System32\tokset.dll del /Q /F "C:\Program Files\Dump\Dump.exe"

script to export tapes from Eternus i500 Scalar Fujitsu

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Script om tapes te exporteren vanuit de robot naar de mailsloten :: :: Version History :: 2009/12/11 version 1 Teus :: 2010/01/11 version 2 Teus :: :: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: @echo off :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: GENERAL HOUSEKEEPING :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Set Script Paths :: ::::::::::::::::::: SET scriptpath=E:\centricstor SET outputpath=E:\centricstor\out SET cygwinpath=E:\cygwin\bin SET robotip=root@172.16.4.130 SET vmquery_path="e:\program files\veritas\volmgr\bin\vmquery" :::::::::::::::::

CentricStor i500 Scalar [Tape handling]

This is script is created to easy the tapehandling of Quantum i500 scalar robot in combination with a centricstor. All you have to do now is to insert the tapes in IO, then on the screen hit library. tapes are now available for the library. We now need to assign the tapes in IO to the Library. And then to a Volume Group. 1. jukeadm /dev/fsc/CentricStor/c16t000073l1 l s this command lists all slots from the library. 2. jukeadm /dev/fsc/CentricStor/c16t000073l1 l i this command lists all IO slots 3. jukeadm /dev/fsc/CentricStor/c16t000073l1 m i s this command moves a tape from IO to a Slot in the library 4. plmcmd conf -I -V -G 'Script om tapes te importeren. 'De tapes worden vanuit IO sloten naar sloten in de robot geplaatst. Const ForReading = 1 Const ForWriting = 2 Const ForAppending = 8 Dim oShell Dim oShell2 Dim bIOSlotFound Dim inpPoolName iCounter = 0 inpPoolName = "XXXXXX" bPoolFound = False strEmptySlotsPath = "e:\centricstor\out\empty_slots.txt