Abt VMware server
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>

View Answer   |  August 12, 2009  1:52 PM
Red Hat Enterprise Linux, VMware, VMWare Installation, VMware Server
answered by:
63,535 pts.

FTP of Binary file to mainframe.
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 [...]

View Answer   |  August 11, 2009  9:40 AM
FTP, Mainframe, Unix
answered by:
Dzs
235 pts.

Determining if an interface problem exists
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.

View Answer   |  July 29, 2009  10:31 PM
Unix, Web development, Web Interfaces, Windows
answered by:
27,310 pts.

Using awk to sum a field in a file
<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.

View Answer   |  July 29, 2009  9:29 PM
Unix, Unix administration, Unix commands, Unix OS
answered by:
320 pts.

Hyper-V and Linux support
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.

View Answer   |  July 29, 2009  9:22 PM
Hyper-V, Linux, Microsoft virtualization, Microsoft Virtualization Chat 5/14
answered by:
320 pts.

What constitutes an “update” in RHEL?
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 [...]

View Answer   |  July 20, 2009  5:58 PM
Linux, Red Hat, Red Hat Enterprise Linux, Red Hat Enterprise Linux Updates, RHEL
answered by:
680 pts.

Interpreting bandwidth usage by MRTG/CACTI
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 [...]

View Answer   |  July 19, 2009  9:44 PM
Bandwidth, Bandwidth monitoring, Cacti, MRTG, Network monitoring
answered by:
12,215 pts.

cannot connect to PIX Firewall via ISA Proxy server using ASDM Launcher
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 [...]

View Answer   |  July 10, 2009  2:54 PM
ASDM, Cisco PIX, Firewalls, ISA Server 2004, PIX 525 firewall, PuTTY
answered by:
30 pts.

RAID 5 and three-way mirroring
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 [...]

View Answer   |  July 8, 2009  5:09 PM
Disk mirroring, RAID, RAID 1, RAID 5, Solaris 10, Storage management
answered by:
400 pts.

SSH Configuration fails
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 [...]

View Answer   |  July 8, 2009  1:29 PM
Red Hat Enterprise Linux, SSH, SSH Configuration
answered by:
680 pts.

novell eDirectory and LDAP
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 [...]

View Answer   |  July 3, 2009  2:45 PM
eDirectory, LDAP, Novell, SUSE Linux, SUSE Linux SP2
answered by:
625 pts.

x3400 ibm server linux install with raid 1
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 [...]

View Answer   |  June 25, 2009  3:12 PM
IBM System x3400, RAID, RAID 1, Red Hat, Red Hat Enterprise Linux, Red Hat Enterprise Linux 4.0
answered by:
680 pts.

How to connect to vmware workstation 6.5 guests over VNC over internet
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 [...]

View Answer   |  June 25, 2009  2:22 PM
Internet, Static IP address, Ubuntu, VMware Workstation 6.5, VNC
answered by:
30 pts.

Do you support Linux OS with Hyper-V?
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.

View Answer   |  June 22, 2009  4:46 PM
Hyper-V, Hyper-V on Linux, Linux, Microsoft virtualization, Microsoft Virtualization Chat 5/14
answered by:
3,730 pts.

Kernel Panic in RHEL 5
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

View Answer   |  June 22, 2009  4:08 PM
Kernel Panic, Linux error messages, Red Hat Enterprise Linux, RHEL 5
answered by:
15 pts.

Rumba and ubuntu workstation
There is a version of Rumba for the AS/400 Phil

View Answer   |  June 18, 2009  2:17 PM
Linux, RUMBA AS/400 Edition, Ubuntu
answered by:
44,070 pts.

Push mail for mobile using Zimbra server
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.

View Answer   |  June 17, 2009  5:21 PM
Mobile email, Push Mail Technology, Zimbra
answered by:
9,815 pts.

Calling FD_Set and FD_Zero API from a COBOL/400 program?
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 [...]

View Answer   |  June 16, 2009  4:43 PM
API, COBOL/400, FD_Set, FD_Zero
answered by:
6,055 pts.

Redisgn Best Practices
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 [...]

View Answer   |  June 13, 2009  12:31 AM
Domain Controller, Linux, NAS, Novell, Unix, Windows Server 2008
answered by:
27,310 pts.

SFTP and sending a file from the 400 to a unix system
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

View Answer   |  June 11, 2009  8:47 PM
AS/400 to Unix, CPYTOSTMF, EDI, Exchange EDI, SFTP, Unix
answered by:
2,385 pts.