vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Jan 16, 9:26 am, d_d...@my-deja.com wrote: > On Jan 15, 5:24 pm, Cydrome Leader <prese...@MUNGEpanix.com> wrote: > > > > > d_d...@my-deja.com wrote: > > > On Jan 14, 6:30 pm, Gary Mills <mi...@cc.umanitoba.ca> wrote: > > >> In <04deb606-2c06-498b-b4a7-c4ec3ff7d...@e10g2000prf.googlegroups.com> d_d...@my-deja.com writes: > > >> >I just built ajumpstartserveron aSolaris9 sun box and have had no > > >> >problems jumpstarting other sol9 boxes using the custom rules. I've > > >> >also copied aSolaris10image onto that samesolaris9serverand > > >> >have had problems loadingSolaris10. These boxes will go directly to > > >> >the manual network configuration and never check/find a rules.ok > > >> >file. > > >> >Do I need aSolaris10jumpstartserverto be serving outSolaris10? > > > >> Nope. I use aSolaris9JumpstartserverforSolaris8, 9,10, and 11, > > >> both SPARC and x86. The setup_install_server and add_install_client > > >> know about the differences. Check your bootparams or DHCP configuration > > >> if the rules file is being ignored. > > > >> -- > > >> -Gary Mills- -Unix Support- -U of M Academic Computing and Networking- > > > > Here is the /etc/bootparams file: > > > agate root=jade:/opt/jumpstart/01/Solaris_10/Tools/Boot install=jade:/ > > > opt/jumpstart/01 boottype=:in sysid_config=jade:/opt/jumpstart/01/ > > > hosts/agate install_config=jade:/opt/jumpstart/01 > > > rootopts=:rsize=8192 > > > > The 'boot net -v - install' helped in seeing that the sysidcfg file is > > > being seen: > > > Using sysid configuration file 192.27.176.49:/opt/jumpstart/01/hosts/ > > > agate/sysidcfg > > > > But the rules.ok file is still being ignored. What other files should > > > I be checking? > > > how are you running add_install_client, and are you possibly trying to > > install the 08/07 or u4solaris10? > > I'm installing a copy of 08/07. I do not know what u4solaris10 is. > > i'm also receiving this error at times: > ...Jumpstart Error:Unabletomount/cdrom/Solaris_*/Tools/Boot/usr... > > the solution may be on sunsolve but i dont have access:http://sunsolve.sun.com/search/docum...5-49142-1&sear... Here is the content for the above SunSolve link: Resolution 2X2X3ZK Internal ID use only. Reason: The above error occurs due to ambiguity in resolving the directory name " Solaris_* " located in the install image directory. This happens if more than one file or directory exists with " Solaris_ " in the install image directory. During the jumpstart, the install directory is mounted on mountpoint: /cdrom The problem is that the install image directory may have a link "Solaris_2.8" to "Solaris_8" To verify if this is the case, run the following command: # ls -l /export/install <--assuming /export/install is the install image directory -r--r--r-- 1 root root 6104 Feb 12 2001 Copyright lrwxrwxrwx 1 root other 9 Aug 24 2001 Solaris_2.8 -> Solaris_8 drwxr-xr-x 8 root root 512 Jul 1 15:28 Solaris_8 The path name the jumpstart install script looks for: /cdrom/Solaris_*/Tools/Boot/usr whiches causes the ambiguity in the install script not able to resolve the image mount point. |