solaris zones Error : "Not in ufs"


 
Thread Tools Search this Thread
Operating Systems Solaris solaris zones Error : "Not in ufs"
# 1  
Old 10-21-2008
solaris zones Error : "Not in ufs"

Hi All,

I have a doubt in solaris zoness where I have some of my local zones in "running state" when i try to install my patch on the global zone which will be automatically applied to all local zones , It says the local zones are not in ufs.

So i tried to halt all local zones , it says that your zones need to be in running state.

:-)

Kindly tell me ,is there any way of installing patches in this condition.

Thanks in advance for ur help.
# 2  
Old 10-21-2008
Zones with a zone root in ZFS, I assume it is your case, aren't supported yet inder Solaris 10. They will be starting from the next update which should be released shortly (10/08).

A simple workaround if you have enough free space available would be to move temporarily your zones to ufs.
# 3  
Old 10-21-2008
Hi Jialliagre,

Thanks for ur reply...can u help me out what are the steps in moving temporarily to ufs...

Regards,
jegaraman
# 4  
Old 10-21-2008
We have our zones installed on ZFS slices and patching works (Solaris 10 5/08). Just boot to single user mode (boot -s), mount all filesystems (mountall -l; zfs mount -a) and then apply the patch(cluster). The zones seem to be started automatically for patching.
# 5  
Old 10-21-2008
Hi ,

# /usr/sbin/zfs mount -a
# /usr/sbin/zoneadm -z a1 boot -s
zoneadm: /sbglbapptx1/a1zones/a1: No such file or directory
could not verify zonepath /sbglbapptx1/a1zones/a1 because of the above errors.
zoneadm: zone a1 failed to verify

If i give zfs for the file system and mount it also...not is it saying the above error.

Kindly help me in this regard.

Thanks and regards,
Jeganr
# 6  
Old 10-21-2008
Since you're trying to patch the global zone, you should boot the global zone in single user mode. (Assuming you have a serial console with access to the OK prompt).

The scenario we use is something like this. We have a global zone (physical machine) with one or more zones. We boot the physical machine in single user mode. Then mount all filesystems and apply the patch in the global zone. The patch will be automatically applied to the zones as well:

Code:
global# init 0
[...]
ok> boot -s
[...]
global# mountall -l
global# zfs mount -a
global# patchadd xxxxxx-xx
global# init 6

# 7  
Old 10-21-2008
Hi Vimes,

I have to do installation in Multi User mode and as well as in Single User mode also.

i have followed the steps what have been given by you ....

but still the same error.

Any ideas pl
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. Solaris

ZFS: /system/zones "respawning" on rpool

Hi, I have this fresh installation of Solaris 11.3 sparc. I have two zfs pools both using two disks in mirroring mode, both are online. I want to move /system/zones, currently rpool/VARSHARE/zones, from rpool to the other zfs pool so my zones don't consume space on the disks allocated to... (1 Reply)
Discussion started by: X96
1 Replies

3. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

4. Solaris

Printer configuration Migration from Solaris 10 "LP" to Solaris 11 "CUPS"

Need to find a way to import an LP printers.conf file to CUPS. I have some new Solaris 11.1 boxes that need to have 300 printers added. (0 Replies)
Discussion started by: os2mac
0 Replies

5. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Solaris

Solaris escape my script from "-" to "/226"

Hello everyone. I beg your guys pardon please. I try to ls -al in many path/directories. So, I put the code in text file which look like below; ls -al / ls -al /etc ls -al /etc/default ... however, when I paste it to Solaris over SecureCRT, it seems the code was escaped from "-" to... (0 Replies)
Discussion started by: Smith
0 Replies

8. HP-UX

ERROR: more than one instance of overloaded function "vprintf" has "C" linkage

Hi people! I've got this own library: -------------------------------------------- Personal.h -------------------------------------------- #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> #include <string.h> ... (0 Replies)
Discussion started by: donatoll
0 Replies

9. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question