Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Helmsley

    Creating a new service in linux enterprise

    oh yes, my mistake. its a bash script. but is there anything wrong with my script at all?
  2. Helmsley

    Creating a new service in linux enterprise

    Hi, I've developed a java application which i would like to enable as a linux service. so when i execute the command "service <my_application> start", it will be started as a service. I understand that I have to have a perl script in /etc/rc.d/init.d to do that, which I have already written...
  3. Helmsley

    setting virtual ips on a single network card

    sorry, if u have read my query, i am not asking abt ip-aliasing now.
  4. Helmsley

    setting virtual ips on a single network card

    hi all, thanks for the advice. eric, what i am trying to accomplish is to enable my machine to talk to clients from 2 different networks, hence the need for the eth0 and eth1 to be of different subnets. eth0 needs to connect to network 1 of subnet 10.10.10 and eth1 to subnet 130.20.10. my...
  5. Helmsley

    setting virtual ips on a single network card

    hi, i understand. What i am asking is that shd the netmask, broadcast and gateway settings of eth1 (ip: 130.20.10.6) be the same as that of eth0 (10.10.10.35)? This is because i can ping eth0 and not eth1. Thanks
  6. Helmsley

    setting virtual ips on a single network card

    Hi, i've kinda solved the virtual ip issues. That means i can now configure eth0 to be an ip like 10.10.10.35 and my virtual ip of a different subnet 10.20.30.40 on eth0:1. However, I have another problem now. I need to configure my eth1 to be of a different subnet as eth0. That means since my...
  7. Helmsley

    setting virtual ips on a single network card

    Hi, I've tried his suggestion, but it still cannot ping my virtual ip. however, i can ping my virtual ip from the server itself. i just cannot ping it from my other pcs connecting to the server.
  8. Helmsley

    setting virtual ips on a single network card

    Hi, how do enable routing or forwarding then? thanks
  9. Helmsley

    setting virtual ips on a single network card

    Hi, thanks for the response. But i'm still not sure how to resolve the problem. i can create 2 virtual ips of the same subnet (for eg, 10.10.10.20 and 10.10.10.21) and the server is pingable, but i can't create 2 ips like 10.20.30.40 and 10.30.40.50, which is of different subnets. I'm supposed...
  10. Helmsley

    setting virtual ips on a single network card

    i tried setting it, but it does not seem to work, as in i cannot ping the virtual ips that are of a different subnet as the actual ip of the server. I looked into the ifcfg-eth0 file in /etc/sysconfig/network-scripts and created another file called ifcfg-eth0:0 with almost the same content...
  11. Helmsley

    setting virtual ips on a single network card

    Hi, I have a question regarding virtual ips. I'm running Linux enterprise version and I need to set up 2 different virtual ips on my server, which has a ethernet card with 4 ports (eth0-eth3). To make it clearer, my server has an ip address of 10.10.10.15. The 2 virtual ips that i need has to...
  12. Helmsley

    idebug problem

    Hi, i am currently using idebug on AIX 5.3 and when i am debugging some program, i found that the program cannot be loaded when i run idebug. The program is forever loading and it never completes. Any idea what is causing the problem? there are no error messages to indicate anything. Thanks.
  13. Helmsley

    offset in the .loader section header too large

    Hi, wonder whether anyone of u guys have encountered this problem before when running a software application? exec() : 0509-036 Cannot load program <my_program_name> because of the following errors : 0509-120 An offset in the .loader section header is too large 0509-193...
  14. Helmsley

    &quot;Other&quot; column in AIX tprof

    Hi, i am running tprof on my program on AIX 5.2. The tprof file that is generated has a last column named "Other". What does that column signify? Usually for all processes, thatcolumn will have values of 0 in it. But recently, there are non-zero values in that column. Does that indicate that...
  15. Helmsley

    Illegal instruction when executing gprof

    Hi, i am currently using AIX 5.2 and wanted to profile a C++ program using gprof tool. I compiled and link the program with the appropriate flags, but when i execute the tprof command on the gmon file, it returns a "illegal instruction" error and no prof file is produced. Any idea what can be...
  16. Helmsley

    tprof cannot profile shared libraries?

    Hi, when I run tprof,the profile report generated under shared libraries profiling section state there is an uniknown binary error. I've already enabled shared library profiling using the "-s" flag and the shared libraries in question are world-readable. What can be the problem i have...
  17. Helmsley

    Defining arguments in subroutines

    hi! thanks for the reply. Do you mean that now my subroutine will be defined as such --------------------------------------------- SUBROUTINE PACKING(element,DAY,message,length) ---------------------------------------------- If DAY and element are of the same type (like INTEGER*2), do I still...
  18. Helmsley

    Defining arguments in subroutines

    I am doing a software change for an existing module and am facing problems with defining arguments for a subroutine. To make my problem clearer, this is a sample of the original code -------------------------------------------- Subroutine Packing(element,message, length) Integer*2 element(*)...

Part and Inventory Search

Back
Top