HPE GreenLake Administration
Operating System - HP-UX
1834679
Members
2602
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-14-2000 10:14 AM
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 10:23 AM
12-14-2000 10:23 AM
Solution
If you have Online JFS (do swlist and check for it..)
than you can easily extend /var without umounting it.
On most systems /var is lvol8... so
lvextend -l xxx /dev/vg00/lvol8
fsadm -F vxfs -b /var
Note newsize=MB*1024
If you don't have Online JFS then:
1.Reboot server, interupt boot
2. bo pri isl
3. Interact with ISL> Yes
4. hpux -is
The only file system mounted here, like this, will be root so you can easily do the standard commands
lvextend -l xxx /dev/vg00/lvol8
extendfs -F vxfs /dev/vg00/rlvol8
/rcw
than you can easily extend /var without umounting it.
On most systems /var is lvol8... so
lvextend -l xxx /dev/vg00/lvol8
fsadm -F vxfs -b
Note newsize=MB*1024
If you don't have Online JFS then:
1.Reboot server, interupt boot
2. bo pri isl
3. Interact with ISL> Yes
4. hpux -is
The only file system mounted here, like this, will be root so you can easily do the standard commands
lvextend -l xxx /dev/vg00/lvol8
extendfs -F vxfs /dev/vg00/rlvol8
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 10:24 AM
12-14-2000 10:24 AM
Re: /var
See the following thread.
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb65e68c57f64d4118fee0090279cd0f9,00.html
...Madhu
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb65e68c57f64d4118fee0090279cd0f9,00.html
...Madhu
Think Positive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 10:25 AM
12-14-2000 10:25 AM
Re: /var
Hi,
I am assuming that you have Online JFS installed on your system. Steps to increase the "/var" filesystem is as below:
Login as "root" and execute following commands:
#lvextend -L 2000 /dev/vg00/lvol8 ( Asuming new extended size= 2000 MB)
#fsadm -F vxfs -b $((2000*1024)) /var
Hope this helps.
Good Luck.
Dipak
I am assuming that you have Online JFS installed on your system. Steps to increase the "/var" filesystem is as below:
Login as "root" and execute following commands:
#lvextend -L 2000 /dev/vg00/lvol8 ( Asuming new extended size= 2000 MB)
#fsadm -F vxfs -b $((2000*1024)) /var
Hope this helps.
Good Luck.
Dipak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 10:54 AM
12-14-2000 10:54 AM
Re: /var
To increase /var use the following steps:
1. Backup the /var filesystem ; get info about /var from /etc/fstab and/or printout bdf
2. Shutdown -r (Reboot server, interrupt boot process)
3. bo pri
4. Interact with ISL> Yes
5. isl> hpux -is
6. lvextend -L NNN /dev/vg00/lvolx
7. extendfs -F vxfs /dev/vg00/rlvolx (if vxfs or extendfs -F hfs /dev/vg00/rlvolx (if hfs))
8. mount filesystem
9. Restore previous backup
10. Reboot server
1. Backup the /var filesystem ; get info about /var from /etc/fstab and/or printout bdf
2. Shutdown -r (Reboot server, interrupt boot process)
3. bo pri
4. Interact with ISL> Yes
5. isl> hpux -is
6. lvextend -L NNN /dev/vg00/lvolx
7. extendfs -F vxfs /dev/vg00/rlvolx (if vxfs or extendfs -F hfs /dev/vg00/rlvolx (if hfs))
8. mount filesystem
9. Restore previous backup
10. Reboot server
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP