sqlhosts.std 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #**************************************************************************
  2. #
  3. # Licensed Materials - Property of IBM and/or HCL
  4. #
  5. # IBM Informix Dynamic Server
  6. # Copyright IBM Corporation 1996, 2011
  7. # (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
  8. #
  9. # Title: sqlhosts.demo
  10. # Description: Default sqlhosts file for running demos.
  11. #
  12. #**************************************************************************
  13. # The connectivity information for each database server includes four fields
  14. # of required information and one optional field. You can also configure
  15. # database server groups.
  16. #
  17. # The format for the five fields of connectivity information for a database
  18. # server is one line in the UNIX sqlhosts file, as follows:
  19. #
  20. # <dbservername> <nettype> <hostname> <servicename> <options>
  21. #
  22. # dbservername is the name of a database server on the network.
  23. #
  24. # nettype is an 8-character string specifying the protocol in this format:
  25. #
  26. # ddiiippp
  27. #
  28. # where
  29. # dd = Database product [|ol|on|dr]
  30. # iii = Interface type [ipc|soc|tli|sql]
  31. # ppp = Protocol [imc|nmp|shm|spx|str|tcp|ssl|mux]
  32. #
  33. # hostname is the name of the computer where the database server resides.
  34. #
  35. # servicename is a service name entry from the services file.
  36. #
  37. # options in the fifth field:
  38. #
  39. # b=<connection buffer size>
  40. # c=<connection redirection>
  41. # g=<group name>
  42. # i=<group identifier>
  43. # e=<end of group>
  44. # m=<multiplexed connection>
  45. # k=<keep alive setting>
  46. # r=<client security setting>
  47. # s=<server security setting>
  48. # csm=<communication support module>
  49. # cfd=<communication files directory>
  50. #
  51. # To create an entry for a group, put a group name in the dbservername field,
  52. # the word group in the nettype field, a hyphen in both the hostname and the
  53. # servicename fileds, and i=<group identifier> in the options field.
  54. #
  55. # For additional information on the parameters, see the IBM Informix
  56. # Administrator's Guide.
  57. #**************************************************************************
  58. # IANA (www.iana.org) assigned port number/service names for Informix:
  59. # sqlexec 9088/tcp
  60. # sqlexec-ssl 9089/tcp
  61. demo_on onipcshm on_hostname on_servername