martedì 16 luglio 2013

Symantec Endpoint Protection 12.1.2 rolling back install

The following steps were necessary to get the 12.1.2 installation to work properly. If the installation currently has been corrupted (12.1.2), run the clean wipe utility from Symantec to start fresh with the 12.1.1 installation.

1. Install a legacy version, in my case I used 12.1.1
2. Disable windows firewall
3. Disable windows defender
4. Disable UAC
5. Uninstall Microsoft Security Essentials completely (this will remove windows defender completely)

6. Open registry and go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\
hightlight Session Manager on the right hand side delete the value in PendingFileRenameOperations

7. Allow the SEPM server to push the latest package update to the laptop (12.1.2), it should then prompt that a new update is available and to download now. (This is under the assumption that laptop is sitting in the same container the 12.1.2 version is set to as the default installation package in the SEPM console)

8. Once the installation is complete, reboot the laptop. The version should now show as up to date and on 12.1.2

Fonte : Symantec Connect

lunedì 3 giugno 2013

Iomega StorCenter IX2 e IX4: Abilitare l'accesso SSH

Accedere alla pagina di supporto del dispositivo ed abilitare il servizio SSH:

http://indirizzo ip/support.html oppure http://indirizzo ip/diagnostics.html (Cloud Edition)

EDIT: Dalla versione 4.x del fimware la pagina di supporto è raggiungibile all'indirizzo:
http://indirizzo ip/manage/diagnostics.html



Eseguire poi l'accesso:

username : root
password : soho

Se avete abilitato la protezione per l'accesso alla configurazione la password di root è quella scelta con il prefisso soho.


lunedì 11 febbraio 2013

Identificare Model Number e Seriale di un server IBM



Aprire una finestra del prompt dei comandi.

Per conoscere il Model Number:
wmic csproduct get name

Per il Seriale:
wmic bios get serialnumber

O semplicemente:
wmic csproduct get name && wmic bios get serialnumber


Fonte : Tech Dreams