How to make a server(HP-UX) as FQDN

Hi ,
Please tell me the process or commands used to make a HP-UX sever as FQDN(Fully Qualified Domain Name).
Thanx
Naresh

Hi Naresh,
doing this this requires root privileges. And a user with those privileges
should be able to read the documentation or search for FAQs. At least
a minimum of education or knowledge about networking and Unix issues
seems to be useful.
Please ask for basic Unix course.
best regards
Tobias

Similar Messages

  • How to make the server threadsafe (Please Help)

    Hi to all,
    I have urgent question, and any
    reply will be welcome.
    How i make my server that use rmi threadsafe,
    i want that each request from clients,the
    server will make a separate thread.
    the ejb use jndi to do this, how can i do this in rmi
    i want that a client will get a reference to a factory
    object in the server, the factory object will create a
    thread and will return the reference to the client.
    Thanks,
    dan

    Hi Bill,
    Thanks for your reply.
    at the rmi specification it said that :
    3.2 Thread Usage in Remote Method Invocations
    A method dispatched by the RMI runtime to a remote object implementation may or may not execute in a separate thread. The RMI runtime makes no guarantees with respect to mapping remote object invocations to threads. Since remote method invocation on the same remote object may execute concurrently, a remote object implementation needs to make sure its implementation is thread-safe.
    this is all what sun has to say about using
    threads with rmi.
    do you have any example for using rmi server
    that handle concurrent access?
    again,
    lots of thanks for your help.
    dan

  • How to make local server in j2me

    hi can i anyone help me out to establish a local server. i am using netbeans and dont know how to make loca server and how can i make the connection. i know about socket connection, http connection and datagram connection but dnt know about server connection where i can register my midlet and recieve data from it and post it aswell.
    Best Regards
    Naseem Sarwar

    hi
    write a servlet on ur server side for handling clients data and also it response back once data to another..
    and simply on clients write HttpConnection code for sending/receiving data ..
    always think abt optimiztaion of data send/recieve for speed.
    regards
    Akash Kumar & Nagendra
    [email protected]
    [email protected]
    Indiagames Ltd

  • How to Make exchange server 2010 an IMAP server

    hi
    how do I Make exchange server 2010 an IMAP server?
    Any step by step guide?
    tnx

    Hi,
    To configure IMAP for Exchange 2010, you can refer to the above suggestions and try the articles.
    Moreover, here is reference about how to configure Exchange account with IMAP mode:
    http://support.sherweb.com/Faqs/Show/how-to-configure-a-imap-account-in-outlook-2010-exchange-2010
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • How to make a server for field "Server name"[ON HOLD]

    <p>How do you create a server to connect to. i circled the part that i need</p><p>i need to make the server but i dont know how to make it this is what is say
    server name
    i want to know how to make the server

    Please try to clarify the question  again :-(
    I am sorry, but it is not clear to me, what you are asking.
    what is "make the server"?
    The server is an application created by Microsoft, you do not need to make it. did you mean install the SQL Server? or maybe how to connect the SQL Server after you installed it?
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • How to make the server respond with a popup?

    I want to make the server respond with a popup?my code is like this,but it does not work,why?
    <code>
    public class Welcome2
         public static void main(String[] args)throws IOException
              ServerSocket server = new ServerSocket(2222);
              while(true)
                   Socket s = server.accept();
                   BufferedReader in = new BufferedReader(new InputStreamReader(s.getInputStream()));
                   String msg = in.readLine();
                   if(msg.equals("visitor"))
                        System.out.println("recv...");               
                        JOptionPane.showMessageDialog(null,"Visitor coming!\n");
         System.exit(0);
                   server.close();
    </code>
    it can properly print out "recv...",but no popup,why?

    Define "does not work". What happens?
    Does your program compile? Do you get an exception? Does the program receive a line? Is the line equal to whatever you expect? Is showMessageDialog() called? Put in some debugging println's to see what happens.

  • How to make appliction server and how to make database server

    Hi all
    Release 12.1.1 software bundle are labeled as follows:
    • Start Here - Disk 1
    • APPL_TOP - Disk n
    • RDBMS - Disk n
    • Tools - Disk n
    • Databases - Disk n
    i want to make database server and other one is application server
    which one software is install in database server and which one software is install in appliction sever

    Hello,
    Please, find enclosed a link about Oracle Application Concept:
    [http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120oacg.pdf]
    [http://download.oracle.com/docs/cd/B40089_10/current/html/homeset.html]
    You'll get many answers and the best practices.
    Hope it can help.
    Best regards,
    Jean-Valentin

  • How to make SAS Server or datasets entry in tnsnames.ora

    Hi,
    I want to make an entry in tnsnames.ora for SAS Server or SAS datasets.
    Can anybody tell me what all attributes is requried?
    Regards,
    Vikas

    [email protected] wrote:
    Hi all,
    Thanks for your replays. As you said we can comment out lines with '#'. But, I am looking for commenting whole entry at a time. Can any one tell me how to comment out whole entry/paragraph. Is there any oracle utility by which we can deactivate the data source. Please suggest. Thank you.
    Regards,
    Kumar.As others have said, either comment out each line of the entry, or have two tnsnames files that you rename as needed. But really, how often do you make the swap that commenting/uncommenting about five lines of code is such a burden?

  • How to make iCal Server events viewable on the web calendar?

    Hi,
    I can create, edit and view events on the web calendar.
    I can create, edit and view my own events via iCal.
    How can I set it up so we can see all the calendars from our group on the web calendar? It's empty now other than what's entered via the web calendar.
    Is there really no integration between the two?

    I too thought web group calendar was subscribe only in iCal until I ran across the procedure at
    http://www.macosxhints.com/article.php?story=20080410162942908
    in the 4th comment down by protean. With a couple of additions I was able to post an event to the web group calendar and have an update on the web post back to the iCal calendar. My additions were needed to get the results as posted in the comment:
    1) make sure Enable Calendaring is selected for all group members,
    2) refresh iCal to ensure all group members are visible in the Personal Server Calendar Address Pane before adding the group calendar account,
    3) add all members in step 3 of the procedure including yourself, however, if the owner of the group (e.g. diradmin) is not a member then don't add it,
    4) prior to step 6 of the procedure you can verify the group is visible as in step 8 in the Personal Server Calendar delegation before deleting the group account; if not visible then you don't have to start from scratch, just work with the group account from step 1,
    5) the group calendar shows up in the left column list of calendars under Delegates calendars.
    So I got this to work.
    Then I setup a location in Directory.app with Delegates as the group. It shows up in iCal under Delegates calendar with the error notice
    'Error While Refreshing Access to account "location title" is not permitted.'
    So there is no calendar available for the location in iCal. The personal iCal account shows the Delegation of location and the Show checkbox is selected. The group is allowed to select the location on the web calendar and in the server iCal calendar. But the location doesn't indicate conflicts in the availability pane. Can someone tell me what might be missing?
    Harry

  • How to make Mobilink server disregard error -10280

    Hello, all
    I have the following situation.
    I have a table on the remote and consolidated side, which have slightly different structures.
    The remote side has more columns than the consolidated side. The extra column is a transfer flag. When the user wishes to transfer data to the server, he updates this field then mobilink client scans the logs and send the data to the server. The table is only for upload.
    I need the mobilink to transfer rows even when ony this field changes. If I do not add it to the publication, then the mobilink client does nto transfer anything.
    If I add it to the publication, I get this error.
    E. 2015-01-28 09:28:09. Error code from MobiLink server: -10280
    E. 2015-01-28 09:28:09. Server error: Message: The number of columns in client table 't507_external_clients_customer_list' does not agree with the number defined in ml_column.  Table Name: t507_external_clients_customer_list
    Question: If I do not need this field updated in the consolidated DB, how can I make the Moblink server to disregard it, without having to edit the consolidated DB?

    Hi Arcady,
    If the column is defined on the remote in the publication, you will need to define the column on the consolidated using ml_add_column. To ignore the value, you can just not reference it in your synchronization scripts.
    Also note that SQL Anywhere 16 has set the SQL Anywhere 12 SendColumnNames (SCN) extended option to 'ON' permanently, which removes the need to use the ml_add_column() stored procedure for version 16 remotes.
    Regards,
    Jeff Albion
    SAP Active Global Support

  • How to make a server call onchage of a selection in struts

    Hi All,
    I am using struts1.2 and on change of a selection i have to reload the page with new contents ,that is the table content has to be changed.How can i do so? do i have use a javascript or a ajax call ? I am completly new to this .Please let me know.
    Thankx

    sams11 wrote:
    Hi All,
    I am using struts1.2 and on change of a selection i have to reload the page with new contents So if the user changes an element in a form on a web page, you want a new reload the page? Yeah, that's purely Javascript. Struts has nothing to do with it. (Well, you can generate the page with struts like you generate any page, but the same can be said of any server-side technology, including flat files.)
    that is the table content has to be changed.How can i do so? do i have use a javascript or a ajax call ?So, you don't want to change the entire page, but rather change just some elements in the page? That's still Javascript. Does the new content come from the server? Then yes you'd probably use AJAX. AJAX is an application of recent versions of Javascript. If the new content can be created purely on the client (the web page), then you wouldn't need AJAX.
    I am completly new to this .Please let me know.Read some tutorials. Note that this is not a Javascript forum so you should probably find one of those. You might want to use a Javascript library or framework that hides all the incompatibilities between browsers, because that's the most difficult part of Javascript.

  • How to make a server out of an emac

    I have my sons emac (1ghz) and want to turn it in to a server.
    It's running 10.4.11. the cd rom does not work but other than that it works fine. We put 120gig hard drive in her. I will be connecting to router by either cable. I have got 3 macs and 2 windows laptops
    I also want to block limewire and the such. I know I can get a mac mini server, but my wife will not let me.
    Info all 3 macs running 10.5.8
    all laptop running window 7.
    I have att wireless router. any help is welcomed. Thanks Scott

    This may help, though you'll have to look in your router's documentation for information on how to block ports:
    http://www.cybertechhelp.com/forums/showthread.php?t=82689
    Note the bit about Limewire being able to shift ports, though. The advice about preventing Limewire from being installed may be your best option.
    Regards.

  • How to make JasperReports Server compatible with safari 5.1.7 version

    Hi
    My JasperReports Server - Pro is compatible with safari 4.0 browser and safari 5.0 browser but i want to make it compatible with safari 5.1.7 browser My jasperserver is having a proxy address like "abc.com" instead of localhost:8080/jasperserver-pro/login.html.
    The problem is, Unable to login through Safari 5.1.7 browser, I guess facing a redirection problem. But i am able to log in with my actual address (localhost).
    The above problem is only with safari 5.1.7 and is working perfectly with firefox, chrome, IE and safari 4.0 and safari 5.0.
    I am sorry if this is not the right place to discuss the above issue.
    Any help will be highly appreciated.
    Thanks and Regards
    Naveen

    Hello,
    Thanks for tip. I tried it but unfortunately it still needs 7.08 to work and I'm not sure why. Even worse is the automatic updater that runs just downloads 7.0. So a user downloads the update, then gets another error message saying they need an even newer version of reader. Very lame.
    Plus, once you do get the 7.08 update and open the file you get no less than three pop ups about not saving the file, auto fill options, and one other I forget. Overall a very awkward way to view a very simple file.
    I was hoping this would make it easier for customers to fill out a form but it looks like it will accomplish the opposite.

  • How to make the server aware of  changes in schemas?

    It seems that the SOA sever has difficulties with changes in schemas. For instance changes in elements names and/or types.
    Is it really nescessary to bounce server for each change?
    Rgds, Henrik

    Depends on how you deploy, if you undeploy first this has a better success rate.
    cheers
    James

  • How to make the server slide form validation using JSP?

    anyone knows how to do server-side form validation??
    Thanks in advanced

    try this way
         //create a validation java class in that class u create separate methods for validating
         for example if u want to validate that a particular text box should not be empty
         then u can try this way
         say like this
         class ServerValidation()
         boolean message=false;
         public static boolean isTextBoxEmpty(String value)
         if(value.length<1)
         System.out.println("Text box is empty");
         message=false
         else
         message=true
         return message
    now say u r having a html page in which there is a text box on submiting u call say validate.jsp
    in this jsp u write this way
    <%
    String message=request.getParameter("name of ur text box");
    boolean b=ServerValidation.isTextBoxEmpty(message)
    if(b)
    //valid is true do ur other activity
    else
    String messageToUser="Please Enter Some value"
    u can now display this message on jsp and create a back button
    %>
    hope its clear

Maybe you are looking for