- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Size of USers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 09:29 AM
09-15-2003 09:29 AM
Size of USers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 09:34 AM
09-15-2003 09:34 AM
Re: Size of USers
Seriously, if you're referring to their home directory space, it can increase as long as there is room in the file system - assuming you're not using quotas. If the file system fills up, then you're going to have to enlarge it. If you have enough space in the volume group, you can get everyone out of the file system, lvextend, extendfs and go on with life - the only difficult part is getting everyone out: you may need to go to single user mode to accomplish this. If you have a lot of space you can create a new, larger file system and copy everything over to it.
Of course, if you're still running release 9.x and your home directory space truly is called /users, then it's a whole 'nother story!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:54 AM
09-15-2003 10:54 AM
Re: Size of USers
/usr filesystem? or /users home directory?
Either way vg00 or the VG where /users is mounted can be extended if you have room in the VG or add a disk + mirror to it.
You can do the procedure online if you can at least minimize the activity on the box.
If you are using LVM...
To find out if you have addl space...Look at the disks in the VG and see if they have any available FREE PEs...
#vgdisplay -v /dev/vg**
IF you do have FREE PEs, then run:
lvextend -L
fsadm -F vxfs -b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 10:13 AM
09-17-2003 10:13 AM
Re: Size of USers
I do not use Unix much. What is LVM?
Is it part of B.10.20?
ThanX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 10:20 AM
09-17-2003 10:20 AM
Re: Size of USers
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 10:31 AM
09-17-2003 10:31 AM
Re: Size of USers
LVM stands for Logical Volume Manager. Its a tool to manage the disk and diskspaces at a more higher level. You define volume groups which in turn consists of logical volumes. Each logical volume can be associated with a partition/file_system. Also each physical disk can be associated with a Logical Volume. So the disks can be removed or added withouth much fuss to the file systems.
Refer chapter 3 here http://docs.hp.com/hpux/onlinedocs/B2355-90672/B2355-90672.html
HTH,
Umapathy