HPlogo ALLBASE/NET User's Guide: HP 3000 MPE/iX Computer Systems > Chapter 2 Setting Up ALLBASE/NET

Examples of Setting Up ALLBASE/NET

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Figure 2-1 “Sample Profiles in AliasDB and NETUsers Files” shows profile in the AliasDB and NETUsers files. Both the client and server are MPE/iX systems. Note that the NETUtil commands have varying user restrictions. Refer to the chapter "NETUtil Reference" for complete information.

Figure 2-1 Sample Profiles in AliasDB and NETUsers Files

[Sample Profiles in AliasDB and NETUsers Files]

To create the sample AliasDB file on the client and add the information shown, you would do the following:

  1. Invoke NETUtil on the client.

  2. Type ADD ALIAS at the NETUtil prompt. Then reply to the prompts. To use ADD ALIAS, you must log on as MANAGER.SYS or have SM capability. Refer to the "NETUtil Reference" chapter for the necessary capabilities associated with each NETUtil command.

       Alias Name: InvenDB
    
       Database Server Type: ALLBASE/SQL
    
       DBEnvironment Name on Server: PartsDB.DBGroup.Inven
    
       Server Node Name: snode
    
       Machine Type: hp3000 s900
    
       Datacomm Type: arpa
    
    
    
       Profile added.
    
       netutil=>
    

    The ADD ALIAS command creates the AliasDB file and adds your alias profile to it.

  3. Type show alias to check the alias profile in the AliasDB file:

       Alias Name: InvenDB
    
    
    
       Alias Name: InvenDB
    
       Database Server Type: ALLBASE/SQL
    
       Server Node Name: snode
    
       DBEnvironment Name on Server: PartsDB.DBGroup.Inven
    
       Machine Type: hp3000 s900
    
       Datacomm Type: arpa
    
    
    
       netutil=>
    

Similarly, to create the above NETUsers file on the server and add the information shown in Figure 2-1 “Sample Profiles in AliasDB and NETUsers Files”, you would do the following:

  1. Invoke NETUtil:

       :netutil
    

  2. Type add user at the NETUtil prompt. Then reply to the prompts with the necessary data for your user profile:

       Client Node Name/Session Type Name: cnode
    
       Client Login Name: glen.orders,purchasing
    
       Server Login Name: glen.orders,purchasing
    
    
    
       Profile added.
    
    
    
       netutil=>
    

    The ADD USER command creates the NETUsers file and adds a user profile to it.

  3. Type show user to check the user profile in the NETUsers file:

       Client Node Name/Session Type Name: cnode
    
       Client Login Name: glen.orders,purchasing
    
    
    
       Client Node Name/Session Type Name: cnode
    
       Client Login Name: glen.orders,purchasing
    
       Server Login Name: glen.orders,purchasing
    
    
    
       netutil=>