cancel
Showing results for 
Search instead for 
Did you mean: 

no start profiles found

Former Member
0 Kudos

Hi,

I'm getting this error while starting instance on application server.On application server we have 2 instances but getting this error only while starting 1 instance.

usage: grep [-E|-F] [-c|-l|-q] [-bhinsvwx] [-e pattern_list...]
        -f pattern_file... [file...]
usage: grep [-E|-F] [-c|-l|-q] [-bhinsvwx] pattern [file...]
 Warning: Could not found virtuell host in ifconfig list
no start profiles found

Regards,

Sam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check your /etc/hosts file for correct host entry of your sap servers.

Also could you provide startup log of the instance... (startsap_<instancename>.log)

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

Here are the startsap_D01.log

  1. more startsap_D01.log

Trace of system startup/check of SAP System P3P on Fri Apr 16 08:09:15 IST 2010

Called command: /usr/sap/P3P/SYS/exe/run/startsap

Starting SAP Instance D01

-


System is already running. Process Id = 29073

(18469) Exiting with Return-Code 1. (Already running)

Instance already running

(29073) **** 2010/05/12 08:02:18 Caught Signal to Stop all Programs. ****

(29073) Parent Shutdown at 2010/05/12 08:02:20

(29073) Stop Child Process: 29090

(29073) Wait 300 sec for Process 29090 terminating...

(29073) Stop Child Process: 29089

(29073) Wait 300 sec for Process 29089 terminating...

Execute Post-Shutdown Commands

-


(29073) Exiting with Return-Code 0. (Ok)

checked the /etc/hosts,its same as CI+DB host

Regards,

Sam

Former Member
0 Kudos

Hi,

System is already running. Process Id = 29073

(18469) Exiting with Return-Code 1. (Already running)

Instance already running

The logs showing instance was already up

Try to stop and start it again...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Thx Rajesh for prompt responce..

I tried to stop but got the same error

sapp3p02:p3padm 35> stopsap r3 d01
 Warning: Could not found virtuell host in ifconfig list
no start profiles found

Regards,

Sam

Former Member
0 Kudos

Hi,

sapp3p02:p3padm 35> stopsap r3 d01

Can you try to start and stop with below commands:

# stopsap r3 D01 <hostname>
For example: # stopsap r3 D01 sapp3p02

and 

# startsap r3 D01 <hostname>
For example: # startsap r3 D01 sapp3p02

Make sure that host entry for sapp3p02 is added in your /etc/hosts file.

please post the output of startsap.log after above commands.

Just for my knowledge, is this clustered system ?

In above command you should use same "hostname" which you have provided during installation of Dialog Instance...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

Yes,cluster is implemented.

sapp3p02:p3padm 23> startsap r3 d01 sapp3p02
usage: grep [-E|-F] [-c|-l|-q] [-bhinsvwx] pattern [file...]
 Warning: Could not found virtuell host in ifconfig list
Wrong argument(s)
Usage: startsap [db|r3|j2ee|ccms|all|check] [<instance>] [<virtual hostname>]
       Specify instance if you have installed multiple
       instances of the same system on one host.

sapp3p02:p3padm 25> stopsap r3 d01 sapp3p02
 Warning: Could not found virtuell host in ifconfig list
Wrong argument(s)
Usage: stopsap [r3|j2ee|all|check|ccms] [<instance>] [<virtual hostname>]
       Specify instance if you have installed multiple
       instances of the same system on one host.
       Example: stopsap r3 DVEBMGS00 [cic11]

still the same error.

startsap logs are not updating.They are the same as posted above.

/etc/hosts have the entry.

Regards,

Sam

Edited by: sam on May 12, 2010 10:39 AM

Edited by: sam on May 12, 2010 10:42 AM

Former Member
0 Kudos

Hi,

Have you changed anything in your profiles recently? E.G SAPGLOBALHOST ?

Mark

Former Member
0 Kudos

Hi,

I didn't change anything...

It was working till moring before tried to stop.

Regards,

Sam

Former Member
0 Kudos

Hi,

Can you post the /etc/hosts file contents from both working and non-working system ?

(from Message server and DI system)

For your information "Virtual hostname" is the hostname which is assigned to the cluster package. So also check all required mount points are actually mounted on DI host.

1. Check the value of SAPLOCALHOST = <VIRTUAL_HOSTNAME> in <SID>_D01_<VIRTUAL_HOSTNAME> profile.

2. Check if the same VIRTUAL_HOSTNAME entry present in /etc/hosts on DI system.

Is there any changes made in Network Configuration of DI system ? I mean IP address or something...

Also check the communication between DI system and Message Server (SAP) system.

I suspect, there may be some network configuration related issue...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

Its solved...

the instance's work,data,log directories were pointing to other host.

Thanks Rajesh,Mark

Regards,

Sam