How to allow the root user to login to VMware ESX Server with SSH
To allow the root user to login to a VMware ESX Server over the network using SSH, do the following:
- Go to the service console on the physical server & login
- vi /etc/ssh/sshd_config
- Change the line that says PermitRootLogin from “no” to “yes”
- service sshd restart
How do I disable Exchange Server 2003 minor link-state changes?
Exchange 2003 can detect link state changes, notify other Exchange servers about the changes, and advise them to use other routes. A minor state change is when a link is detected as either available or unavailable. The notification actually sends the entire state table. A major state change is an administrator-made manual routing change, such as adding a new connector or changing an existing connector’s attributes.
Sometimes, minor state change notifications are undesirable, such as when the notification sending of the entire state table could flood a network. This could happen in a large Exchange environment. It could also happen in a combined Exchange Server 2007and Exchange 2003 environment with multiple routing group connectors between routing groups and different Exchange 2003 bridgeheads in different routing groups.
250 ViewsWindows Update Error 0xC80003FB
Click Start, select Run, type in: services.msc
then press enter
Now look for the Automatic Updates Service, right click it and choose to stop
Click Start, select Run, type in: %windir%\SoftwareDistribution
then press enter
Open the Datastore folder and delete its contents.
Can I still use Microsoft Virtual Server or Microsoft Virtual PC to test Windows Server 2008 clustering?
Virtual Server has commonly created a shared disk over the emulated SCSI controller to use for clustered storage. However, Server 2008 clustering doesn’t support parallel SCSI.
But there is light at the end of the tunnel. Server 2008 clustering supports the majority node set model, which means a cluster doesn’t need shared storage. Server 2008 can use node-voting with three nodes or more, or a file-share witness instead of the quorum disk for two-node clusters.
522 ViewsWhat is the /admin switch in Microsoft Terminal Services Client (MSTSC) for Windows 2008 and Vista?
Although the /console switch no longer has any effect on Server 2008 and Vista Terminal Server connections, a new switch called the /admin switch has a similar effect when you use it to connect to a Server 2008 server with the
The /admin switch involves elevated rights. If a user has the authority to use the /admin switch but has been marked with Deny Users Permissions To Log On To Terminal Server, he or she will be able to connect using mstsc /admin. Also, if a terminal server is in drain mode (no new sessions are accepted), an /admin session can still be created. The /admin sessions don’t count toward the session limit that may be configured on a terminal server to limit the number of sessions.
615 ViewsHow to remove the McAfee EPolicy Orchestrator Agent (EPO agent) from a Windows computer?
Uninstalling the ePO Agent v2 (Yellow icon in system tray): C:\ePOAgent\AGINST32.EXE /remove Uninstalling the ePO Agent v3 (Shield icon in system tray): C:\Program files\Network Associates\Common Framework\FrmInst.exe /Remove=Agent when above option does not fix the problem try: frminst /remove=agent frminst /remove=updater frminst /forceuninstall3,900 Views
How can I rename a file with todays date?
You can use this simple batch file to rename a file and append today’s date:
set Day=%Date:~0,2%
set Mth=%Date:~3,2%
set Yr=%Date:~6,4%
rename c:\test.log test_%Day%-%Mth%-%Yr%.log
1,087 Views






3 Comments
