Unattended  Solaris 10 installation with jumpstart server issue

Hello,
I have setup a jumpstart server and am finding it difficult to get a fully unattended solaris 10 sparc 10/09 install on a t1000 client. The console connection to the client goes into interactive mode at the point in system identification when the installer asks if the system is networked or non-networked, and runs a setup of default time zone and date/time. Using esc-2 to advance through the interactive menu it asks if ithe system is on a subnet, for the netmask (which is there as default), asks if the current time is correct, then asks me to confirm that my selections are correct. When I confirm it goes on it's merry way to finish the installation unattended.
My guess is it does not like one of the values in the sysidcfg file being used, but can't seem to see where the problem is. I don't see anything in the table of sysidcfg keywords from the online docs that specify networked or not, and I am using the network_interface keyword to define hostname, ip, default router, netmask and ipv6, and thought that should take care of the networking portion of system identification, also have timezone and time server set.
Could it be that I am configuring an ethernet port that is not connected (bge0)? This computer will be deployed on a DMZ type network, and the jumpstart server is located on a different network our internal private network. The jumpstart installation via the server is done by using a temporary ethernet connection on a second interface of the client. One other note the defined time server is on the dmz so the installation program won't see it.
Any suggestions on what might be causing the interactive installer to kick in?
Here is the sysidcfg used for the client:
more sysidcfg_vlan3/sysidcfg
keyboard=US-English
terminal=vt100
security_policy=NONE
system_locale=en_US
install_locale=en_US
timeserver=service-time
timezone=US/Eastern
network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
name_service=NONE
nfs4_domain=dynamic
root_password=someEncryptedValue
service_profile=limited_net
Thanks,
John
Edited by: jmck407 on Aug 6, 2010 11:42 AM

update. Fixed the problem with date/time by using abrante's suggestion of setting the time server to localhost. Don't get prompted for date/time information in the interactive installer any more.
If I setup the sysidcfg file to configure the ethernet port being used to communicate with the jumpstart server (bge1), using an ip and netmask that is on the jumpstart server network, the installation goes through fully un-attended.
Is there any way to get a second interface (in this case bge0) configured with ip/netmask values that are not part of the jumpstart server's network, using a non interactive jumpstart installation? Using these values in sysidcfg, the only things prompted for during the installation are, Is the system on a subnet, and what is the netmask. Anyone know what the sysidcfg part of the installation does to check the validity of a netmask value given in the sysidcfg file on the jumpstart server?
If need be, I guess the interface could be configured in the finish script.
more sysidcfg_vlan3/sysidcfg
keyboard=US-English
terminal=vt100
security_policy=NONE
system_locale=en_US
install_locale=en_US
timeserver=localhost
timezone=US/Eastern
network_interface=bge0 {hostname=D-Wade.xxx.xxxx.xxx default_route=xx.xx.xxx.1 ip_address=xx.xx.xxx..3 netmask=255.255.255.0 protocol_ipv6=no}
name_service=NONE
nfs4_domain=dynamic
root_password=someEncryptedValue
service_profile=limited_net

Similar Messages

  • Installation Solaris 10 with JumpStart (ssh)

    Hello,
    I want to install Solaris 10 with a server JumpStart.
    But i want only actived the ssh mod (for security).
    How do you write that in the jumpstart script ?
    What is the command line ?
    Anybody can help me, please ?
    Thank you :)
    Message was edited by:
    Marcorel

    I have seen this too over the years and it ultimately comes down to something innate:
    Here are a few suggestions:
    1. Try and use interface ce0.
    2. Check default route on both jumpstart server and client.
    3. The arp cache may need to be flushed on the Jumpstart server.
    4. Use snoop and see what happens during the actual RARPing phase between the server and host.
    5. Switch the order in the sysid config file as indicated below:
    system_locale=en_US
    name_service=none
    network_interface=ce2
    {hostname=donau1  ip_address=10.50.57.24 netmask=255.255.252.0 protocol_ipv6=no default_route=10.50.56.1}
    security_policy=none
    terminal=vt100
    timezone="MET"
    timeserver=10.50.57.214
    nfs4_domain=dynamic
    root_password=*****************
    Please note I blanked your root password. Let me know if this helps.

  • Minimum Solaris installation for Directory Server

    Hello,
    i want to set up a new Solaris installation for Sun ONE directory server.
    But i don't want to install always the "entire distribution" and then turn off all services. I want to keep the solaris os installation as small as possible. Has anybody tried this before and can report some experiences? Is the "reduced network" cluster the right way to go or better the "core" cluster? Does anybody have a list of the packages which must be installed after a minimal solaris installation for the ds to work?
    Thanks a lot,
    af_inet

    Since you original question is "minimum requirement
    at the SERVER", I would say that X is not really
    needed at the server end if you use installer text
    mode CLI (command is "./installer -nodisplay")
    instead of installer graphical mode (GUI). However,
    to fix uninstall/reinstall issue, X is needed as the
    "prodreg" which is used to uninstall packages is a X
    program, without text mode option.This is correct.
    It is not a must to run ./startconsole (X program)
    LOCALLY so as to perform DS admin functions as you
    could always run SUN ONE Console REMOTELY from any
    remote host (Windows or UNIX/Linux) with just the
    console binaries installed. (for large data centre
    env. the LDAP server is usually locked in server room
    away from your desk and you tend to use remote admin
    console).This is correct too. I think it's a matter of taste if i want to install console on the DS itself or on a separate host. As long as i have only one DS i will leave it on the machine itself. But you are right, this is not a must. So i should have asked my question more precicely :-)
    Thank you very much,
    Chris

  • Solaris 10 x86 Jumpstart Server

    I have setup everything just like in this document:
    http://docs.sun.com/app/docs/doc/817-5506/6mkv6kia5?a=view
    The client machine that I am trying to jumpstart connects fine, shows" 38800" as the prompt and then just stops. After running "snoop" on the server, I discovered that it connects to it and communicates some data then does some "PRINTER" commands. This is illustrated below (note "titan" is the name of the computer to be jumpstarted and "server" is of course the jumpstart server):
    server -> titan TFTP Data block 419 (512 bytes)
    titan -> server TFTP Ack block 419
    server -> titan TFTP Data block 420 (512 bytes)
    titan -> server TFTP Ack block 420
    server -> titan TFTP Data block 421 (480 bytes) (last block)
    titan -> server TFTP Ack block 421
    OLD-BROADCAST -> (broadcast) RARP C Who is 0:3:ba:1d:bd:32 ?
    server -> titan RARP R 0:3:ba:1d:bd:32 is 172.20.4.2, titan
    titan -> BROADCAST BIFF R port=111
    server -> titan BIFF C port=32771
    titan -> (broadcast) ARP C Who is 172.20.4.0, server ?
    server -> titan ARP R 172.20.4.0, server is 0:6:5b:e7:ad:73
    titan -> server WHO R port=32808
    server -> titan WHO C port=32808
    titan -> server SYSLOG R port=32808
    server -> titan SYSLOG C port=32808 BAD.FMT:
    titan -> server PRINTER R port=2049
    server -> titan PRINTER C port=2049
    titan -> server PRINTER R port=2049
    titan -> server PRINTER R port=2049
    server -> titan PRINTER C port=2049
    server -> titan PRINTER C port=2049
    titan -> server PRINTER R port=2049
    titan -> server PRINTER R port=2049
    It will then keep doing these "PRINTER" commmands forever. Everythings is setup like it should be, but when the client connects, it just sits there with no error, yet no packages install. It doesn't timeout with the waiting for ARP/RARP either. What is wrong? Any help is much appreciated.

    Note that this is a Solaris 10 x86 606 build. I think it might have something to do with the fact that its 606.

  • Open Hub Destination with Application Server Issue

    Hi all,
    I have requriment that i need to save my monthly data in application server with the help of OPen Hub Destination.I have created an DSO
    on that DSO i have created an Open HUb with application server as target.When i store my every month file in application server that file name should be a per the system date.
    So i have Created an LOgical File----ztest_data
    Assgined Physical path to Logical File-----/usr/sap/<sysid>........
    created an Logical File name------Ztest_data_file....
    IN the open HUb i have selected Aplication Server as My target and i have checked the box.
    I have selected Logical FIle name and given the file name which i have created-----ztest_data_file...
    Runned DTP it is showing no errors,but when i check in AL11 ,in the path which i have given(/usr/sap/<sysyid>........,i couldnt find the file.....
    Please check this and let me know...
    Thanks In Advance,
    Bobby.

    Hi,
    Please check the link /people/jyothi.velpula/blog/2010/01/20/creating-open-hub-destination-using-a-logical-file-to-extract-the-data .
    Also is your DTP full or delta. Try running the DTP as Full.
    Hope it helps.
    Best Regards,
    Kush Kashyap

  • Solaris v10 sparc jumpstart server on x86 solaris - can't find miniroot.

    I am trying to setup a jumpstart install server on an x86 solaris v10 machine to do a sparc network install. I downloaded both the CD and DVD sparc v10 ISO's. When I mount the CD, the Solaris_10/Tools/Boot directory (miniroot system) is symlinked back to ../../../s1 which does exist. I can't find it on the CD, I've used prtvtoc and this slice does not seem to exist.
    On the DVD iso, the directoy exists, but many files cannot be read, almost like the filesystem is corrupt.
    I've download these ISO and burned them many times, so I know it's not an issue with hardware or the CD/DVD media.
    Where can I download a working sparc solaris v10 miniroot system?

    There is no such entry under solaris. This entry only exist on windows.
    On solaris you need to change entries in the kjs script (prior to SP3)
    or iasenv.ksh (after SP3)
    madhavi korupolu wrote:
    >
    Can anybody tell me why the entry for /Application Server/6.0/Java/ in
    kregedit on solaris is missing. I have the entry upto /Application
    Server/6.0/.
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!--
    Han-Dat Luc ([email protected])
    Senior Consultant
    SUN Professional Services (iPlanet)
    o .
    o .
    O _ ____ _ _
    (_) _ \| | __ _ _ __ ___| |_ TM
    | | |_) | |/ _` | '_ \ / _ \ __|
    | | __/| | (_| | | | | __/ |_
    |_|_| |_|\__,_|_| |_|\___|\__|
    e-commerce solutions
    Sun Microsystems Australia Pty Ltd

  • Oracle Hyperion EPM 11.1.2 Installation on Linux Server Issue

    Hi All,
    We were downloaded and extracted all zip files (placed in opt/hyperion) from edelivery.oracle.com on LINUX 64 - Server.Before start the installation created new user and assigned to particular group.We are unable to point out the new location for installation, and tried in both GUI and silent installation. In GUI mode the "Browse" option is not highlighted for selecting a new location. It is giving default location eg: some other directory opt/epm.
    After finally we found some one already installed EPM 11.1.2 partially in some other directory. But Users are different and Groups (the both users) are same for this installation.
    The following error occurred "An existing Middle ware location has been detected .The default location is /opt/epm ".Even we are not able to change the location.
    My issue is why it is pointing to older location after deleting all related hyperion folders in /opt/epm.But Seems OraInventory folder files and some files pointing to older location.(We haven't clean that folders).Can i delete those folders as well?
    Any inputs would be really appreciated.
    Thanks in advance

    RahulS wrote:
    hi...
    Browse button was nt higihlighted coz EPM installer must hv found something frm previous installation.
    Now jst delete Oracle folder where u hv installed EPM 11.1.2, delete EPM related things from env nd user profile, nd re start installing.
    Cheers...!!!Is your keyboard broke?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Solaris Installation - Workstation or Server`

    We are installing WL on Solaris 2.7. This is a fresh install on a new machine that will be used as a development staging area. We have an opportunity to either install Solaris 2.7 Workstation or Server (we don't want to install on Solaris 8). Does WL have a preference?
    Thanks,
    Steve

    WL does not really have a preference. You can probably get by with
    workstation since all we require is that Java works fine.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Steve Dunstan" <[email protected]> wrote in message
    news:39a2d5d7$[email protected]..
    We are installing WL on Solaris 2.7. This is a fresh install on a new
    machine that will be used as a development staging area. We have an
    opportunity to either install Solaris 2.7 Workstation or Server (we don't
    want to install on Solaris 8). Does WL have a preference?
    Thanks,
    Steve

  • Unattended cucm installation with answers file

    Hello guys,
    I'm trying to understand how to master the CUCM answer files as well as the ASG tool. I didn't find any thorough docs around so I'm gonna ask here:
    1) In my opinion it should be possibile to have a cluster setup Pub+Sub without adding the second node to the PUB first through the web interface. Is it enough to enable the Dynamic Cluster Config option in the answer file in order to have the second node joining the first one?
    2)What if during the installation I also want to apply a patch? In my opinion should be supported using the following section of the xml file:
    <ParamNameText>Install or upgrade type</ParamNameText>
    <ParamDefaultValue>basic</ParamDefaultValue>
    <ParamValue>Basic Install</ParamValue>
    </InstallType>
    Changing the param value to: Applying a Patch but I cannot manage when to mount the floppy image because if you mount it too early it will proceed with the installation without upgrading even if you choose the skip button in the wizard and click on I want to install a patch
    3)Last but not least: how should I use the clusterConfig.xml? W/ o w/out platformConfig.xml?
    4)It's clear to me how to create the .vfd image. I already went through the CUCM official guides without success as well as the help associated with the AWG tool.
    Look forward to your answers, thanks for your time!
    Lorenz

    Hi,
    If an unsigned or invalid boot-critical device driver is installed on an x64-based computer, the computer will not boot. The unsigned or invalid boot-critical device driver
    will cause a Stop error.
    If you trust this driver and trying to install this unsigned driver, use /ForceUnsigned to override the requirement that drivers installed on X64-based computers must have
    a digital signature. For example,
    Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\mydriver.INF /ForceUnsigned
    The related KB:
    Understanding Device Drivers and Deployment
    http://technet.microsoft.com/en-us/library/dd744517(v=ws.10).aspx
    Signing Device Driver Packages
    http://technet.microsoft.com/en-us/library/cc771511(v=ws.10).aspx
    Add and Remove Drivers Offline
    http://technet.microsoft.com/en-us/library/dd744355(v=ws.10).aspx
    More information:
    Cross-Certificates for Kernel Mode Code Signing
    http://msdn.microsoft.com/en-us/library/windows/hardware/dn170454(v=vs.85).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows 8 , glassfish 3 installation of mobile server issues ?

    Hello every body , i have orcals 10g express installed on windows 8 , i have installed too glassfish 3.1.2.2 ,
    i have followed instruction to install the mobile server and the MDK too, but it seems that the mobile server wasn't added to glassfish as application ( domain is working )
    i have followed this tutorial
    http://www.youtube.com/watch?v=kXoVLgbY5bk
    also in the documentation didn't find what's the link to put in the browser to start the mobile server
    other issue : if my orcale uses 8080 port also glassfish server uses 8080 , that would cause problem , when glassfish started can open apex page
    thanks for your help , i was searching for another detailed tutrial but didn't find

    Mobile Server 10.3.x is not supported on Windows 8.
    thanks
    mike

  • Help with Remote Server Issue

    My company recently had an outside company create a homepage
    for us and it was turned over to me to create the rest of the
    pages. I am new at Dreamweaver and just can't figure out how to fix
    this problem. The woman who created the site for us has not been
    able to help me, either.
    Here is the problem:
    When I access the file "index.html" that she created in the
    "Files" panel and open it in Dreamweaver, it looks perfect, but
    when I hit F12 to view in IE, I lose all of the text in my column
    on the left. It seems to be an issue of images or something... we
    are not currently live with her hosting yet. Can I just continue to
    create pages and hope it will be okay once we go live?
    Any help would be appreciated.
    Laura

    Can't help much without seeing the code.
    Can you upload somewhere and post a link?
    Or at least post the entire page code.
    I am guessing it is an IE only problem having to do with the
    widths of your
    DIV's not fitting in the container
    IE counts differently than let's say Firefox.
    "LauraK77" <[email protected]> wrote in
    message
    news:g7htac$1jp$[email protected]..
    > My company recently had an outside company create a
    homepage for us and it
    > was
    > turned over to me to create the rest of the pages. I am
    new at
    > Dreamweaver and
    > just can't figure out how to fix this problem. The woman
    who created the
    > site
    > for us has not been able to help me, either.
    >
    > Here is the problem:
    > When I access the file "index.html" that she created in
    the "Files" panel
    > and
    > open it in Dreamweaver, it looks perfect, but when I hit
    F12 to view in
    > IE, I
    > lose all of the text in my column on the left. It seems
    to be an issue of
    > images or something... we are not currently live with
    her hosting yet.
    > Can I
    > just continue to create pages and hope it will be okay
    once we go live?
    >
    > Any help would be appreciated.
    > Laura
    >

  • Installing Solaris 9 and Solaris 10 using one JumpStart server

    Hi All,
    Is there any possibility to install both Solaris 9 and Solaris 10 using only one JumpStart server?
    Also it could be performed using flash archives?
    Thanks in andvice,
    Daniel

    Actually I do not understand how it will work
    together.
    Maybe I will describe my point of view.
    I have Solaris 10 with JumpStart server which is
    configured and works fine.
    So the next step to have Solaris 9 installation is:
    * copy Solaris 9 OS boot and installation image to
    the local disk using setup_install_server
    Q: If this script fails what to do?setup_install_server should work fine unless you're installing on a ZFS filesystem. Part of the script is checking for sufficient disk space. I think the script may not work properly in all situations with ZFS.
    * run add_install_client script from the Solaris 9
    installation directory
    Q: do I need to do any other changes?Nope. Assuming you're already running tftp for the Solaris 10 stuff, nothing has to be enabled.
    So I have two OS on the JumpStart server that I can
    choose to install.Yes.
    JumpStart is configured to install Solaris 10. If I
    would like to install Solaris 9 on the same machine
    should I only run add_install_client script from the
    Solaris 9 installation directory?If everything works right, that should remove the older entry from the bootparams database and the machine will jumpstart with Solaris 9.
    Darren

  • Solaris 10 x86 jumpstart installing from cd instead of install server

    Hi all,
    I am building a Solaris 10 x86 jumpstart server and was able to jump the client to a certain point. The jump appears to be running but for some reason stops after the first CD ( very peculiar considering the jumpstart is automated). After watching the jump, I discover that the install is using my CD to install rather than from the install server. It is, however, getting the sysidcfg info, rules and profiles from my install server. I booted from CD and then selected Custom Jumpstart to install via the network. Can someone tell me what I am doing wrong?
    Here is my add_install_client command:
    /jumpstart/OS/Solaris_10_x86_2006-06/Solaris_10/Tools/add_install_client -s server1:/jumpstart/OS/Solaris_10_x86_2006-06 -c server1:/jumpstart -p server1:/jumpstart/Sysidcfg host1 i86pc
    Here is the output from that command:
    Adding Ethernet number for jre-dlt to /etc/ethers
    updating /etc/bootparams
    ln: cannot create /tftpboot/pxegrub.I86PC.Solaris_10-1: File exists
    Create a grub floppy and edit GRUB menu to contain
    the following entry:
    title Solaris netinstall
    rarp
    kernel /I86PC.Solaris_10-1/multiboot kernel/unix -B install_media=192.168.1.100:/jumpstart/OS/Solaris_10_x86_2006-06,install_boot=192.168.1.100:/jumpstart/OS/Solaris_10_x86_2006-06/boot
    module /I86PC.Solaris_10-1/x86.miniroot
    BTW, can someone tell me how to create a grub floppy? Can't seem to find any documentation on that!
    Thanks in advance,
    Brian

    Here is the error output:
    # ./add_install_client -i 192.168.1.51 -c sun1:/jumpstart/ -p sun1:/jumpstart/Sysidcfg/Solaris_10-intel/ host2 i86pc
    unmount: warning: /tftboot/I86PC.Solaris_10-1 not in mnttab
    unmount: /tftpboot/I86PC.Solaris_10-1 no such file or directory
    mount: Mount point /tftboot.I86PC.Solaris_10-1 does not exist.
    cleaning up preexisting install client "host2"
    removing host2 from bootparams
    rm: /tftboot/ is a directory
    updating /etc/bootparams
    ln: cannot create /tftpboot//pxegrub.I86PC.Solaris_10-1: File exists
    Create a grub boot flloppy and edit GRUB menu to contain
    the following entry:
    title Solaris netinstall
    rarp
    kernel /I86PC.Solaris_10-1/multiboot kernel/unix -B install_media=192.168.1.100:/jumpstart/OS/intel
    module /I86PC.Solaris_10-1/x86.miniroot
    ------------- end ---------------
    So, I have tried this with the -i, -e -i+-e, with -s and without.
    I have an entry in /etc/ethers and /etc/hosts. However, I don't think it is a FQDN or simular issue. Looks like a script issue.
    /tftpboot/ ends up with
    boot/
    nbp. -> pxegrub.I86PC.Solaris_10-1
    pxegrub.I86PC.Solaris_10-1
    rm.192.168.1.51
    /tftpboot/boot/
    grub/
    /tftpboot/boot/grub/
    menu.1st
    # cat menu.1st
    default 0
    timeout=30
    title Solaris_10 jumpstart
    kernel /i86PC.Solaris_10-1/multiboot kernel/unix -B install_config=192.168.1.100:/jumpstart,sysid_config=192.168.1.100:/jumpstart/Sysidcfg/Solaris_10-1-intel/,install_media=192.168.1.100:/jumpstart/OS/intel
    module /I86PC.Solaris_10-1/x86.miniroot
    ---- end ----
    Thanks for the help.
    Aaron

  • Installing a Jumpstart server x86 missing steps

    Hello Sun experts
    I am trying to setup Solaris 9 x86 Jumpstart server. My network has DHCP enabled and my Jumpstart server has a static IP address of 192.168.0.81. I am quite new to Solaris but I think I have done the basic.
    1) Captain # mkdir -p /export/install/x86_9
    Captain# cd /CD_mount_point/Solaris_9/Tools
    Captain # ./setup_install_server /export/install/x86_9
    2) ./add_to_install_server /export/install/x86_9
    When I insert the Solaris Software 2 of 2 x86 (which I download from sun) in the CD-ROM drive
    I get an error telling me there is not enough disk space to install image file
    Captain # mkdir /jumpstartCaptain
    # cp -r /export/install/sparc_9/Solaris_9/Misc/jumpstart_sample /jumpstart
    I start the NFS server and run this command
    share -F nfs -o ro,anon=0 /jumpstart
    then I run
    Captain # shareall
    this is my profile for the clients_prof
    install_type initial_install1
    system_type standalone2
    partitioning default3
    cluster SUNWCuser4
    package SUNWaudio5
    I insterted this into my rules file
    network 255.255.255.0 - clients_prof ���
    Then run the check commad
    Captain # cd /jumpstart
    Captain # ./check
    The check command tells me that the rules are ok.
    On the client side I just inserted Solaris 9 disk 1 and chose the number 2 (The Jumpstart option) and it dose nothing, it just loads from the cd rom.
    Can anyone please help me I am lost.
    I know I am missing some steps.
    Thanks in advance

    No, the -d option specifies the container, not the package. For directory-style packages that are found on installation media, you should be giving the parent directory.
    So if you can see SUNWwsr2 in 'ls', its parent would be the current directory.
    pkgadd -d . SUNWwsr2 or
    pkgadd -d . (and find the package in the list of packages)
    Darren

  • Problem with Jumpstart install

    Hi,
    I'm having a serious problem installing an x86 Solaris 10 with Jumpstart. I have a server with the profiles and rules, everything is ok I think. The server has a DCHP service running, and I start the target machine from the net. When switched on, it connects to server, get IP address and paramenters, and the Grub menu appears with the correct option to select. I select it and the process begin. First, the language selection page asks for the language, then, the process make the partitions, and start the copy of files (graphic mode). After some hours (the files are the Solaris 10 operative system itself and a flash image from other machine), the file copy process finishes, and, after some other tasks, the machine reboots. And here is where the problem appears.
    At booting, I select to boot from the first hard disk drive (where the files have been copied, where the OS resides), and the following message appears: Bad PBR sig. Searching in forums, I have read that message means there is no active partition or it's impossible to find the master boot record.
    Booting with a CD, I see there is an active partition, and it is the correct partition. So the problem is that there is no master boot record. Again, searching the net, I read that there are two ways of write a MBR: the command Installboot and the command Installgrub.
    I boot from solaris 10 CD and enter the command Installboot, and it says that it's obsolete, so I try with Install grub this way: (note: when booting with Solaris CD, it detects a Solaris installed in /dev/rdsk/c0t0d0s0, and ask me if I want to mount it in /a, I answer yes because I think that I need to use the information of grub at /boot/grub of the hard disk)
    installgrub -m /a/boot/grub/stage1 /a/boot/grub/stage2 /dev/rdsk/c0t0d0s0
    After that, I rebooted the machine and when it starts (from hard disk), the only thing that occurs is that the word GRUB appears.. and nothing else. A flashing cursor at the end of the word GRUB. Nothing to do. The only way to get out of there, is switching off and then on again.
    The first time I tried to install, I did the same but without mounting the disk, and with the command installgrub -m /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0t0d0s0
    Here is the profile at Jumpstart:
    install_type flash_install
    archive_location nfs 10.95.8.7:/export/backup/platform/alba-ucm/ALBA-UCM-HostID_
    2b72c461_4x80GbMirror-Prepared_09042008.flar
    partitioning explicit
    #DISK-0 MIRROR PREPARED
    filesys c0t0d0s0 1:2650 /
    filesys c0t0d0s1 2651:1600 /var
    filesys c0t0d0s2 4251:400 swap
    filesys c0t0d0s3 4651:100 /tmp
    filesys c0t0d0s4 4751:1000 /opt/app
    filesys c0t0d0s5 5751:3143 /repositoryCC
    #SVM+Boot
    filesys c0t0d0s7 8894:26
    #DISK-1 MIRROR PREPARED
    filesys c0t1d0s0 1:2650
    filesys c0t1d0s1 2651:1600
    filesys c0t1d0s2 4251:400
    filesys c0t1d0s3 4651:100
    filesys c0t1d0s4 4751:1000
    filesys c0t1d0s5 5751:3143
    #SVM+Boot
    filesys c0t1d0s7 8894:26
    #DISK-2 MIRROR PREPARED
    filesys c0t2d0s0 1:8093 /datos
    filesys c0t2d0s1 8094:800 /DBoracle
    #SVM+Boot
    filesys c0t2d0s7 8894:26
    Please, need some urgent help to solve this problem. What am I doing wrong?
    Thanks.

    Paco,
    Quizas deberias de tratar de instalar tus file systems, y sincronizarlos durante el jumpstart. In other words, you should try to mirror your drives during jumpstart. I see you are using cylinders instead of MB sizes, and unless there is a particular reason why you're doing it that way, I suggest you mirror like this:
    filesys mirror:d10 c0t0d0s0 c0t1d0s0 /
    filesys mirror:d20 c0t0d0s1 c0t1d0s1 /swap
    de este modo, una vez el sistema operativo instale, los cambios necesarios al bootenv.rc seran implementados por el sistema operativo.
    You should also make sure if you have a live system, that the secondary drive (DRIVE-1) you are trying to boot has been setup with the master boot record:
    fdisk -B /dev/rdsk/c0t1d0p0
    And make sure your /boot/solaris/bootenv.rc file shows an "alternateboot" property.
    Saludos,
    --xancatal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Adobe 8 professional comparison

    I am running a comparison on Windows XP in Adobe 8 professional. I get my comparison back and its a large document.  The problem is i can not figure out what the differences in the colors mean.  Can someone let me know what the difference between red

  • Archiving spool document  (.pdf,.otf,...)

    Hi  Guru, We  want  to  archive  spool  document  , is it a solution with archivelink  ?   what are the steps . Spool  document are stored in external storage !  Do we need to install and customize a SAP certified content server  for  external storag

  • ABAP code for flat file path

    Hello, My hierarchy is loaded through flat file. This file is present in the application server. We have hard coded the filename path in our program in the production system as: DATA:p_fname LIKE rlgrap-filename value ' A0001SAP\PACE_PRD\interface\BI

  • Additional Installers List empty

    Hi there Best regards chris CL(A)Dly bending G-Force with LabVIEW famous last words: "oh my god, it is full of stars!" Solved! Go to Solution.

  • IMac randomly shuts down still

    Just bought this iMac a little over a week ago. The genius told me to immediately update everything, I did and it still shuts down on me. Any ideas?