- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr full
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
08-18-2008 10:37 AM
08-18-2008 10:37 AM
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 2200
VGDA 4
PE Size (Mbytes) 4
Total PE 4338
Alloc PE 3060
Free PE 1278
Total PVG 0
LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 800
Current LE 200
Allocated PE 400
Used PV 2
Physical volumes ---
PV Name /dev/dsk/c2t6d0
PV Status available
Total PE 2169
Free PE 639
Autoswitch On
PV Name /dev/dsk/c12t6d0
PV Status available
Total PE 2169
Free PE 639
Autoswitch On
And output of lvdisplay is
lvdisplay /dev/vg00/lvol8
--- Logical volumes ---
LV Name /dev/vg00/lvol8
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 800
Current LE 200
Allocated PE 400
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
Can some one guide me the procedure to increase the /usr file system?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 10:51 AM
08-18-2008 10:51 AM
Re: /usr full
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 2200
VGDA 4
PE Size (Mbytes) 4
Total PE 4338
Alloc PE 3060
Free PE 1278
Total PVG 0
----------------------------------
LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 800
Current LE 200
Allocated PE 400
Used PV 2
----------------------------------
--- Physical volumes ---
PV Name /dev/dsk/c2t6d0
PV Status available
Total PE 2169
Free PE 639
Autoswitch On
PV Name /dev/dsk/c12t6d0
PV Status available
Total PE 2169
Free PE 639
Autoswitch On
----------------------------------
lvdisplay /dev/vg00/lvol8
--- Logical volumes ---
LV Name /dev/vg00/lvol8
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 800
Current LE 200
Allocated PE 400
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:25 PM
08-18-2008 12:25 PM
Re: /usr full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:41 PM
08-18-2008 12:41 PM
Re: /usr full
lvextend -L 1024 /dev/vg00/lvol8
fsadm -F vxfs 1024M /usr
If you dont have online JFS,then you need to go in single user mode, and there you need to run below commands.
lvextend -L 1024 /dev/vg00/lvol8
extendfs -F vxfs -b 1024M /usr
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:43 PM
08-18-2008 12:43 PM
Re: /usr full
> Do I need to do lvextend for just /dev/vg00/lvol8 or its mirror also?
You only need to 'lvextend' '/dev/vg00/lvol8'. The mirror copies will be automatically handled.
By the way, if you don't have OnlineJFS, you will need to boot into single-user mode where '/usr' isn't mounted. Then, use the commands in '/sbin' to perform your work. When done, reboot to resume normal processing. This is the easiest way in the absence of OnlineJFS.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:46 PM
08-18-2008 12:46 PM
Re: /usr full
I use the following approach.
Shutdown the system
Then from ISL prompt, issue hpux -is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 01:14 PM
08-18-2008 01:14 PM
Re: /usr full
> How can you go to single user mode. I use the following approach. Shutdown the system. Then from ISL prompt, issue hpux -is
Yes, use 'shutdown -ry 0' and interrupt the boot during the 10-second prompt.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 01:59 AM
08-19-2008 01:59 AM
Re: /usr full
You can also use #init -S command which will divert you to SINGLE user mode .......check with #who -r command in which init level you are before and after hitting this command ....
All the best :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 02:18 AM
08-19-2008 02:18 AM
Re: /usr full
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 02:34 AM
08-19-2008 02:34 AM
Re: /usr full
>>>Then from ISL prompt, issue hpux -is
Yes, this is the command you can use.
Intruppt the booting of system by pressing any key as it waits till 10 seconds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 02:41 AM
08-19-2008 02:41 AM
Re: /usr full
init:s:initdefault:
This saves waiting for the 10 second window on the slow rebooting K class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 07:51 AM
08-19-2008 07:51 AM
Re: /usr full
To enter to the way ISL after the command to execute shutdown-ry 0
to stop the boot and you appears on screen in following message:
Processor is booting from first available device.
To discontinue, press any key within 10 seconds.
After pressing the key you are going to interact with the BCH.
There you execute the following command:
Bo pri
You the following message appears:
Interact with IPL (Y, N, or Cancel)?>Y
Of there you execute the command
ISL> hpux-is (to enter to single user mode)
execute:
lvextend-L 1024/dev/vg00/lvol8
extendfs-F vxfs/dev/vg00/rlvol8
mount/usr
bdf (in order that you corroborate)
shutdown-ry 0
I list!
Regards.