MetaDB issue - Solaris 10u8 x86

Hi all,
I am running Solaris 10u8 x86 on VMware.
I am trying to configure SVM in my virtual machine and meet the following issue about metadb.
I have 01 HDD which contains Solaris OS, swap... and 03 more HDDs for holding data. I did not do anything on the first HDD. The other 3 HDDs will be configured to be a RAID 5 volume using SVM. (I will call these 3 HDDs disk2, disk3 and disk4)
On the disk2, I created slice 7 from cylinder 3 to cylinder 10 for holding metadb. I also created the slice 0 from cylinder 11 to the end of the HDD for to be a component of the RAID 5 volume. (In this case, the location of the slice 7 for metadb is *"before"* the location of the slice 0)
The VTOC of the disk2 is applied to the disk3 and disk4.
After dividing the 3 HDDs into slices. I created the metadb on the slice 7 of the 3 HDDs. After that I created the RAID 5 volume using the slice 0 of the 3 HDDs. However, after I reboot the machine, it said that my RAID 5 volume is not exist. the metadb command showed that there is no metadb.
I tried to test another case. On the disk2, I created slice 7 from cylinder 1000 to cylinder 1200 for holding metadb. I also created the slice 0 from cylinder 1 to cylinder 999 for to be a component of the RAID 5 volume. (In this case, the location of the slice 7 for metadb is *"after"* the location of the slice 0)
After dividing the 3 HDDs into slices. I created the metadb on the slice 7 of the 3 HDDs. After that I created the RAID 5 volume using the slice 0 of the 3 HDDs. After rebooting the system everything went fine. My metadb is exist and the RAID 5 volume can be mounted and used.
I cannot find any reason why I could not place the slice 7 (which holds metadb) *"before"* the other slices which used to hold data.
Please help me to explain this case.
Thanks and BR.
HuyNQ.

Solaris makes one of the partitions active , Take a note of that.
Once you are done tinkering with the partitions/ loading say Windows/Linux follow this step.
Grab any Linux distro's boot CD and start the rescue mode. type grub and do this
root (hd0, X) X the partiton that has linux partition minus 1
setup (hd0)now open fdisk and change the label of the Solaris Partition to 80.
Add an entry in /boot/grub/menu.1st on the same lines like Windows, If unsure google .
Reboot and you are done.
Never I said never make any other partition active other than what Solaris installation does for you.

Similar Messages

  • Dlpi_enabnotify missing from Solaris 10u8?

    Hi,
    Trying to compile Python 2.6 on Solaris 10u8 x86 encounters compiler errors which seem
    to indicate that dlpi_enabnotify is missing, however man dlpi_enabnotify says it should be there?
    I was wondering how I can obtain dlpi_enabnotify for Solaris 10u8?
    pkgbuild: building 'dlpi' extension
    pkgbuild: /opt/sunstudio12.1/bin/cc -xregs=no%frameptr -KPIC -DNDEBUG -O -I. -I/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/./Include -I. -IInclude -I./Include -I/usr/lib/libffi-3.0.8/include -I/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Include -I/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4 -c /h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Modules/dlpimodule.c -o build/temp.solaris-2.10-i86pc-2.6/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Modules/dlpimodule.o
    pkgbuild: "/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Modules/dlpimodule.c", line 356: syntax error before or at: dlpi_notifyinfo_t
    pkgbuild: "/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Modules/dlpimodule.c", line 356: warning: undefined or missing type for: dlpi_notifyinfo_t
    pkgbuild: "/h/goanna/2/os_5.10/kt/BUILD/SUNWPython26-2.6.4/Python-2.6.4/Modules/dlpimodule.c", line 442: warning: implicit function declaration: dlpi_enabnotify
    % man dlpi_enabnotify
    Reformatting page. Please Wait... done
    Data Link Provider Interface Library Functions
    dlpi_enabnotify(3DLPI)
    NAME
    dlpi_enabnotify - enable DLPI notification
    SYNOPSIS
    cc [ flag... ] file... -ldlpi [ library... ]
    #include <libdlpi.h>
    int dlpi_enabnotify(dlpi_handle_t dh, uint_t notes,
    dlpi_notifyfunc_t funcp, void arg, dlpi_notifyid_t *id);
    typedef void dlpi_notifyfunc_t(dlpi_handle_t,
    dlpi_notifyinfo_t *, void *);
    % elfdump /lib/libdlpi.so.1| grep dlpi_enabnotify
    Thanks, Mark

    Did a rebuild with current patches, did not run JASS or an in-house hardening script on the nodes and I get the same result.
    I think I might have a bug issue with the bge driver or something.
    On the first node before running scinstall all nic lights are lit.
    After that first node reboots from scinstall the nic lights stay lit until right before the CMM messages begin appearing on the console. At that point the interconnect lights go out and stay out physically.
    No errors were detected with sccheck or in the install logs for the cluster.
    I tried a rebuild of the cluster nodes using a switch (ProCurve 2626) for the interconnects rather than an ethernet cable or cross-over cable.
    I have a hme interface in my V210 and V240 and I am going to use that for one of the interconnects to see if it matters.
    Basically at this point it is definitely not something physical (bad cable, bad switch port, etc) but something in the cluster configuration from scinstall that is not digging the interconnects and keeping the cluster nodes from conversing.
    Since the cluster isn't working anyway I can do a clintr enable node:port,switch@port and see that the ports and switch ports show as enabled by clintr status does not show an interconnect active and the physical ports are not lit.
    I do see references to bgeX/0 unregistered in /var/adm/messages but I haven't found information as to what this means or what to do about it exactly yet.
    Closest thing so far is this:
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6453203

  • Solaris 10 x86 shared drive mount issues

    I have an XP installation, a recently-installed Solaris 10 x86 partition, and a FAT32 partition shared between them.
    The issue is this:
    When I have /share mounted (using mount -o rw) and listed in the /etc/vfstab, the super-user owns everything and can write there. No other user can own a file or write anything on that partition. I've been getting a "chown: invalid argument" type message on every attempt.
    Any ideas?
    Thanks in advance.

    Just an update, I just reloaded the server with Solaris 9 x86 and the same problem on it as well. Now I am not 100% that this card/drive configuration did work on solaris 9 before, maybe it was a different SCSI card.
    The server has been loaded with Windows Server and it works ok on that, so I know that the card/drive combination works ok, just not with Solaris.
    Any ideas anyone ? Do I need a different SCSI adapter ?

  • Solaris 10 x86 -Scsi Adaptec 29320ALP Card issue

    Hi
    I am trying to install Solaris 10 x86 edition . I am facing an issue with the scsi card adaptec 29320. Not detecting the disk at the time of installation. I checked the card in HCL. It is available. Any way to install.

    I'm not sure what the root cause for the firewire driver hang is.
    Maybe an issue with interrupt routing. You may want to experiment
    with BIOS ACPI / IOAPIC / PnP OS settings, and/or the
    acpi-user-options property.
    Anyway, to get rid of the firewire driver, you can probably add an
    "exclude: hci1394" line to /etc/system and reboot.

  • Solaris 10 x86 Install - Firewire Issue

    Greetings,
    I am installing Solaris 10 x86 (03/05) and am running into a lot of trouble with the firewire drivers.
    The first CD installs properly, but any subsequent reboot (to install other CDs or boot the OS) fails. By watching the boot messages on a boot -v, I discovered that the system hangs after loading the firewire drivers.
    If I run the hardware configuration assistant during boot and remove both 1394 devices, I am allowed to boot - but only that once. Even if I save the hardware configuration and tell the hardware configuration tool to use it during the next boot (by pressing Esc and loading the profile), it automatically re-adds my 1394 devices and hangs. The only way I can successfully boot is by going into the hardware configuration assistant each time and removing the 1394 devices, each time. Removing the 1394 card is not an option, as this system boots other OSes for computer forensics via removable disk racks and the firewire is needed for these purposes.
    So, my question is this - how can I tell Solaris to ignore the 1394 devices without manually removing them during each boot? And how can I get the hardware configuration assistant (the one that I launch by pressing Esc during the boot process) to actually use the configurations I've saved?
    Thanks in advance.

    I'm not sure what the root cause for the firewire driver hang is.
    Maybe an issue with interrupt routing. You may want to experiment
    with BIOS ACPI / IOAPIC / PnP OS settings, and/or the
    acpi-user-options property.
    Anyway, to get rid of the firewire driver, you can probably add an
    "exclude: hci1394" line to /etc/system and reboot.

  • Solaris 10 x86 b63 USB keyboard issue

    Hello. I am trying to install Solaris 10 x86 on a Dell Optiplex SX280. The system uses a USB keyboard and mouse. When asked as to the type of installation to perform (1 - Interactive, 2 - JumpStart, 3 - Text Only), I select 1, then the system start booting and the following messages are displayed:
    Configuring devices.
    Using RPC Bootparams for network configuration information
    ioctl (kbd type): Invalid argument
    and hangs at this point. The keyboard stops responding so that a power cycle is the only option. Obviously the keyboard is recognized for me to select option 1 above but something happens after that. Any ideas? Thanks.
    Viren Patel
    Chemistry & Biochemistry
    University of Texas at Austin

    At the "1 - Interactive, 2 - JumpStart, 3 - Text Only" prompt the BIOS handles the keyboard. This is before the
    Solaris kernel is loaded.
    After the Solaris kernel is booted, either the Solaris PS/2 keyboard driver or the USB keyboard driver has
    to handle the system's keyboard. For your system it's apparently the USB keyboard driver.
    I'm not sure what's wrong with this system. You could try to boot into single user mode with verbose
    kernel messages enabled. At the "1 - Interactive, 2 - JumpStart, 3 - Text Only" prompt, type
      b -vsAre there any (error) messages from Solaris' usb kernel modules? Look for messages from the modules
    "ohci", "uhci" or "ehci". ehci is for USB 2.0, while ohci & uhci are for USB 1.1 devices. I guess your
    USB keyboard is an USB 1.x device, so you need either a working "ohci" or "uhci" driver for the USB
    port where your keyboard is attached.

  • 10g installation error on Solaris 10 X86

    Dear All,
    i have downloded a 10g( solaris x86) from oracle site to install Solaris 10 x86..
    After following installation document steps when i execute command ./runinsta follwing error occurs.
    **********************************output**************************
    $ ./runinsta
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1555 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1715 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-31_08-38-33PM. Please wait ...unzip: cannot find ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar, ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.zip or ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.ZIP.
    Error in writing to directory /tmp/OraInstall2010-03-31_08-38-33PM. Please ensure that this directory is writable and has atleast 69 MB of disk space. Installation cannot continue.
    : Error 0
    $
    but there is sufficient space for /tmp.
    Please suggest how to resolve issue.
    Thanks.
    Rajesh.
    Edited by: user12071799 on Apr 2, 2010 6:15 AM

    Hi,
    $ ls
    actions oracle13.bak oracle26.bak oracle39.bak oracle_6.bak oracle_s.18 oracle_s.pro
    componen oracle14.bak oracle27.bak oracle40.bak oracle_7.bak oracle_s.19 oracle_s.xml
    config.xml oracle15.bak oracle28.bak oracle41.bak oracle_8.bak oracle_s.2 ouiconfi.xml
    dialogs oracle16.bak oracle29.bak oracle42.bak oracle_9.bak oracle_s.20 prereq
    fastcopy oracle17.bak oracle30.bak oracle43.bak oracle_s.1 oracle_s.21 products.xml
    fastcopy.xml oracle18.bak oracle31.bak oracle44.bak oracle_s.10 oracle_s.3 properti
    install1.jar oracle19.bak oracle32.bak oracle45.bak oracle_s.11 oracle_s.4 queries
    install2.jar oracle20.bak oracle33.bak oracle46.bak oracle_s.12 oracle_s.5 shiphome.pro
    invdetai.pro oracle21.bak oracle34.bak oracle_2.bak oracle_s.13 oracle_s.6 shiphome.xml
    libs.xml oracle22.bak oracle35.bak oracle_2.pro oracle_s.14 oracle_s.7
    oracle10.bak oracle23.bak oracle36.bak oracle_3.bak oracle_s.15 oracle_s.8
    oracle11.bak oracle24.bak oracle37.bak oracle_4.bak oracle_s.16 oracle_s.9
    oracle12.bak oracle25.bak oracle38.bak oracle_5.bak oracle_s.17 oracle_s.bak
    $ pwd
    /database/stage
    $
    there is no directory with name Components.But on directory is present with name componen.
    pwd
    /database/stage
    # ls -l
    total 9332
    dr-xr-xr-x 23 oracle oinstall 512 Apr 1 22:08 actions
    dr-xr-xr-x 116 oracle oinstall 2560 Apr 1 22:12 componen
    -r-xr-xr-x 1 oracle oinstall 3344 Apr 1 22:12 config.xml
    dr-xr-xr-x 7 oracle oinstall 512 Apr 1 22:13 dialogs
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 fastcopy
    -r-xr-xr-x 1 oracle oinstall 1581 Apr 1 22:13 fastcopy.xml
    -r-xr-xr-x 1 oracle oinstall 3097662 Apr 1 22:13 install1.jar
    -r-xr-xr-x 1 oracle oinstall 595911 Apr 1 22:13 install2.jar
    -r-xr-xr-x 1 oracle oinstall 198 Apr 1 22:13 invdetai.pro
    -r-xr-xr-x 1 oracle oinstall 15430 Apr 1 22:13 libs.xml
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle10.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle11.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle12.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle13.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle14.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle15.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle16.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle17.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle18.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle19.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle20.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle21.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle22.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle23.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle24.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle25.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle26.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle27.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle28.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle29.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle30.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle31.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle32.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle33.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle34.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle35.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle36.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle37.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle38.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle39.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle40.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle41.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle42.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle43.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle44.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle45.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle46.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_2.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_2.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_3.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_4.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_5.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_6.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_7.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_8.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_9.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.1
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.10
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.11
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.12
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.13
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.14
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.15
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.16
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.17
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.18
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.19
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.2
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.20
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.21
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.3
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.4
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.5
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.6
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.7
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.8
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.9
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_s.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_s.xml
    -r-xr-xr-x 1 oracle oinstall 5237 Apr 1 22:13 ouiconfi.xml
    dr-xr-xr-x 5 oracle oinstall 512 Apr 1 22:13 prereq
    -r-xr-xr-x 1 oracle oinstall 801088 Apr 1 22:13 products.xml
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 properti
    dr-xr-xr-x 43 oracle oinstall 1024 Apr 1 22:13 queries
    -r-xr-xr-x 1 oracle oinstall 67 Apr 1 22:13 shiphome.pro
    -r-xr-xr-x 1 oracle oinstall 237 Apr 1 22:13 shiphome.xml
    i have kept SW at location /database.
    Thanks.
    Edited by: user12071799 on Apr 2, 2010 5:42 AM

  • Solaris 10/X86 install appears to have destroyed my display.

    Hello folks -
    I'm new here, I searched and did not find anything that matched so I'm posting. If I'm asking about something previously covered, please be patient, I'll learn.
    I am running an Asus A7N8 Deluxe motherboard with an Athlon 2800+, standard ATA/133 drives and an Nvidia 6800 AGP supplied by PNY. My display is a Viewsonic VA2012wb, which I've since learned is only available at a well-known warehouse membership store.
    I've been using this setup under XP for some months now, and yesterday I decided to try and install Sol10/X86 again now that some new drivers are available that support my onboard LAN. Nothing untoward happened during the install (I'm very familiar with the process on Sparc hardware), and I was asked to reboot so I could start installing CD2.
    Suddenly, no display on boot. Troubleshooting ensued, and I found that I was able to get the monitor to display if I connected the VGA cable instead of the DVI interface I've successfully used all this time.
    Subsequent troubleshooting included:
    1. Changing out the 6800 with a 6200 I had on hand.
    2. Booting to XP to see if the Nvidia Twinview stuff had become confused - The Nvidia software behaved as if there was nothing available on the DVI input, so many menus did not even appear.
    3. Checking with Viewsonic to make sure that I was clear on how the monitor selects inputs. It's largely automatic, but hitting the '2' key on the front panel forces a rescan of the analog and digital inputs.
    4. Substituting another display on this workstation, with all cables unchanged, so I could verify that the DVI output on my video card still worked. Tested fine.
    5. Moving the affected display to another workstation, to see if it was capable of functioning on the DVI input from a different machine. It was not, test failed.
    6. Unplugging everything and letting it sit for over an hour (while I fumed) - test failed.
    7. Returned the affected display to Costco today, for a spanky new one. It worked great on DVI with existing hardware (and under XP) this afternoon, so I decided to re-start my Solaris install.
    Lather, rinse, repeat, or so I was about to find out....
    After I was asked to reboot from CD1, my display died again.
    Just like yesterday, it's currently working fine on the VGA input/dead to the world on DVI, and just like yesterday, everything was fine until the first reboot after the Solaris CD1. I repeated the most pertinent aspects of my prior diagnostic steps, and then I went out to the back porch to curse and throw tools until I felt better.
    I cannot find a hardware reset button for the display, and an old friend of mine reports that he had a similar issue under Solaris 8/X86 in which he ended up blowing up a CRT. The Sol8 installer was overdriving the monitor.
    That said, I don't think that the DVI interface is able to 'overdrive' a monitor, and that confuses me more deeply. I know that if I (re)abuse the return policy of this warehouse store once more tomorrow and get a new display it will fix the problem, but I'm hoping that I can fix this in house!
    I refuse to believe that Solaris is actually frying the DVI input on my display, but I do have clear evidence that it the installer is a destructive force, at least with Nvidia cards and a VA2012wb. I'm seeing some similar threads on the Linux forums, some mentioning the part number of my display in specific, but no clear resolutions yet.
    Any thoughts?
    - Eli

    OK, well... I did a restart, invoking the 'option' command, and the Lion Recovery partition did not show up, so I went ahead and booted back into SL, wherein I was given a 'The disk you inserted was not readable by this computer' with a choice of ejecting, ignoring, or initializing.  I chose Ignore, and the drive now just shows up in disk utility as 'media' with no opportunity to interact with it.
    I had the presence of mind to make a Lion DVD before I installed, so I booted with that, and it too was unable to interact with the drive.
    Given the degraded state of this drive, I have no reason to suspect that entering target disk mode and mounting to my MBP would bear any fruit... looks like this sucker is beyond hope.  Yay...
    I will not be re-installing Lion until at least .2 comes out at this point.. I can't afford a wasted day like this again.

  • Solaris 10 x86 Won't Startup After Install - system just restarts itself?

    Ok, I'm another one of those wacky Vista people. I have a Dell Latitude D630 running a dual boot scenario with Vista Ultimate and Solaris 10.
    I had plenty of issues getting that working but it does work. Vista WILL boot. Solaris won't boot. Solaris failsafe will boot.
    Now the issue is....
    Solaris will not boot. When I select it from the GRUB menu, I see some text that flashes really quickly before the system restarts. It's the same text that I see when I boot failsafe mode.
    Something to the effect of Sun Solaris.... blah blah....Subject To License Terms and Conditions....
    So it's as if it's trying to boot Solaris, but for some reason it just restarts the system. The only thing that works is failsafe mode and Vista.
    How can I troubleshoot this issue when I can only get in failsafe?
    Please note I'm an IT professional (so I'm quite capable) but I have ZERO Solaris experience and limited (very limited) Linux experience so break it down for me if you will.
    Thank you in advance!
    SPECIFIC DETAILS:
    *1. Solaris 10 x86 Platform*
    *2. Windows Vista Ultimate*
    *3. Dell Latitude D630 Notebook, 2GHz Intel Core 2 Duo, 2GB RAM*
    *4. (1) HDD with a Vista and Solaris partition*
    *5. I have tried installing Solaris 10 (3) times to resolve. To no avail.*
    *7. Failsafe mode does boot.*
    *8. Grub looks like this:*
    kernel /platform/i86pc/multiboot
    modul /platform/i86pc/boot_archive
    Edited by: derrickonline on May 13, 2008 4:53 PM
    Edited by: derrickonline on May 13, 2008 4:57 PM

    I should have searched the forums first. This was the solution to my issue....
    http://forum.java.sun.com/thread.jspa?messageID=10249826

  • 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 Installation Fails to Start

    I am trying to install Solaris 10 x86 05/08 on a Sony PCG-K115S laptop. The issue I am having is that the installation hangs after printing the copyright information and does not go any further. I get no error message or status as to what the installation is doing.
    I downloaded the dvd iso from sun website and verified the md5 checksum before burning the dvd more than once but the issue occurred in both dvds.
    The laptop currently has XP installed but there is 30GB of free unallocated/partitioned space on the disk.
    Are there any options I can active to debug the installation and see where and why it is stalling.
    Thank you,
    F.
    Edit 1:
    After some forum reading I activated the Kernel Debugger and verbose mode:
    The installation hangs after this line is printed out:
    echi0 is /pci@0,0/pci104d,8175@c,2
    loaded modules: [uppc neti ufs unix krtld uhci hook genunix ip usba specfs pcplusmp cpu.generic sctp arp]
    Does this strike a cord with anybody??
    Edit 2:
    After some more reading and investigation, I read that this could be caused by my USB controller not being recognoized or some USB 2.0 issues with Solaris 10.
    I have tried to deactive the usb system with the options "-B acpi_user_options=2" and "-B acpi_user_options=8" but with no luck. (I got about these on some some forum, not sure if they are correct).
    Any help is appreciated!!
    Thank you,
    F.
    Edited by: Fergus on Jul 6, 2008 2:22 AM
    Edited by: Fergus on Jul 7, 2008 9:12 PM

    OK, got a little further. I entered the incorrect value for the acpi-user-options, the number should have been in hex.
    So with options "-k -v -B acpi-user-options=0x8 -B install_media=cdrom" I get the install menu
    1. Interactive
    On selecting "1" for interactive, the install begins be halts quickly with an error:
    NOTICE: rtls0 -- link down
    ERROR: Unable to configure network interface
       Exiting to shell.Is there any way to disable the configuration of the network interfaces?? I don't need them for installation...
    Thank you for any help,
    F.

  • Solaris 10 X86 Installation Struck after Loading Grub Stage 2

    Hi All,
    I am trying to install Solaris 10 X86 Platform on my intel system. I downloaded the iso DVD images from Sun site.
    sol-10-u8-ga-x86-dvd-iso-a.iso
    sol-10-u8-ga-x86-dvd-iso-b.iso
    When I boot with the Solaris DVD 1, I am getting the message "Loading Stage 2" and returned to grub> command line
    This is the message I am getting in my screen
    Loading Stage 2 ... ...
    GNU GRUB version 0.97 (639K lower/283584 upper memory)
    *[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions os a device/filename. ]*
    grub> root
    *(hd1111): Filesystem type is iso9660, using whole disk*
    grub>
    Can some one help me on this, I tried in Google and other sun solve support forums but didnt find anything helpfull.
    Anybodys help is much appreciated..
    Regards, Sundar

    I'm getting the same thing with Solaris 10u8 in a VirtualBox. sol-10-u8-ga-x86-dvd.iso downloaded from cds.sun.com today.
    (I tried the pre-made VirtualBox image Sun provides, and it's horribly dysfunctional. So I thought I'd try a fresh installation. More fool me, apparently.)
    Edit: No, it's me. The problem is that the ISO I downloaded was incomplete - it cut off at precisely 2GB! The md5sum of what I downloaded is ea5a8606894d253e286861aaf4b5c50a; the official md5sum should be 9df7fd02d82976fd3ec38a18d1a57335. I guess tomorrow I try again with part A and part B ...
    So it looks like the answer is: check with md5sum that you actually have the full ISO.
    Edited by: DavidGerard on Feb 10, 2010 1:30 PM

  • Solaris 10 x86 cdrw trouble.  Gnome and command line problems writing.

    I'm experiencing general weirdness trying to write CD's and DVD's using a new internal DVD-RW device -- It's a Sony NEC AD 7220 A CD / DVD RW drive on a Solaris 10 x86 AMD system. I have searched far and wide for other threads of similar instances but no one has posted an issue like the one I'm having.
    I have a Sony Optiarc AD 7220 A CD-RW on a x86 AMD Athalon 1.6 ghz based server with 2 GB RAM.
    The DVD-RW drive gets detected by BIOS (Phoenix TrustedCore 2.3) and reads disks fine. I installed Solaris 10.08 from DVD using this DVD-RW drive.
    However, trying to write to new blank media does not work properly, (effectively at all).
    I've tried different brands of brands of blank CD's and CD-R and CD+R (have not tried using CD-RW disks yet). Ditto with DVD's - tried DVD-R and DVD+R's.
    1. Inside the Solaris 10 GUI (Gnome, a.k.a. Java Desktop), when I put in a blank CD-R, a dialog box "Format Media...?" pops up. If I click "Ok" it formats the blank CD and closes the session, CD has been written to and is ruined.
    2. I open a terminal window, as root, and put in a blank CD. "mkisofs –r /home/foo 2>/dev/null | cdrw –i –p 1" will write a directory tree OK, but if I go back into gnome GUI and open and close the CD tray, again, up pops the "Format Media..." dialog box instead of the CD appearing on the desktop. If I restart vold (svcadm restart volfs) then open and close the CD tray, voila, the contents appear on desktop as CD icon.
    3. When I try to write to a DVD-R: "cdrw -i /local/iso_image" It always fails with: Write Track 1....Failed. after a few minutes. It did in fact write part of the .iso but bails out with a failure.
    I've tried various other write commands (specifying the device ID, speed, so on and so forth) and command line switch options (following the rules of course) and it seems to me to be more than a syntax / media issue. However if it is I would like to know. I did see a similar CDRW device on the HCL for OpenSolaris with a 'reported to work' rating. That was for a Optiarc AD-5200A, which is going away thus my company has chosen to use the AD 7220A in speciality racks we build and deliver to the U.S. Navy.
    I really need to get a handle on this CD-RW device issue and decide if a different brand / model is what it's going to take to solve this and move on to producing and delivering these systems in working conditions.

    Sony systems are often very particular about what CD's and DVD's they'll take. I have several Sony systems that I use for video work and they'll read almost anything but they'll only write to DVD RW.  They also don't like cheap brand CD's and DVD's.  Be sure to try both CD RW and DVD RW before doing anything else.  Because of the requirement for DVD RW, they won't take fast speed (16x) DVD's, just 4x. If all of this turns out to be the case, you may want to go with a different manufacturer for the drive, DVD +RW 4x aren't always easy to find in the store.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Solaris 10 x86 & 2 x NIC. Can some1 pls have a look if i do all correctly?

    i have a server with two NICs and Solaris 10 x86 installed.
    i want to use NIC1 with ADSL router (10.0.0.x) and NIC2 with switch (192.168.16.x). i also want to setup a DHCP server for LAN machines (NIC2) and DNS server.
    can someone pls confirm/correct my thoughts/steps in configuring two interfaces?
    1. during install i had to chose a default route for both interfaces. for NIC1 it was easy - i just entered the ADSL router IP which was 10.0.0.1.
    however, i have a difficulty with NIC2. what default route if at all should i use here?
    2. my understanding is that after configuring two interfaces they should act as a bridge so that i could setup a DNS server using my LAN machine addresses (192.168.16.x) and traffic coming from outside the office will be converted properly to reach LAN machines (mail, web servers, etc). is that correct or will i need to setup and configure 2 DNS servers for each NIC respectively?
    3. DHCP server. any guidance here in terms of two NICs machine?
    many thanks
    Alex

    i have a server with two NICs and Solaris 10 x86
    installed.
    i want to use NIC1 with ADSL router (10.0.0.x) and
    NIC2 with switch (192.168.16.x). i also want to setup
    a DHCP server for LAN machines (NIC2) and DNS
    server.
    can someone pls confirm/correct my thoughts/steps in
    configuring two interfaces?
    1. during install i had to chose a default route for
    both interfaces. for NIC1 it was easy - i just
    entered the ADSL router IP which was 10.0.0.1.
    however, i have a difficulty with NIC2. what default
    route if at all should i use here?You don't choose a default route for an interface, you choose a default route for a system. It isn't very useful to have multiple default routes for one machine. You will presumably want your default route to point to the internet-facing router.
    2. my understanding is that after configuring two
    interfaces they should act as a bridgeNo. You can use 'routeadm' on recent releases to configure routing. Otherwise, you need correct routing tables and make sure IP forwarding is enabled.
    so that i
    could setup a DNS server using my LAN machine
    addresses (192.168.16.x) and traffic coming from
    outside the office will be converted properly to
    reach LAN machines (mail, web servers, etc). is that
    correct or will i need to setup and configure 2 DNS
    servers for each NIC respectively?Unless your ADSL router understands the routes behind the solaris machine (it almost certainly doesn't), it will never send traffic there. Instead, you would have to run a NAT setup on the machine. ipfilter/ipnat can be used to do that.
    3. DHCP server. any guidance here in terms of two
    NICs machine?Should be no issues. Just create a scope for the 192.x subnet. If you're using the Solaris DHCP server, you can create a file which prevents it from listening on the other interface, but that's not required.
    Darren

  • Installation of  Solaris 10 x86 9/10 on  Dell Optiplex 780 machine.

    Hi All,
    I am gettting the below error while trying to install Solaris 10 x86 9/10 on Dell Optiplex 780 machine.
    Error: The disk you inserted is not a Solaris OS CD/DVD
    Any suggestions how to resolve this.
    Thanks

    I have modified the BIOS settings as below to resolve this issue.
    BIOS menu -> Setup -> Drives -> SATA Operation -> check the "Legacy" box
    I suspect that Solaris installation not detecting the Hard disk of DELL Optiplex 780 machine.

Maybe you are looking for