Visualizzazioni totali

martedì 25 gennaio 2011

Vmware riavviare la service console su ESX

service mgmt-vmware restart

Windows dopo diskpart extend viene visualizzata la vecchia taglia del disco

Soluzione:


diskpart.exe
DISKPART> list volume
DISKPART> select volume 9
DISKPART> extend filesystem
DISKPART> successfully extended the file system on the volume.
DISKPART> exit

Ecco fatto!

Domino come ricertificare un ID utente

Dopo aver ottenuto l'ID utente come amministratore lancia Lotus® Domino® Administration client.
Apri la scheda configurazione, espandi Ceritification situato a sinistra e scegli Certify.

Selezione il Certifier ID file.

Dal "Choose Certifier ID dialog box" selezione l'ID del certificatore.
Immetti la password del certificatore.
.
Dal  "Choose ID to Certify dialog box" selezione l'id da certificare.
Enter the password for user ID to be recertified.

[Opzionale] Nel  "Certfy ID dialog box" si possono inserire o cambiare le cose seguenti:
Il server di registrazione, data di scadenza della certificazione e lunghezza password.

Clicca  Certify.
The Status window displays:
La finestra di stato mostra:
Aggiornamento addrss book entry per username/org
Aggiornamento address book avvenuto con successo per username/org
Username/org certificato con successo

Scegli "No" quando ricevi il dialog box:
Vuoi eseguire un altra certificazione?

Consegna il nuovo ID certificato all'utente.

lunedì 24 gennaio 2011

Windows eliminare una chiave di registro da script dos

Nell'esempio elimino la chiave Comunicator da "run"

file .cmd

regedit /s C:/percorso/nomefile.reg

* /s esegue il comando senza conferma in modalità silente

file .reg


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"Communicator"=-


* è sufficiente aggiungere un meno dopo l'uguale

Windows limiti del file system

FAT
FAT, for File Allocation Table, is the successor to the original FAT12 filesystem that shipped with MS-DOS many, many years ago.
Maximum disk size: 4 gigabytes
Maximum file size: 4 gigabytes
Maximum number of files on disk: 65,517
Maximum number of files in a single folder: 512 (if I recall correctly, the root folder "/" had a lower limit of 128).

FAT32
"There's no practical limit on the combined sizes of all the files in a folder, though there may be limits on the number of files in a folder."
FAT32 was introduced to overcome some of the limitations of FAT16.
Maximum disk size: 2 terabytes
Maximum file size: 4 gigabytes
Maximum number of files on disk: 268,435,437
Maximum number of files in a single folder: 65,534

NTFS
NTFS, or "New Technology File System" introduced with Windows NT, is a completely redesigned file system.
Maximum disk size: 256 terabytes
Maximum file size: 256 terabytes
Maximum number of files on disk: 4,294,967,295
Maximum number of files in a single folder: 4,294,967,295

venerdì 21 gennaio 2011

Vmware ESX convertire un VMDK da Thin a Thick

Errore "Thin/TBZ disks cannot be opened in multiwriter mode"

vmkfstools -i vmdksorgente.vmdk vmdkdestinazione -d eagerzeroedthick

Appena la conversione termina scambia i nomi dei files e riavvia i nodi cluster.

venerdì 14 gennaio 2011

Windows 2003 forzare un Domain Controller a scrivere le informazioni corrette sul DNS

nltest /dsregdns

Tivoli Storage Manager restore DB

da

C:\Program Files\Tivoli\TSM\server

esegui

DSMSERV RESTORE DB DEV=nome_device_class VOL=nome_vol1.dbb,nome_vol2.dbb COMMIT=YES

Tivoli Storage Manager definire una device class su disco USB

define devclass USB devtype=file maxcap=15G mountl=1 dir=I:\ shared=No

Eliminare la partizione EISA di recovery nascosta

Come amministratore
cmd
diskpart
list disk
select disk n
list partition
select partition n
delete partition override

giovedì 13 gennaio 2011

martedì 11 gennaio 2011

Domino abbreviazioni comandi console

Broadcast (b)
Dbcache Flush (db f)
Dbcache Show (db s)
Drop (dr)
Exit (e)
Help (he)
Load (l)
Pull (pul)
Push (pus)
Quit (q)
Replicate (rep)
Restart Port (res po)
Restart Server (res se)
Route (ro)
Set Configuration (se c)
Set Secure (se se)
Set Statistics (se st)
Show Allports (sh a)
Show Cluster (sh cl)
Show Configuration (sh co)
Show Directory (sh dir)
Show Diskspace (sh dis)
Show Memory (sh me)
Show Performance (sh pe)
Show Port (sh po)
Show Schedule (sh sc)
Show Server (sh se)
Show Stat (sh st)
Show Tasks (sh ta)
Show Users (sh u)
Show Transactions (sh tr)
Show xDir (sh x)
Show xDir reload (sh x r)
Start Port (sta po)
Stop Port (sto po)
Tell (t)
Trace (tr)

Websense password Policy Manger dimenticata

Reset Policy Manger PWD
=======================
1. Stop Policy Server service:
2. Go into the Program Files\Websense\bin\ folder
3. Open Config.xml with a text editor.
4. Search for the phrase “K2097153”
5. Edit the container, following the example below:
---------------------------------------------------------
Example:
<data name="K2097153">89GDFRT589GFHY8RRJJKDFHJ</data>
so that it reads
<data name="K2097153"></data>
---------------------------------------------------------
6. Save Config.xml file
7. Rename “config.xml.bak” (also in the bin folder) file to “config.xml.bak.original”
8. Start Policy Server service.
9. Open the Websense Manager, you should be prompted for a username and password.

Tivoli Storage Manager spazio occupato da un nodo client

select sum(physical_mb) from occupancy where node_name='nomenodo'

Tivoli Storage Manager eseguire un backup imaggine linux da riga comando

dsmc backup image / -snapshotproviderimage=none

Parameters
|
|
|
value
|
Specifies one of the following values: |
|
JFS2
|
Specifies that you want to perform a snapshot-based image backup while |the file system is available to other system applications. This is the default |for JFS2 file systems. Valid for AIX clients only. |
|
LINUX_LVM
|
Specifies that you want to perform a snapshot-based image backup while |the file system is available to other system applications. This is the default |for file systems residing on logical volumes created by the Linux Logical |Volume Manager. Valid for Linux clients only. |
|
NONE
|
Specifies that you do not want to perform a snapshot-based image backup |operation. This will perform a static image backup operation using the specified |file system. This is the default for file systems other than AIX JFS2 and Linux LVM. |
|
|
|
Examples
|
|
|
Options file:
|
|
snapshotprovideri JFS2
|include.image   /kalafs1   snapshotprovideri=JFS2
|
|
|
|
|
Command line:
|
-snapshotprovideri=NONE

Tivoli Storage Manager eseguire un restore point in time da riga comando

TSM Restoring point in time data using the command line


dsmc restore -pitdate=gg/mm/aaaa -sub=yes C:\cartella da ripristinare\* c:\cartella di ripristino\
restore /Path/file.ext /path/restore/ -pick -inactive

http://publib.bouler.ibm.com/tividd/td/TSMC/GC32-0789-04/en_US/HTML/ans50000127.htm

Diagnosticare i problemi di un domain controller

DCDiag /c /v >C:\dcdiag.txt

Disabilitare il firewall di Windows da linea di comando

netsh advfirewall set allprofiles state off

Risoluzione errore attivazione licenza Windows 7/2008 0x8007232B

Da CMD esegui i seguenti comandi:

slmgr.vbs -ipk [chiave attivazione copresi trattini]

slmgr.vbs -ato

Prova ad attivare Windows!