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

Similar Messages

  • Solaris X86 Jumpstart slow

    I'm trying to jumpstart a Sun x4240 and during the boot up when it runs the install-discovery script, the server goes very very slow. It will eventually move past this part, but only after many hours. The server has 4 disks, which I have setup on the raid controller as JBOD's, we are not using the RAID functions of the card at all.
    It seems the longest time is taken when running the the the script /boot/solaris/bin/create_diskmap, which is mostly this:
    /sbin/biosdev 2> /dev/null | while read diskno diskpath
    do
    devname=`/bin/ls -l /dev/rdsk/*p0 | /bin/grep $diskpath | /bin/nawk '{ print $9 }'`
    ctdname=`echo $devname | /bin/sed "s#/dev/rdsk/##" | /bin/sed "s#p0##"`
    grubdisk=`echo $diskno | /bin/sed "s/0x8//"`
    echo "$grubdisk $ctdname $diskpath" >> "$GRUBDISKMAP"
    done
    Then once it gets past this part (many hours) it hangs again around this part:
    # x86 config cleanup logic
    if [ -x /usr/sbin/install.d/atconfig ]; then
         /usr/sbin/install.d/atconfig
    fi
    Atconfig is described thusly:
    Besides ON changes there are changes needed in the
    Install consolidation. When you boot the Solaris CD/DVD,
    the atconfig binary is run that searches the disk for
    kernel/misc/sysinit file and copies this to
    /tmp/root/kernel/misc/sysinit so the
    svc_serial.c code from Suninstall can try to preserve the
    hostid during an upgrade and even an install. We need
    to modify this code to also search for /etc/hostid and preserve
    it. However, for older systems we also need to search for
    kernel/misc/sysinit for those systems that have hostid stored
    there, and convert the hostid in sysinit into a hostid in /etc/hostid.
    There was no contract between ON and Install for sysinit;
    we now have a contract in place between the two consolidations
    for Install's use of /kernel/misc/sysinit and /etc/hostid.
    The server installs fine during a normal DVD install. I'm not sure what else to do on this. If anyone has any guidance that would be great.

    Yes... I've seen and used the grub -b switches for input-device and output-device and this does change the way certain things work. However, this does not redirect input and output solely to the console, as you would, lets say, any sparc box. I start a jumpstat process, tell it to go to the console, and it hangs and waits for input from the VGA device. Right now, I have an odd interaction going on between the ILOM webgui redirection and the console. I can't login through the webgui and reboot the box through the console, nor can I hit CTRL+N to get it to boot off the network when I have the ILOM Webgui redirected to my keyboard. But when it boots off the virtual CD, or if I use the console to get into the BIOS, then and only then can I use my keyboard in the ILOM Webgui.
    There is some sort of odd interaction between the console and that stupid VGA port on the ILOM that is not explained in ILOM docs that I have read. And that is what this post is trying to figure out. When you jumpstart a sparc box, you have total control from the console. This is not the case on x86.
    Please re-read my other post before you comment on double posting. Both are about x86 jumpstart. One is about console redirection (this post). The other post is asking about getting jumpstart NOT to go through an interactive install through the -b switches. Two separate issues.

  • Mounting a Solaris x86 CD/DVD from a remote Windows CD/DVD-ROM drive

    Greetings, all.
    Is it possible to mount a remote Windows CD/DVD-ROM drive? I have the Solaris 10x86 Companion Software DVD sitting in a CD/DVD-ROM drive that's installed on a Windows server on my network. It is shared-out (F:) and the two servers can ping each other. I've also confirmed the NFS services/daemons are running on the Solaris x86 machine. I've tried the following variations but, all have failed to produce successful results:
    # mount -F nfs x.x.x.x:/f /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F hsfs x.x.x.x:/f /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f
    # mount -F hsfs x.x.x.x:/F /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F
    [FYI: S10_106_SOFTWARE is the DVD's label as reported by Windows Explorer.]
    # mount -F hsfs x.x.x.x:/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/S10_106_SOFTWARE
    # mount -F hsfs x.x.x.x:/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/s10_106_software
    # mount -F nfs x.x.x.x:/S10_106_SOFTWARE /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F nfs x.x.x.x:/s10_106_software /mnt
    nfs mount: x.x.x.x: : RPC: Program not registered
    nfs mount: retrying: /mnt
    # mount -F hsfs x.x.x.x:/f/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f/s10_106_software
    # mount -F hsfs x.x.x.x:/F/s10_106_software /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F/s10_106_software
    # mount -F hsfs x.x.x.x:/f/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/f/S10_106_SOFTWARE
    # mount -F hsfs x.x.x.x:/F/S10_106_SOFTWARE /mnt
    mount: No such device
    mount: cannot mount x.x.x.x:/F/S10_106_SOFTWARE
    I've also tried mounting it at bootup by adding the appropriate entry in the /etc/vfstab file but, this does not work as well. I've tried Google'ing for an answer to my issue but, I haven't been able to find anything that applies directly to what I'm reporting. It's usually chatter about mounting from one UNIX server to another. Any advice from the community would be greatly appreciated.

    After three weeks, you deserve a reply. Windoze does
    not natively support NFS.Also deserves a decent answer...
    There are two ways to do this:
    Install Microsoft's free "Windows Services for UNIX," which includes a Windows NFS server; or
    Install the 'sharity' package (google for it); it provides Solaris systems the ability to mount Windows shares

  • Install from software failed AND install from DVD failed....

    I downloaded Mountain Lion from the App Store and burned a bootable disc, or so I thought, before installing. Upon installing (from the hard drive version), the hard disk failed and ML wouldn't install, nor would the drive even mount any more. (Luckily, I ran time machine so my dada isn't lost.) So today I bought a new HD and spent 4 hours zeroing it.
    I put in the bootable DVD and, after 10 minutes, it finally tried to install. Then it said "There was an error installing the system. Please try reinstalling the operating system." (Dear Apple, that is not the mot helpful error message.)
    So, I tried to use the utilities on the DVD to restore from my Time Machine backup, but the tools never loaded!!
    I finally got the old drive to mount, so I started CCC but now the drive unmounts itself about 3GB into an attempted clone.
    I don't have a Lion DVD because I can't find the one that came with my MacBook.
    NOW WHAT?! :-(
    My Mountain Lion App Store purchase is verified right? Can I attempt to download the ML installer on my 10.6 machine and possibly re-burn a disc? (Does it matter if it's +R DL or -R DL?)

    You mean updating from the downloader? I tried that first, it's what crashed the drive to begin with.

  • OVM Installed From Template Doesn't Show Server Pool

    I was wondering if someone might be able to help me with this before I go messing things up trying to fix it on my own.
    I just installed OVS 2.2.1 and OVM 2.2.0 from Template (Ver. 2.4). The install went well and the OVM server is up and running. However when I log in to the OVM web administration page I don't see the Server Pool or the OVM_EL5U4_X86_OVM_MANAGER_PVM virtual machine listed. I haven't restarted the systems yet because I thought I might ask first.
    Does anyone know how I might get the server pool I specified during the template installation script to show up in the OVM manager?

    Nevermind. I forgot to VNC in to the console to continue the installation.

  • Is installing from AUR similar to install from source?

    I wonder if installing applications from AUR is similar to installing from source? Recently I have a problem where Eclipse SWT embeded browser is broken and 1 solution is installing firefox from source. So I wonder if installing from AUR is similar as installing from source?
    StackOverflow question about broken SWT Browser

    You may also be interested in ABS.  ABS is the official build system for Arch.  Things supported by Developers go into Core and Extra, things supported by trusted users go into community.  To get the packages for the extra (which is where firefox lives), install and run (as root) abs.  Then the build stuff for firefox will live at /var/abs/extra/firefox
    ewaller@odin:/var/abs/extra/firefox 1021 %ls
    firefox.desktop firefox.install firefox-install-dir.patch libvpx.patch mozconfig PKGBUILD vendor.js
    Looking at the PKGBUILD, that package does compile from source.  Copy the directory to a user directory, enter that directory, and you can build your own copy with makepkg.  You can then install the package with pacman -U
    If you need to change something, change the files in your local copy.
    This is not that tough, but it is most definitively not a project for a beginner.  The documentation you need is out there, you will need to do your research.

  • Warning: Solaris 10 x86 jumpstart (grub) from Solaris 8 server

    Hi all,
    I'm just posting this here in case someone comes across the same problem I did.
    When trying to do a custom jumpstart installation on x86 boxes from a Solaris 8 SPARC server, Grub was failing to do TFTP of the "multiboot" and "x86.miniroot" files. A snoop of the traffic would reveal some "TFTP Error: not defined" packets.
    Turns out this is a known bug:
    http://sunsolve.sun.com/search/document.do?assetkey=1-1-6395719-1
    The bug doesn't make any reference to jumpstart, and because of this it took me a while to find it.
    I copied the in.tftpd binary from a Solaris 9 box, and it worked like a charm. (Would it be very difficult to issue a Solaris 8 patch?)
    kind regards,

    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

  • Help getting Solaris-X86 DNS working and set it up a server.

    Just got solaris 8 02/02 working on a spare machine. I am new to
    setting Solaris but determined to get to know it.
    Couple of questions:
    1. I have assigned the machine a IP address and host ID. I can ping
    the machine OK. I can't get the DNS service to work however. I do not
    have my own domain and the machine is behind a linksys router. I
    tried using the pacbell.net as the domain dame but it can't find the
    DNS server. I of course do have the DNS IP addresses. Any clues?
    I followed http://www.execpc.com/~keithp/bdlogsol.htm#basics setup by
    Keith Parkansky but still can't get it work.
    Any clues?
    2nd question I am cramped for space so I don't want to use a monitor
    on the machine. I tried using telnet to connect to the machine
    unsuccesfully. What I want to be able to do is set it up as a server
    so that I can use both the console and CDE from my laptop on my HAN
    (home area network:-). I already use exceed on the laptop to connect
    to other UNIX host. Any Clues?
    Otherwise I would say the Solaris Rocks, and I am looking forward to
    playing around with it?

    1) set it up as new and have it log into the windows domain (have to research how to do this)
    Bind the Mac to the domain using Disk Utility
    What would you do??
    Login to each Mac with a domain account and have the Mac cache the credentials when logging so it creates a local home folder that's associate with a domain account.  Enable home syncing on each Mac so your home folder is the exact same on each Mac.

  • How to integrate Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi
    From the Unix prompt enter oemapp console(for v9.x). If you are using earlier versions it is oemapp console (for starting the console) and oemapp dbastudio(for starting dba studio)
    For starting OMS enter: oemctrl start oms.
    Hope this helps
    sarath

  • How to integrate a Solaris x86 server on Sun Management Center ?

    Hello people,
    I want to integrate a Solaris x86 server on Sun Management Center platform.
    If I'm not wrong, SunMC doesn't run for Solaris x86, server and client only as console with Java.
    In speat of it, I try to install Sun Management Center 3.0 Agent for Solaris x86.
    It seems to be ok, install packages, but when execute es-setup script, intents to create the following directory:
    /opt/SUNWsymon/base/bin/sparc-sun-solaris2.8
    I supose that in this directory, SunMC will install sparc binary files
    At this point, I can't follow the installation and abort it.
    Can anybody give me ideas to install and integrate my solaris x86 server on SunMC ?
    Thanks

    Hi Hisham,
    hishooooo wrote:
    Dear Gents,
    I have one X86 Solaris Server configured and installed to be Sun Management Center Server.
    successfully i could monitor the Sun Solaris Servers after i have installed the SMC agent on them.
    my problem is that i could not install the SMC agent on Red Hat Linux. as i could not find an easy document or steps to do so.
    could you guide please?If you still have a copy of your SunMC media around, the same ["es-inst"|http://docs.sun.com/app/docs/doc/820-2215/command-line-1?l=en&a=view] program you use to install Solaris Agents should work on Linux as well. It autodetects OS type and will install Solaris packages or RPMs as appropriate.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • HOWTO: Example CLI commands for CS4 ARD install from a network volume

    So, I have been meaning to post up now I've done a couple of successful installs using this command set.
    After following the instructions to build a Manual Enterprise Deployment, Adobe recommends that you copy your completed package to the machine and execute it from there. But I found it much easier to just create a network volume that could be accessed by an authorized installer user and mount that and run the install from there instead.
    For this example I've assumed:
    A server called "server.local"
    An install user called "adobeinstaller" with passwd "installerpasswd"
    A network share that only the above user can access called "cs4stdvol", containing just the contents of the folder that contains "Setup" off the Adobe Design std Install DVD
    A folder called "/Volumes/cs4stdvol" to mount the network share to (if you have a bunch, you may want to consider one mount point with a bunch of subfolder installers)
    The actual Unix commands to issue are as follows (make sure to execute as root!):
    mkdir /Volumes/cs4stdvol; mount_afp afp://adobeinstaller:[email protected]/cs4stdvol /Volumes/cs4stdvol/; /Volumes/cs4stdvol/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile=/Volumes/cs4stdvol/install.xml; umount /Volumes/cs4stdvol/
    Basically, the gist of it is:
    Make a folder in /Volumes to mount the network share at.
    Mount the network share using whatever username and passwd you created.
    Run the Adobe Setup app as root in silent mode with the deployment file you created by reading through the setup instructions in the Manual Enterprise Deployment Help.
    Unmount the network share (which also automatically deletes the folder from /Volumes).
    Hope this helps others,
    Eric.

    So, I have been meaning to post up now I've done a couple of successful installs using this command set.
    After following the instructions to build a Manual Enterprise Deployment, Adobe recommends that you copy your completed package to the machine and execute it from there. But I found it much easier to just create a network volume that could be accessed by an authorized installer user and mount that and run the install from there instead.
    For this example I've assumed:
    A server called "server.local"
    An install user called "adobeinstaller" with passwd "installerpasswd"
    A network share that only the above user can access called "cs4stdvol", containing just the contents of the folder that contains "Setup" off the Adobe Design std Install DVD
    A folder called "/Volumes/cs4stdvol" to mount the network share to (if you have a bunch, you may want to consider one mount point with a bunch of subfolder installers)
    The actual Unix commands to issue are as follows (make sure to execute as root!):
    mkdir /Volumes/cs4stdvol; mount_afp afp://adobeinstaller:[email protected]/cs4stdvol /Volumes/cs4stdvol/; /Volumes/cs4stdvol/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile=/Volumes/cs4stdvol/install.xml; umount /Volumes/cs4stdvol/
    Basically, the gist of it is:
    Make a folder in /Volumes to mount the network share at.
    Mount the network share using whatever username and passwd you created.
    Run the Adobe Setup app as root in silent mode with the deployment file you created by reading through the setup instructions in the Manual Enterprise Deployment Help.
    Unmount the network share (which also automatically deletes the folder from /Volumes).
    Hope this helps others,
    Eric.

  • Ilife not installing from Software install DVD

    Hi,
    I have a G5 that came preinstalled with 10.3 and the iLife programs (iphoto, iDVD, etc). Over time, I upgraded to 10.3.9. Recently my computer was having problems, so I did an erase and install from the original Software install and restore DVD to 10.3 (my computer came with one dvd). Now my computer has iphoto 2.0 and no iDVD. I can't open iphoto because i had been using a more recent version. I'm pretty sure my computer came with the iLife 04 apps, why won't it install them from the original software DVD?
    Thanks in advance for any help

    Thanks, that was helpful. I was able to see that my Installation install and restore DVD only has iPhoto 2, and no iDVD.
    I found the box that my computer came in and it says that I should have the iLife 04 programs. The only thing I can figure is that I got a seperate iLife DVD with the computer, and have lost it. I can't think of any reason that software would be missing from the install DVD.

  • Premiere Elements 11 "installing Shared Technologies" error during install

    How do I fix the "The installation process has encountered an error whil installing Shared Technologies.  Please restart your system and try again." error while installing Premiere Elements 11?  Photoshop Elements 11 installed fine, but I keep receiving this error while trying to install Premier Elements 11.
    I have already tried:
    Install from CD
    Install from C: drive root
    Install from Adobe website trial version
    Install from CD, after clean boot
    In each case it installs at the same place with the same error.
    From searching these forums and doing a web search it seems like a common problem with no clear solution.

    FFWLKin
    I do not know if what I am about to report will help or confuse the Premiere Elements users further on this Shared Technology error encountered during Premiere Elements installation, but here is hoping that something in the following experience might be of help to someone....
    I entered your thread with the Shared Technology error (targeting Elements Organizer/Data 7) when trying to install Photoshop Elements 10 and Premiere Elements 10 on a new Windows 8 64 bit computer. Unlike the others I had no problems installing Premiere Elements 11 and Photoshop Elements 11 from the Adobe installation disc a week earlier on this brand new Windows 8 64 bit computer. Short of re-formatting the hard drive, I did everything plus with no luck in getting versions 10 installed on this Windows 8 64 bit computer. So, I decided to focus on working with the already installed version 11 programs.
    I headed for Premiere Elements 11 to create a DVD-VIDEO format on DVD disc and to my horror found that the program's burn dialog had no burner(s) in the burner location (either the build in one or an external burner (USB). But, Premiere Elements 11 burn to folder did work. On the other hand, I found that Photoshop Elements 11 Organizer File Menu feature to burn (datadisc) to CD or DVD did recognize these burners and that burn to feature worked. I went through the typical drill for those in this type of situation and nothing remedied the problem. So, I decided to go for the deactivate/uninstall/reinstall route. Well,  now Premiere Elements 11 reinstallation ran into the same fate as Premiere Elements 10, that is, it ran into the Shared Technologies error related to installation of the Elements Organizer and Premiere Elements 11 would not install after going through everything decribed in this thread, excluding re-formatting the hard drive.
    1. Deactivated/uninstalled Photoshop Elements 11 and Premiere Elements 11.
    2. Apply the cclearer: cleaner and registry cleaner. And, then went into the Registry and deleted all related to Photoshop Elements 10/Premiere Elements 10 as well as Photoshop Elements 11/Premiere Elements 11.
    3. Disabled firewall, antivirus, spyware...
    4. Tried to reinstall Premiere Elements 11, using the installation files (setup.exe in 64 bit folder) copied to hard drive. No go. Same Shared Technology error.
    5. Started deleting programs that I had installed after the initial successful installs of Photoshop Elements 11 and Premiere Elements 11 (these programs included iTunes, VLC player, and ImgBurn). Still no go for the Premiee Elements 11 install, and same Shared Technologies error.
    FINALLY, Photoshop Elements 11 and Premiere Elements 11 got successfully installed on this Windows 8 64 bit computer according to the following scenario (iTunes, VLC player, and ImgBurn still removed from system...firewall, antivirus, spyware protection re-enabled)
    1. Attached a USB burner to computer via one of its USB 3.0 ports.
    2. Inserted the Adobe installation disc into the burner tray of this burner in order to install the program(s) via the installation disc.
    3. Selected install for Photoshop Elements 11. It went to completion without problem.
    4. Selected install for Premiere Elements 11. It went to completion without problem. And, now the burn dialog/burner location did recognize the computer's built in burner and my USB external burner.
    None of the above may have had anything to do with what finally triggerd the version 11 installation processes to go to completion. But, I add this to the mix of how Photoshop Elements 11/Premiere Elements 11 finally got installed in Windows 8 for the user.
    And, I would offer this suggestion to those who have already installed Premiere Elements 11 on their Windows 8 64 bit. As soon as possible make sure you have burners listed in the burner location of the program's burn dialog.
    ATR

  • Solaris 10 x86 JumpStart install not working

    I'm working with several Compaq DL380 servers.
    I've installed Solaris 10 x86 3/05 onto DL380 #1, and created a 3GB servername.flar Flash Archive of that system.
    I've moved that .flar file to a local web server. I can bring it up in any host's browser on the local subnet, and am able to download the .flar file.
    Now, on DL380 #2, I can install Solaris from CDs and open Mozilla and download the 3GB .flar file to /tmp. So, it is reachable. However, if I do a re-install, and this time specify a JumpStart install via HTTP, entering the URL that works, the install program tells me that it can't find a Flash Archive there. I'm entering the URL as http:/10.20.30.40/servername.flar, where 10.20.30.40 is the local web server. This is the same URL that works on other local hosts. (i.e. going to http:/10.20.30.40/ brings up the list of files, and a right-click on servername.flar gives you the option to download it, which I've tried and it does work - it takes a few hours, but it works)
    I tried HTTPS first and when I encountered this issue I reconfigured the web server for just HTTP. Then I thought the Flash archive must require a .flar filename extension (I had originally called it servername.archive) so I created a new Flash archive with a .flar extension - servername.flar.
    So, the same system, when installed from CDs, can access the web server and download the .flar file, but when re-installing and specifying the same URL it can't find it. I'm giving the DL380 #2 the same IP, same netmask, etc.. when doing the re-install.
    I can't think of anything else to try. Any ideas?
    thanks!

    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

  • Solaris 10 x86 Jumpstart unassisted install

    How do you get a Solaris 10 x86 jumpstart to actually work?!?! Everytime I try to jump an X4500 it will go into an assisted solaris install. It reads my sysidcfg and the majority of my profile. But I have to sit and manually enter the partition information. I've tried multiple variations of "install dhcp" and "nowin" in the boot options to no avail.

    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

Maybe you are looking for

  • Imovie does not open and only crashes

    can you please help me to solve this problem? Please see the below report Process:         iMovie [356] Path:            /Applications/iMovie.app/Contents/MacOS/iMovie Identifier:      com.apple.iMovieApp Version:         9.0.9 (1795) Build Info:    

  • What do i need to do for movies?

    I have downloaded both videora and quicktime pro, but still cant change the dvd files into readable ipod files. I really need help and would appreciate any useful info!

  • How to set a value to a Field of EditCurrentRecord

    I would like to set dynamicly a value in a field (hidden or not) in EditCurrentRecord when displaying it. I have tried with : myEcr.getFieldRenderer("Custref").setValue("toto")); before the myEcr.render() But when I submit the myEcr, an error told me

  • ADOBE FORM - Start subform on current page only if space is there

    Hello, i have created an adobe form for printout of CRM business partner details. The form consists of several subforms. Each subform consists of a text as header and a table. examples for the subforms: - contact persons of account - opportunities of

  • Cannot be read,probably need older version?

    Hello can you help,as I dont know computer speak & dont want to affend,could you point me in the right direction please. I upgaded iTunes (the last upgrade) but now my laptop says itunes cannot be read beacause it was created by a newer version of it