UNIX commands fr SAP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers UNIX commands fr SAP
# 1  
Old 03-19-2009
UNIX commands fr SAP

Hi
Has anyone worked in SAP/Netweaver.
Im looking for some basic unix commands for SUN servers.
Unix commands like check if the java server is running or not..etc
please help thanks -m77
# 2  
Old 05-14-2009
The best way I know to monitor the java server from the unix level is to monitor the jlaunch process threads.

ps -ef | grep jlaunch

You should see three jlaunch processes when your java server is running. if you only see one or two, then the UME store has rejected your logon and stopped. The Java server will attempt to connect three times and then shut down the server functions if unsuccessful. If you have all three processes running, then the server is running, but you may still not be able to access the system until all the applications are finished loading. I do not know how to monitor that from the os level except by tailing the startup logs one by one as things start up.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Commands

how to display list of files in current directory? (2 Replies)
Discussion started by: liyakathali
2 Replies

2. UNIX for Dummies Questions & Answers

Spool setting in unix environment for SAP

Hi All, Please help me regarding this. we have our SAP system with unix environment. Spool setting in unix ,we are not able to cancel any unix spool from SIDADM because the spool user is nor SIDADM. for example :- Any idea how to make the spool from OS level as SIDADM, Please suggest.... (3 Replies)
Discussion started by: dravi_laxmi
3 Replies

3. UNIX for Advanced & Expert Users

quick remote health check SAP systems from UNIX commandline

Hi folks Howto do quick remote health check for SAP systems on UNIX commandline? To see if a SAP system is down or in maintenace mode (no login). I am searching something like "tnsping"/Oracle for SAP systems. (2 Replies)
Discussion started by: slashdotweenie
2 Replies

4. Shell Programming and Scripting

Can't execute unix script from SAP BO DI

Dear all, I am very new to UNIX but and need some help in order to make BO DI Job Server execute a .sh script. My unix script has set permissions as under: -rwxrwxrwx. What I m trying to do is move a .txt file from one directory to another on UNIX server. I have full access to Feed... (7 Replies)
Discussion started by: sapbibodi
7 Replies

5. UNIX for Dummies Questions & Answers

need aix commands specific for sap

hi i am in sap basis . any body have aix command list which are required for a basis admin to check, during critical situations thanks akhil (1 Reply)
Discussion started by: p372707
1 Replies

6. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

7. Programming

Need help on Unix commands.

I'd like to know which command in Unix and how to use it to print out those words of same length in an input text file ? (1 Reply)
Discussion started by: adngu3
1 Replies

8. UNIX for Dummies Questions & Answers

Maingrame to UNIX sending UNIX commands

I want to know if there is a way to send unix commands thru FTP from a mainframe to kick off Autosys Jobs. I just need to send a command from the mainframe to UNIX and have UNIX execute that command. (2 Replies)
Discussion started by: skammer
2 Replies
Login or Register to Ask a Question