Friday, April 24, 2009

Restart ESX managment service

service mgmt-vmware stop
service mgmt-vmware start
or:
service mgmt-vmware restart

If the agent doesn't stop:
ps -ef | grep vmware-hostd
kill -9 (e.g. kill -9 3545)

Wednesday, April 15, 2009

Exchange 2007 / Diskpart

Diskpart - 128
Diskpar - 64

Exchange 2007 allocation size - 64kb

Tuesday, January 13, 2009

ScreenOS admin name / password

Change Admin Name/Password

set admin name

set admin password


Set host name and domain

set hostname
set domain

Monday, January 12, 2009

SSG-520M set ip and gw


set interface eth0/0 ip

set interface eth0/0 gateway

save

Friday, January 9, 2009

Event ID 531 - Disabled user

You'll see this in the event log:

Reason: Account currently disabled
User Name:
Domain:
Logon Type: 3
Logon Process: Authz
Authentication Package: Kerberos
Workstation Name: WS1
Caller User Name: WS1$
Caller Domain: PCL
Caller Logon ID: (0x0, 0x3E7)
Caller Process ID: 992
Transited Services:
Source Network Address:
Source Port:

Here's the fix:

1)Log on using an administrator account on the server's console.
2) From a command prompt, enter "at [time] /interactive cmd.exe", where
[time] is some time in the near future.
3) Switch to the new command prompt that launches
4) Change to c:\windows\system32\wbem
5) Execute "mofcomp scm.mof
6) Restart the "WMI" service on the server.


Thursday, January 8, 2009

Cisco Passwords

http://www.petri.co.il/csc_how_to_configure_passwords_to_secure_your_cisco_router.htm

Console Line
conf t
line con 0
password
login
exit

VTY Lines
line vty 0 *figure out how many VTY lines

line vty 0 15
password password
login
exit

Privileged Mode
enable secret


Username Passwords
username priv 15 secret *sets the user as an admin

User the local password database
line con 0
login local

line vty 0 15
login local






Wednesday, January 7, 2009

Upgrading Cisco Switch IOS

copy tftp: bootflash:

reload



boot bootflash:

show version

no boot system flash bootflash:>

exit

write

configure terminal

config-register 0x2102

exit

write

reload

show version