- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system
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-23-2008 04:52 AM
08-23-2008 04:52 AM
i got a task asking me to increase the file system by 6 GB to make it 16 GB...
so i need your help by giving me the steps to increase it and some details for each step...
thx in advance...
Regards,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 05:45 AM
08-23-2008 05:45 AM
SolutionIf you have Onlinejfs installed then
lvextend -L 16000 lvname
fsadm -b 16000M /Fs mount_point name
If not then use following
umount /filesystem
lvextend -L 16000 lvname
extendfs -F vxfs lvname
(raw device)
Cheers!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 08:31 PM
08-23-2008 08:31 PM
Re: file system
sorry maybe i will ask many questions about this topic because i am still beginer in this field...
how to know if i have online jfs or not?
and welling to know is it better to have it or not? and why?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 08:35 PM
08-23-2008 08:35 PM
Re: file system
OnlineJFS B.11.11.03.03 Online features of the VxFS File System
Run this command to know
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 08:37 PM
08-23-2008 08:37 PM
Re: file system
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 09:44 PM
08-23-2008 09:44 PM
Re: file system
#vxlicense -p (11iv1)
or
#vxlicrep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2008 10:52 PM
08-23-2008 10:52 PM
Re: file system
you provide following details so that we can help you with command syntax also
bdf /filesytem
vgdisplay vgname
swlist |grep -i onlinejfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 12:36 AM
08-24-2008 12:36 AM
Re: file system
I dont have the OnlineJFS and it is not acceptable to install it in this moment...
so first i need to know what is the current space for that file system and then start to add the 6 GB in outage period...
Need ur help quickly...
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 12:40 AM
08-24-2008 12:40 AM
Re: file system
before starting...is it important to make umount?
i heared that i can make it without this step...
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 01:14 AM
08-24-2008 01:14 AM
Re: file system
Yes, in absence of OnlineJFS it is neccessary to unmount FS.
Fs space you can see using bdf command
e.g.
bdf /var
will show you usage details etc
From this output we can find vgname and then find out free space using vgdisplay vgname |grep free
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 01:54 AM
08-24-2008 01:54 AM
Re: file system
now i am sure i have 6 GB available...
how to start the unmount proccess?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 02:08 AM
08-24-2008 02:08 AM
Re: file system
we can not unmount OS FS now
/var /usr / /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 03:48 AM
08-24-2008 03:48 AM
Re: file system
this is the output that appears using bdf command:
/dev/vg00/lvol8 16220160 2955176 13161648 18% /var
so the file system is /dev/vg00/lvol8 , right?
and why we can't unmount the FS now?
i have the permission to make the unmount in outage period...
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 04:06 AM
08-24-2008 04:06 AM
Re: file system
#bdf /var
/dev/vg00/lvol8 16220160 2955176 13161648 18% /var
so the file system is /dev/vg00/lvol8 , right? ====yes
so vgname is vg00 (root VG) OS boot VG also
As we can not umount /var; it is required for OS to run.
So how to do it:??
Steps:
1. take a downtime
2. Shutdown server (cd /; shutdown -hy 0)
3. Boot in single user mode
ISL>hpux -is
4. Once you are in single user mode
run following:
#bdf
You will see only / is mounted
/dev/vg00/lvol3
no other lv so
now you dont even need to umount /var here
simply run following
Note: you should have free space in VG00
vgdisplay vg00
look for free PE
e.g
system12>vgdisplay vg00
--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 25
Open LV 25
Max PV 16
Cur PV 3
Act PV 3
Max PE per PV 4350
VGDA 6
PE Size (Mbytes) 8
Total PE 12994
Alloc PE 7918
Free PE 5076
Total PVG 3
Total Spare PVs 0
Total Spare PVs in use 0
shpp12:rsh:/home/dc93650>
system12>bc
5076*8
40608
quit
###so i have 40608 MB of free size here #######example
lvextend
and then
extendfs
Done!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2008 04:26 AM
08-24-2008 04:26 AM
Re: file system
you can mount /var using
#mount /var
or
mount /dev/vg00/lvol8 /var
bdf /var
if you see everything fine. then shutdown -ry 0
to reboot