I'm not a websphere admin but I understand the basics of JMX and PMI. I'm wondering what's the difference between them.
BlueGene's questions
I have a machine that has McAfee SafeBoot Whole Disk Encryption on it. If I don't have the safeboot password, can I boot from a OS installation disk, format the disk and reinstall the OS? Will that corrupt my Master Boot Record since that is also encrypted?
Follow-up: I was able to boot from CD, format the disk and reinstall the OS
"Sudo !!" invokes previously executed command with administrator privileges in *nix shell. Is there an equivalent in PowerShell?
The backup job on my SharePoint 2007 (server A) fails since the job running under local NETWORK SERVICE account tries to access a remote share(Server B) to store backup files. Adding Server A' computer account(domain\ServerA$) to the Server B's folder permission solves the problem. But are there any security issues that I'm not aware of? Would you recommend this approach?
I've installed PowerShell Version 1.0 on my Windows 2003 server. How do I run a PowerShell script during logon or logoff event? I tried this through
Local Computer policy>User Configuration>Windows Settings>Logon/Logoff Scripts
But it doesn't seem to work.
I'm managing a Windows Server 2003. A couple of times the server has crashed with error message saying that the C: drive is full. After searching folders to free up space, I found that lot of temp files being created in C:\WINNT\Temp and some of them of enormous size with more than 2GB. The temp files seem to have a common name pattern, Efs###.tmp. Since we encrypt files frequently using Windows's EFS, I initially suspected Windows encryption. But as per the documentation, Efs###.tmp are created only under the folder which is currently being encrypted, not in Temp folder.
This looks very strange; unless someone tried to encrypt that Temp folder itself, the temp files(Efs###.tmp) shouldn't be created under C:\WINNT\Temp. The server has Tivoli Backup client. Could that be messing with windows Encryption? Can anyone shed some light on what could be causing the issue?
Note:Edited for brewity
I'm managing a HP DL360 G5 machine. It has a SAS controller(P400i) with two ports. Port 1 is attached to 4 drive bays and Port 2 has 2 bays. The machine currently has 3 drives connected to Port 1 with RAID 5 configuration. I'm trying to max out the bays by adding 1 disk in port 1 and 2 in port 2. Can I group those three disks(1 disk-port, 2 disks-port 2) in a RAID 5 configuration?
For example google.com has the following aliases, gooogle.com, gogle.com (I'm sure it has more than that). Is there a way to list all registered domain aliases for a site/domain name?
I'm running a Windows Server 2003 box with SP1. Task manager lists a Process named "ZYBBB9" with the location field pointing to c:\windows\temp\zybbb9.exe. Does any one know what this process is for?
Is there a way to log users upon accessing shared folders in Windows Server? My goal is to write a program that sort of runs in the background monitoring the shared folders and logs user information whenever someone accesses the folder. How do I go about implementing it? What tools I should use to achieve this? Thanks in advance
I'm aware of the file auditing functionality provided by Windows. As Kyle Smith suggested this probably would become a nightmare to dig through tons of log entries to find relevant ones.It is also inefficient. So my question is how do I do this other than enabling "object access auditing". I need to implement this for both Windows Server 2003 & 2008
After reverting to an older snapshot, Windows Server 2008 VM running on VMWare gives me the following error when I tried to login:
The trust relationship between this workstation and primary domain failed
To resolve this I have to remove the machine from domain controller and add it again. What is causing this problem? How to prevent this issue?
I'm trying to recover a part of SharePoint document library to a network folder. Sharepoint server already has a DPM agent and everything is backed up regularly. When I start recovery wizard in DPM,in the "recovery options" window of the System Center Data Protection Manager,"Export selected items to a network folder" option is grayed out. Is it not possible for SharePoint or is it any missing settings?
Is there a way to create a hyperlink that will invoke a Remote Desktop connection to a Windows Machine?
TrueCrypt allows the user to create an encryption volume on a file or a device hosted encryption on a drive or partition.What is advantage or disadvantage of one over the other?
What is a process handle and what can we know about a running process through the "handle count" property in a task explorer?
Let's say I'm installing a software on Windows and I want to see all the changes it has made during its installation, what is the easiest way to keep track of system changes. The change could happen in program/system files or registry etc., Is there a tool that tracks that changes? This could be useful in, for example, a patch installation where an administrator may want to keep track of all the changes it has made.
Is there a one-liner that will zip/unzip files (*.zip) in PowerShell?
IS there anyway I can remove the Shutdown button from Windows Server and replace it with Restart button? I know how to disable/remove Shutdown button through Local Computer policy but I don't know how to replace it with Restart button