Sponsored Content
Full Discussion: Convert rootvg to scalable
Operating Systems AIX Convert rootvg to scalable Post 302931257 by rbatte1 on Monday 12th of January 2015 07:32:21 AM
Old 01-12-2015
I always strive to keep rootvg (or its equivalents on other OSs) empty apart from what is necessary to boot the server and get on the network. Even backup software can be installed again and good software will offer you the ability to read the backup catalogues from any tapes you have written so you can rebuild whatever it needs to get your real restores running.

For me, a rootvg should be the smallest disk you can see from the SMS menus (where you trigger the initial install or mksysb recovery from) and if local, it needs to be a pair. 36Gb (each) should be plenty. I have one server with a pair of the and only 12Gb allocated on each. I have no plans to allocate any non critical (so far as the OS is concerned) space in there. It's a waste perhaps,but I prefer to see it as a bearable cost.

We even force users we define using a home directory outside rootvg. There is no problem creating a filesystem with a mount point of /var/backup-logs or whatever, and it is probably safer that creating a separate filesystem with a symbolic link to it.


Growing rootvg might mean that you can no longer back it up with a mksysb and you will have problems restoring it too as your requirements are bigger than usual.



Robin

Last edited by rbatte1; 01-12-2015 at 09:10 AM..
 

5 More Discussions You Might Find Interesting

1. AIX

Cloned Rootvg

New Question: The purpose of an alternate disk install is in my opinion to have a ready-to-use-backup and i've read that it is possible to install filesets or software on the cloned disk for testing purposal while the normal system is still running. The question is: how do you tell AIX (5.2... (5 Replies)
Discussion started by: kvanelshocht
5 Replies

2. AIX

mirror rootvg

Hello I have a question I have a box with Aix 5.3 with rootvg on mirror. I deleted a filesystem and I create a new one to install some software but when I type lsvg -l rootvg all my filesystems has mirror unless the new one. My question is I can mirror this fs only ??? or I have to... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

3. AIX

extendvg and rootvg

When attempting to extend rootvg to a new physical disk I received the following message: 0516-1162 extendvg: Warning, The Physical Partition Size of 64 requires the creation of 1093 partitions for hdisk5. The limitation for volume group rootvg is 1016 physical partitions... (4 Replies)
Discussion started by: jyoung
4 Replies

4. AIX

rootvg mirrored

I want to increase the size of /tmp by 1GB I know that the command is chfs -a size=+1G /tmp But the rootvg is mirrored and when I do a lsvg -p rootvg, I could see 2 disks. Will there be any impact if I increase the size of /tmp when the rootvg is mirrored ? Please advise. (1 Reply)
Discussion started by: newtoaixos
1 Replies

5. AIX

Reducing / on rootvg

The root filesystem was mirrored, someone/something stopped mirroring, and increased / and /home to ridiculous values (/ got increased to 102gb and its only using 4.3gb, so 98gb is free). Can I reduce the / (/dev/hd4) filesytem down WITHOUT corrupting the the OS? I would do a: chfs -a size=10g... (6 Replies)
Discussion started by: mrmurdock
6 Replies
STCONV(1M)																STCONV(1M)

NAME
stconv - Utility to convert scalable type symbol set map formats SYNOPSIS
stconv infile [-hmq] [-d mapdir] [-to ACG|HPMSL|other] DESCRIPTION
Intellifont font technology has been obsoleted on HP's X Window System. Support for it will be removed in a future release. This utility will be removed at that time. The stconv utility is used to convert scalable typeface symbol set maps (.sym files) for Intellifont fonts from one symbol list numbering format to another. The installation default symbol sets map their respective symbols into appropriate HP Master Symbol List character codes (the default format provided in .ifo typeface libraries). Since it is possible, however, to use stload(1M) to generate .ifo libraries that use some other symbol list numbering (such as native Agfa Compugraphic ACG numbering), stconv provides a way to modify existing .sym files to map characters to non-MSL numbers. A symbol list assigns a unique numeric value to each individual character in the global collection of characters available from a specific typeface manufacturer. The specific numbering scheme used is usually unique to that vendor, and typically identifies hundreds or even thousands of characters. A symbol set (or character set) is generally a particular subset of characters taken from this master collection, with each character being assigned another unique code in accordance with the some specific registry/encoding scheme (such as ISO8859 Latin-1 or HP Roman-8). In this respect, the .sym files used by the HP Scalable Type subsystem are actually symbol set maps, equating all the character codes comprising a specific character set registry/encoding to the corresponding character numbers of a particular typeface vendor's symbol list. Intellifont format scalable typeface libraries are commercially available with HP Master Symbol List character numbering (HPMSL) in prod- ucts obtained from the HP MasterType Library, and with Agfa Compugraphic symbol list numbering (ACG) for products from the Agfa Typeface Library. OPTIONS
There are several command line parameters which are described below. infile Required name of the .sym file to be converted. -d mapdir Specifies the name of the directory containing the symbol list conversion map (see below). This directory should contain the file ACG-HPMSL, plus any optional additional symbol list maps. If unspecified, stconv looks for an appropriate map in /usr/lib/X11/fonts/stadmin/ifo/charsets. The file ACG-HPMSL defines the translation between Agfa Compugraphic symbol list number- ing and HP Master Symbol List numbering. -h Requests help. -m Requests that stconv list the conversion map. -q Requests that stconv should run quietly. -to format Specifies the new symbol list format. The installation-default symbol sets use HPMSL format; to generate a symbol set for native Agfa Compugraphic symbol list character codes, you should specify -to ACG. EXAMPLES
stconv -to ACG roman8.sym >acgr8.sym This reads the HPMSL symbol map roman8.sym, and writes the ACG version to acgr8.sym via stdout redirection. The new symbol map can subsequently be used to generate an HP Roman-8 font from an Agfa Typeface Library product. SYMBOL LIST CONVERSION MAPS
A symbol list conversion map defines the translation of character numbers between two different symbol lists. The map is a simple text file contain two columns of character codes: the first column is the first format's character code, the second column is the second for- mat's character code. Lines that begin with anything other than two distinct values are ignored. The name of the conversion must be the names of the two formats concantenated together with a hyphen, with care taken to insure the name before the hyphen reflects the numbering scheme used in the first column, and the name after the hyphen reflects the numbering scheme used in the second column. A single conver- sion map file is sufficient for converting a symbol list of either format into a symbol list of the opposite format. As an example, the first few lines of the file ACG-HPMSL are: # ACG-HPMSL # First column is ACG number # Second column is corresponding HPMSL number 1 86 2 81 3 74 4 80 FILES
Stconv takes input only from the specified file, and always sends output to stdout. NOTE
Stconv supports only the .sym files used for Intellifont scalable fonts, and has no application to other types of scalable fonts (such as Type 1). SEE ALSO
stlicense(1M), stmkfont(1), stmkdirs(1), stload(1M) COPYRIGHT
(c) Copyright 1990, Hewlett-Packard Company See X(1) for a full statement of rights and permissions. X Version 11 Release 5 STCONV(1M)
All times are GMT -4. The time now is 03:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy