This is a rather obnoxious and obscure problem I'm having. I've got an HP-UX machine running our license server (an obnoxious, tempermental piece of proprietary software). For some reason this license server only runs if in the start-up script I put this line:
ulimit -H -n 2048 before starting the server. The problem I'm having now is I'm using a license server management tool that generates start-up scripts (as well as doing a bunch of other stuff that supposedly makes my life simpler) for me. These scripts do not have the ulimit line in them. I can go and edit the scripts by hand after it generates them, but that is a pain. I'm trying to instead put the ulimit line in either the .profile or .kshrc of the user that I run the servers under, but it doesn't seem to be working. This server management tool ssh-es to the HP-UX machine and runs the startup script. Does anyone have any idea how I can make this work without editing the start-up scripts by hand? Thanks, Bryan ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
