Start or restart the iSeries Netserver service. 1. Open the iSeries Navigator 2. Go to Signet -> Network -> Servers -> TCP/IP 3. Right Click on iSeries NetServer 4. Click on Reset and Start
Here is a <a href=”http://www.howtoforge.com/centos-5.1-server-lamp-email-dns-ftp-ispconfig”> tutorial </a> on setting up the various network aspects of Cent OS, including DNS setup. You might find <a href=”http://www.brennan.id.au/08-Domain_Name_System_BIND.html”> This site</a> helpful as well. Good Luck! -Flame
All you need to do buddy is inventory the tape in Backup Exec. It will find a Backup Exec media label on the tape, but it will know that this tape doesn’t belong to this Backup Exec installation. So it will move them to the “Imported media” media set. An inventory and then a catalog [...]
Not SBS specifically, but I run several Windows 2008 servers in under ESX without a problem.
Each instance of SQL Server is independent unto its self. When it asks to log into the server you’ll need to give it the server name and instance name to log. It is probably asking for the sa password for your specific instance.
Assuming that you were using an Active Directory integrated DNS, you should be able to temporarily designate your remaining domain controller as a global catalog server and then install the DNS services. Once you do that, you can bring a new domain controller online, and install the DNS services on it. You can then remove [...]
Your problam can occur if the drive that is being backed up contains corrupt files or folders. You might try running CHKDSK. If that doesn’t work, then try opening a Command Prompt window and entering these commands: C: CDWindowsSYSTEM32 Net STOP VSS regsvr32 ole32.dll regsvr32 vss_ps.dll Vssvc /Register regsvr32 /i swprv.dll regsvr32 /i eventcls.dll regsvr32 [...]
Windows Server 2003 allows you to perform granualr auditing so that you can usdit one folder and not another. Right click on the folder that you want to audit, and then choose the Properties command from the shortcut menu. Go to the properties sheet’s Security tab, and click the Advanced button. The resulting properties sheet [...]
Hi, When you said that you tried the laptop at a starbucks does that mean that the vpn connection was successful from the starbucks, but not from your wireless network at home? Or are you just mentioning that the laptop does in fact work properly? If you were able to establish a VPN from starbucks [...]
Well in order for them to use the printer or application on the server, they have to log into the domain first, authenticating against AD, so you need a CAL for each user set up in AD.
Have a look at these official installation guides for Oracle 9i: <a href=”http://download.oracle.com/docs/html/A95493_01/toc.htm”>Oracle9i Database Installation Guide Release 2 (9.2.0.1.0) for Windows</a> <a href=”http://download.oracle.com/docs/html/B10546_01/toc.htm”>Oracle9i Database Installation Guide Release 2 (9.2.0.2.1) for 64-Bit Windows</a> And you can find some information about integrating oracle with windows <a href=”http://download.oracle.com/docs/html/B10163_01/architec.htm”>here</a>.
I have not heard of a virus that does this but it does sound like maybe someone changed timezones if you are GMT-8 (US Pacific Standard Time). That would take it ahead the 8 hours if someone changed timezones to GMT. *************** technochic Turns out it was not a time zone issue or a virus. [...]
Sounds like these two servers are not communicating. You will need to fix this first. Try nslookup and make sure that it can resolve the DNS name. Then try tracert xxx.xxx.xxx.xxx and see if they can indeed communicate and if not where they are failing. In order for the trust to complete these two servers [...]
Here is an <a href=”http://support.microsoft.com/kb/325379″>excellent guide </a>for you.
Sounds like your systems are setup for open relay. Be sure it is configured to send emails for your domain only. Check the blacklists you are on and see if it is just the IP address range of your ISP or if it is isolated to just your server. Work with the blacklist owner to [...]
I forgot what port NNTP uses, but i know POP3 is supposed to use 110 and SMTP is supposed to use 25. You should change that or mail will be blocked/dropped in the process of receiving or sending. You might want to double check NNTP port to make sure you’re using the right one Hope [...]
Yes, there have been patches released since SP2. Run microsoft update after installing SP2 and it will download all patches released since that service pack.
The solution is to not deny deletes but to not allow deletes. Give Modify, Execute, List, Read and Write permissions but do not give delete permission. You need to go into the Advanced properties and edit the full permission list to set it up. The problem is that in Windows, deny permissions override allow permissions.
You cannot do it before login as there is no proof of who clicked on the box. Also, the “legal notice” that is part of the Windows login has no logging mechanism as well as occurring prior to authenticating the user. If you want to capture with “proof” that a user saw a notice then [...]
You can do this by using VBScript in a logonscript; hereafter an example: <pre>Dim CurrPath Dim NewPath Set WshShell = CreateObject(“WScript.Shell”) Set WshSystemEnv = WshShell.Environment(“SYSTEM”) CurrPath = WshSystemEnv(“PATH”) NewPath = CurrPath & “;c:mydir;” ‘ set the “;c:mydir;” to your own needs <b>WshSystemEnv(”PATH”) = NewPath</b> </pre>





