Sponsored Content
Full Discussion: Adding a disk to an AIX box
Top Forums UNIX for Dummies Questions & Answers Adding a disk to an AIX box Post 31603 by Neo on Sunday 10th of November 2002 08:22:35 PM
Old 11-10-2002
What version of AIX?

Not sure what version....

Here is a link that might be useful:

http://www.unet.univie.ac.at/aix/aix...vol.htm#logvol

And another:

http://acs.neu.edu/cs-tech/marginali.../vg_lv_fs.html

Can provide more info with AIX version number....
 

10 More Discussions You Might Find Interesting

1. IP Networking

Adding a New IP Addresses to a SCO Unix Box

I tried the search and didn't come up with an answer to my question so I decided I'd post it.... How do you add a new IP address to a SCO Unix box? We're adding a router and I need to add the IP address to the UNIX box for the system to find it.. Thanks in Advance (1 Reply)
Discussion started by: dman110168
1 Replies

2. Filesystems, Disks and Memory

adding disk to ultra10

I enquired before about adding another disk to an ultra 10... and was told it was possible... Well - since then I got my hands on another ultra 10 - and have taken the disk out of that one... I should be able to connect it up - but I am wondering - should this be mounted in any partiulcar... (2 Replies)
Discussion started by: frustrated1
2 Replies

3. AIX

moving AIX ver 4.2.1 to another AIX box

i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies

4. Solaris

adding new disk to cluster

Dear all , I am new to sun cluster and i having a problem adding a disk to a disk group . My platfrom consists of a clustered E6900 SUN server and an EMC DX1000 storage . the disk group that iam trying to add the disk to is shared group , whwen i run vxdisk list i get in status "online... (2 Replies)
Discussion started by: ppass
2 Replies

5. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

6. HP-UX

disk adding through lvm

Hi dear(s) Can u explain how to add a disk through lvm with commands. I need to add a 9 gb scsi HS disk to a Hp D class 9000 server. (2 Replies)
Discussion started by: sreekumar.R
2 Replies

7. Filesystems, Disks and Memory

Adding a disk

Recently added a disk to a clariion array system, binded it as a raid 5, now I have no clue how to see it in dg-unix. I want to add it to a current filesystem, and now i'm down river without a paddle. (0 Replies)
Discussion started by: danceofillusion
0 Replies

8. Filesystems, Disks and Memory

Mount NCR Unix disk on Linux box

Hi all I have an NCR UNIX hard disk I need to mount it on a Linux box The FS Type in fdisk on linux is '63' for the partition How can i mount on my linux box ? what is kernel module i needed ? (6 Replies)
Discussion started by: yasser202
6 Replies

9. AIX

Adding New Hard Disk

Hi, On P5 I would like to add hard drive, currently 2 hard disk are already exists, would like to add one more, 2 Slots are emtpy, I would like to know how to find out wheather adapter is attached to that 2 free slot using command. (7 Replies)
Discussion started by: manoj.solaris
7 Replies

10. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies
GENLIB_DEF_AB.3(October 1, 1997)										  GENLIB_DEF_AB.3(October 1, 1997)

NAME
GENLIB_DEF_AB - define a new abutment box to the current layout cell SYNOPSYS
#include <genlib.h> void GENLIB_DEF_AB(dx1, dy1, dx2, dy2); long dx1, dy1, dx2, dy2; ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr PARAMETERS
dx1, dy1 Values to be added to the lower left corner of the previous abutment box dx2, dy2 Values to be added to the upper right corner of the previous abutment box DESCRIPTION
DEF_AB give a new abutment box to the current physical cell. The coordinates of the abutment box are the coordinates of the envelop of the abutment boxes of each instance plus the delta values given as argument. The (dx1, dy1) values are added to the (x1, y1) coordinates of the bottom left corner of the "standard abutment box" (the envelop), and the (dx2, dy2) are added to the top right ones. You have to call this function before saving, otherwise the figure will not have an abutment box. Since it's regarding the abutment box of its model that an instance is placed, any futher use of this figure will be incorrect if DEF_AB isn't called, or properly defined. ERRORS
"GENLIB_DEF_AB impossible : missing GENLIB_DEF_PHFIG" No figure has been yet specified by a call to DEF_PHFIG. So it isn't possible to give it a size. you must call DEF_PHFIG before any other layout action. EXAMPLE
#include <genlib.h> main() { /* Create a figure to work on */ GENLIB_DEF_PHFIG("cell"); /* Place an instance */ GENLIB_PLACE("model","i1", NOSYM,0L,0L); GENLIB_PLACE("model","i2", NOSYM,120L,40L); GENLIB_DEF_PHINS("i1"); GENLIB_PLACE_TOP("model2", "i3", NOSYM); /* define the new abutment box as the standard envelop */ GENLIB_DEF_AB(0, 0, 0, 0); /* Save all that on disk */ GENLIB_SAVE_PHFIG(); } SEE ALSO
genlib(1), GENLIB_SAVE_PHFIG(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. PROCEDURAL GENERATION LANGUAGE
ASIM/LIP6 GENLIB_DEF_AB.3(October 1, 1997)
All times are GMT -4. The time now is 11:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy