Solaris 8 metainit space issue


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 metainit space issue
# 1  
Old 01-25-2017
Solaris 8 metainit space issue

I am trying to create soft partition

Code:
metaclear -r d109
metainit  d109 -p d100 -o 178423817 -b 33554432

Code:
After i did this i saw the df -k
/dev/md/dsk/d109           0 779600337       0     0%    /test


df -k shows that it is full? also i have tried adding no logging entry in /etc/vfstab but still the same .

Can some one help ? Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Space Issue

Hey Experts, I'm facing an issue related to space in the unix system. I have a mount point where 9.4 T is allocated. The entire mount point is filled and I can trace only for 6.7T but I could not located the rest of the space around 2T. I tried every single command to locate the file starting... (7 Replies)
Discussion started by: panknil
7 Replies

2. Solaris

metainit: Sol10: there are no existing databases

Hi Experts, I am in direction to mirror filesystem in solaris10. Many articles I've read but not much help. Everytime I issued command metainit I always get 'there are no existing databases'. I don't know which steps I missed. bash-3.2# metainit -f d11 1 1 c0t0d0s0 metainit: Sol10: there are... (3 Replies)
Discussion started by: Fandy Abdul
3 Replies

3. UNIX for Advanced & Expert Users

Swap space issue

I have Solaris-10 with mutiple zones running in it. My Big Brother monitoring is complaining for very less swap space available, but I am not able to find, what process has consumed its swap space and how to clear it. All zones including global server have almost blank /tmp with very less data.... (3 Replies)
Discussion started by: solaris_1977
3 Replies

4. HP-UX

Swap space issue.

Hi, I am not sure how many scripts / java processes running on my HP-UX server. I need to calculate the total heap of these processes. I then need to recommend increasing the swap memory to be increase and equal to total heap if that is the right concept. Currently we are facing... (2 Replies)
Discussion started by: mohtashims
2 Replies

5. Solaris

Metainit issue

Hi all, After setting up SUN cluster in two nodes, I created disksets and volumes in the servers. Everything wwas working well and perfect. Today, I created a diskset and added three disks to it. When trying to create a volume, I am getting the following error: lsun3175 /dev/rdsk->... (4 Replies)
Discussion started by: manojsomanath
4 Replies

6. Solaris

swap space issue

HI All, Recently during oracle install I realized that I did not have enough swap space. So I - 1. Created a swap file "swap_fille1" in /rpool using mkfile - # ls -ltr /rpool total 10487121 drwxr-xr-x 3 root root 3 Dec 21 12:09 boot drwxr-xr-x 2 root root ... (10 Replies)
Discussion started by: sumeet
10 Replies

7. Linux

Space bar issue in Vi editor on Linux - Solaris

Hi I have a process generating a file in Solaris. Now we have migrated the process to Linux. When we open the file in vi on solaris and hit space bar, it stops after reaching the end of line. But in linux it continues to go on the next line. So I want to know whether the difference is between the... (4 Replies)
Discussion started by: sudhamacs
4 Replies

8. UNIX for Dummies Questions & Answers

Need help with space issue

Ok, I have a drive on my unix system that looks like this: /dev/hd4 0.38 0.00 100% 4316 3% / I can't find any file on that drive that would account for the 400MB. How can I thoroughly find the culprit of this space? I've done ls -al, but don't see anything that... (1 Reply)
Discussion started by: bbbngowc
1 Replies

9. Solaris

metainit gives coredump

SunOS unknown 5.9 Generic_118558-10 sun4u sparc SUNW,Sun-Fire-880 I'm trying to set up mirroring and am running into a problem: As you can see, I set up the metadb, but am getting a coredump when running metainit. I saw this through google, but don't know the validity of it. Any ideas? #... (5 Replies)
Discussion started by: dangral
5 Replies

10. Solaris

metainit error

Hi I have a sun machine. Recently I have upgraded. After the upgradation I get this error when I reboot the system - metainit: <servername>: there are no existing databases The system is a standalone system and I don't want to configure any raid on this system. Also I have not tried... (1 Reply)
Discussion started by: RajaRC
1 Replies
Login or Register to Ask a Question
DH_METAINIT(1)						User Contributed Perl Documentation					    DH_METAINIT(1)

NAME
dh_metainit - install metainit files into package build directories SYNOPSIS
dh_metainit [debhelper options] [--name=name] [-n] [-o] DESCRIPTION
dh_metainit is a debhelper program that is responsible for installing metainit files (for further creation of initscripts via the update- metainit facility) into package build directories. It also automatically generates the postinst and postrm and prerm commands needed to create the appropriate initscripts for the init system employed on the user machine. Important: If generated postinst script finds /etc/init.d/ or /etc/default files with the same name as the shipped metainit files, and these are conffiles from non-installed packages (probably earlier version of this package) they are removed (or renamed if the user has modified them). This works only if the name of the new metainit is the same as the name of the old init.d and default file, otherwise you will have to remove these files yourself. See http://wiki.debian.org/DpkgConffileHandling for that. If a file named debian/package.metainit exists, then it is installed into etc/metainit/package in the package build directory, with "pack- age" replaced by the package name. OPTIONS
-n, --noscripts Do not modify postinst/postrm/prerm scripts. -o, --onlyscripts Only modify postinst/postrm/prerm scripts, do not actually install any metainit files. May be useful if the init script is shipped and/or installed by upstream in a way that doesn't make it easy to let dh_metainit find it. --name=name Install the metainit script using the filename name instead of the default filename, which is the package name. When this parameter is used, dh_metainit looks for and installs files named debian/package.name.metainit, instead of the usual debian/package.init. --error-handler=function Call the named shell function if running the init script fails. The function should be provided in the prerm and postinst scripts, before the #DEBHELPER# token. NOTES
Note that this command is not idempotent. "dh_clean -k" should be called between invocations of this command. Otherwise, it may cause mul- tiple instances of the same text to be added to maintainer scripts. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Urs Ganse <urs@nerd2nerd.org> based on dh_installinit by Joey Hess <joeyh@debian.org> perl v5.8.8 2007-07-30 DH_METAINIT(1)