The delivered file collections have the default hierarchy shown in Figure 3. You can modify the hierarchy in several ways. One way is to make a given boot-install server function as the master server for a collection. This enables you to maintain a different set of files on a group of nodes that request their supper updates from that boot-install server. You do this by eliminating the logical path from the control workstation to the boot-install server for one or more boot-install collections. This is called taking the boot-install server offline and you do it with the supper offline command. Figure 6 shows a boot-install server that is offline for the power_system collection.
Figure 6. SP hierarchy of an offline boot-install server
![]() |
In this case, Boot-install Server A and Frame 1 get any changes made on the control workstation; Boot-install Server B and Frame 2 do not. Only changes made directly to the files on Boot-install Server B affect the files on Frame 2.
Note |
---|
Whenever you change the hierarchy, you must be aware of the location of the master files for every file collection. In Figure 6, there are two master file collections for power_system. The master files for the node.root collection on Frame 2 reside on Boot-install Server B and the master files for the node.root collection on Frame 1 reside on the control workstation. |
The following example shows you the procedure and commands to change the default hierarchy as represented in Figure 3. It shows you how to take the power_system collection offline, change a file in the node.root file collection, and distribute that update to the nodes on Frame 2.
This example assumes that .profile is in the node.root file collection.
/var/sysman/supper offline power_system
Remember, any changes made on the control workstation will not be updated on Boot-install Server B because it is offline. You must make the changes on Boot-install Server B.
/var/sysman/supper update node.root
0 * * * * /var/sysman/supper update power_system 1>/dev/null 2>/dev/null