sábado, junho 30, 2012

Bloquear estação de trabalho - GPO

Surgiu a necessidade de efetuar o bloqueio da estação de trabalho do usuário, quando a estação ficar um número X de minutos inativa, isso é importante por questões de segurança, já que não são todos que tem o "hábito" de bloquear a estação de trabalho quando sai para um café ou outra coisa.
Abaixo um print com as diretivas envolvidas:


 Trabalhei com 5 diretivas, mais detalhes basta ler a descrição.

Para o "Bloqueio" adicionei o seguinte valor "rundll32 user32.dll,LockWorkStation" na diretiva "Force specific screen saver":




quarta-feira, junho 20, 2012

Backup Exec 2010 Final error: 0xe0000f04

Erro:
Final error: 0xe0000f04 - The media server could not connect to the remote computer. The remote computer may not be running the Backup Exec
Remote Agent for Windows/Linux. Make sure that the correct version of the Remote Agent is installed and running on the target computer.
Final error category: Resource Errors

A causa deste erro foi porque o serviço Backup Exec Remote Agent for Windows Systems estava com o status de parado, bastou iniciar o serviço que o problema foi resolvido.

sábado, junho 16, 2012

Router Administrative Configurations - Cisco

#privilege mode
router>enable

#Change Hostname
Router#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Florianopolis
Florianopolis(config)#

# Add a banner
Florianopolis(config)#banner motd #
Enter TEXT message.  End with the character '#'.
Maykon.com Network!
#
Florianopolis(config)#^Z
Florianopolis#
%SYS-5-CONFIG_I: Configured from console by console

Florianopolis#exit
Florianopolis con0 is now available
Press RETURN to get started.
Maykon.com Network!

Florianopolis>

# Setting Passwords, five passwords: console, auxiliary, telnet(VTY), enable password, and enable secret. Enable secret and enable password are used to set the password that's used to secure privileged mode.

Florianopolis(config)#enable ?
  password  Assign the privileged level password
  secret    Assign the privileged level secret

password: Sets the enable password, and isn't ever used if an enable secret is set
secret: This is the newer, encrypted password that overrides the enable password if it's set.

# Set password for router Florianopolis "maykon".
Florianopolis(config)#enable secret maykon
Florianopolis(config)#exit

Auxiliary Password
Florianopolis(config)#line aux 0
Florianopolis(config-line)#login
Florianopolis(config-line)#password aux
Florianopolis(config-line)#login

Console Password
Router(config)#line console ?
  <0-0>  First Line number
Router(config)#line console 0
Router(config-line)#password console

Telnet Password
Router(config)#line vty ?
  <0-15>  First Line number
Router(config)#line vty 0 15
Router(config-line)#password telnet

quinta-feira, junho 14, 2012

SQL Server 2008: Unable to initialize SSL support

Não era possível inicializar o serviço do MS SQL Server, os seguintes logs de erros eram gerados:

Id Event: 17182
Unable to initialize SSL support.

Id Event: 17120
SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems

Id Event: 26014
Unable to load user-specified certificate [Cert Hash(sha1) "470AB0D265F3281B4A159DF064C6C071D3BB3491"]. The server will not accept a connection. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in Books Online.

Solução:
Acessar o SQL Server Configuration Manager (selecionar a instância) e selecionar o certificado emitido para o computador, conforme print abaixo: