![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I Install the Gani Network Driver Using the Application that Came on the CD? | Bradj47 | SUN Solaris | 8 | 08-20-2009 03:12 AM |
| Install application on UNIX cluster | satish_000 | HP-UX | 4 | 10-10-2008 10:25 PM |
| Mac OS X 10.4: Optional Installs may install previous versions of certain application | iBot | OS X Support RSS | 0 | 09-27-2008 07:12 AM |
| sudo: application install question | forbin24 | UNIX for Dummies Questions & Answers | 2 | 08-09-2004 03:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
UNIX Application install
Hi,
I am currently installing an application (tar ball) on a server that involves ftp from my computer to the server directory (unix). Once it is deployed, I am now responsible to getting it to run. Using putty, i telnet/ssh to the remote node and type in the following command: vi .kshrc. I then add the necessary block of text indicating path and home directory for application eg: # Module Name export MODULEName_HOME=${server_HOME}/type/moduleName/current PATH=$PATH:$MODULEName_HOME/bin once this is done i logout the current session and log back in through putty. I then need to update the softlinks to the correct application version and do so by: 1. cd $MODULEname/.. 2. rm -rf current (delete the file, if it is present) 3. ln -s W_X_Y_Z current (e.g. ln -s 2_0_0 current) And finally i type in: moduleNamectl start After all this is completed. I still end up with an error message within the ctl log stating: Error occurred during initialization of VM Could not reserve enough space for object heapIf anyone has any opinion on how to fix this problem or perchance an error in my method. Let me know, Any help is great. Thanks |
|
||||
|
UNIX Application Install
This sounds like you're installing a java app, and when you start it java is trying to grab more memory than what your system has available. Check the startup script for the java command, and one of the arguments is probably the memory size. Try changing that, but beware that it may affect the app's performance.
|
|
||||
|
It is a SunOS 5.10 Generic
---------- Post updated at 06:37 PM ---------- Previous update was at 04:47 PM ---------- So i did as you said and brought down the memory heap level on the machine, and it is still giving me the same error? |
|
||||
|
"And finally i type in: moduleNamectl start" Look at the file 'moduleNamectl'. When you pass the argument 'start' to it, it most likely either runs java with a bunch of options, or calls another script that runs java. You want to find the arguments that are being passed to the java command. I don't remember the exact argument for setting the memory size, but you can probably just google that.
|
![]() |
| Bookmarks |
| Tags |
| application, error, installation, unix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|