Re: solaris 8 VM on T41 Sparc server?

Hi Eze ,
I have a customer with a similar requirement where customer has Solaris 8 (2/02 , 7/03) and Solaris 9 (4/04, 12/03, 9/05) installed as physical servers which needs to be virtualized (P2V) , is it possible to run them as branded zone on solaris 10 or solaris 11 ?  Would applications compatibility be risked and would there be any fine points to remember for these conversions.
Thanks
Arun

Hello
sol8 and sol9 physical servers can be in a brandz zone only in sol10 (sol11 can't have sol8 nor sol9 brandz). In general the applications usually works fine.
But I would suggest to try to migrate that applications to sol10 or sol11, as sol8 and sol9 are very old OS and now that your customer is thinking in moving forward could be a time to do.
Regards
Eze

Similar Messages

  • Solaris 8 VM on T41 Sparc server?

    is it possible to virtualize a solaris 8 OS as a VM on OVM server for sparc, 3.x running ona T4-1 server? I'm sure it's not possible, but have to ask.
    secondly, legacy zones only work with solaris 10, isit possible to make a solaris 10 VM and then run a legacy zone inside of that ( similar to nested VMs)?
    Rob

    Hello
    You are right in
    Solaris 8 , can only be virtulized in a solaris 10 GZ doing a sol8  brand zone. So you can create a ldom guest with solaris 10 and put and brandz solaris 8 zone.
    this doc can help you if you do it
    How to Setup Solaris 8 and 9 Containers (Branded Zones) in Solaris 10 (Doc ID 1019682.1)
    Regards
    Eze

  • Fail installing perl modules in new sparc server

    Hi,
    I'm trying to install the perl modules needed by my applications in a sparc server SunFire V210 with solaris 9 64bit. All the attempts fail because the interpreter is compiled with forte, this is the explanation i got. I found a solution in CPAN called perlgcc but it doesn't work it build a bad Makefile, the file has a lot of mistakes. Perl.com people tell me to change parameters in the makefiles and Config.pm but it's very hard to find the correct values, i'm not sure i fix the correct things.still it doesn't work.
    I need an urgent solution it permits me to add modules without correction in the each makefile. I hope there is a standar procedure to solve it.
    Thanks!

    Hi,
    Here is your solution (I hope). I've being doing this this week and worked.
    Look the stuff is connected with the compilers used to complie perl and as you see later other stuff on the sun. At the sun the stuff is compiled with sun compiler which is not provided on the solaris 8, 9 nor 10. Fortunately there is gcc installed on the sol10.
    -bash-3.00# gcc --version<br />
    gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    Copyright (C) 2004 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    -bash-3.00#
    The perl is compiled with sun compiler cc
    -bash-3.00# perl -V | more
    More
    Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
    More
    Platform:
    osname=solaris, osvers=2.10, archname=sun4-solaris-64int
    uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=unde
    f
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
    Compiler:
    cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_T
    S_ERRNO',
    optimize='-xO3 -xspace -xildoff',
    cppflags=''
    ccversion='Sun WorkShop', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lsee
    ksize=8
    alignbytes=8, prototype=define
    Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
    Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /usr/perl5/5.8.
    4/lib/sun4-solaris-64int/CORE'
    cccdlflags='-KPIC', lddlflags='-G'
    What to do??? Yes - you are on sol10 - then do it
    1. Logon as a root
    2. Check your path and compare with
    -bash-3.00# echo $PATH
    /usr/sbin:/usr/bin:/usr/sfw:/usr/sfw/bin:/usr/sfw/lib:/usr/s fw/include:/opt/sfw:
    /opt/sfw/bin:/opt/sfw/lib:/opt/sfw/include:/usr/ccs/bin:/usr /ccs/lib
    -bash-3.00#
    if differs upto the last /usr/ccs/lib modify your profile file ( anthing ofter the last /usr/ccs/lib can be aded).
    3. Check out the the comands
    gcc --version<br />
    perl -V
    4. If everything upto this step is ok you can proceed
    5. You may do the installation of the perl modules in two ways:
    a.) with CPAN module - Internet connection MANDATORY
    b.) with perl and downloaded tar.gz module
    5.a) With CPAN module
    5.a.1) Launch the command to configure the CPAN module
    perl -MCPAN -e shell
    you will be asked to give the answers inorder to configure CPAN
    5.a.2) When you see cpan> prompt do the following:
    o conf makepl_arg 'CC=gcc CCCDLFLAGS=-fPIC CCFLAGS=" " OPTIMIZE=" " LD=gcc' press return
    5.a.3) Type "o conf commit" press return. You may install your modules now with the install command e.g. install HTML::Parser for example.
    5.b.1) Download your modules from http://www.cpan.org to your server to /var/tmp/packed or whatever folder you want.
    5.b.2) unzip then untar and cd into subfolder
    5.b.3) type ./Makefile.PL -t 'CC=gcc CCCDLFLAGS=-fPIC CCFLAGS=" " OPTIMIZE=" " LD=gcc'
    5.b.4) Type make install
    6.) In both methods you have to check if the modules are installed by issuing the commnad:
    perl -e 'use Your::Module' e.g.
    perl -e 'use HTTP::Parser'
    if no error message on the term you are ready
    Rem. The differrences are in the flags used to compile and link with these two compilers sun cc and gnu cc. There are of course problems with 64bit values on sun64bit e.g. SPARC and Intel stuff cause Perl does not support real 64bit values yet. The Perl modules should use only floating point represetnation with around 53~bit precision. But this issue depends on the module creator not you if you do not want to do the remedy.
    I hope it will help you
    good luck

  • Solaris 10, Samba 3.0.25a - Server dies copying big files to ZFS volume

    Hope someone can help me with this problem, cos I am at my wits end.
    We have Solaris 10 Update 2 running on a Sunfire V215 Sparc Server with 2 large storage arrays running ZFS
    When copying a large file via samba, after about say 200-300megs... the copy just stops... and the samba server becomes unresponsive for quite a while.
    When we first noticed the problem, we had the original Samba 3.0.11 which shiped with SOL 10 Up2, so we hoped the upgrade to Samba 3.0.25a would fix the problem. No such luck.
    I have tested with FTP (the same 2.6 GB file) and that transfers completely and very fast, so I am pretty damn sure its not a hardware issue.
    I have tested with varios samba configurations. Vanilla configs, tweaked configs, configs which people claim solve some issues... again no luck.
    I have looked around these forums and seen that some people have experience samba issues when upgrading from Sol 9 to Sol 10.
    Please if ANYONE has any ideas what could be causing this and how to solve it, I would be extremely greatful
    Thanks
    //Steve
    Edited by: reyortsed on Sep 23, 2008 12:29 PM

    Update 2 is pretty old, especially if you are talking about ZFS. There's been a variety of problems fixed in ZFS since U2. Were I to just guess out of the blue, you might be running into the ZFS eats all of RAM bug.
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6505658
    If this is the case, it won't be just the samba server that's slow on the server. You should check this by doing the FTP after your samba server slows down and see if you get fast throughputs.
    -r

  • How similar is x86 compared to Solaris 8 or 9 on SPARC?

    How similar is x86 compared to Solaris 8 or 9 on SPARC?
    Thanks.

    Extremely similar. The vast majority of Solaris is built from the same source code for both platforms. You will find all of the same commands in places like /usr/bin and /usr/dt/bin.
    Of course, the instruction sets are different. While all of the same commands may exist in those places and they implement the exact same functions with the exact same options, the binary files are different. You can't run x86 binaries on SPARC or vice versa.
    While the Solaris binaries provide the exact same functionality, the same is not necessarily true with other packages that can be added. Sun's Java Enterprise System is supposed to eventually have all the same programs for SPARC and x86, and that is almost true already. StarOffice is only available for now for SPARC, but OpenOffice is available for both. Third party software may exist only for one or the other, but this is improving fast. A huge amount of Solaris x86 software can be installed from blastwave.org and other sites.
    If you are a developer, there is a good chance that your code for SPARC will work on x86 with just a recompile. The system call APIs are identical. If it does not work with just a recompile, it is because you have a bug in your code or you used non-portable constructs like assuming a particular byte order (SPARC is big endian, x86 is little endian).
    Solaris and most SPARC hardware both come from Sun, so of course Solaris supports all the hardware you are likely to find shipped with a SPARC machine. You can buy x86 machines from Sun, but you are likely to look elsewhere. Since Sun does not control what is in the machine, Solaris may not support all the hardware. Again, this situation is getting better. Still, you should consult Sun's Hardware Compatibility List. Note that Sun isn't good about saying this, but Solaris 9 supports all of the hardware in the Solaris 9 list and all of the hardware in the Solaris 8 list. You must look in both places to see what Solaris 9 supports.
    Richard

  • Solaris 8.0 on SUN SPARC 5 machine.

    Can i install Solaris 8.0 on SUN SPARC 5 machines ?
    Why can't i find it in the hardware compatibility list ?

    Hi Solaris 8 is supported for Sparc Station 5 machines and should install just fine. However Solaris 8 is not supported on 4c architecture systems like the Sparc Station 1's and 2's...etc.
    You can find a list of supported systems at the following URL:
    http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-2221-10.pdf
    Skip ahead to page 25 if you are looking just for supported machines.
    Regards,
    Andrew
    Sun Developer Technical Support
    Can i install Solaris 8.0 on SUN SPARC 5 machines ?
    Why can't i find it in the hardware compatibility list

  • Installing Solaris 9 on HP ML350 G5 server - No disks found

    Some weeks ago I've post a topic about problem with installing Solaris 10 on HP ML350 G5 server.
    ( [http://forum.java.sun.com/thread.jspa?threadID=5308827] )
    OK, it have been solved. Thanks!
    But now I need to install Solaris 9 on this server. The problem is same - No disks found.
    I can't find drivers for Smart Array e200i 128Mb v.1.66 (disk controller installed on ML350 G5) for Solaris 9.
    Can you help me? Thanks in advance.

    Find a contact e-mail address on HP's website and ask them if the driver is available for Solaris 9.
    alan

  • Siebel Gateway 8 on Solaris x64, supprted ? or SPARC only?

    People,
    Siebel Gateway 8 on Solaris x64, supprted ? or SPARC only?
    where I can find official anounce ?
    thnkxx

    Siebel is supported on Solaris with SPARC only. See Siebel System Requirements and Supported Platforms on metalink or here: http://download.oracle.com/docs/cd/E11886_01/srsphomepage.html.

  • An install service of Solaris 11.2 on the AI server of Solaris 11.1

    Hi all,
    Is it possible to create an AI install service of Solaris 11.2 on the AI server of Solaris 11.1?
    Thanks

    Hello
    In general is better to have the latest sol11.2 to serve all solaris AI images. But maybe new features like unified archives can not be used in older version,  as they are new on sol11.2, but as you can read in this link much better sol11.2 + SRU to be the AI server as you can serve all
    AI Server Requirements - Installing Oracle® Solaris11.2 Systems
    Regards
    Eze

  • LSI1030 scsi adapter does not work under solaris 10 on t5240 sparc server

    hi all,
    i have following LSI1030 scsi pci-x card in t5240 server with solaris 10u8 ..
    ## prtpicl -v ## director's cut
                             LSILogic,scsi (scsi-2, ad0000061e)
                              :DeviceID      0x8
                              :UnitAddress   8
                              :vendor-id     0x1000
                              :device-id     0x30
                              :revision-id   0xc1
                              :subsystem-vendor-id   0x103c
                              :subsystem-id  0x322a
                              :class-code    0x10000
                              :cache-line-size       0x10
                              :interrupts    00  00  00  01
                              :min-grant     0x10
                              :max-latency   0x6
                              :latency-timer         0x40
                              :devsel-speed  0x1
                              :66mhz-capable
                              :fcode-rom-offset      0xa800
                              :device_type   scsi-2
                              :wide  0x10
                              :version       1.00.38
                              :reg
    00  07  40  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
    01  07  40  10  00  00  00  00  00  00  00  00  00  00  00  00  00  00  01  00
    03  07  40  14  00  00  00  00  00  00  00  00  00  00  00  00  00  02  00  00
    03  07  40  1c  00  00  00  00  00  00  00  00  00  00  00  00  00  02  00  00
    02  07  40  30  00  00  00  00  00  00  00  00  00  00  00  00  00  10  00  00
                              :model         LSI,1030
                              :compatible    pci103c,30
                              :assigned-addresses
    81  07  40  10  00  00  00  00  00  00  10  00  00  00  00  00  00  00  01  00
    82  07  40  14  00  00  00  00  05  20  00  00  00  00  00  00  00  02  00  00
    82  07  40  1c  00  00  00  00  05  22  00  00  00  00  00  00  00  02  00  00
    82  07  40  30  00  00  00  00  05  30  00  00  00  00  00  00  00  10  00  00
                              :mpt-version   1.02
                              :firmware-version      1.03.39.00
                              :devfs-path    /pci@500/pci@0/pci@c/pci@0/LSILogic,scsi
                              :binding-name  LSILogic,scsi
                              :instance      -1
                              :_class        scsi-2
                              :name  LSILogic,scsi
    ## prtdiag -v # director's cut
    MB                lsilOGICLSILogic,scsi                     LSI,1030
                            /pci@500/pci@0/pci@c/pci@0/LSILogic,scsi
    ## prtconf -v # director's cut
                        LSILogic,scsi (driver not attached)
                            tape (driver not attached)
                            disk (driver not attached)
    {0} ok probe-scsi-all
    /pci@500/pci@0/pci@c/pci@0/LSILogic,scsi@8
    MPT Version 1.02, Firmware Version 1.03.39.00
    Initiator ID is 7
    Target 3
      Unit 0   Removable Tape     HP      Ultrium 2-SCSI  S63Di am unable to run this controller under solaris 10, is it even possible ??
    regards, daniel
    ps. i did reconfigure reboot and tried to tweak a mpt driver by hand, i also checked a patches for mpt driver ..

    # prtconf -v | grep LSI
                        LSILogic,scsi, instance #0
                                    dev_path=/pci@500/pci@0/pci@c/pci@0/LSILogic,scsi@8:devctl
                                    dev_path=/pci@500/pci@0/pci@c/pci@0/LSILogic,scsi@8:scsi
    # cfgadm -lv c2
    Ap_Id                          Receptacle   Occupant     Condition  Information
    When         Type         Busy     Phys_Id
    c2                             connected    unconfigured unknown
    unavailable  scsi-bus     n        /devices/pci@500/pci@0/pci@c/pci@0/LSILogic,scsi@8:scsi
    # iostat -En ## cut
    rmt/0            Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HP       Product: Ultrium 2-SCSI   Revision: S63D Serial No:thanks, resolved .. i added this device (mpt "pci103c,30") in /etc/driver_aliases
    regards

  • Lan messenger for Solaris 10 for Sparc server

    Hi
    Is there any Lan messenger for Solaris 10 for Sparc which can be run on Thin client using sunray 3.1.
    Clients need to use messenger using their thin clients.
    help in this regard will be highly appreciated
    Regards
    Thanks

    is there a client for YM phone on Solaris??
    I use Yahoo phone as my only phone and Win XP somehow refuses to work even after 4 re-installations and does not even show my network adapter. So, if I can find sth to work with Yahoo phone Solaris will be the only OS I need.
    BTW the nge0 works fine on Solaris and I am posting this from opensolaris.
    thanks everybody.

  • Migration from Solaris Sparc server to Solaris  x86

    Hi ,
    I would like to know.
    Migration from SAP ECC6 , Oracle , Solaris Sparc to Ecc6, Oracle, Solaris x86 , Is this consider Heterogeneous or Homogeneous system copy?
    Thanks.
    Best Regards,
    ck chai

    Solaris on SPARC is a BIgEndian platform, Solaris on X86 is LittleEndian - so it's heterogeneous --> you need to use R3load to performa a migration - and you need to have a certified migration consultant on-site to do that migration (http://service.sap.com/osdbmigration --> FAQ).
    Markus

  • Solaris 8 or 9 on Sparc 20

    I have a Sparc 20. I am unable to get to miniroot using either Software 1 or Installation CDs (either Solaris 8 or 9 - isos downloaded and burned a variety of ways using both Nero and CD Creator).
    The machine boots. The alias for the CD drive is correct (I've also tried a different CD drive with same result) but when I issue a boot cdrom -s command the machine begins to load from the CDROM, then after 20 to 30 secs or so, it just stops on the "hourglass". It has loaded some data from CD because the CD light is on for a good while and the "hourglass" does spin for several revolutions before it just stops. Should I be looking at memory? I can L1-A at this point just fine - so machine isn't completly frozen. Help appreciated?
    The machine does boot fine using a Redhat port for SPARC (same type of CDRs - 700min - so that ain't the prob either).
    Furthermore I have a Solaris 9 X86 machine working fine on net. Can I use this as a Install server for a net boot on the SPARC (sounds like no from what I've read). If someone can point me to useful help on this it would be great. I understand that the filesystems on the Sparc CDs can't be read on X86 Solaris.
    Anyway - distinct Newbie on Sun HW... Comming from SGI background. Excuse the old hardware - it's all I've got for the moment.
    Anything will be helpful

    My SS20 was super picky when it came to the speed of the burned media, but only for Solaris for some reason. I burned Aurora 1.0 at 32x and It was good to go, but Solaris 9 cried when I burned it any faster than 4x.
    Have you tried burning it at 4x, or even 1x?
    It also takes what seems like AGES to load up from the Solaris install CDs, and unless your using 10K RPM SCSI with 256+ Mb of RAM, expect it to take 6-12 hours to install the OS from the stock CD-Rom on an SS20.

  • Cannot start Xserver after installing Solaris 10 08/07 for Sparc

    Hi,
    Has anyone ecountered the following promblem after installing Solaris 10 08/07 for a Sparc processor .I am trying to exceed to the server but cannot get access to CDE or Gnome as the Xserver is not running!
    getting the following message on booting not sure if related.
    SUNW-MSG-ID: SUNOS-8000-1L, TYPE: Defect, VER: 1, SEVERITY: Minor
    EVENT-TIME: Thu Nov 8 10:07:20 CET 2007
    PLATFORM: SUNW,Netra-T2000, CSN: -, HOSTNAME:
    SOURCE: eft, REV: 1.16
    EVENT-ID: e627d1f9-bd6e-c850-dd0e-a5dbfaa64e48
    DESC: The EFT Diagnosis Engine encountered telemetry for which it is unable to p
    roduce a diagnosis. Refer to http://sun.com/msg/SUNOS-8000-1L for more informat
    ion.
    AUTO-RESPONSE: Error reports from the component will be logged for examination b
    y Sun.
    IMPACT: Automated diagnosis and response for these events will not occur.
    REC-ACTION: Run pkgchk -n SUNWfmd to ensure that fault management software is in
    stalled properly. Contact Sun for support.
    I Have ran this pkgchk -n SUNWfmd and there is no response
    I have tried creating the xorg.conf file /usr/X11/bin/Xorgconfig as recommened form a similar thread but this has not worked.
    I can telnet when I try to ssh it is asking me for interactive kb security check and can't login with root password...
    which works when I telent!!
    Has anyone ecountered this before??
    Hendy

    1-Which server are u using? Xorg or Xsun?
    2-did you try /usr/X11/bin/xorgcfg ?
    3-did you try kdmconfig ?

  • Java location in SPARC server

    Hello everyone
    I am upgrading my SPARC SRSS server to 5.0 and part of that upgrading Java to 1.6
    -I go to SRSS4.2 folder under Supplementary and install SPARC 1.6 java
    -but utinstall tell me that under /usr/java i still have Java 1.5
    anybody know what I am doing wrong or where Java 1.6 location .. or what I am doing wrong
    please help

    When you run the java executable which is delivered as part of Supplemental, it creates an extracted java folder under Supplemental. You need to move this folder to a permanent location on your system and instruct utinstall where you put it.
    ./jre-6u18-solaris-sparc.sh
    mv jre1.6.0_13 /opt/
    ln -s /opt/jre1.6.0_13 /opt/java
    Then specify /opt/java during utinstall.
    Brad

Maybe you are looking for

  • Not able to run the job with user id - is

    Hello experts, We have problem. Every day we run the job. ( the job contians two programs called  ZTIBCOPRG  and J_5HJSTP  )). I would like to know why the above job is running with the user ID TIBCOADM.  Because this user has German settings for the

  • Completed download, only 2 secs of music

    My download was interrupted, and it shows the song as downloaded, but only plays 2 seconds of music. I do not want to pay another .99.  What can I do?

  • 1 clip in a project has changed that clip will not do a video edit

    Hi all, something has changed in a clips settings and the clip will only do audio edits, and the video does not follow the audio, on to the timeline. The clip did previously do video edits. So, It must be something I have changed. I can see the video

  • After Install Apex?

    After Install Oracle Application Express 3.0 wht is given Workspace? user name? Passowrd ?

  • Knowledge of Hardware for a DBA

    Hello friends, I have started my career as a DBA few months back and I am still learning. Please help me understand whether as a DBA, a person is also supposed to know about the underlying server hardware details. If yes, what level of knowledge is h