![]() |
![]() |
|
|
![]() |
![]() |
Using NS 3000/iX Network Services: HP 3000 MPE/iX Computer Systems > Chapter 8 NetCI![]() Sample Applications |
|
The following are sample NetCI applications that you can develop to use in a production environment. You can write a script file containing applicable commands, flow control statements, and data that will automatically perform different operations on multiple remote nodes. This application summarizes the network configuration for each node in NET3 of our sample internetwork. The following script will display all the entries in the network directory file for the NETXPORT (Network Transport) subsystem. We will write a script file called GETCONF that contains NMMGR commands to be executed on each node in NET3. Logging will also be used to send all output to an MPE log file called ALLCONF. This log file will be interactively entered with the LOG command before you execute the script file. The GETCONF script file contains the following commands:
We are now ready to execute the script file, GETCONF, on all nodes in NET3 of our sample internetwork. If you recall our sample configuration file, node J was deleted from the NetCI configuration. However, we will assume we have added node J back into the configuration. Now we will crate a list called NET3 with the NEWLIST command.
We will then assign all the nodes in NET3 to this list with the ALTLIST command.
We can verify this by entering the SHOWLIST command at the NetCI prompt:
Before executing the script file, we should create a disc file with a bigger record size so there will be no data overflow. We will use the BUILD command to create a disc file called ALLCONF with 10,000 records, each 80 characters long, and ASCII format. Next, we will run NetCI and redirect all output to be saved in this file with the LOG command.
To execute the GETCONF script file, enter
The script file will be executed sequentially on all the nodes in NET3. After the script file is executed, we can then print the logfile, ALLCONF, to view the network directory and configuration file information for all the nodes in NET3. Since it is likely that the script file will take awhile to execute, you may want to create a job stream to execute it. This application shows how to install a new version of software and to convert existing files for use with this new software. We will write a script file, INSTALL, that copies the file, PROG, and the conversion program, CONVERT, to a new group, NEWVERS, at each node in NET3. We will then execute the CONVERT program to convert the file (PROG.NEWVERS). After the conversion, we will purge the old file in the APPLIC group (PROG.APPLIC) and rename the new converted file to the same file name and group as the old file. You can use NetCI to perform this task using one script file, INSTALL, and the PLAY global command. The INSTALL script file contains the following commands:
We are now ready to execute the script file, INSTALL, on all nodes in NET3 of our sample internetwork. If you recall from Sample Script File 1, all nodes in NET3 are members of the list called NET3. To execute the INSTALL script file, enter
If you specify the output to a log file, you can later scan the file for errors. Additional MPE statements can be added to provide for more robust error checking such as the handling of unexpected errors. For example, if someone is running the application, the :PURGE command will fail. We can use MPE commands such as :IF or :ELSE to also modify the execution of the script file. This application shows how you can create a script file containing a job stream for the nodes in NET3 of our sample internetwork. The following script will contain the :STREAM job command for the different nodes. When you execute the script file called SYSCONF, this will stream a job file called CONFJOB which will then execute the SYSINFO program (which lists the configuration information for the node). All the commands in the CONFJOB job file may also be included in a script file. However, we will assume you already have an existing job file that contains these commands. You only need to create a script file to stream the job file. By streaming an existing job file within a script file, you do not need to type again all the commands from the job file into the script file, and you can always run the job file in MPE. The SYSCONF script file contains the following stream command:
Although the script file contains only one command line, it is sometimes easier to enter PLAY SYSCONF than entering the entire command line.The CONFJOB job file contains the following commands and data:
To execute this script file against all the nodes in NET3, we will execute the SYSCONF script file on the previously configured list named NET3. To execute this script file, enter
This will stream the job for each node in NET3. When the job is completed for nodes Y, I, J, K, L, and H, the configuration listing will be sent to the printer. ExampleThe following example shows how you can also create a script file which can be executed on each node/list instead of a script file containing a job stream. We will write a script file called NODCONF that will execute the SYSINFO program on the node that you specify with the PLAY command. Logging will be used to send all output to a log file called REPORT. The NODCONF script file contains the following commands:
We are now ready to execute the script file, NODCONF, on any node. For example, to execute the script file on node L, enter
which will generate the system configuration listing for node L. To execute the script file on all nodes in NET3, enter
which will generate the system configuration listing for NET3. The listings for node L and NET3 will be in the REPORT log file residing on node K which is the management node. This application shows how you can create a script file called SYSOP containing operations or jobs to be run at a particular time. The following script file shows how you can effectively use flow control commands to control the execution of these operations or jobs to be run at particular times. The SYSOP script file contains the following commands:
We are now ready to execute the script file, SYSOP, on any node. Before we execute the script file, we must interactively assign a value (the current time) to the variable called "hour". To set the current time, enter
After specifying the current time, we are now ready to execute the SYSOP script file. To execute this script file, enter
to run particular operations at specified times on all the nodes that are members of the NET3 list. If you are executing the script file on a list, you should change the wait duration to a value that will allow the file enough time to execute on all nodes during each hour. For example, if it takes approximately 1200 seconds to execute the script file on all nodes that are members of the NET3 list, you could assign 2400 seconds as the wait value. This would be enough time for execution to have occurred on all the nodes. The script file will take about 1200 seconds to execute and then wait 2400 seconds to execute again. This will be approximately the next hour. |
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|