Sun N1 System Manager 1.1 Release Notes

Management Support Features Do Not Work Because hostinstall.pl is Not Correctly Generated for Some Networks (6317747)

If the provisioning network uses the IP address form x0.0.0.y (10.0.0.34) and if hostname resolution fails, the hostinstall.pl script will not be correctly generated and the script will not be able to contact the management server to configure the provisionable server. This issue affects both the add server server feature osmonitor and add server server feature basemanagement commands.

Workaround: Manually add the x0.0.0.y form IP to the hostinstall.pl script on the management server. On a Red Hat management server, edit the /var/opt/sun/scs/web/pub/hostinstall.pl file. On a Solaris management server, edit the /var/opt/SUNWscs/web/pub/hostinstall.pl file.

Line 33 should look like:

my @CSHostAddrs  = ( 'ns1m','172.20.48.120' );

Add the IP address to the list:

my @CSHostAddrs  = ( 'ns1m','172.20.48.120','10.0.0.1' );