![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make non-bootable scsi drive, bootable | bfisk | Filesystems, Disks and Memory | 1 | 02-16-2007 10:54 PM |
| Solaris 9 Installation | airtifa | UNIX for Dummies Questions & Answers | 1 | 09-17-2006 06:33 PM |
| Bootable solaris cd backup | andryk | SUN Solaris | 2 | 10-11-2005 11:55 PM |
| installation of Solaris: installation bypasses network config. | cadmiumgreen | SUN Solaris | 2 | 07-15-2005 07:31 PM |
| Solaris installation | malaymaru | SUN Solaris | 1 | 05-09-2005 06:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Help me, please! Solaris 10 hands-off installation from a bootable DVD
Hello,
I have a problem with installing the Solaris 10 using a bootable DVD with a flar archive. I want this installation to be totally hands-off, but unfortunately after I run this boot command at the ok prompt: ok boot cdrom - install ... the system is rebooted and the interactive Solaris Installation Program is launched: -- The Solaris Installation Program On the next screens I have to choose the NFS4 domain: -- NFSv4 Domain Name After I select "Continue", the installation is proceeding automatically. Could you please tell me what I should to to make this installation hands-free? The sysidcfg file contains these parameters: system_locale=C timezone=PST8PDT timeserver=localhost terminal=sun-cmd name_service=NONE nfs4_domain=dynamic network_interface=primary {netmask=255.255.255.0 protocol_ipv6=no} security_policy=NONE I have found some information in the internet, that I need to create the .NFS4inst_state.domain file in /etc directory. But it doesn't work... I have also read that I need to edit the post installation script, but as far as I know this script is executed after the installation, so it doesn't affect the solaris Installation Program that is launched after the first reboot. If you could give me any tips on how to resolve yhis problem, I'd be very thankful. Regards, Przemek |
| Forum Sponsor | ||
|
|
|
|||
|
yes jumpstart is easier. here is my sysidcfg file I use on a JS
Code:
network_interface=PRIMARY {netmask=NETMASK default_route=DEFROUTE protoccol_ipv6=no
Name_service=NONE
security_policy=NONE
system_locale=C
terminal=vt100
timezone=Zuli
timeserver=localhost
when you created the DVD you should have different slices in there ie s0 s1 etc.. in s1 you should have modified it in /etc/sysidcfg since there is where it will read the information |