![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fssnap error :snapshot error: File system could not be write locked | aggadtech08 | SUN Solaris | 2 | 09-15-2009 11:12 AM |
| failure in lucreate | Hitesh Shah | SUN Solaris | 5 | 06-05-2009 09:38 AM |
| Build Error: error: dereferencing pointer to incomplete type | katwala | UNIX for Dummies Questions & Answers | 8 | 04-17-2009 10:16 AM |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 04:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
lucreate error
Hello,
On solaris 10, trying to run lucreate as below, Code:
lucreate -c Solaris10 -n Solaris10_lu -m /:/dev/dsk/c0t2d0s0:ufs -m -:/dev/dsk/c0t2d0s1:swap -m /export/home:/dev/dsk/c0t2dufs7 Code:
Discovering physical storage devices Discovering logical storage devices Cross referencing storage devices with boot environment configurations Determining types of file systems supported Validating file system requests Preparing logical storage devices Preparing physical storage devices Configuring physical storage devices Configuring logical storage devices Analyzing system configuration. Comparing source boot environment <Solaris10> file systems with the file system(s) you specified for the new boot environment. Determining which file systems should be in the new boot environment. Updating boot environment description database on all BEs. reading tag: invalid character <1> (0x31) before start of tag ERROR: Cannot delete existing filters for new boot environment. Code:
<response success="yes" resultCode="0"> <beStatus name="Solaris10" complete="yes" active="yes" activeOnReboot="yes" busy="no" status="" deletable="no" mounted="yes" mountPoint="/" source="bebasic-GetBootEnvStatusService"/> <message newlineAtEnd="yes" type="general" message="Boot Environment Is Active Active Can Copy "/> <message newlineAtEnd="yes" type="general" message="Name Complete Now On Reboot Delete Status "/> <message newlineAtEnd="yes" type="general" message="-------------------------- -------- ------ --------- ------ ----------"/> <message newlineAtEnd="yes" type="general" message="Solaris10 yes yes yes no - "/> Code:
SunOS hostname 5.10 Generic_139555-08 sun4u sparc SUNW,Sun-Blade-100 -bash-3.00# prtvtoc /dev/dsk/c0t0d0s2 Code:
* /dev/dsk/c0t0d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 16 tracks/cylinder
* 1008 sectors/cylinder
* 29651 cylinders
* 29649 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 3096576 18398016 21494591 /
1 3 01 0 3096576 3096575
2 5 00 0 29886192 29886191
7 8 00 21494592 8391600 29886191 /export/home
Code:
* /dev/dsk/c0t2d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 16 tracks/cylinder
* 1008 sectors/cylinder
* 29651 cylinders
* 29649 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 3096576 18398016 21494591
1 3 01 0 3096576 3096575
2 5 00 0 29886192 29886191
7 8 00 21494592 8391600 29886191
Code:
VERSION: 11.10,REV=2007.03.09.13.13 VERSION: 11.10,REV=2005.01.10.00.03 VERSION: 11.10,REV=2005.01.10.00.03 respectively Please help. Thanks. ---------- Post updated 10-08-09 at 09:33 AM ---------- Previous update was 10-07-09 at 03:46 PM ---------- Ok I managed to redo everything and create a new BE which is copy of active BE and new BE is patched using solaris-10-recommended patch cluster I am not able to activate it though, -bash-3.00# luactivate Solaris10_lu Code:
A Live Upgrade Sync operation will be performed on startup of boot environment <Solaris10_lu>. ERROR: <706> required packages are not installed on boot environment <Solaris10_lu>. INFORMATION: </var/sadm/system/data/packages_to_be_added> on boot environment <Solaris10_lu> contains a list of required packages that are not installed. The boot environment is missing required packages. This might be the result of an upgrade operation that failed or that is incomplete. If the boot environment was upgraded using a multiple media distribution, for example the Solaris CD media, you must continue the upgrade process until it is fully completed. Failure to complete the upgrade process with all media of the software distribution makes the boot environment unstable. ERROR: Unable to activate boot environment <Solaris10_lu>. Code:
Boot Environment Is Active Active Can Copy Name Complete Now On Reboot Delete Status -------------------------- -------- ------ --------- ------ ---------- c0t0d0s0 yes yes yes no - Solaris10_lu yes no no yes - Any idea? Thanks. Last edited by upengan78; 10-08-2009 at 05:38 PM.. |
|
||||
|
I'm not sure what caused this error, but the first thing to do to fix it is to look at /var/sadm/system/data/packages_to_be_added and see exactly which package(s) are missing. Then check the BE you copied to see if they are there. If not you have your answer, add them to the BE and do your copy again. If they are there then it's a matter of figuring out why they didn't copy to the new BE correctly.
|
|
|||||
|
Quote:
I did check the " /var/sadm/system/data/packages_to_be_added " file but it was a huge list - about 700 packages. In the original BE they are not there. I wonder why luactivate demands those packages. Now let me tell you what I did next, Quote:
Quote:
Quote:
luactivate c0t0d0 and I still see 700 package list and activation failed then I went to ok prompt and did Quote:
Last edited by upengan78; 10-08-2009 at 03:18 PM.. |
|
||||
|
Glad you got it working. I agree, that is pretty suspicious behavior and seems like a bug. If you have Sun support might be worth reporting it as a low priority ticket so they know about it.
|
| Bits Awarded / Charged to rhfrommn for this Post | |||
| Date | User | Comment | Amount |
| 10-08-2009 | upengan78 | thanks for help! | 1,000 |
![]() |
| Bookmarks |
| Tags |
| lucreate, reading tag: invalid character <1>, solaris 10 live upgrade |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|