Clone the Solaris OS from Sun Fire X4200 M2 to Sun Fire X4100 M2

Dear all,
May anyone help me?
I want to clone the all slices (whole hard disk) in Solaris 10 OS from Sun Fire X4200 M2 Server and then restore it back to Sun Fire X4100 M2 Server. Is it possible to do this? If "Yes", may show me how to do it?
I appreciate for your help.
Thanks you in advance,
Soret,

Hi.
It's possible, but depend of used file systems, used or not voluem manager, hardware configuration.
Possible steps:
1) Make Backup x4200 ( on internal disk or third NFS storage )
2) Boot x4100 from installation DVD in to Single user.
2.1 Partitioning disk
2.2 Create New FS
2.3 Restore backup on new FS. ( need configuree network, and mount disks with backups over NFS )
2.4 use devfsadm for rebuild device tree
chroot <new_root> devfsadm
2.5 Make neaded customization on new system.
2.6 Install grub and bootblok ( installboot )
2.7 Umount all new FS; halt system.
3) Try normal boot new system.
Some step for create new disk you may do on original server. Install new disk and make restore on it.
After- return this disk to x4100.
Regards.

Similar Messages

  • Migrate Solaris 10 from Sun-Fire-V240 to T5140

    Hi everyone.
    Is it possible to migrate Solaris 10 running Oracle 10g RAC on a Sun-Fire-V240 to a T5140 without having to reinstall OS + Oracle-DB-software from scratch?
    Because both servers are based on a SPARC-processor, I am guessing that it should be possible to patch/configure the OS to run on a T5140 instead of a V240.
    Well, I have tried the following:
    1) Booting the T5140 using "disk1" (c1t0d0).
    2) Formatting "disk2" (c1t1d0) in the same number of slices I have on the V240.
    3) newfs on every slice, mounting and copying from V240 to T5140 using "ufsdump/ufsrestore" over ssh.
    4) Editing the /etc/vfstab.
    5) installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c1t1d0s0
    ...Because I haven't got the correct platform for T5140 on the V240-install (even though it is patched recently), I used the one on the T5140.
    6) Removed the /etc/path_to_inst and tried to "boot -ar" (after switching disk2 to "disk1-controller-position").
    When 1-6 did not work, I tried a few other things:
    a) Replace the /platform and /usr/platform with the ones on the T5140 (Generic_137111-06 sun4v sparc SUNW,T5140).
    b) Replace the /kernel with the one from the T5140 (Generic_137111-06 sun4v sparc SUNW,T5140).
    c) Replace the /etc/path_to_inst with the one from the T5140.
    No luck so far.
    So I am left with my initial question - is it possible to patch or configure the V240-Solaris10-installation, so it will run on a T5140?
    Thanks,
    Niels

    In theory you can, but the question is if you want the issues. Migrating between architectures is only recommended for sparse zones, but not for any other. In this case it's you go from sun4u to sun4v which will give you enough of issues beside te changing hardware paths and configuration items.

  • Solaris 10: How do I get to the {ok} prompt from here?

    My Sparc box which is running Solaris 10 stopped working due (I think) to a power outage. Now I can't get it to boot up. I'm not interested in trying to recover the contents of the hard-disk. I just want to make the machine usable again. So I am trying to install the OS from the CD Rom drives. I have removed the hard drives so that it doesn't try to boot off them
    This is what I see on the serial connection:
    INIT: create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    create: Permission denied
    INIT:
    ->
    What I need to know is how do I get to the {Ok} prompt from here?
    How do I get to the Ok prompt from here?
    Edited by: 994606 on Mar 20, 2013 12:10 PM
    Edited by: 994606 on Mar 20, 2013 12:12 PM

    Use a serial cable to connect to the server, then with either putty or teraterm connected power on the server. When it displays something similar to this:
    Sun Fire V890, No Keyboard
    Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
    OpenBoot 4.30.4.c, 32768 MB memory installed, Serial etc
    etc.
    etc.
    Use the putty special command to send a break signal or use teraterm control --> send break. The server will drop to the ok prompt.
    This is how I do it on all our servers as required and works a treat.
    Thanks.

  • Can I switch out a hard drive for an SSD without having to clone the existing hard drive, and then install Yosemite from an USB Boot Drive onto the new SSD?

    Can I simply replace a hard drive with a new SSD and just install Yosemite from a USB boot drive onto the SSD? I recently bought a used MBP and it has absolutely no files on it except for the OS, and so I'm assuming I don't need to clone the current hard drive as I can just reinstall the OS onto the new SSD.

    Honey_Revenge wrote:
    Thanks.
    Just a quick follow up question, is formatting the SSD with HFS+ done in Disk Utility?...
    It's possible that the SSD will be set up for use on a PC, which means it will have a Master Boot Record partition table rather than a GUID Partition Table, which is what Yosemite needs. In Disk Utility, select the SSD and click the Partition button. Create a new Partition Layout and click the Options... button at the bottom. You'll likely see MBR is selected. Choose GUID instead and Mac OS Extended (Journaled) for the Format.

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

  • Unable to execute sh file from java file on the solaris

    hi all
    i have written a java program through which i want to shutdown the weblogic server on the solaris.
    I have written following code
    static Runtime objruntime = null;
    objruntime = Runtime.getRuntime();
    Process objprocess=null;
    String url = "/home/xxx/xxx/xxxx/xxxxx/stopWebLogic.sh";
    try {
                   objprocess = objruntime.exec(url);
                   objprocess.destroy();
                   System.out.println("Server shutdown OK..");
              } catch (Exception e) {
         System.out.println("Error executing Cedera Server shutdown." + e);
    I am able to execute the above code on the linux 7.1 means server get shutdown forcefully.
    But when i am trying to execute above code on solaris, server is not getting shutdown.
    Can anybody please help to solve this problem.
    Thanks in advance
    regards
    andy

    we didn't got what you are trying to say..
    what i want to achieve is...
    we are having one condition check in Startup class if that condition becomes false we have to stop the weblogic from starting up.
    if we execute same command posted previously from shell directly its' working fine.
    we are using "csh" shell. we have also tried to execute the command as follows - " csh /home/xxxx/xxx/xxx/xxxxx/stopWebLogic.sh"
    but no achievement.
    it seems that "objruntime.exec(url);" is not able to invoke the shell script "stopWebLogic.sh". We have also checked the execute permission for the same.
    Neither we are getting any error nor any message.
    can u please give us some guide lines on how to achieve this.

  • Reinstall program from the Solaris 10 CD

    I need to reinstall un program from the Solaris 10 CD.
    how to I do?
    How do I have to mount the cd?
    Thanks
    Note: I am new in Solaris

    CD-ROM or DVD are automatically mounted. You have then just to go in the product directory and install the appropriate package(s) with the pkgadd command.

  • Invoke the secured webservice from BPEL in Solaris environment

    Hi All,
    Can any one tell me how to invoke the secured webservice from BPEL in Solaris environment as i am able to invoke the secured web service from BPEL in windows platform(soa suite 10.1.3.4).
    we have applied 10.1.3.4 patch on solaris environment but we are not able to invoke the same.
    Thanks in advance
    Regards,
    Nagaraju .D

    Hi Nagaraju,
    Read your post.We've somewhat the similar problem as yours as we are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    As you have wriiten that you've already called a secured web service in windows platform ,so if you can please help me out in this issue.
    I've opened a separate thread for this to avoid confusion. :-
    Error while invoking a WS-Security secured web service from Oracle BPEL..
    Thanks,
    Saurabh

  • Installing a Separate package from the Solaris CD

    Hi .,
    I installed Solaris on my Sparc Station .,
    But now I want to install few packages which are not installed during the OS installation.
    Example:
    If i want to install the package SUNWarc from the Installation cd., Can anybody tell me the Easiest way to find out the Location of the package from the CD and to install it.
    Thanks & regards
    Suseendran .A

    Sorry to say NONE of the operation helps
    I am inside the Solaris cd1
    In my Solaris 1 CD for Solaris 10
    I am inside the
    /SOLARIS_10/PRODUCT directory,, here I found all the
    package folders.Please don't tell me what you are doing, show me exactly the screen output.
    But when I give the packageadd command inside the
    folder It is not working ans giving the Error
    Message..You are probably typing the command incorrectly.
    I asked if you would show (as in exactly cut and paste) the 'cd' and 'pkgadd' commands you are using. Without showing them exactly, it is very difficult to help you.
    Darren

  • Monitor the OEM 10g from Windows or Solaris

    Hi,
    I would like to monitor one instance Oracle 10g that is running on Solaris 5.10. I toolk the url (INFO: >>>>>>>>>>> The Database Control URL is http://zzzzzzzzzzzzzzz:1158/em <<<<<<<<<<<) on the file emca_2010-08-27_05-32-20-PM.log.
    Here my two questions about this:
    first - I'm now on my Windows where I like to monitor my instance that is running on Solaris. I just put the url on my browse, but it can't open the url. The ping on the solaris is working. Any idea about the reason of why I can't access my instance with this url?
    second - I'm using the exceed tool to access the solaris. My problem on the Solaris is that I don't know how start the browser there. If you know, can you tell me, please.
    The output of the emctl status of dbconsole or agent is that they are running.
    Thanks in advance,
    Serge

    Dear 791633,
    Please see the emctl port number;
    $ emctl status dbconsoleYou should try different names to resolve it on the browser like ;
    http://ip_address_here:1158/em
    http://host_name_here:1158/emOf course the host name should be known on the windows box.
    Hope That Helps.
    Ogan

  • Solar cell charging battery and load at the same time When there is Sun , When there is no sun , the battery take over and power up the Load

    Hi 
    Im currently doing a project using LabVIEW and myDAQ where i have to use the solar cell to charge the battery and turn on the load ( LED) when there is light
    and once the the solar cell is unable to detect the light , the battery will power the load instead of the solar cell
    i am having some problems with labview programing ( unable to work )
    Does anyone has something similar that i could reference to ?
    Thanks 

    Good to see that you found the LabVIEW forum, but you have not added any more information than what you posted on the Reddit LabVIEW forum.  
    The people here will also need more information about what is not working, be as specific as possible.  I will also repeat that you can replace the inputs with controls and the outputs to indicators so you have more control over the code to test it.  Then introduce the real IO when you have the code working like you want it to.
     

  • How to clone a new machine from another with different hardware

    How do I clone a new Sun Blade 2500 from a Sun Blade 1000 (with Solaris8)?
    Is ufsdump/ufsrestore a solution? Are all needed drivers included in the kernel from the Sun Blade 1000? Or, do I first need to install patches/updates on the Sun Blade 1000?
    Or, what's a better solution? Please no solutions like jumpstart, only simple cloning.
    Thanks.

    This isn't a simple process. The cleanest way is to take a flash archive of the Sun Blade 1000 then install it on the 2500. There is good documention for this on the Sun Blue Prints web page www.sun.com/blueprints.
    Below is the down and dirt way of doing it.
    Follow the instructions exactly and it will work.
    1. Make sure OS supports both hardware architectures
    2. Make sure you disconnect any storage except boot devices
    3. Make sure boot device is unencapsulated
    With a disk with the OS from the Sun Blade 1000 on it in the Sun Blade 2500. I put a disk in the master server (the Sun Blade 1000) and copy the OS using ufsdump to the disk and then take the disk and put it in the clone (the Sun Blade 2500).
    4. From OK prompt, boot single user from a cdrom of the same OS which your boot disk is using
    5. Use the installboot command to install the boot block on the new drive.
    6. Use the uname -i command to make sure you use the right architecture.
    7. Make boot block
    # installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk/dev/rdsk/c?t0d0s0
    8. Mount boot slice to be modified
    # mount /dev/dsk/c0t1d0s0 /mnt
    9. Remove old systems device tree. Delete the following files and directories.
    # rm -r /mnt/devices/*
    # rm /mnt/dev/dsk/*
    # rm /mnt/dev/rdsk/*
    # rm /mnt/etc/path_to_inst
    # touch /mnt/etc/path_to_inst
    # rm -r /mnt/dev/cfg/* (solaris 8 and 9)
    # rm /mnt/dev/.dev*
    10. Build new device tree and path_to_inst
    # drvconfig -r /mnt/devices -p /mnt/etc/path_to_inst
    # devlinks -r /mnt
    # disks -r /mnt
    # tapes -r /mnt
    # ports-r /mnt
    # audlinks -r /mnt
    11. Make sure you update /etc/vfstab to reflect the new device target and slices.
    12. Reboot machine, you may have run a couple boot -r to clean other devices up.
    13. Perform another boot -r to bring in storage.
    Good luck
    Earle

  • How to increase file size on solaris 10 from 2g

    HI All,
    how can i increase the file size on solaris 10 from 2gb .
    please reply complete steps.
    or any helpful tutorials
    thanks

    files (log files ) are being created by application and max size for the files is "2147483647" and that restriction i cant get complete logs so how can i increase the file size ?
    Q) What filesystem are you using?
    A) UFS
    Q) What Kernel release are you using? (uname -a)
    A) SunOS ss00 5.10 Generic_120012-14 i86pc i386 i86pc
    Q) What system are you running Solaris on? (prtdiag -v | head)
    A) System Configuration: Sun Microsystems Sun Fire V20z
    BIOS Configuration: Phoenix Technologies Ltd. V1.34.4.2 08/24/2005
    BMC Configuration: IPMI 1.5 (KCS: Keyboard Controller Style)
    ==== Processor Sockets ====================================
    Version Location Tag
    AMD CPU0-Socket 940
    AMD CPU1-Socket 940
    Q) Are you running a 32-bit or 64-bit Kernel? (isainfo -v)
    A) 64-bit amd64 applications
    sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8 tsc
    fpu
    32-bit i386 applications
    sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8 tsc
    fpu
    Q) How is the file being modified or created?
    A) files are being created by application
    Can you create a 3GB file using mkfile(1M) - # mkfile 3g 3gfile
    A) 3221225472 Jun 8 05:31 3gfile yes file was created successfully

  • Upgrading Solaris 10 from 32-bit to 64-bit in a VirtualBox VM

    Hello,
    I am running 32-bit Sol 10 u5 x86 as a guest in a Sun VirtualBox (Vbox) virtual machine on a 32-bit WinXP host with 64-bit VT-capable Xeon processors, and am considering upgrading Solaris 10 to 64-bit using the latest version of Vbox (2.0.0). After installing WinXP Professional x64 and the 64-bit version of Vbox, will I have to completely re-install Sol 10 to get it to run in 64-bit, or is there some way to get it to 64-bit without a re-install? The Vbox forums suggested that I post this question on a Solaris forum, as they don't know the answer.
    They apparently also do not know if Windows XP x64 is a compatible host OS on which to run 64-bit guests. They list only Vista, Linux, and OpenSolaris as supported 64-bit host OSs. Has anyone used WinXP x64 as a host for Vbox 64-bit guests? Due to policy, Vista is not available to me on my system/network.
    Thank you...

    The x86 installer will place both 32-bit and 64-bit code on the disk.
    The loader fired by GRUB will attempt to detect the proper hardware and launch the correct kernel.
    Other portions of the upgrade could conceivably cause a problem, but having the CPUs go from 32-bit only to 64-bit capable shouldn't be an issue. You don't have to make any changes.
    Darren

  • Solaris 2.6 upgrade to version 8 on SUN ULTRA 10

    Dear Mr. or Mrs:
    I met the same question as uxdms who left the message on Dec 20,2001.
    When I was trying to upgrade from solaris 2.6 to 8 release , there is "failed" warning and the upgrade isn't created.
    There is a detailed info:
    Mechine: SUN ULTRA 10
    Media:
    Solaris 8 installation -- SPARC Platform Edition
    Solaris 8 software 1 of 2 -- SPARC Platform Edition
    Solaris 8 software 2 of 2 -- SPARC Platform Edition
    Installation step:
    Accordidng to the guide of installation, run step by step,
    and there are some special steps below:
    (1) use the /dev/dsk /c0t0d0s4 as disk slice to upgrade.
    (2) selet networked
    (3) don't use DHCP
    (4) disable IPv6
    (5) no NIS+, NIS, DNS ..
    .... displaying the wolcome to solaris dialog box
    (1) Solaris 8 installation SPARC Platform Edition is ejected.
    (2) prompted to insert the Solaris 8 software 1 of 2.
    (3)After selecting serial the dialog box of the upgrade..
    (4)system prompted upgrading...
    initialation is done.
    Checking file system is done.
    (5) There is a installation summary displayed:
    installation summary
    The solaris installation status is shown below
    product status infor.
    Solaris 8 software Failed Detailed(button)
    After click the Detailed button, there is a dialog box
    Failed:
    Log file: /a/var/sadm.system/logs/upgrade_log
    Question is:
    I can't find the file of upgrade_log , and the webstart install stops on it.
    I appreciate for your kind help
    Melanie
    the webstart install stops on initalization -- with 'failed' warning

    Hi,
    If this problem is reproduceable, provide me the exact console error (failed) message to further investigate on this issue.
    Senthilkumar
    Developer Technical Support
    Sun Microsystems, Inc.
    http://www.sun.com/developers/support

Maybe you are looking for

  • When will Podcast app support playlists?

    Anyone know if the Podcasts app will eventually support playlists since apparently the Music app will no longer support podcasts in iOS 6?  I like watching video podcasts on my iPhone at the gym (esp sine the music app on the iPad won't do video play

  • How can I change the position of the tab bar?

    I just can't get used to the tab bar being on top in Firefox 4. I keep closing open pages by clicking on the bookmarks menu bar. How can I swap the position of the two bars?

  • [HOWTO] Mplayer music daemon

    Hello fellow Archers, I recently noticed that XMMS2 was using 40% of my CPU (not sure how I missed it but it no doubt has something to do with my setup) and decided I needed to correct this. My plan was to initially write my own music server, but tha

  • Flashing file folder on boot, what does it mean?

    flashing file folder on boot, what does it mean?

  • [SOLVED] [pacman] My 'pacman-key --init' issue

    pacman-key --init gpg: Generating pacman keychain master key... Not enough random bytes available. Please do some other work to give the OS a chance to collect more entropy! (Need 211 more bytes) Well, I thought that I could resolve it using random b