Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris 8 installation slices Post 7051 by owls on Tuesday 18th of September 2001 08:46:14 AM
Old 09-18-2001
Question Solaris 8 installation slices

Anyone know if SUN recommends users to install the root parition on 1 single slice or break out the /var , /etc, /opt etc on separate slices?

What if i only have a single hdd that is only 2 GB
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

new disk slices

How do I create new disk slices taking space from an existing slice? Right now I have slice 6 (/usr) with 16G. I'd like to create slices 5 (/opt) and 7 (/export/home) and steal space from slice 6. Thanks (3 Replies)
Discussion started by: kmgrady01
3 Replies

2. UNIX for Dummies Questions & Answers

resizing slices

I downloaded the Solaris recommended patched for x86 and tried to install it, but I got the message that I dont have enough disk space. I don't want to install the patches without the option to back out. Anyway I did a df -k and found that my root mount point is in 948MB whereas my /export/home is... (5 Replies)
Discussion started by: dangral
5 Replies

3. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

4. Solaris

Solaris installation

I have downloaded Solaris. But I can't install it on my 64 bit PC. It is fraught with installation problems. I gave it up. I know it will work on SUN Sparc computer. However, it is beyond my budget. Did you install it successfully on an ordinary PC? (49 Replies)
Discussion started by: Angelo
49 Replies

5. Solaris

Solaris Installation

I have a desktop running on Windows 7. I have added new secondary hard disk. I wanted to install Solaris 10 on the secondary hard drive. Is it possible? So my desktop will be dual bootable? Can it be done? Thanks for your help. (10 Replies)
Discussion started by: oradba_arun
10 Replies

6. Solaris

ufs slices info in solaris

how do you get start and end sector of a UFS slice? (2 Replies)
Discussion started by: orange47
2 Replies

7. Solaris

Scrapping slices

Hi Admins, Server is sparc solaris 9 I am new into solaris with little experiemce with SVM. /dev/dsk/c3t0d1s4 /u05 /dev/dsk/c3t0d1s3 /u02 /dev/dsk/c3t0d1s5 /u11 There are 3 file system created on slices of disk c3t0d1. Now i want to scrap all the slices and... (5 Replies)
Discussion started by: newsol
5 Replies

8. UNIX for Dummies Questions & Answers

partition of slices

Hello, I am using solaris 10 x86. my root and backup slices is having same memory 10 GB and same cylinders numbers . My root and backup cylinders ends at same cylinder number 1031. so for creating a new slice i am giving starting cylinder from 1302 and this is giving me error as "out of range" .... (2 Replies)
Discussion started by: bhargav90
2 Replies

9. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies
piePeripheralLabeler(3tk)				    piePeripheralLabeler class					 piePeripheralLabeler(3tk)

__________________________________________________________________________________________________________________________________________________

NAME
piePeripheralLabeler - tkpiechart pie peripheral style labeler class SYNOPSIS
stooop::new piePeripheralLabeler canvas ?options? switched::configure piePeripheralLabelerObject ?options? switched::cget piePeripheralLabelerObject option _________________________________________________________________ DESCRIPTION
The pie peripheral style labeler object is used as a slice label placer for a pie object and is passed to the pie constructor via its -labeler option (see the pie class manual). The slice description text labels are arranged in 2 columns below the pie graphics, whereas the slice values are placed next to the slice and actually follow the slice as the pie is updated. Each description label text is placed to the right of a rectangle, the background color of which matches its corresponding slice. Each description label is actually a canvasLabel object. There is no need to delete a piePeripheralLabeler object as it is automatically handled by the pie class. stooop::new piePeripheralLabeler canvas ?options? Creates a piePeripheralLabeler object in the specified Tk canvas. The piePeripheralLabeler object identifier is returned (refered to as piePeripheralLabelerObject in this document). switched::configure piePeripheralLabelerObject ?options? Configures a piePeripheralLabeler object or returns all the options with their current values if no options are passed as parame- ters. switched::cget piePeripheralLabelerObject option Returns an option value for the specified piePeripheralLabeler object. OPTIONS
-font value Specifies a font for the slice labels. If not specified, the default font is system dependent. -justify value Specifies how to justify labels within their own column. Must be one of left, center or right. Defaults to left. For example, if justification is right, all column labels right edges are aligned. -offset value Specifies the distance between the pie graphics and the closest slice label. This value may be specified in any of the forms described in the canvas COORDINATES manual section. -smallfont Specifies a font for the slice values. It is usually a small font in order to avoid values overlapping when 2 slices are very close to each other. If not specified, the description label font (-font option) is used. -widestvaluetext Specifies a string of maximum width for slice values (placed around the pie next to the slices), so that enough room is allocated for these value labels when the pie width and height are set. It defaults to 00.0. For example, it could be set to "00.00 %". TAGS
The labeler has the following specific tag (see the canvas manual page ITEM IDS AND TAGS section for more information): o piePeripheralLabeler(piePeripheralLabelerObject) SEE ALSO
canvasLabel, pie, pieBoxLabeler KEYWORDS
canvas, labeler, pie, slice COPYRIGHT
Copyright (c) 1995-2004 Jean-Luc Fontaine <jfontain@free.fr> tkpiechart 6.6 piePeripheralLabeler(3tk)
All times are GMT -4. The time now is 01:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy