For example, if you wish to add the bos.alt_disk_install.rte fileset to a SPOT:
List the available spots:
List the available spots:
# lsnim -t spot | grep 61
SPOTaix61tl05sp03 resources spot
SPOTaix61tl03sp07 resources spot
# lsnim -t lpp_source | grep 61
LPPaix61tl05sp03 resources lpp_source
LPPaix61tl03sp07 resources lpp_source
# nim -o showres SPOTaix61tl05sp03 | grep -i bos.alt
# nim -o showres LPPaix61tl05sp03 | grep -i bos.alt
bos.alt_disk_install.boot_images 6.1.5.2 I N usr
bos.alt_disk_install.rte 6.1.5.1 I N usr,root
# nim -o cust -a filesets=bos.alt_disk_install.boot_images
-a lpp_source=LPPaix61tl05sp03 SPOTaix61tl05sp03
Check if the SPOT now has the fileset installed:
# nim -o showres SPOTaix61tl05sp03 | grep -i bos.alt
bos.alt_disk_install.boot_images
bos.alt_disk_install.rte 6.1.5.1 C F Alternate Disk Installation
No comments:
Post a Comment