Yes, you can install it on RHEL. <a href=”http://www.vmware.com/download/server/open_source.html”>Download VMware Server 2.0.1</a> And here is the user’s guide: <a href=”http://www.vmware.com/pdf/vmserver2.pdf”>VMware Server User’s Guide</a>
On z/OS, the FTP SITE and LOCSITE commands have a few extra options for ‘traditional’ z/OS files (as apart from z/OS UNIX files). They’re documented in the <a href=”http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.halu001/site.htm”>z/OS Communications Server IP User’s guide</a>. So from your remote UNIX machine, you could use the FTP command SITE RECFM=FB LRECL=180. If this doesn’t suit, another option [...]
I’ve heard WebDNA isn’t compatible with IIS7 at the moment. I believe they are working on a compatibility fix, but I’m not sure if they will have a patch for the issue anytime soon.
<b><i>I think</i></b> you could use a conditional expression as in C. Something like this: <pre>awk -F~ ‘{total += $5 > 160 ? $3 : $2} END{print total}’ /tmp/foo</pre> In this example, if $5 is greater than 160 it will sum $3, otherwise it will sum $2.
Microsoft currently supports SUSE Linux on Hyper-V. We are working with Red Hat on support and we also make Integration Components available to compile on other distros, but other distros are not officially supported OSes.
I don’t know the exact policy, but once you install a certain level of updated packages, you’ve fulfilled the requirements to reach the next update level and /etc/issue (if you haven’t modified it) and /etc/redhat-release get updated to reflect the new version. In other words, the package levels installed match or exceed the levels provided [...]
The MRTG graph will probably only show what you were using, not the capacity of the circuit. If it hits the 2Mb level, then you got 2Mb at that time. Try one of the online speed testers, like speedtest.net, when no-one else is using it, which should give you an idea if the line is [...]
Do you have http/https enabled on the PIX? If so, can you launch ASDM using a https connection to the inside interface of the PIX? If you starts to launch and then stops, you may need to change the version of Java that is on your PC. On the ASDM: If you go to Configuration [...]
I’ve been doing RAID for decades and this configuration makes no sense to me whatsoever. We have about a thousand Solaris systems in our environment in a variety of configurations and I’ve never seen anything like this. First, RAID-1 is true mirroring and if it’s being done by the controller, the whole disks are being [...]
While there is nothing wrong per se with having password authentication in an ssh connection, for automated connections you will want to have a keypair generated and distributed. Something like the instructions found at http://sial.org/howto/openssh/publickey-auth/ Note that simply having the keys for your user ID does NOT preclude password authentication; to do so, you will [...]
Sadly you do need to install eDirectory first to get it to recognize the mail and domain servers. Are you running SUSE 10 or SUSE 11? I spoke with one of the Novell techs a few weeks ago and they have yet to get full support for SUSE 11. 10 is the highest version that [...]
Which Linux distribution are you using? Are you certain that it supports the RAID controller (IBM uses mostly LSI Logic chipsets if I’m not mistaken)? When you said that you configured RAID1, what did you do? Did you actually create a logical volume and initialize it? Did you confirm that the disks in the LV [...]
To access this VNC connection over the internet, you must specify the port in addition to the IP address and ensure that the port is addressable through your router/firewall. If VNC is using port 5900 and your public IP address is 69.45.1.56. You would specify 69.45.1.56:5900. If connecting with VNC, it should know the port [...]
Microsoft currently supports SUSE Linux on Hyper-V. We are working with Red Hat on support and we also make Integration Components available to compile on other distros, but other distros are not officially supported OSes.
Can you please “copy&past” some few lines back your error message? Those lines can help see what have happened in your system. The most probably is that the boot can’t access the root file system. But with those lines I can give you some more help. Sinceraly, JB
There is a version of Rumba for the AS/400 Phil
Zimbra does offer push to windows mobile devices. You can follow the instructions here to solve your issue. http://wiki.zimbra.com/index.php?title=Moble_Device_Setup let me know if you need further assistance.
The problem that you are encountering is due to FD_SET and FD_ZERO (along with FD_CLR and FD_ISSET) not being APIs in the conventional sense. They are implemented as macros in the C header file QSYSINC/SYS,TYPES. These APIs are not called, they are imbedded into to compiled program. You will need to re-implement the “APIs” using [...]
This is a good place to ask this question. You will get a lot of different ideas from people in different environments, but after you review all of the posts you should decide on the system that you and your colleagues are most comfortable with. If you want everything to work cohesively, Microsoft Active Directory [...]
Hi, If your file has CCSID=65535 the system will not convert it. If it’s your case you can: 1.- Change CCSID or 2.- Copy file to another with correct CCSID (used in your country) Then you can use CPYTOSTMF or even direct FTP. Regards, Wilson





