Sponsored Content
Operating Systems AIX how to increase FS size on SAN DS4800 ? Post 302226130 by astjen on Monday 18th of August 2008 10:24:47 AM
Old 08-18-2008
Quote:
Originally Posted by gfca
Well i also work with one DS4800...
but i think that you CAN'T do that after LUN is in use... and if it would be possible, i wouldnt do that if i really need the files in there!

Why dont you backup, change your luns and configurations to what you want and restore system? At least is much more safe.

Hope it helps!
Thank you for your message, in this case, I would prefere to create a new virtual disk (lun, vtscsi, hdisk), and add it to the VG.
But then, then number of LUN will be to high ! So, I really need to know the good way of increasing size of LUNS for aix 5.3 systems.

Last edited by astjen; 08-22-2008 at 04:34 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

increase size of /tmp

My /tmp is full, and the oracle installation is crashing. How can I increase the size of /tmp, even though I have allocated all the available disk space to other partitions? (2 Replies)
Discussion started by: pkappaz
2 Replies

2. HP-UX

increase size

Hi All, one of the mount point in Hp ux server has reached 95% its a data base file and can not be deleted. so i want to know how to increase the size of mount point i am new to unix ,please help me (1 Reply)
Discussion started by: jyoti
1 Replies

3. AIX

AIX, VIOS and DS4800 SAN

Hello I have a system with four AIX 5L V5.3 partitions and a Virtual I/O server, connected to a a DS4800 storage array. Now the company bought another DS4800... i made raid on it... and now i wanna give LUN's to the VIOS, so i can use in one of AIX partitions... Someone can help me? ... (5 Replies)
Discussion started by: gfca
5 Replies

4. UNIX for Dummies Questions & Answers

How to increase process size ???

Hi All, Could anybody tell me how to increase/decrease a process size in UNIX HP machine ? Whether the process size limitation will cause core dump ? Thanks, Rohit.. (1 Reply)
Discussion started by: ronix007
1 Replies

5. UNIX for Dummies Questions & Answers

Increase salt size

Unix protect its password by using salt It that mean larger the salt size the more secure? if the salt size increase greatly, will the password still able to be cracked? thank you for helping (1 Reply)
Discussion started by: cryogen
1 Replies

6. Solaris

increase metadevice size

Hi, I am having two metadevices d50 and d100 which are used to created soft partitions as and when required. d50 and d100 are metadevices formed on different disks. d50 -- disks 0 & 1 d100 -- disks 2 & 3 I have a soft partition d70 os 50 GB on d50. Now there is no free space on d50. ... (1 Reply)
Discussion started by: sag71155
1 Replies

7. HP-UX

Increase of partition Size In HP-UX

Experts, I want to know how to increase partion size in Hp-ux.Actually we installed oracle in separate part ion.As increase of database went to 99% :eek:.What ever data which is in it is important.so i dont want to delete any data in that partion.Now the size of that is 250 GB.I want the same to... (2 Replies)
Discussion started by: naveennella
2 Replies

8. UNIX for Dummies Questions & Answers

Increase size to sd[b-c]

hi guys I am working on my vmware workstation. I have a /dev/sdb which is 5GB. I am using LVM. Now I increase /dev/sdb 2 more GB. fdisk -l shows 7 GB but pvscan still shows 5GB. how do I make my system recognize the new 7GB added and be able to add those to my physical volumen and... (1 Reply)
Discussion started by: kopper
1 Replies

9. Solaris

Swap size increase

Dear All, How to increase the swap size when physicall memory reaches 60 %. OR it can be only done after the physicall memory is full. Rgds Rj (8 Replies)
Discussion started by: jegaraman
8 Replies

10. What is on Your Mind?

How Can We Increase the Size of Our Community?

Any suggestions on how to increase the number of posters and contributors? Please vote and write in your suggestions. Thank you! (72 Replies)
Discussion started by: Neo
72 Replies
base_pagesize(5)						File Formats Manual						  base_pagesize(5)

NAME
base_pagesize - size (in kilobytes) of a base page VALUES
Default Allowed values DESCRIPTION
A base page is the smallest block of physical memory that can be allocated for storing data and code by the HP-UX kernel. Base pages are also the smallest unit of memory protection. The kernel maintains a number of tables, each of which has one entry for each base page. In large-memory systems, this can result in a significant amount of physical memory being consumed by these tables. When a larger base page size is selected, fewer entries are required, and therefore more physical memory becomes available for other uses. Who is Expected to Change This Tunable? The system administrator who wants to change the size of a base page. Restrictions on Changing Changes to this tunable require a reboot to take effect. When Should the Value of This Tunable Be Raised? To decrease the amount of memory consumed by kernel memory management tables. What Are the Side Effects of Raising the Value? Programs with small text and/or data segments will consume more memory that they would otherwise. This is because at least one base page is allocated for each of these segments. Memory fragmentation may also increase, which can lead to lower performance. The value returned by the and system calls will reflect the base_pagesize setting of the currently running kernel. Applications which make assumptions about the size of a base page, and do not call either or to obtain this value, may fail in unpredictable ways. See the white paper referenced below for more details. When Should the Value of This Tunable Be Lowered? To reverse a situation in which the larger base page size has lowered performance or introduced application misbehavior. What Are the Side Effects of Lowering the Value? Kernel memory consumption will increase, due to larger tables being required to manage physical memory. The larger tables may also result in lower performance in configurations which use large virtual pages aggressively. What Other Tunables Should Be Changed at the Same Time? Changes to and should be considered. CONFIGURATION RESTRICTIONS
The HFS filesystem does not support configurations where the HFS block size is smaller than the system base page size. Misconfigured HFS filesystems will cause the command to fail. There are two ways to avoid this problem: 1. Use only VxFS filesystems (the preferred solution). 2. Make your HFS filesystems with It is strongly recommended that systems configured with non-default settings of the tunable use only the VxFS filesytem to avoid problems with HFS. WARNINGS
Setting this tunable to other than the default can increase application and system performance. However, it can also cause some applica- tions to fail. It is important to understand the tradeoffs described in the white paper before changing this tunable. All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
vps_pagesize(5), vps_ceiling(5). There are more details in the white paper entitled located at Tunable Kernel Parameters base_pagesize(5)
All times are GMT -4. The time now is 01:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy