Sponsored Content
Full Discussion: How to run C#.NET in AIX
Top Forums Programming How to run C#.NET in AIX Post 302395824 by michmsk on Wednesday 17th of February 2010 05:12:40 AM
Old 02-17-2010
How to run C#.NET in AIX

Hi Guys

Am new in UNIX environment I was asked by my boss to write a program that transfer files from the AIX server to the Wintel Server. I have written the program in C# windows which does almost the same thing. So how to run the C# program in UNIX?
 

10 More Discussions You Might Find Interesting

1. AIX

does AIX run on x86 or x64?

wondering if there are any opportunities to learning AIX on regular hardware :) thanks, manny (11 Replies)
Discussion started by: mr_manny
11 Replies

2. Shell Programming and Scripting

Net::SFTP problem AIX

I am having an issue while trying to run the Net::SFTP module. I have been able to install this on several machines before but have never had this problem. When I am running a simple script to test the sftp it dies but does not trigger the print statement for my error. The last line is in red. ... (0 Replies)
Discussion started by: kofs79
0 Replies

3. UNIX for Advanced & Expert Users

Running C#.NET program in AIX?

Hi Guys Am new in UNIX environment I was asked by my boss to write a program that transfer files from the AIX server to the Wintel Server. I have written the program in C# windows which does almost the same thing. So how to run the C# program in UNIX? (1 Reply)
Discussion started by: michmsk
1 Replies

4. Windows & DOS: Issues & Discussions

Controlling AIX processes remotely using a NET app on a Windows server?

I have a .NET application that remotely starts, stops, and gets status of Windows services and scheduled tasks. I would like to add the capability of starting, stopping, and getting status of remote AIX applications also. Based on some preliminary research, one option may be to use 3rd party .NET... (0 Replies)
Discussion started by: auser1
0 Replies

5. UNIX for Dummies Questions & Answers

Run C# .NET Application in Unix

I have an application I wrote that is designed to run on a windows system but now starting to think I would rather be using Unix. Would the application have to be 100% rewritten to work on unix, or is there something I could install that would allow me to run my .NET application inside unix? (2 Replies)
Discussion started by: redbrad0
2 Replies

6. UNIX for Dummies Questions & Answers

Unable to run Sed in AIX

Hi All, I've wrote a script to truncate newline characters in a text file. Could you please help me in figuring out the issue :confused: for file in $Filelist; do echo $file; FileName=`basename $file`; sed 's/^M//g' $file> "${file}"2; mv "${file}"2 "${file}"; sed '1d' "${file}"... (5 Replies)
Discussion started by: udayakumar
5 Replies

7. AIX

Cannot run gdb on AIX 6.1

Hello, I am experiencing a problem trying to use the GNU gdb debugger on my AIX 6.1 system, as follows: $ gdb exec(): 0509-036 Cannot load program powerpc64-ibm-aix6.1.2.0-gdb because of the following errors: 0509-130 Symbol resolution failed for powerpc64-ibm-aix6.1.2.0-gdb... (1 Reply)
Discussion started by: Clovis_Sangrail
1 Replies

8. AIX

Run ps aux continuously in AIX

Requirement is to monitor cpu usage /process for a user given time and record the output. topas,topasout,topasrec,tprof not seems to be working for me. so what i am looking for is to run below command continously till the time limit given by the user who runs the script.since below command is a one... (6 Replies)
Discussion started by: NarayanaPrakash
6 Replies

9. AIX

AIX with 2 Net Interfaces lose connectivity

hi guys We have a AIX Server with TSM installed. This server has en0 for administration purposes and we have en1 for backup stuff. en0 subnet 10.10.10.x en1 subnet 10.10.20.x The issue we are having is all of a sudden the LPARs we are backing up lose connectivity to the AIX-TSM Server.... (23 Replies)
Discussion started by: karlochacon
23 Replies

10. AIX

Production Issue in AIX Oracle RAC [errpt output : DUPLICATE IP ADDRESS DETECTED IN THE NET]

1)We have 2 node cluster RAC on AIX: ->test1 ->test3 2) After rebooting server both the node sequentailly, we are getting below error from errpt command : # errpt |more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION FE2DEE00 0901223914 P S SYSXAIXIF DUPLICATE IP ADDRESS... (2 Replies)
Discussion started by: manjusharma128
2 Replies
COMPILE_LINK(1p)					User Contributed Perl Documentation					  COMPILE_LINK(1p)

NAME
compile_link -- compile and copy Interchange link CGI VERSION
1.0 SYNOPSIS
compile_link [-p NNNN] [-s sfile] [-h host] [-w N] \ [--perl] [-nf] [-o outputfile] [-b dir] [-s dir] DESCRIPTION
The "compile_link" program configures (including compilation if necessary) a link CGI for talking to the Interchange server daemon. If the --perl option is given, it will not compile but instead use the tlink.pl program, setting its variables as needed. Designed to be used in conjunction with Interchange's makecat. OPTIONS
-b dir, --build=dir Sets the directory where the build files will be made. Default is "src" in the Interchange software directory. -h hostname, --host=hostname Sets the host address or host name that should be compiled into the TCP-based link program. This sets the default, which still can be overridden by "MINIVEND_HOST" in the environment of the executing process. -p NNNN, --port=NNNN Sets the port number that should be compiled into the TCP-based link program. This sets the default, which still can be overridden by "MINIVEND_PORT" in the environment of the executing process. The port must be higher than 1024. -s sfile, --socket=sfile The name of the UNIX-domain socket file which should be compiled into the UNIX-domain link program. This sets the default, which still can be overridden by "MINIVEND_SOCKET" in the environment of the executing process. --source=dir Sets the directory containing the source files. Default is "src" in the Interchange software directory. -w N, --timeout=N The number of seconds the link program should wait for a connection before sending its timeout page. SEE ALSO
makecat(1), http://www.icdevgroup.org/ AUTHOR
Mike Heins perl v5.14.2 2012-01-23 COMPILE_LINK(1p)
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy