Re: Running SecureFTP in background mode using perl "expect"

2012-07-13 Thread Eddie Chen
Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Eddie Chen Sent: Thursday, July 12, 2012 5:22 PM To: LINUX-390@VM.MARIST.EDU Subject: EXTERNAL: Running SecureFTP in background mode using perl "expect" Hi folks, I have a perl script th

Re: Running SecureFTP in background mode using perl "expect"

2012-07-13 Thread Eddie Chen
Good morning Rick, It's SFTP. We have data transmissions that are FTP, SFTP with password and SFTP without password where we have the public key on the target server. The problem is when running in the background("&") mode where the "password" prompts don't seems to be presented to the ru

Running SecureFTP in background mode using perl "expect"

2012-07-12 Thread Eddie Chen
Hi folks, I have a perl script that issue SecureFTP(sftp) to automate the file transfer and the password prompt. When the script runs in the foreground, it works, and it takes the password. Example: [echen@startnet11 ~]$ ksh EDC.ksh Eddie.cmd

SecureFTP question

2012-04-24 Thread Eddie Chen
Hello, Does anyone is there a SecureFTP proxy that are similar to FTP proxy. Regards, Eddie Chen -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Eric Chevalier Sent: Tuesday, April 17, 2012 5:39 PM To: LINUX

Re: mvsdasd

2011-11-09 Thread Eddie Chen
I know the z/OS USS can NFS mount LINUX Filesystem. Many years ago back I converted a PL/I program from writing to dataset to filesystem(ext2). I wrote a few functions that replace/substitute the OPEN, READ and WRITE in the program. -Original Message- From: Linux on 3

Replacing SynSort

2011-09-28 Thread Eddie Chen
Hi, We are looking to replacing SynSort, however, we don't want to use the AIX/Linux sort. Does anyone know if there is an openSource SORT that can replace SynSort. Another word faster than the current sort. Regards, Eddie.

Re: Window question

2011-09-27 Thread Eddie Chen
X-390@VM.MARIST.EDU Subject: Re: Window question As I recall:DIR Z: Scott Rohling On Mon, Sep 26, 2011 at 2:56 PM, Eddie Chen wrote: > Does any know the command in WINDOW where I can list every > files/directories > Under my Z drive. > > > Similar to the Linux command of &

Re: Window question

2011-09-26 Thread Eddie Chen
26, 2011 at 2:56 PM, Eddie Chen wrote: > Does any know the command in WINDOW where I can list every > files/directories > Under my Z drive. > > > Similar to the Linux command of > "ls -lR" where I can list all the files/directory under the file system.

Window question

2011-09-26 Thread Eddie Chen
Does any know the command in WINDOW where I can list every files/directories Under my Z drive. Similar to the Linux command of "ls -lR" where I can list all the files/directory under the file system. Thanks -Original Message- From: Linux on 390 Port [mailto:LINU

Re: CMS commands from Linux

2011-06-22 Thread Eddie Chen
Have you try setup secondary userid and issue the "vmcp send cmsuser listfile * * A" -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Fábio Paim Sent: Friday, June 10, 2011 10:41 AM To: LINUX-390@VM.MARIST.EDU Subject: CMS commands from Linux H

Re: Server rebooting after doing a CP Q DA from the console

2011-03-19 Thread Eddie Chen
After you issue the cp query, did you disconnect? -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of CHAPLIN, JAMES (CTR) Sent: Friday, March 18, 2011 5:07 PM To: LINUX-390@VM.MARIST.EDU Subject: Server rebooting after doing a CP Q DA from the cons

Re: Spiking server

2011-03-03 Thread Eddie Chen
During the 45000 hit/hr how many threads was created by APACHE. You should also look at I/O activities for dasda2, chances are is at 100. There are some apache perforamce you can do, one of them is proxy for static page. - Original Message - From: van Sleeuwen, Berry [mailto:berry

Re: FTP Security Issue

2011-02-23 Thread Eddie Chen
don't find anything in vsftpd.conf related to userlist, except for chroot. Which is disabled. Dave Dave Stuart Prin. Info. Systems Support Analyst County of Ventura, CA 805-662-6731 david.stu...@ventura.org>>> "Eddie Chen" 2/18/2011 6:16 AM >>> Take a

Re: FTP Security Issue

2011-02-23 Thread Eddie Chen
No. user oracle is in the /etc/ftpusers. Take a look -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Kim Goldenberg Sent: Wednesday, February 23, 2011 12:13 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: FTP Security Issue On 02/23/2011 11:49 AM, D

Re: FTP Security Issue

2011-02-19 Thread Eddie Chen
David, Take a look at your vsftpd.config. There are userlist that prevents users from sign_in - Original Message - From: David Stuart [mailto:david.stu...@ventura.org] Sent: Saturday, February 19, 2011 02:29 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: FTP Security Issue Mark, I

Re: FTP Security Issue

2011-02-18 Thread Eddie Chen
Take a look at your vsftp config on userlist setting - Original Message - From: Mark Ver [mailto:mark...@us.ibm.com] Sent: Thursday, February 17, 2011 06:45 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: FTP Security Issue Are the users able to successfully login (ssh, telnet) to the system

Re: VSWITCH for z/vm tcpip

2011-01-03 Thread Eddie Chen
The ATTACH is attaching real device 600-602. However you already have 600 defined as NIC. Remove the ATTACH -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Sergey Korzhevsky Sent: Monday, January 03, 2011 12:18 PM To: LINUX-390@VM.MARIST.EDU

Re: Z Linux Dump and restore

2010-12-07 Thread Eddie Chen
Before you dump the RES-PACK. 1. check the "system config" file on MAINT CF1 and validated CPUID and number of processor(s) of the new machine. You don't need to change it now. However, you may need to change the device address of the Operator's console - you can use the system

Re: Question to smsgiucv

2010-12-06 Thread Eddie Chen
Malcolm, Over the weekend I took a look at VMUR.CCP source to insert "FD_ZERO(), FD_SET() and select()". I thought adding would be trivial. However, when I took a look at the device driver VMUR.C on the internet, I found that the OPEN calls diag_read_next_file and if there are no data(no

Re: Need "unusual" Linux ftp client

2010-12-01 Thread Eddie Chen
The macdef is a macro. In the example, combines the PWD and the PUT in one command. In your case open an ftp client session: Type: Macdef lazy and it will come back Enter macro line by line, terminating it with a null line Enter the following:

Re: Need "unusual" Linux ftp client

2010-12-01 Thread Eddie Chen
John, In your ftp client Type: ftp> macdef Myput Enter macro line by line, terminating it with a null line pwd put $1 $1 Then $Myput -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu

Fedora hercules

2010-11-26 Thread Eddie Chen
I have Hercules running under window 7(64). After ipl 0c, it does not respond to the window's home ip address. When it goes in to the bash, I am able to ping the home address from there. - Original Message - From: Karsten Hopp [mailto:kars...@redhat.com] Sent: Friday, November 26, 2010

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-06 Thread Eddie Chen
53W after editing user direct > > Hi Eddie, > > thanks for the tip! > yes i did ipl from minidisk 102, and /boot is on Minidisk as well. > But /dev/dasda1 seems as a part of LVM group. Maybe i remembered wrong. > Anyway, i dont know why all these changed but now i need to chan

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-05 Thread Eddie Chen
Koray, Did you try to IPL 102 and see if it comes up. Is the /boot is also on Minidisk 102 as well? You also should mount "/dev/dasda1 to /mnt " to see if the "/boot" is still on that partition. -Original Message- From: Linux on 390 Port [mail

Re: HCPGIR450W and HCPGIR453W after editing user direct

2010-11-04 Thread Eddie Chen
Koray, You need to link those two minindisks in read only to a working linux server. I am assuming these two minidisks contains the /boot /etc... Treate this as if u need to recover the root password. If u have problem during the mount then u r pointing the wrong minidisk extend. Most lik

Re: DASD offline

2010-10-11 Thread Eddie Chen
Afterward - lsdasd - dasdfmt And u need to create a partition - fdasd - mke2fs-b 4096 /dev/dasdx1 -j -Original Message- From: Linux on 390 Port [mailto:linux-...@vm.marist.edu] On Behalf Of Samir Reddahi Sent: Monday, October 11, 2010 11:18 AM To: LINUX-390

Re: iometer

2010-08-27 Thread Eddie Chen
Zoltan, Have you look into z/VM Performance Toolkits it has documention on monitoring z/Linux guest. In the documentation it will tell you to install a "tar" file that runs on your z/linux guest. |> | From: | |> >

Re: CPU problem

2010-08-27 Thread Eddie Chen
Victor, I see you have "QUICKDSP" in your PROFILE. usually when the "user/system hangs", it's cause by being eligibility list. |> | From: | |> >--

Re: Performance Day Seminars / zVM and Linux on z Education

2010-08-24 Thread Eddie Chen
Any schedule for NY City? |> | From: | |> >--| |Len Diegel

Re: How to get Red Hat zLinux into single user mode?

2010-07-13 Thread Eddie Chen
Donald, You can user another Linux server in you environment to reset the password. First, "link/attach" where the minidisk of the "/etc" is on, and then mount the /etc The following exsample is for Intel Linux server you will need to change the /dev/hda1 to /de

Re: How to determine who or what changed directory ownership

2010-06-11 Thread Eddie Chen
I can look to see if you have auditctl on your system. - Original Message - From: Donald Russell [russell@gmail.com] Sent: 06/10/2010 02:14 PM MST To: LINUX-390@VM.MARIST.EDU Subject: How to determine who or what changed directory ownership I've recently inherited a Redhat 5.4 syst

Certifacte authority

2010-04-27 Thread Eddie Chen
I have a Website(test server) that needs to be HTTPS. I created a root CA and server crt and loaded them to my apache server. and the server comes up. I then created to user Certificate and send the rootCA and user Certificate to my workstation. The rootCA got loaded

Re: Sorting in Linux

2010-03-03 Thread Eddie Chen
You can install account package i.e inotifywatch From: "Stock, Roger W" To: LINUX-390@VM.MARIST.EDU Date: 03/03/2010 04:03 PM Subject:Sorting in Linux Sent by:Linux on 390 Port We are considering a sort product to replace the Linux

Re: LOGOFF FORCED BY SYSTEM

2009-12-21 Thread Eddie Chen
Frank, Have all your linux guests as secondary userid to "operator" "cp set secuser linux01 operator " you can also change the 15 minutes value in the system config file From: "Frank M. Ramaekers" To: LINUX-390@VM.MARIST.EDU Date: 12/21/2009 12:25 PM Subj

Re: LOGOFF FORCED BY SYSTEM

2009-12-21 Thread Eddie Chen
Have the linux guest as secondary userid to OPERATOR " set secuser linux01 operator " From: "Frank M. Ramaekers" To: LINUX-390@VM.MARIST.EDU Date: 12/21/2009 10:59 AM Subject:LOGOFF FORCED BY SYSTEM Sent by:Linux on 390 Port Installing a

Re: zSeries OS licenses, Was: Re: ch-0.0.0e21 (TX in ch_action_txretry): Busy

2009-11-11 Thread Eddie Chen
As an application developer, I work on project migrating z/OS to AIX/Linux(DL585) and now migrating COBOL to AB Inito. Try to get (z /VM or z/OS) running on H seems to be waste of resource and time for those talented people... take up running to train for NYC marathon is mo

Re: zSeries OS licenses, Was: Re: ch-0.0.0e21 (TX in ch_action_txretry): Busy

2009-11-10 Thread Eddie Chen
Folks, This is my options on letting hobbyists using Hercules for there own development. Are there any applications, tools that was developed because of H. From: Ron Wells To: LINUX-390@VM.MARIST.EDU Date: 11/10/2009 01:16 PM Subject:Re: zSeries O

Re: emulating a z/OS DDNAME dataset concatenation in Linux

2009-11-02 Thread Eddie Chen
The environment variable names will be generate by the rexx program to be pass down to the next program. The name will have suffix "01" - "99". This how COBOL or PL/I works on the Linux environment. From: "McKown, John" To: LINUX-390@VM.MARIST.EDU Date: 11/02/

Re: emulating a z/OS DDNAME dataset concatenation in Linux

2009-11-02 Thread Eddie Chen
I don't know the program/applications is being used or you are running. what you can do in use the DDNAME as an environmental variable that points to the file name(dataset name)... You need to keep a list of dataset as the it complete the first it will update the environmental variable to

Re: 2nd level zVM

2009-10-09 Thread Eddie Chen
You need to restore the share segment from the old system to the new. The spxtape command will backup and restore DCSS and save system. Question, on your IPL volume, do you have spool space allocated. In the old days I use to have two vm sysyem to manage. This was one of things I need to do when

Re: How to tell how many linux running on z/VM?

2009-08-13 Thread Eddie Chen
If you linux servers are connected to vswitch or guest LAN you can query them thru the "query" command You can also use the ping test or "q nss user cms" and "gcs" assuming they don't "ipl 190". any one not in the list ... chances are LINUX Richard Heimo

Re: z/Linux dasd performance issue

2009-08-04 Thread Eddie Chen
Do you have any of Performance monitoring Tooks installed? You can see if the virtual machine cpu usage goes up when copying to LVM vs non-LVM What is your PE size? עופר ברוך

Re: TCP performance

2009-06-20 Thread Eddie Chen
Check the tcp window size and the netmap.cfg on both system. Ted Rodriguez-Bell Sent by: Linux LINUX-390@VM.MARIST.EDU on 390 Portcc

Re: Failed Setting up service network

2009-03-30 Thread Eddie Chen
You can mount your original boot able CD. Then - Original Message - From: Saul Thersites [fromandrom...@gmail.com] Sent: 03/30/2009 10:41 AM EST To: LINUX-390@VM.MARIST.EDU Subject: Re: Failed Setting up service network This is a LPAR. The devices WERE available to the LPAR previously

Re: Access linux files from CMS

2009-03-19 Thread Eddie Chen
Yes... You can use CMS BFS system - under OpenEdition. Bernie Wu To Sent by: Linux LINUX-390@VM.MARIST.EDU on 390 Portcc

Re: Resetting z/VM admin password

2009-03-19 Thread Eddie Chen
Let's assume the user direct is on maint 191. Define the operator I'd as linknopas on the option statement. If someone change the maint password. Then link maint 191 and edited the file. You then link maint 123 full pack minidisk. And update the directory. - Original Message - From: Ch

Re: automatic email?

2009-02-24 Thread Eddie Chen
Adam, I am writing FTP and SSH-FTP in PERL to send data out automatic as well... I'm interested of take a look at your script... Thanks Adam Thornton To Sent by: Linux LINUX-390@VM

Re: Porting Cobol to Linux/390

2009-01-11 Thread Eddie Chen
When you run MicroFoc COBOL on zlinux was there a compare vs z/os Performance ??? - Original Message - From: John Summerfield [deb...@herakles.homelinux.org] Sent: 01/12/2009 02:10 AM ZE9 To: LINUX-390@VM.MARIST.EDU Subject: Re: Porting Cobol to Linux/390 David Boyes wrote: On 1/9/0

Re: Porting Cobol to Linux/390

2009-01-09 Thread Eddie Chen
Is you COBOL programs runs in z/OS and in batch... How are you going to replace JCLs, Scheduler you will need to replace JCLs with shell script. the DD names becomes environmental variables Do you have GDG dataset?

Re: Porting COBOL to Linux/390

2009-01-09 Thread Eddie Chen
Mike, Linux on s/390 is ASCII and when you FTP the data from z/OS you have to deal with Binary/pack/text data. Linux is byte filesystem, a record is determined by "lf".. so a 80 byte data will have 81bytes. If you FTP the data it will have 82(crlf). MicroFocus COBOL will handle da

Re: SFTP Authentication Question

2008-12-24 Thread Eddie Chen
Mary, Another way of do this is to install PERL SFTP or SSH-Expect. SFTP for PERL is more involve where Expect is less involve. you can get those PERL PACKAGES from CPAN- assume you can install this on z/OS USS. Just google "cpan ssh expect" or "sftp" and you will see what

Virtual TAPE support on z/LINUX

2008-12-14 Thread Eddie Chen
We are currently to decommission of our z/OS system and keep the z/VM(CMS). However we have data on the SUN STK SILO and Virtual tape system. The question I have is mostly z/OS and SUN's virtualTape. I know SUN has no support under z/VM. However can I bring up z/LINUX and attach both SIL

Re: Cannot IPL zVM

2008-11-13 Thread Eddie Chen
This happend in the past... your ruuning LPAR,verfify if the device is vary off, the path is off on the Hw console Alan Altmark <[EMAIL PROTECTED] ibm.com> To Sent by: Linux

Re: DIRMAINT necessary with RACFVM?

2008-10-13 Thread Eddie Chen
Personally, I think you should and it not a big deal of having userids defined on both database When I used to support VM, I have more VM userids then LIUNX guests. Later on you need to manage many minidisks... you may need DATAMOVE James Tison <[EMAIL PRO

Re: SFTP for JAVA

2008-10-11 Thread Eddie Chen
Analyst John Deere - z/OS Support Services em: [EMAIL PROTECTED] __ -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eddie Chen Sent: Friday, October 10, 2008 11:24 AM To: LINUX-390@VM.MARIST.EDU Subject: SFTP for JAVA Doe

SFTP for JAVA

2008-10-10 Thread Eddie Chen
Does any one knows where I can get a Free OPEN SFTP for JAVA. Visit our website at http://www.nyse.com Note: The information contained in this message and any attachment to it is privileged, confidential and protected from disclosure. I

Re: SFTP running batch - using no password.

2008-10-10 Thread Eddie Chen
IST.EDU> >>> On 10/9/2008 at 8:08 PM, in message <48EE9CF5.2BB : 109 : 19601>, Mark Post wrote: > >>> On 10/9/2008 at 6:22 PM, in message > <[EMAIL PROTECTED]>, Eddie Chen > <[EMAIL PROTECTED]> wrote: >> On the client(use

Re: SFTP running batch - using no password.

2008-10-09 Thread Eddie Chen
ST.EDU> >>> On 10/9/2008 at 5:41 PM, in message <[EMAIL PROTECTED]>, Eddie Chen <[EMAIL PROTECTED]> wrote: > I am trying to setup a sftp job that runs in batch mode... The problem I > am having is that I am getting > "Permission denied (publickey,gssapi-w

SFTP running batch - using no password.

2008-10-09 Thread Eddie Chen
I am trying to setup a sftp job that runs in batch mode... The problem I am having is that I am getting "Permission denied (publickey,gssapi-with-mic,password)." , any ideals? [EMAIL PROTECTED]:~> sftp -v -o "batchmode yes" -b sftp.commands [EMAIL PROTECTED] OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oc

Re: Problem with sendmail (and mailx)

2008-08-01 Thread Eddie Chen
You need to contact the MAIL ADMIN at 10.159.16.4-> what cause the bounce back/reject. "CHAPLIN, JAMES (CTR)" <[EMAIL PROTECTED] To sociates.dhs.gov> LINUX-390@VM.MARIST.EDU

Re: SFTP versus FTP

2008-07-09 Thread Eddie Chen
if it's vsftp, it will strip "crlf" to "lf" ascii_upload=yes/no "Edmund R. MacKenty" <[EMAIL PROTECTED] To etsoftware.com> LINUX-390@VM.MARIST.EDU Sent by: Linux

Re: SFTP versus FTP

2008-07-09 Thread Eddie Chen
Is your LINUX server using vsftp? "Edmund R. MacKenty" <[EMAIL PROTECTED] To etsoftware.com> LINUX-390@VM.MARIST.EDU Sent by: Linux c

Re: z/VM 5.1 to 5.3 upgrade ( a little handholding requested)

2008-05-14 Thread Eddie Chen
Peter, Yes you are on the right track. In the old days when I install z/VM for IFL and two others VM systems(total of 3) that are mostly APL2 environments I would first install as it is from the install tape and create three other system RES volumes. I would then apply addition

Re: ftp to zOS ignores LF

2008-05-09 Thread Eddie Chen
Since Linux is the server, It does... Beacuse it will append a "\r" if it's "ascii" I went into the code few years ago. there was an issue of \r\n in the past. John Summerfield <[EMAIL PROTECTED] To

Re: ftp to zOS ignores LF

2008-05-06 Thread Eddie Chen
Bernard, Normaly MF will strip off "CRLF" and "LF" if you do a stright FTP To dump the file in HEX, On you UNIX/LINUX system, do "od -vax name_of_ftpfile | less " Bernard Wu <[EMAIL PROTECTED] COM>

Re: Resize fs while mounted?

2008-05-06 Thread Eddie Chen
You shold look into creating LVM for all your filesystems.. except the boot. . Lee Stewart To Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU <[EMAIL PROTECTE

Re: recover root password

2008-04-14 Thread Eddie Chen
The quickest way is bring down the server that you lost you password using "bootable media" procedure as if you are running on an local box. The difference is that your going to use another linux guest to do the recovery for you. "detach " the minidisk where "/" is resided on "#

Re: zLinux under zVM performance

2008-02-01 Thread Eddie Chen
As of now, you can issue the INDICATE LOAD or QUEUE from another CMS userid to see if your LIUNX useid is in "E3" eligibility list periodically. I am assuming there is only few clients accessing this NFS server. You can issue the "time dd if=/dev/zero of=.. " on the l

Re: problem with ftp and cron

2007-12-10 Thread Eddie Chen
Try this.. create a script #!/bin/ksh ftp -n -v -i xxx.xxx.xxx.xxx < To Sent by: Linux LINUX-390@VM.MARIST.EDU on 390 Portcc <[EMAIL PROT

Re: Dynamic I/O

2007-07-19 Thread Eddie Chen
SC24-6100-01 Brad Hinson <[EMAIL PROTECTED] om>To Sent by: Linux LINUX-390@VM.MARIST.EDU on 390 Portcc

Re: FW: zLinux and MySql

2007-07-05 Thread Eddie Chen
Few years ago we have some MySql database running. I was told to create 4 40G (LVM) servers. I don't know the size of the database. The only thing I was told was to create /usr, /opt. /tmp...onto LVM and MySql is installed. The servers will be ADMIN by other groupsno problem reported on per

Re: Backup and Restore Strategies For Z/Linux

2007-06-29 Thread Eddie Chen
oven backup tools. Sounds simple on paper at least. Ray Mrohs U.S. Department of Justice 202-307-6896 > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Eddie Chen > Sent: Friday, June 29, 2007 2:29 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re:

Re: Backup and Restore Strategies For Z/Linux

2007-06-29 Thread Eddie Chen
I think there is two or more issues, backing up the data using DDR type backup only gives you full backup. therefore you need to install/get software package to do you back. The problems are: - Many linux server where password changes, many other thing get installed on that servers. -

Re: FTP server doing compression

2007-06-14 Thread Eddie Chen
Please respond to Linux on 390 Port <[EMAIL PROTECTED] IST.EDU> Eddie Chen wrote: > I like to know what are the disadvantages/advantages of having ftp > server doing the compress during the download and uncompress from the > upload.

FTP server doing compression

2007-06-13 Thread Eddie Chen
I like to know what are the disadvantages/advantages of having ftp server doing the compress during the download and uncompress from the upload. Currently the tar command issue the fork() to gzip. Visit our website at http://www.nyse.com *

Re: FTP on the mainframe

2007-05-02 Thread Eddie Chen
he mainframe 05/01/2007 05:09 PM Please respond to Linux on 390 Port <[EMAIL PROTECTED] IST.EDU> On Tuesday, 05/01/2007 at 02:54 AST, Eddie Chen <[EMAIL PROTECTED]> wrote: > Few months ago, our netwo

Re: FTP on the mainframe

2007-05-01 Thread Eddie Chen
IST.EDU> On Monday, 04/30/2007 at 04:30 AST, Eddie Chen <[EMAIL PROTECTED]> wrote: > I have question on the "type e" command. > if the client(z/VM) issue the "type E", does the FTP client on the > z/VM perform the EBCDIC to EBCDIC translate and ap

FTP on the mainframe

2007-04-30 Thread Eddie Chen
I have question on the "type e" command. if the client(z/VM) issue the "type E", does the FTP client on the z/VM perform the EBCDIC to EBCDIC translate and append '\n" or just append the '\n' at end of record. Visit our website at http://www.nyse.com **

Translate EBCDIC to ASCII in FTP

2007-02-21 Thread Eddie Chen
Currently, The mainframe does the translation of the data. Is there benefit of having an options to allow other FTP server to do the translation as well? Visit our website at http://www.nyse.com Note: The information contained in this mes

Re: CRLF... strip the CR

2007-02-14 Thread Eddie Chen
- I have a file on the linux(client) that has the "\r \n" - FTP to the server with "ascii" and then issue the put - When the file get to the server, I see "\r \r \n". I just download the vsftp source and it's translating"\r \n"to "\r \r \n" in the ascii.c. I am totally los

Re: CRLF... strip the CR

2007-02-13 Thread Eddie Chen
ion "The Data Integration Company" (TM) Austin, Texas 78621 Main: 512.795-6900 | www.informatica.com - It's here... PowerCenter For Z/OS It's here... PowerCenter For z/Linux -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf

CRLF... strip the CR

2007-02-13 Thread Eddie Chen
I am have a problem of FTP a file from UNIX system that has CRLF to LINUX. Under MS-DOS when I FTP a file that has CRLF VSFTP strip the CR and leave the LF. However when I FTP like platform it keeps the CRLF. Is there a way in FTP on the server side to strip the CR? Thanks Visit our webs

Re: "Close-wait"

2006-11-16 Thread Eddie Chen
This problem occure when we have the load blance to to see if the C:D is up by probing the port , this is corrected. Now it seems we have user write API to to talk to C:D and it causing the problem. Do you guys feels reducing the default 18 for the TCP-TIME-WAIT BUCKETS POOL SIZE wil

Re: "Close-wait"

2006-11-15 Thread Eddie Chen
ate for a long period of time it means there is a bug in the parent process. -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Eddie Chen Sent: Wednesday, November 15, 2006 12:06 PM To: LINUX-390@VM.MARIST.EDU Subject: "Close-wait" I am currently

"Close-wait"

2006-11-15 Thread Eddie Chen
I am currently run NDM or Connect Direct on Linux. The problem is when it;'s in the "close-wait" state, we can;t not kill the process and it seems to be in the zombie state. The solution is re-boot. I am think of using one of the User Exit, which is written in C and force a

NFS z/OS to z/Linux

2006-09-29 Thread Eddie Chen
there is a command on z/VM "openvm pathdef create"... Does anyone knows what is the z/OS for USS? Thanks - This message and its attachments may contain privileged and confidential information. If you are not the intended recipi

Re: CONNECT using SYSLOG-NG

2006-08-31 Thread Eddie Chen
I am sorry for mislead , The product in NDM Direct:connect... I am look to see if any one has that product instlled on LINUX, And if they are using the syslog-ng to monitor files ... John Summerfield <[EMAIL PROTECTED] homelinux.org>

NDM:CONNECT using SYSLOG-NG

2006-08-30 Thread Eddie Chen
Currently, on the z/OS the NDM and FTP has an userexit after the file is created. I have two problems on the LINUX, the VSFTPD and NDM does not have an userexit... and the file is create at the OPEN - is still being write to. The solution for the VSFTPD was filter the "UPLOAD" a

Re: VSFTP Exit

2006-08-24 Thread Eddie Chen
Please respond to Linux on 390 Port <[EMAIL PROTECTED] ist.edu> > -Original Message- > From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On > Behalf Of Eddie Chen > Sent: Thursday, August 24, 2006 2:39 PM > To: LINUX-390@VM.MARIST.E

Re: VSFTP Exit

2006-08-24 Thread Eddie Chen
n put one in if you like. I suspect you'll wind up with a much less secure server if you have an exit though. What sort of functionality do you think you need in an exit? Mark Post -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eddie Chen Sent: Thu

VSFTP Exit

2006-08-24 Thread Eddie Chen
Is there are FTP exit on VSFTP... in VM we have FTP exit??? - This message and its attachments may contain privileged and confidential information. If you are not the intended recipient(s), you are prohibited from printing, forwarding, saving or copying t

openvm mount to an nfs server

2006-08-16 Thread Eddie Chen
I am able to mount some of my linux partitions ... however some partartions when i do "ls -l /data " I get total 0 Help. - This message and its attachments may contain privileged and confidential information. If you are not the intended recipi

Re: NFS mount from z/OS

2006-08-14 Thread Eddie Chen
The application does Key index read and sequential write . From my reading, it only support BSAM, not BDAM... I hope I did not read it worng. David Boyes <[EMAIL PROTECTED] e.net> To

Re: NFS mount from z/OS

2006-08-14 Thread Eddie Chen
What I did was replaace all READ , OPEN WRITE CLOSE with ASSWMBLE CALL... In the PL/I the OPEN becomes BPXOPEN(FD,lenth,PATH_NAME,LRECL) return FD and READ becomes BPXREAD(FD,length,PATHNAME,record_number,Number_of_records,lrecl) . David Boyes <[EMAIL PROT

Re: NFS mount from z/OS

2006-08-13 Thread Eddie Chen
nt from z/OS Please respond to Linux on 390 Port <[EMAIL PROTECTED] ist.edu> Yes. Works fine. What problems are you seeing? -Original Message- From: "Eddie Chen" <[EMAIL PROTECTED]> To: "LINUX-390@VM.MARIST.E

NFS mount from z/OS

2006-08-13 Thread Eddie Chen
Have any one try to mount a linux filesystem from z/OS. Any infor helps... Thanks - This message and its attachments may contain privileged and confidential information. If you are not the intended recipient(s), you are prohibited from printing, forwa

Re: Bad Linux backups

2006-07-24 Thread Eddie Chen
I have this problem in the old days when using FDR backup VM DASDs when Cylinder zero is not formatted... Most likely the problem is in FDR I use VMBACKUP to backup all LINUX volumes. "Stahr, Lea" <[EMAIL PROTECTED] ternational.com>

Re: [OT] I WANT A PONY

2006-07-07 Thread Eddie Chen
Adam, It look liike a horse...Very nice. Adam Thornton <[EMAIL PROTECTED] mine.net> To Sent by: Linux on LINUX-390@vm.marist.edu 390 Port

Re: FLEX-ES

2006-04-06 Thread Eddie Chen
Thanks for the reply, This morning I sent an email to Fundamental Software on this issue. I also went thru the Technical Overview at T3 Technologies and it only goes up to 3490's tape drive. I have another question, If I am using the STK SILO and the database is on an REAL 3390 DASD, sha

FLEX-ES

2006-04-05 Thread Eddie Chen
Is possible to connect 3590 tape drives to a FLEX-ES system ? If so, can it also be attached to STK 9840 tape draives as well? Thanks for any help! - This message and its attachments may contain privileged and confidential informa

  1   2   3   >