Hostname and Instance Number

Hello,
I have installed SAP hana studio and client on my personal computer.
How can i find the hostname and instance number when adding a system in Hana studio?
Thank you.

You must have access to some Hana installation, in a cloud or elsewhere. See the CSN Hana home page http://scn.sap.com/docs/DOC-31722 for some examples. If you already have access to Hana, you should know the IP or hostname of the computer where it is running.
-- Micha

Similar Messages

  • The difference of minor number and instance number

    I study how to develop device drivers. I am beginner.
    I'm confusing the differece of minor number and instance number
    what is the exact difference of them???

    Hi,
    I guess a good example would be a disk. Each disk you have would be a different instance. To use a disk it is divided into slices, each of which has a different minor number.
    Your device driver needs to map the minor number to the correct instance of the device. How you do this is completely up to you, so to start you could map them one to one.
    Hope that helps.
    Ralph
    SUN DTS

  • Message Server Port and Instance Number

    Hi All,
    I need to create Technical System and Business System in SLD for my IDOC-XI-FILE Scenario. There i need to specify the Message Server port under Message Server and Instance Number in Central Application Server. Please let me know where i have to found these. Please help as soon as possible.
    Thanks & Regards,
    Nagarjuna.

    Hi Nagarujna,
    Instance Number : - just check the logon pad.. select your Ecc or R/3 system and click on chane item....  Usally it is 00.
    Message server port : it is 3600 + instance no.
    3600 + 00 = 3600
    Sachin

  • What is the difference between SID,HOSTNAME and port number?

    I want to know difference between SID,HOSTNAME and portnumber with purposes. could any one explain me with examples,please?
    Thanks in advance.

    Raghavendra Rao J S V wrote:
    I want to know difference between SID,HOSTNAME and portnumber with purposes. could any one explain me with examples,please?http://bit.ly/PkIJfi
    http://bit.ly/PkIMri
    http://bit.ly/PkINvD
    Thanks,
    Hussein

  • How to get server hostname and port from web form

    Hi All,
    I need to find out server hostname and port number
    from 9i form.
    That is if the form was called via:
    http://myserver.com:1234/f90servlet?form=test,
    i would like to call some
    GET_XXX_PROPERTY(SERVER_HOSTNAME) that would return
    myserver.com
    and
    GET_XXX_PROPERTY(SERVER_PORT) that would return
    1234
    or alternatively
    GET_XXX_PROPERTY(SERVER_URL) that would return
    complete URL, so that i can parse it myself.
    Does anything like this exist? If not,would be
    possible to get that information from any Java
    function via java importer?
    BR,
    Robert
    BR,
    Robert

    Robert,
    I'd add the code as a Java Bean in Forms and get this information from the Forms request URL.
    Add the following bean to a Canvas and make it a size of 1x1 pixel so taht it appears hidden
    import java.applet.Applet;
    import java.net.URL;
    import oracle.forms.handler.IHandler;
    import oracle.forms.properties.ID;
    import oracle.forms.ui.VBean;
    public class FrmRequestInfo extends VBean
    public static final ID pGetPort = ID.registerProperty("GET_PORT");
    public static final ID pGetHost = ID.registerProperty("GET_HOST");
    public static final ID pGetProtocol = ID.registerProperty("GET_PROTOCOL");
    private String _host;
    private String _port;
    private String _protocol;
    private URL FormsURL;
    Applet m_applet;
    /*Forms settings*/
    IHandler m_handler;
    public FrmRequestInfo()
    public final void init (IHandler handler)
    super.init(handler);
    m_handler = handler;
    // get the forms applet handler
    m_applet = m_handler.getApplet();
    // initialize cookie domain to the same domain that runs Forms
    // Services
    FormsURL = m_applet.getDocumentBase();
    _host = FormsURL.getHost();
    _port = new Integer(FormsURL.getPort()).toString();
    _protocol = FormsURL.getProtocol();
    public Object getProperty(ID p0)
    if (p0 == pGetHost)
    return _host;
    else if (p0 == pGetPort)
    return _port;
    else if (p0 == pGetProtocol)
    return _protocol;
    else
    return super.getProperty(p0);
    To get the port number you call
    VarcharVariable_Port := get_custom_property('beanblock.beanname',1,'GET_PORT');
    for the hostname
    VarcharVariable_Host:= get_custom_property('beanblock.beanname',1,'GET_HOST');
    Frank
    Ps.: just wrote the bean on the fly, without testing - but I am positive that it works as similar functionality works for me in other beans.

  • I am totally frustrated by the fact that now i have gone to iCloud and after a few synchs, my contacts are all mixed up with the wrong information.  For instance, my email and phone number comes up under someone else's name (a thousand contacts)

    I am totally frustrated by the fact that now i have gone to iCloud and after a few synchs, my contacts are all mixed up with the wrong information.  For instance, my email and phone number comes up under someone else's name (a thousand contacts).  I dont know how to repair this.  what a nightmare

    An icloud account is designed to be used by just one user.  If you have given your ID or set up your account on someone else's device, then their data will be mingled with your or worse.

  • LOAD BALANCE (CSS) and Portal Port Number based on Instance Number

    Hi,
    My doubt is about LOAD BALANCE (CSS) and Portal Port Number based on Instance Number.
    I have to install 3 servers machines and 2 servers databases cluster. There will be a HIGH AVAILABILITY environment. There will be a MIGRATION and UPGRADE.
    Today there are 2 servers machines in Windows NLB. Today my production Portal is 6 6.20.
    Once, I did something for LABORATORY TEST. Migration (6 6.40) and Upgrade (7.0)in two other machines. But they were with Windows NLB. When I did the installation, for each server machine and during the instalation I had to give one Instance Number for each and in result there was a different Port Number for each.
    But I accessed both machines throught a virtual url(dns) with a specific port number. And it works!
    NOW, with a HARDWARE LOAD BALANCE _ CSS I don't know how to do.
    A guy who works with it  tell us that couldn't redirect one Port Number for different port numbers. He couldn't configure the CSS like this.
    My question is: Is he write? And if he is, there is a  way to give the same instance number for my 3 new Portal servers machines? Example: 5(02)00.
    Could you understand?
    I need help.
    Regards,
    cheers,
    Nivia

    Nivia,
    I have used F5 for load balancing, I am sure you can do the same with CSS. Yes, you can configure a virtual IP on the load balancer with standard ports (80 or 443) and load balancing the traffic to multiple servers with different ports. You can have different ports for each instance.
    -Regards
    RK

  • What instance number and config set number am I supposed to use for ODISRV?

    I'm trying to get one way sync working from ADS to OID using the OID that comes with Collaboration Suite 10.1.2 on Windows. The sync works fine if I run it manually (I forget the command I used for that). I can see user accounts show up in the DIT. The problem is that the sync never happens on a scheduled basis and it looks like it is due to ODISRV not running even after I did what the docs said and attempted to start it. It started with no errors but I guess the log file contained all the actual errors.
    The docs say to specify an instance number > 0 and a config set. Well, it's clear as mud as to which number to actually use. I assmed the configset value happened to match the nubmer in the Directory Manager GUI under the Integration Server entry (which was configset1 for me). I've tried to specify 1 2 and 3 for the instance numbers and I don't know what I'm supposed to use (and some of them are already being used so the command fails). How many instances are there running by default for ODISRV and how many for OID itself? What number should I be using based on that?
    Here are some entries in my logs:
    oidldap01s1304.log- OpName=search, duplicate while inserting in Hash Table.
    My comment on that snippet is a duplicate what? and what the hell hash table is it trying to use? The info isn't helpful at all.
    odisrv02.log- port 389/profile grp 999: registration failure, config set 1 already being executed by instance 0
    odisrv01.log- port 636/profile default: config set 0 already being executed by instance 2.
    oidmon.log - retry counts exceeded are listed for both odisrv01 and 02
    In all those logs the those errors keep repeating. I don't need OID on port 636 so is there a way I can stop/delete that while I'm fixing the sync issue? I saw nothing in the OEM website that allowed me to remove the SSL configuration.
    If I try stopping either instance 0 or 1 and try to restart I can't because the instance number is already used. What the hell am I supposed to do then? That means I can stop everything and not be able to start anything back up, does it not?
    any ideas how to make sense of this mess oracle developed?

    There are two configsets by default. Configset 1 is
    for synchronization and Configset 0 is used by
    provisioning (again, these are default settings).
    You cannot have two odisrv (Provisioning and Synch)
    with the same instance #.
    So, instance 1 could be Provisioning and instance 2
    could be Synch.
    Have you setup your synchronization mapping files?
    I would suggest you use the DIPTester utility to
    setup the synch. It might also be helpful to post the
    commands and the odisrv* logs (not the full dump, but
    the last snippet).Well I was trying to use ConfigSet 1 for synchronization but it either wouldn't let me because of how it is designed or I had screwed it up at that point since I didn't know what numbers to use for anything and it prevented me from using Set1 because of that. In the end I created a ConfigSet 2 and was able to get another instance of ODISRV running with that. That finally got the sync working on a scheduled basis. I'm now trying to get SSO working between OID and ADS and it seems that OID is too stupid to know that a user exists. I log onto the Windows PC into the domain and attempt to go to http://ssoServer.com:7778/pls/portal and login and I get an authorization denied message.
    I have debugging turned on as much as I can and the defaultIsland log file (forget the full filename but its an OC4J file in $ORACLE_HOME\opmn\logs directory). It says that I was denied access because the user could not be found and yet I see the user in the directory tree and it comes back in a search as well. The krbprinicipalname, uid, and orclcommonprinicipalname (I think that's what it's called) are all the same ([email protected]) and the orclusersearchbase is set to dc=mycompany,dc=com so I don't know why the account can't be found.
    ANy ideas on that issue?

  • Workflow instance number = 0000000000, and no log..??

    Hi Workflowers
    I have a situation where my workflow has been triggered (by an event from a business object - ZBUS2032 - extending BUS2032) but the workflow appears to be frozen in a 'START' status, and goes nowhere..
    I am using SWI1 to list work items: the instance number shows as 000000000000, the start date and time are zero, the 'Started by' field is blank, etc. No log can be viewed, but I do have a Work Item number. It must be specifically related to this workflow, because other WS tasks are running OK.
    If I click on the instance number, I get the  message
    <i>Work Item 000000000000 cannot be read.</i>
    Any advice on what might be causing this..?

    Hi TB,
    are you creating an event through SWUE or so ?
    by directly testing the ZBUS2032 ?
    In that case it would ask for an instance number, have you mentioned any of the salesorder number there ?
    Create a salesorder and see whether your WF triggers.
    Aditya

  • Instance number and minor number

    hi
    can somebody tell me what is actually instance number and what is the relationship between an instance number and minor number of a device .

    I'm not 100% sure but my reading of it is:
    Usually one has a 1:1 direct mapping of minor number to instance number, but this doesn't have to be the case.
    The instance number is linked to your hardware device and say if you move its base address you will get a new instance number with the old one retained for the original address.
    If you had 3 cards I think you would have instance No.s 0, 1, and 2.
    The minor number can be anything YOU want it to be.
    I have a situation where I have a card carrier with 3 cards mounted on it - I can only have one instance and I need to differentiate between the cards used - I use the minor number that is a part of the device handle and can be returned by using getminor from driver code.
    As usual the Writing DD SUN book is all there is available.
    Any further points - let me know.
    Cheers.

  • How can I correlate an Java instance number with a server id?

    I have 6 Web App Server running ABAP and the JAVA stacks. I can log into the Central Instance server and run /usr/sap/<SID>DVEBMSG00/j2ee/configtool/configtool.sh and bring up the GUI interface to "see" all the instances and their variables. I don't see an easy way to trace back the Java INSTANCE to the physical server's hostname.
    Is there a central repository to correlate a Web App Server Java instance number to the actual hostid/hostname of the target server? I realize I can log into each Web App Server and look at the /usr/sap/<SID>D00/j2ee/cluster/instance.properties and find the Instance number, but I was wondering if this information was held in the SAP Central instance or SAP Database somewhere.

    Hi Timothy,
    The instance ID used for the JAVA cluster is generated at installation time, and -amongst other things- takes into account the time it was generated. We installed two instances in parallel (on different hosts) and ended up with almost the same instance ID.
    Because this can be very confusing, we asked SAP if this was changable - in theory it is only an ID which could be changed as long as it is updated on all places the identifier is stored - but SAP indicated that that is not possible, nor supported. We ended up with a diagram of the system architecture with all the identifiers on our desk.
    Note that in the config tool - all instances are displayed with their system instance number. If you were to install a new system it might be usefull to install all instances with different instance numbers so you and distinguish more easily between them.
    Hope this helps,
    Cheers,
    Walter

  • How to change Instance Number of an existing 4.6C System ?

    My customer has DEV and QAS systems running in separated boxes and having the same instance number of 00. Now I'm consolidating these two SIDs into a new box. So, I need to change the instance number of one of them.
    I found note 127351 on how to do this but noticed that the note only applies up to release 4.0B. Not sure if it still is valid for 4.6C.
    I'd appreciate your help on how to do this.
    Thanks in advance.
    Satid S.
    IBM Thailand

    Hi Satid,
    if you want to move 2 systems of 2 boxes to 1 box, you have to copy at least one system anyway and therefore need to change the hostname of that system.
    If you are doing this, this is a homogenious systemcopy which could be run with R3setup as described in the SAP documentation. I'm using an bit easier approach with more or less just savlib/rstlib - if you are interested, I could mail this to you.
    With a homogenious systemcopy or my approach you have to "re-decide" for the instance number - so this is just no problem at all.
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • Wrong port (5xx00) after migration to other instance-number...

    On a solution manager system (7.01) someone have migrated to a different instance-number (from 72 to 4)...
    But the port for some services is the old one (57200 not 50400)...
    The hostname in the URL is wrong too (the old ones)...
    i.e. when we click J2EE-Config in solman_setup it doesnt work....we must change the port and host in URL manually..
    Unfortunetly we don't make the migration by our own, so we must solve the problem without further infos about the migration...
    Is there a central point, where we can change the port or hostname (NWA or Visual Admin) ?
    Or is there a point where i can search for the still wrong instance-number in the J2EE-Config ?
    In the Visual-Admin the HTTP Provider Port is on the right value (50400)...
    Edited by: Christoph Bastian on Aug 16, 2011 1:40 PM

    Hello Sunny,
    thanks for your answer...
    We have checked the profiles (RZ10) already, but there is no old value...
    best regards
    Christoph

  • EHP4 on MSCS 2008 - PHASE KX_CPYORG - Instance number conflict

    Hello Experts,
    Need some help on EHP4 on MSCS 2008.
    We are Installing EHP4 on ECC 6.0 Windows 2008 - MSCS cluster 2008 environment and facing a problem while instllation Step EXTRACTION and PHASE  KX_CPYORG. We have successfully installed on Sandbox and Dev regions, but now as our QAS is a Cluster environment we believe it is causing the problem.
    Below is the error log from E:\usr\sap\<SID>\EHPI\abap\log KX_CPYORG.txt
    1 ETQ201 Entering upgrade-phase "KX_CPYORG" ("20101113145523")
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '41', GwService = 'sapgw41'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_mss_schema=meq
    4 ETQ399   auth_shadow_upgrade=0
    4 ETQ399 Set environment for standard connect:
    4 ETQ399 ENV: dbs_mss_schema=meq
    4 ETQ399 ENV: auth_shadow_upgrade=0
    4 ETQ399 Set RFC variables for standard connect:
    4 ETQ399 System-nr = '41', GwService = 'sapgw41'
    4 ETQ399 Set tool parameters for standard connect:
    4 ETQ399   default TPPARAM: DEFAULT.TPP
    1 ETQ206 Executing pre-phase DB specific actions.
    Some details of our system
    - The ASCS instance number is installaed on the Cluster and no. is 40
    - The Central Instance is installed on a separate standalone VM Server with Instance number 41.
    - The EHPI is triggered on the Central instance on the VM.
    - Error is throwing exactly after the step accepting the profiles (All three).
    Also with this error the SAPup is completely failing and stopping the Installation with the below error.
    ======================================================
    Unable to execute the SDT request ABAP operation revoke-extract on hostname chgva-sap-meq instance 41
    Unable to determine if a revoke of the ABAP upgrade request ABAP is possible
    Cannot check for revoke possibility
    Tool died unexpectedly with
    FATAL ERROR: Inconsistent system number in profile '41' != '40'
    ======================================================
    Any suggestions/solutions in resolving the issue are appreciated.
    Thanks
    Ajay

    Hi,
    It looks like there is some problem in reading profiles. Are all profiles present in profile directory (including ASCS and CI) ?
    Also, make sure that while you select the system number of shadow instance then it should not be 40 and 41.
    Thanks
    Sunny

  • Duplicate instance number from dba_hist_database_instance

    We have a 3 node RAC and the instance names are rcmp1, rcmp2 and rcmp3 but when we query dba_hist_database_instance it shows one duplicate entry.... as below... any help is appreciated
    select distinct
    wr.dbid dbbid
    , wr.instance_number instt_num
    , wr.db_name dbb_name
    , wr.instance_name instt_name
    , wr.host_name host
    from dba_hist_database_instance wr ;SQL> 2 3 4 5 6 7
    DBBID INSTT_NUM DBB_NAME INSTT_NAME HOST
    2701774225 1 RCMP rcmp1 rmodbp03
    2701774225 3 RCMP rcmp3 rmodbp07
    2701774225 1 RCMP rcmp2 rmodbp05
    2701774225 2 RCMP rcmp2 rmodbp05
    Thanks in advance

    A change in host name can be a reason for a "duplicate" in the Workload Repository table. In which case you will have the old and new hostnames for the same instance, resulting in what seems to be a duplicate. (as is in my case when an idiot Unix sysadmin mucked around with the hostname on one node and removed the domain name from it, resulting in a non fully qualified hostname)
    In your case, it seems that the instance config on host rmodbp05 (which is not fully qualified!) had its instance number updated/changed at some time.. It was instance 1 and now it is instance 2?
    That seems like a problem with the original install, or a mess up that was caused when node 3 was inserted into the RAC?

Maybe you are looking for