Thursday, July 08, 2010
Thursday, June 25, 2009
How To: Restore a removed Mailbox Database
After a Mailbox Database is deleted, the actual database file (.edb) is still there. To recreate the original database from this file, do the following:
see http://technet.microsoft.com/en-us/library/aa998340.aspx
After a Mailbox Database is deleted, the actual database file (.edb) is still there. To recreate the original database from this file, do the following:
- Create a new empty mailbox database, using the New-MailboxDatabase command
- Enable "Over-written by Restore", using Set-MailBoxDatabase
- Move the old database files to the same location as the new database
- Mount the database
- If restoring on a new exchange server, run Move-Mailbox - ConfigurationOnly
see http://technet.microsoft.com/en-us/library/aa998340.aspx
Wednesday, June 17, 2009
How To: send alert to distribution group in WSS 3.0
- Go to Exchange server
- Create a Distribution Group
- Set Delivery Restriction to no authentication
- Note the email address
- Go to People and Groups
- Add a domain group such as Domain Users
- Edit E-Mail field with noted email address
now add alerts with this email address.
Friday, March 13, 2009
How to recover mail store (database) from exchange crash:
background: in 2007, can't mount mail store after crash.
background: in 2007, can't mount mail store after crash.
- reboot
- run ESEUTIL /mh (mailstorepath\mailstore.edb) on all mail stores to determine if any store is in "Dirty Shutdown" state
- run ESEUTIL /p (mailstorepath\mailstore.edb) on each "Dirty Shutdown" store
- mount mail stores, if successful, go to end
- if mount fails, move e00.chk, tmp.edb and catalogdata-xxx folders to other location
- retry mount
Tuesday, February 24, 2009
Friday, December 19, 2008
How to configure ESX 3.5 (3.x) Service Console networking:
1) This command "esxcfg-vswif -i <10.10.10.1>-n <255.255.255.0> vswif0" modifies the network configuration file /etc/sysconfig/network-scripts/ifcfg-vswif0
# Broadcom CorporationNetXtreme BCM5754 Gigabit Ethernet
DEVICE=vswif0
BOOTPROTO=static
ONBOOT=yes
PORTGROUP="Service Console"
MACADDR=00:50:56:4f:12:ae
BROADCAST=172.17.10.255
IPADDR=172.17.10.201
NETMASK=255.255.255.0
2) Edit the route file /etc/sysconfig/network
NETWORKING=yes
GATEWAYDEV=vswif0
GATEWAY=172.17.10.1
HOSTNAME=vinycesxtest.valiantinsurance.com
3) Edit the DNS resolver file /etc/resolv.conf
nameserver 172.16.2.4
nameserver 172.16.2.5
search valiantinsurance.com
1) This command "esxcfg-vswif -i <10.10.10.1>
# Broadcom CorporationNetXtreme BCM5754 Gigabit Ethernet
DEVICE=vswif0
BOOTPROTO=static
ONBOOT=yes
PORTGROUP="Service Console"
MACADDR=00:50:56:4f:12:ae
BROADCAST=172.17.10.255
IPADDR=172.17.10.201
NETMASK=255.255.255.0
2) Edit the route file /etc/sysconfig/network
NETWORKING=yes
GATEWAYDEV=vswif0
GATEWAY=172.17.10.1
HOSTNAME=vinycesxtest.valiantinsurance.com
3) Edit the DNS resolver file /etc/resolv.conf
nameserver 172.16.2.4
nameserver 172.16.2.5
search valiantinsurance.com
Subscribe to:
Posts (Atom)