Getting error while trying to create a Solaris boot instance


 
Thread Tools Search this Thread
Operating Systems Solaris Getting error while trying to create a Solaris boot instance
# 1  
Old 06-23-2013
Oracle Getting error while trying to create a Solaris boot instance

I issue the following command to create a boot instance from an active boot instance on solaris 11.1.

Code:
beadm create -a -d "Oracle x86 64 BIT Solaris SunOS Rel 5.11 Ver 11.1 10/2012 Enable SSH [BACKUP]" OraSolBcp

I get the following error below;-

Code:
 be_mount_callback: failed to mount dataset rpool/ROOT/OraSolBcp/var at /tmp/.be.AqaW_j/var: directory is not empty 
 be_mount: failed to mount BE (OraSolBcp) on /tmp/.be.AqaW_j 
 be_copy: failed to mount newly created BE 
 be_copy: destroying partially created boot environment 
 be_get_uuid: failed to get uuid property from BE root dataset user properties. 
 Unable to create OraSolBcp. 
 Unable to find message for error code: 1

How do I fix this error?

Last edited by DukeNuke2; 06-25-2013 at 02:03 PM.. Reason: To Add Code Tags
# 2  
Old 06-25-2013
/tmp/.be.AqaW_j/var: directory is not empty

see if the named directory could be emptied and retry ...
# 3  
Old 06-25-2013
Code:
/tmp/.be.AqaW_j/var

This directory is empty and gets created when the code below excutes:

Code:
beadm create -a -d "Oracle x86 64 BIT Solaris SunOS Rel 5.11 Ver 11.1 10/2012 Enable SSH [BACKUP]" OraSolBcp

Once you reboot it gets deleted. When I issue the code below before reboot:

Code:
ls -alt /tmp

This is what I get below:

Code:
total 655621
drwxrwxrwt  27 root     sys         2857 Jun 25 15:01 .
-r--------   1 Tenyhwa  staff    67108904 Jun 25 15:00 .SHMDpulse-shm-2833702401
drwx------   2 Tenyhwa  staff        117 Jun 25 15:00 tracker.msword_filter.XXXXq8aiam
drwx------   2 Tenyhwa  staff        117 Jun 25 15:00 tracker.msword_filter.XXXXxvaGZl
drwx------   2 Tenyhwa  staff        117 Jun 25 15:00 tracker.msword_filter.XXXXyraWYl
-r--------   1 Tenyhwa  staff    67108904 Jun 25 14:50 .SHMDpulse-shm-884535489
drwx------   2 Tenyhwa  staff        178 Jun 25 14:50 fam-Tenyhwa
drwx------   2 Tenyhwa  staff        117 Jun 25 14:38 tracker.msword_filter.XXXXz.ayVi
drwx------   2 Tenyhwa  staff        117 Jun 25 14:36 tracker.msword_filter.XXXXriaWpi
drwx------   2 Tenyhwa  staff        117 Jun 25 14:35 tracker.msword_filter.XXXXSEaimi
drwx------   2 Tenyhwa  staff        117 Jun 25 14:35 tracker.msword_filter.XXXXl1aOji
drwx------   2 Tenyhwa  staff        117 Jun 25 14:34 tracker.msword_filter.XXXXfraWci
drwx------   2 Tenyhwa  staff        117 Jun 25 14:34 tracker.msword_filter.XXXXzPaObi
drwx------   2 Tenyhwa  staff        117 Jun 25 14:34 tracker.msword_filter.XXXXVTaG_h
drwx------   2 Tenyhwa  staff        117 Jun 25 14:33 tracker.msword_filter.XXXXA9aW9h
drwx------   2 Tenyhwa  staff        117 Jun 25 14:33 tracker.msword_filter.XXXXnHay8h
-r--------   1 Tenyhwa  staff    67108904 Jun 25 14:11 .SHMDpulse-shm-2091827700
drwx------   2 root     root         117 Jun 25 11:57 .be.xAaW7f
drwxr-xr-x   2 Tenyhwa  staff        178 Jun 25 11:43 hsperfdata_Tenyhwa
-r--------   1 Tenyhwa  staff    67108904 Jun 25 11:41 .SHMDpulse-shm-4163100507
drwx------   2 Tenyhwa  staff        240 Jun 25 11:41 pulse-9GI79M9Kw7cN
drwx------   2 Tenyhwa  staff        180 Jun 25 11:41 .esd-60004
-r--------   1 Tenyhwa  staff    67108904 Jun 25 11:41 .SHMDpulse-shm-2038124043
srwxrwxrwx   1 Tenyhwa  staff          0 Jun 25 11:41 dbus-ueRHgAztG6
drwxrwxrwt   2 gdm      gdm          178 Jun 25 11:41 .ICE-unix
drwx------   2 Tenyhwa  staff        184 Jun 25 11:41 ssh-XXXX_6aGgf
srwxrwxrwx   1 Tenyhwa  staff          0 Jun 25 11:41 dbus-yRhHI1lN9H
drwx--x--x   4 root     gdm          273 Jun 25 11:41 gdm-auth-cookies-37ayId
srwxrwxrwx   1 root     root           0 Jun 25 11:41 dbus-nzzFlAHQCW
drwxr-xr-x   2 root     sys          178 Jun 25 11:40 hsperfdata_root
drwxrwxrwt   2 root     root         176 Jun 25 11:40 .X11-pipe
drwxrwxrwt   2 root     root         176 Jun 25 11:40 .X11-unix
-r--r--r--   1 root     root          11 Jun 25 11:40 .X0-lock
drwx------   2 pkg5srv  pkg5srv      117 Jun 25 11:40 tmpWRw4DN
srwxrwxrwx   1 mysql    mysql          0 Jun 25 11:40 mysql.sock
drwxr-xr-x   2 noaccess noaccess     178 Jun 25 11:40 hsperfdata_noaccess
drwxr-xr-x  35 root     staff         41 Jun 25 11:38 ..

Note each time I re-issue the command a new directory is created in tmp directory and begins with .be. see the directory listing above showing the line below:-
Code:
 drwx------   2 root     root         117 Jun 25 11:57 .be.xAaW7f

This contains the var directory which is empty after the error below:

Code:
be_mount_callback: failed to mount dataset rpool/ROOT/OraSolBcp/var at /tmp/.be.xAaW7f/var: directory is not empty
 be_mount: failed to mount BE (OraSolBcp) on /tmp/.be.xAaW7f
 be_copy: failed to mount newly created BE
 be_copy: destroying partially created boot environment
 be_get_uuid: failed to get uuid property from BE root dataset user properties.
 Unable to create OraSolBcp.   Unable to find message for error code: 1


Last edited by jim mcnamara; 06-26-2013 at 11:19 PM.. Reason: Add code
# 4  
Old 06-25-2013
further search turned up this thread on oracle.com ... see if what they were talking at that link helps you out ... if yes, please post the steps you took to fix your specific issue so people here would know also ...
# 5  
Old 06-26-2013
Thanks. I will read through what is posted at this link. I will report what I find.
# 6  
Old 07-02-2013
Solution to the problem:-

The systems was upgraded from a legacy file system to zfs file system and therefore it was not using the entries set in the /etc/vfstab. By default ZFS file systems are automatically mounted at boot time without requiring you to edit the /etc/vfstab file. Override the default mount point by using the zfs set command to set the mountpoint property to a specific path for both legacy and zfs file boot environment instances. Also make appropriate entries in /etc/vfstab. See the Oracle Solaris 11.1 Administration: ZFS File Systems document for guidance. This was not easy! I spent a lot of time reading!

Last edited by Tenyhwa; 07-02-2013 at 01:12 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 boot problem - ERROR: Last Trap: Fast Data Access MMU Miss

Hello, We have a T5140 server with Solaris 10 and its suddenly throwing "segmentation core" when I login into the server and not showing any output for commands like df, mount etc. so I had to reboot the server to fix this issue. Please note that there's no boot disk mirroring. But... (2 Replies)
Discussion started by: prvnrk
2 Replies

2. Solaris

Solaris stuck during boot after reconfigure boot

Hello, I have a problem with my machine that won't boot properly. The story is that I installed a software called apcupsd, which is a control application for my APC battery UPS. I have used version 3.14.10 earlier, but as part of restoring my previously crashed os harddrive I wanted to... (18 Replies)
Discussion started by: Zorken
18 Replies

3. AIX

Create First boot AIX 6.1

haii guys,.. How make first boot at AIX 6.1 OS. I Will all new install Aix. How the Command make first boot and step by step new installation Aix 6.1 ? have Idea :)? regard williamen (7 Replies)
Discussion started by: williamen
7 Replies

4. Solaris

Solaris SPARC boot error

Hi Admins, When i tried to boot the system from ALOM console i am getting below error and not sure what caused this error. Btw the machine is running on Solaris SPARC 10. Can you shed some light on this? {b} ok boot -sv SC Alert: Host System has Reset SC Alert: Host system has... (23 Replies)
Discussion started by: prash358
23 Replies

5. Solaris

Create a boot disk mirror on Solaris 10 x86

I’m setting up a boot disk mirror on Solaris 10 x86. I’m used to doing it on SPARC, where you can copy the partition table using fmthard. My x86 boot disk has 2 primary partitions, a Solaris one and a diagnostic one. Is there a way to copy those 2 primary partitions to the second disk without... (6 Replies)
Discussion started by: TKD
6 Replies

6. Solaris

Solaris x86 installation using jumpstart does not local boot ( boot from hdd)

I am trying to install Solaris x86 using the Jumpstart server. I run the add_install_client command with appropriate options, and reboot my x86 Target box. The installation starts fine and unattended. After the installation completes and the target goes for a re-boot, it does not boot from the HDD... (9 Replies)
Discussion started by: hemalsid
9 Replies

7. Solaris

error at boot solaris 10

Hi all, i have problem when booting my sun fire V240 with solaris 10. the errors are follow: ################################################################ Rebooting with command: boot Boot device: disk File and args: SunOS Release 5.10 Version Generic_125100-10 64-bit Copyright... (0 Replies)
Discussion started by: faberarnold
0 Replies

8. Solaris

Solaris Boot Problems, random messages [/etc/rcS: /etc/dfs/sharetab: cannot create]

Hello All, I have all of a sudden developed issues with booting up one of my Solaris Servers. Upon a routine reboot, I was faced with the following errors: Feb 1 07:56:44 sco1-au-tci scsi: WARNING: /pci@1c,600000/scsi@2/sd@0,0 (sd0): Feb 1 07:56:44 sco1-au-tci Error for Command: read(10)... (9 Replies)
Discussion started by: ranjtech
9 Replies

9. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

10. UNIX for Dummies Questions & Answers

unix create instance

I would like to create multiple instances in the unix application server for different configuration setting / software version installation. 1. how do i create the instances in a server? if i want to create a test instance should i just do mkdir test_00 n then with cmd set_inst test_00. then... (4 Replies)
Discussion started by: sandysong1
4 Replies
Login or Register to Ask a Question