Frontend for jumpstart installations

Hi
Does anybody know a good howto for configuring a frontend for solaris jumpstart installations?
Thank you

What do you mean by frontend ?
a set of script ? something graphic ?
After the inital setting, the biggest job is to create the finish script where you install you framework on your client.

Similar Messages

  • Solaris 10 U6 jumpstart installation always goes into interactive mode desp

    While doing the Solaris 10 U6 jumpstart installation, it is going into interactive mode for netmask.
    This is the sysidcfg file configuration being used :
    bash-3.00# cat /export/home/iserver/jumpstart/donau1/sysidcfg
    system_locale=en_US
    name_service=none
    network_interface=ce2
    {hostname=donau1 netmask=255.255.252.0 ip_address=10.50.57.24 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=5YcgZqC0krYjo
    bash-3.00#
    Here the network interface specified is "ce2" and the netmask is as shown above. Still, we observe the problem all the times.
    and I have seen the following messages on the screen
    Attempting to configure interface ce3...
    Skipped interface ce3
    Attempting to configure interface ce2...
    Configured interface ce2
    ip_arp_done: init failed
    ifconfig: setifflags: SIOCSLIFFLAGS: ce2: Cannot assign requested address
    Attempting to configure interface ce1...
    Skipped interface ce1
    Attempting to configure interface ce0...
    Skipped interface ce0
    Reading ZFS config: done.
    Setting up Java. Please wait...
    Serial console, reverting to text install
    Beginning system identification...
    Searching for configuration file(s)...
    Using sysid configuration file 10.50.57.214:/export/home/iserver/jumpstart/donau1/sysidcfg
    Search complete.
    Discovering additional network configuration...
    Completing system identification...
    after this it is going into interactive mode and prompting for netmask . After providing the netmask, installation goes through successfully.
    so please suggest me some solution to avoid it going into interactive mode.

    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.

  • ARP/RARP Timed out error during Jumpstart installation

    Hello
    Good day to you.
    One of my JS client machine throwing "ARP/RARP" Timed out error when I try to rebuild the box thro' Jumpstart installation.
    The box was earlier installed thro' Jumpstart method and was crashed recently so trying to rebuild it again.
    To make a note, my Jumpstart server (Boot, Install & Config - on same machine) and this client box are in different subnet.
    Looks the client machine broadcast not reaching the Jumpstart server or something to do with network config.
    After issuing "boot net - install" on ok prompt from the client machine, I am getting the above mentioned error - ARP/RARP Time out.
    Any thoughts?
    Thanks.

    The first step in traditional jumpstart is for the SPARC client to gather an IP address from the network via RARP.
    The messages indicate that it is not getting a response to this query.
    Some possible reasons:
    network not working properly
    No jumpstart/boot server on local subnet
    Jumpstart/boot server not configured for this client
    Darren

  • Sysidcfg file for unattended installation with proper IP addressing

    Hi,
    I've been running jumpstart installation for several Sunfire V210 and V280Rs. I did use the following sysidcfg file but it's complaining regarding NOT finding Jumpstart Directory and subsequently fails to comply with rules file. Though the ./check verification did gave me a okay signal but the [I guess] ip addressing/subnet mask scheme is causing trouble. I'm in the same subnet. I happened to google a lot on this, almost everyone had problem with ip addresssing and subnet mask. With this current sysidcfg, the system prompted for default route, for once!
    Can someone please share a working sysidcfg file for an unattended installation?
    # my current sysidcfg file
    system_locale=en_US
    timezone=US/Central
    terminal=sun-cmd
    timeserver=localhost
    root_password=test
    network_interface=bge0 {netmask=255.255.0.0
    protocol_ipv6=no}
    security_policy=none
    name_service=none
    Initially I was using following directive; it couldn't find the jumpstart directory. I even tried removing "default_route", didn't help much.
    network_interface=bge0 {hostname=test1
                           default_route=10.1.1.253
                           ip_address=10.1.1.1
                           netmask=255.255.0.0
                           protocol_ipv6=no}
    Here is my log ...
    Starting Solaris installation program...
    Searching for JumpStart directory...
    Using rules.ok from blade150:/opt/jumpstart.
    Checking rules.ok file...
    Using profile: profile
    Executing JumpStart preinstall phase...
    Searching for SolStart directory...
    Checking rules.ok file...
    Using begin script: install_begin
    Using finish script: patch_finish
    Executing SolStart preinstall phase...
    Executing begin script "install_begin"... <--- Somewhere here it prompted for default route.
    Begin script install_begin execution completed.
    Processing default locales
    - Specifying default locale (en_US.ISO8859-1)
    Processing profile
    - Selecting cluster (SUNWCXall)
    Installing 64-bit Solaris packages
    - Selecting locale (en_US.ISO8859-1)
    - Selecting all disks
    - Configuring boot device
    - Configuring / (c0t0d0s0)
    - Configuring swap (c0t0d0s1)
    - Configuring /mirror (c0t0d0s3)
    - Configuring /usr (c0t0d0s4)
    - Configuring /var (c0t0d0s5)
    - Configuring /opt (c0t0d0s6)
    - Configuring /export/home (c0t0d0s7)
    - Deselecting unmodified disk (c0t1d0)
    Verifying disk configuration
    Verifying space allocation
    - Total software size: 1363.53 Mbytes
    Preparing system for Solaris install
    Configuring disk (c0t0d0)
    - Creating Solaris disk label (VTOC)
    <snip>
    After that all worked fine.
    In case should you need to see my /etc/bootparam file, here it is ..
    # /etc/bootparam
    test.testserv.org root=blade150:/opt/jumpstart/Solaris_9/Tools/Boot install=blade150:/opt/jumpstart boottype=:in sysid_config=blade150:/opt/jumpstart install_config=blade150:/opt/jumpstart rootopts=:rsize=32768
    Can you please highlight what went wrong?
    TIA
    Raqueeb Hassan
    Bangladesh

    Heres the sysidcfg file we use
    system_locale=en_AU
    terminal=vt100
    security_policy=NONE
    name_service=DNS {domain_name=anu.edu.au name_server=150.203.1.10,130.56.4.1 search=anu.edu.au}
    network_interface=bge0 {hostname=talwood ip_address=130.56.64.131 default_route=130.56.64.1 netmask=255.255.255.0 protocol_ipv6=yes}
    timeserver=localhost
    timezone=Australia/NSW
    But it appears similar enough to what your using. But I can assure you that it works correctly.

  • Adding packages to custom Jumpstart installation

    Hi,
    I'm trying to add some new packages from the EA distribution to my custom Jumpstart installation. I've included said packages in the Jumpstart profile copied them into the install server "Product" directory (where all the other OS packages are located), updated .order and created appropriate entries for each new package in .packagetoc.
    This worked fine for DiskSuite (the SUNWmdr, SUNWmdu etc. packages now install along with the SUNWCreq cluster during the initial Jumpstart) but the SunScreen packages create a "WARNING: Unknown package" error.
    What have I forgotten?
    Thanks,
    Mike

    Diskette is uncommon to use.
    Generally you configure custom jumpstart with the rules file and sysidcfg files on the jumpstart server.
    When you run add_install_client, you may need to refer to the directory that contains the rules file and the sysidcfg file.
    Darren

  • [DONE] CXMame. ncurses frontend for mame

    Homepage:
    http://yeeking.net/cxmame/
    From that page:
    Introduction
    CXmame is a simple console based frontend for xmame, written in C using the ncurses library. It should run on all GNU/linux boxes, and hopefully other Unices
    I started building this because I thought it would be nice to have a console based frontend for xmame.svgalib, especially for people who want to run xmame on a machine without X. But I suppose something like this is ideal for someone who just wants a minimal frontend - I like typing the game names to jump to them in the menu ;=)
    Screenshots:
    http://yeeking.net/cxmame/images/cxmame-0.png
    http://yeeking.net/cxmame/images/cxmame-1.png
    Source:
    http://yeeking.net/cxmame/files/cxmame- … rc.tar.bz2
    Installation:
    Just unpack the tarball anywhere you have write permissions, eg
    $ tar zxf cxmame-0.4.src.tar.gz
    or
    $ tar xfj cxmame-0.4.src.tar.bz2
    then cd to the directory and:
    make
    make install
    note - make install needs to be done as root.
    Before you run cxmame you have to create a ~/.cxmamerc file containing the name of the xmame exectable you want to use (with full path if its not in your PATH ), followed by a ';'. For example my ~/.cxmamerc looks like this.
    xmame.svgalib;
    Then, the first time you run cxmame it will scan your roms and
    build a gamelist from them. This could take a little while depending on how
    many roms you've got in your rompath, but it only happens the first time.
    ( you have to set your rompath as per normal , eg in your xmamerc file ).
    So far i try to make the PKGBUILD, with no sucess
    # Contributor: Leandro Chescotta <[email protected]>
    pkgname=cxmame
    pkgver=0.4.2
    pkgrel=1
    pkgdesc="CXmame is a simple console based frontend for xmame, written in C using the ncurses library"
    arch=('i686' 'x86_64')
    url="http://yeeking.net/cxmame/"
    license=('GPL')
    groups=()
    depends=()
    makedepends=()
    provides=(cxmame)
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    source=(http://yeeking.net/cxmame/files/$pkgname-$pkgver.src.tar.bz2)
    noextract=()
    md5sums=('b8242450d947db73e35bcb602a71cba7') #generate with 'makepkg -g'
    build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir" install
    TNX for read!
    Last edited by leo2501 (2009-02-28 19:38:18)

    This software doesn't use the GNU autotools so ./configure etc is not applicable.  The Makefile also hard codes the location of the 'install' program to /usr/bin/install whereas on Arch it is at /bin/install so we need to patch the Makefile slightly.  Try the following build function in your PKGBUILD:
    build() {
    cd "$srcdir/$pkgname-$pkgver" || return 1
    # correct location of install in the Makefile
    sed -i 's/\/usr\/bin\/install/\/bin\/install/' Makefile || return 1
    # create intended target directory
    install -m755 -d $pkgdir/usr/bin || return 1
    make || return 1
    make INSTALL_DIR=$pkgdir/usr/bin install || return 1
    You may also want a 'cxmame.install' file to tell users to create a ~/.cxname file as per the README.
    Last edited by ghostHack (2008-07-12 17:08:39)

  • Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Hi! I can't upgrade my iTunes 10.3.1.55 on my Windows XP 2002 SP3 to the latest version of iTunes. Got the message: "A problem has occured with the Windows Installer-package. A program needed for this installation could not be run." What to do?

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Best Practices for SRM Installation !!

    Hi
        can someone share the best Practices for SRM Installation ?
    What is the typical timeframe to install SRM on development server and as well as on the Production server ?
    Appericiate the responses
    Thanks,
    Arvind

    Hi
    I don't know whether this will help you.
    See these links as well.
    <b>http://help.sap.com/bp_epv170/EP_US/HTML/Portals_intro.htm
    http://help.sap.com/bp_scmv150/index.htm
    http://help.sap.com/bp_biv170/index.htm
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm</b>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • 'flash_reboot_processing' file error while Sol9/05 jumpstart installation

    I do Solaris 9/05 jumpstart installation from flash image. I have the following error:
    Extracted 621.00 MB ( 99% of 622.37 MB archive)
    Extracted 622.00 MB ( 99% of 622.37 MB archive)
    Extracted 622.37 MB (100% of 622.37 MB archive)
    Extraction complete
    Postdeployment processing
    No local customization defined
    cp: cannot create /a/etc/init.d/flash_reboot_processing: No such file or directory
    Can not set reboot customization scripts
    ERROR: Error while processing system postdeployment script
    ERROR: Postdeployment processing failure
    ERROR: Flash installation failed
    So when I reboot the server it says:
    Boot device: /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@w500000e0112b7631,0:b File and args:
    Boot load failed.
    The file just loaded does not appear to be executable.
    I guess maybe it is connected with
    http://docs.sun.com/app/docs/doc/817-3804/6mjcffkoi?a=view
    on some way ..
    Please help.

    I get the same error message after Solaris10 6/06 WAN Boot installation.
    Extraction complete
    Postdeployment processing
    No local customization defined
    cp: cannot create /a/etc/init.d/flash_reboot_processing: No such file or directory
    Can not set reboot customization scripts
    ERROR: Error while processing system postdeployment script
    ERROR: Postdeployment processing failure
    ERROR: Flash installation failed
    Has anyone successfully completed a Solaris 10 6/06 WAN boot installation?
    I have found that most of the Solaris 10 WAN Boot Install documentation has been incorrect on out of date. I have had to modify and rebuild my configuration files and webserver many times after each new error encountered. Going on two weeks that I have been at this. This is crazy...

  • HT201364 Hi, If I do not have to pay for free installation, why am I being asked for billing details?

    Hi, If I do not have to pay for free installation, why am I being asked for billing details?
    Aaron

    iCloud backs up your iOS device (not your Mac) automatically. You can remove the backup:
    http://help.apple.com/icloud/#/mm122d3ef202
    and it will not back up again. This will not affect a backup made using iTunes. The notice you see refers to calendars, contacts, iWork documents and so on, which live on the server and are read from there by your Mac, and so will obviously disappear if you turn iCloud off altogether (which you don't need to do) or turn off Documents (which you don't need to do either).

  • Need advice for SAP installation on External  Hard disk

    Hi Gurus,
    I have HP laptop with configuration of 512 MB RAM and 50 GB hard disk...i recently bought 250 GB segate external  hard disk for SAP installation...My doubt here is if i  install SAP in external hard disk and will it work properly if i connect my laptop?
    ur advice is much appreciated
    Regards
    Dinesh

    Hi Dinesh,
    I have installed SAP on external harddisk.
    And it will work properly.
    But i think you need to increase your RAM.
    After installation, please keep in mind one thing.
    You will have to attach your external harddisk before your machine starts, because your OS will be in internal harddisk, so SAP and oracel services won't be able to run without external hard-disk.
    and in case you attach after system startup, please start all services.
    Regards,
    Payal Patel

  • No Disk meet the criteria for Solaris installation

    Hi all, I have a problem when trying to install Solaris 8 (Intel) on my PC. There are some funny things happened while installing the OS.
    1.) My motherboard does not support booting from CD-ROM, so I downloaded a Device Assistant Boot Disk to boot it up. Then I use dd.exe to make the boot disk from the image, I have tried many times that after creating the boot disk, this boot disk will contain 512 bytes of bad sector. So why?
    2.) After using this boot disk to boot up and install the OS, before entering to the detection of the bus type stuff (still on the white screen), at the bottom of the screen, it says "ata_command select failed ... ...", what does this mean?
    3.) When the system go back to the white screen with language selection, I choose English (which is 1), and the system try to find my hard disk, but it failed and says "No Disk meet the criteria for Solaris installation" with a new line saying "installation documenation found.". So what is happening?
    Appreciate for any help.
    Wallace

    Did you check that your adaptec scsi controller is
    supported by solaris and/or has a working driver
    (from sun or adaptec) ?
    Here's the HCL for solaris 8 x86:
    http://soldc.sun.com/support/drivers/hcl/8/401/BOOK.htm

  • URGENT ::    STEPS For De-installation of SAP R/3 4.7

    Hi ,
    can anybody tell me what are the STEPS For De-installation of SAP R/3 4.7
    Points will be rewarded .
    Regards ,
    AMber S

    since when de-installing SAP is urgent?
    uninstall SAP: D:\usr\sap\PBW\SYS\exe\uninstsap.exe
    uninstall Oarcle:  Start -> program -> oracle - SID -> Oracle installation products -> universal installer... choose uninstall.
    or better yet:
    format c:

  • AIR File Icon (For Native Installer)

    Hi,
    I am generating AIR application as native installer (.exe). I want to have a custom icon for my .exe file.
    I have specified the icons in application descriptor file as
    <icon>
                        <image16x16>icon...</image16x16>
                        <image32x32>icon...</image32x32>
                        <image48x48>icon...</image48x48>
                        <image57x57>icon...</image57x57>
                        <image72x72>icon...</image72x72>
                        <image114x114>icon...</image114x114>
                        <image128x128>icon...</image128x128>
              </icon>
    But this icon does not appear to be .exe file icon, It appears as application installed file icon. I want to have different icons for application installed icon (Application Icon) and separate icon for application installer (.air or .exe file custom icon)
    Kindly suggest any solution

    In this case you need to update installer icon manually via third-party app like freeware "ResourceHacker" http://www.angusj.com/resourcehacker/

  • I'm trying to download the trial version of Adobe Illustrator. An error message says that the OS does not meet the minimum system requirements for the installer. 10.6.0 is the minimum required for installation. How do I get my mac to be a 10.6.0 ?

    I'm trying to download the trial version of Adobe Illustrator. An error message says that the OS does not meet the minimum system requirements for the installer. 10.6.0 is the minimum required for installation. How do I get my mac to be a 10.6.0 ? Right now I have a 10.5.8 is there a way to upgrade or something?

    Buy the Snow Leopard retail installer (http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA).
    That will take you to 10.6.3.
    If required you can then use the combo updater to get to the latest version, 10.6.8 (http://support.apple.com/kb/DL1399)
    SL system reqmts;

Maybe you are looking for

  • Error message when opening CS6 files in earlier versions

    PSCS6 with 12.0.4 update.  Mac OSX 10.8.2   16GB 1333 Mhz DDR3  543 GB Available I've recently become aware that other people are getting an error message when opening many of my my psd files if they are on earlier versions of PS and also on PSE, (in

  • FREE SPACE : To find the size of the report on INFO VIEW.

    Hello, We have recently started using BO XI R2.Could anybody please let us know how to find the size of reports from INFO VIEW ? Please find a brief of the situation we are currently encountering We use the web portal " INFOVIEW PROD " to access all

  • How to Deploy 2 project together?

    I have created a Web Application[Default] project and the wizard has generated 2 projects. How can I deploy them together to run in my aplication server?

  • Could not complete the itunes store request. The store may be busy

    I'm unable to sign into the iTunes store, keep getting this message: "Could not complete the itunes store request. The store may be busy. Check your internet connection or try again later." it worked fine before I had to replace the hard drive. I'm o

  • Position of a field on the layout

    Using Oracle 10 g, what code should I write in a trigger to make the position of a field on the layout dynamic (set location on the layout)