Sponsored Content
Operating Systems Solaris Couldn't upgrade Solaris 10 x86 from Sun Fire x2200 to Dell Precision Wrkst Post 302664675 by hicksd8 on Saturday 30th of June 2012 07:14:00 AM
Old 06-30-2012
I see your post and find it disappointing that you still have no replies. I haven't tried to reply before because I am an expert on SPARC solaris and I have only played around in the Solaris x86 world. I have no production experience in the Solaris x86 world. However, Oracle/Sun have always prided themselves on the few operational differences between their SPARC and x86 product so maybe I can write something useful.

MODERATOR'S PLEASE NOTE THAT WE REALLY NEED YOUR Solaris x86 EXPERT TO PASS COMMENT ON WHAT FOLLOWS BECAUSE IT MIGHT BE RUBBISH IN THE X86 WORLD. I WILL INSERT A (??) WHEN I'M NOT SURE.

Okay, all that said here goes..........

To move platforms like this is a fairly major engineering job. My normal approach on SPARC is to boot from cdrom media, configure my hard drives, make filesystems of appropriate size and restore my ufsdumps from tape or, more often, a remote nfs mount.

When that's done there are a number of things that must be fixed before attempting to reboot. These are:-

1. The bootblock, the content of which varies with the hardware platform. Need to write out the correct one. (??) But here you use grub??

2. Check the /etc/system file (??) suits the platform.

3. Check the /etc/vfstab file (??) suits the platform and devices paths.

4. Remake all device paths (eg. /dev/dsk/c1t0d0s1). The device paths represent the only connection between software and the actual hardware. If the O/S tries to mount /dev/dsk/c1t0d0s1 and the disk is not on the end of it you are stuffed. Therefore, you remove the devices and remake them all......


Having booted from CD mount your harddisk root filesystem under /a (??)

Code:
rm -f /a/dev/rdsk/c*
rm -f /a/dev/dsk/c*
rm -f /a/dev/cfg/c*
devfsadm -r /a -p /a/etc/path_to_inst

(??)

Now double check /etc/vfstab looks right now that you have new devices.
Use the format (??) command to see what device names your disks are on and ensure /etc/vfstab is correct for this platform. When you are sure take the system down.

Now all the devices are new make sure that you tell Solaris to reconfigure the whole thing by using the -r switch the FIRST time you boot.

Code:
 
boot -r

(??)

You could even use boot -rv (??) to get a verbose boot to see exactly what goes on.

The -r switch will warn Solaris that a reconfigure is needed. go make a coffee and let Solaris sort everything out.

Right, that's all. We need comments asap from Solaris x86 experts whether they see rubbish written above. Positive comments if you can't see anything wrong will increase confidence.

No guarantees given.
This User Gave Thanks to hicksd8 For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Sun Fire 280R Sun Solaris CRT/Monitor requirements

I am new to Sun. I brought Sun Fire 280R to practice UNIX. What are the requirements for the monitor/CRT? Will it burn out old non-Sun CRTs? Does it need LCD monitor? Thanks. (3 Replies)
Discussion started by: bramptonmt
3 Replies

2. Solaris

Configure network card in Sun Solaris 10 for Dell Optiplex 745

Dear All, I am a beginner of Sun Solaris. Now I install Sun Solaris 10 on my machine Brand Dell optiplex 745. When i complete installation I found no Network Card in my computer by using command ifconfig -a, I found only loopback Adapter. Could anyone help me to solve this problem? Cheer, ... (5 Replies)
Discussion started by: veasnabee
5 Replies

3. Solaris

Solaris 9 to Solaris 10 upgrade on Sun Fire 3800

Hello there! I have Sun Fire 3800 with very old Solaris 9 and I need to perform upgrade to concurrent Solaris 10 version, preserving current OS configuration. I supose to make it using Live Upgrade, but according to Solaris Live Upgrade Software: Minimum Patch Requirements page, I need to... (5 Replies)
Discussion started by: Sapfeer
5 Replies

4. Hardware

Upgrade Sun Fire v65x to support USB External HD?

Hi, Does anyone know if it's possible to upgrade a Sun Fire v65x to support USB external hard drive(s)? My take on this is the USB ports were designed to support keyboard and mouse funtionality. BIOS Version/Date is: Intel Corporation SWV25.86B.1191.P08.0310291543, 10/29/2003. Does anyone... (3 Replies)
Discussion started by: mattdon
3 Replies

5. Solaris

Firmware password Solaris Sun Fire v440

Hi: I bougth an used Sun Fire v440, and It have a firmware password. When I turn on the server, it ask for firmware password. (I don 't know what is the correct password). I can access to SC, but when I want to access to OBP, Firmware Password appears again. I remove the battery for two hours,... (1 Reply)
Discussion started by: mguazzardo
1 Replies

6. Solaris

How to start up console on Sun Fire X2200 ILOM using SSH?

Hi Oracle Hardware Specialists, I have shutdown a Sun Fire X2200 server running Solaris 10 x86 to single user mode to experiment some backup commands using Web based Sun embedded Lights Out Manager Redirection to open up a console session. However, it is not possible to copy & past text with... (7 Replies)
Discussion started by: gjackson123
7 Replies

7. Solaris

Sun-Fire-V490 Printer Issue After Upgrade of Solaris

Hey Guys I am new here, dont know if any one can assist me with this issue. I have a Sun-Fire-V490 machine that was upgraded to version 9 and patched a few months back. Problem is a few network printers managed by the server is printing an extra page that comes out before and after every print... (0 Replies)
Discussion started by: mprogams
0 Replies

8. Solaris

Help with Solaris 8 10/00 Installation on Sun Fire V490 Server

cat note Hi Sun Solaris Experts, When I try to install Solaris 8 10/00 OS via the Solaris 8 Installation Disk on our Sun Fire V490 Server using the command , I get: boot: cannot open kernel/sparcv9/unix which means it can't find the unix kernel file on the installation disk . By the way, I... (5 Replies)
Discussion started by: ssabet
5 Replies

9. Solaris

Solaris 10 1/13 & Sun Fire V490 Server

Hi Solaris/Unix Experts, I've installed Oracle Solaris 10 1/13 on a Sun Fire V490 Server via its external Serial Port using a Cisco Console Cable connected to my Laptop PC running SecureCRT terminal emulation software emulating VT100 Terminal. The Sun Fire V490 server has two on-board... (1 Reply)
Discussion started by: ssabet
1 Replies
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy