- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File System creation !
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
06-19-2002 09:39 AM
06-19-2002 09:39 AM
File System creation !
My problem is, that i need a file system with 1 Gbyte size, but i don't have one volume group with this free space. However,I have 2 differents volume groups with 500 mbytes each one.
For that, I wanted to know , how can i use this free space for make my file system.
Best Regards !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 09:57 AM
06-19-2002 09:57 AM
Re: File System creation !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 10:14 AM
06-19-2002 10:14 AM
Re: File System creation !
If there are going to be subdirectores in your filesystem, then you can create another filesystem for one of the subdirectories in the 2nd free VG
or you can create soft links as already suggested.
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 10:22 AM
06-19-2002 10:22 AM
Re: File System creation !
It should be pointed out that in the first scenario you cannot have *all* the space for a single file or even a single directory.
AND it's important that FS containing the (dir1) containing the mount point for the other (dir2) MUST be mounted first.
Order of mount in this scenario:
1) /dev/vgxx1/lvolxx1 /dir1
2) /dev/vgxx2/lvilxx2 /dir2
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 11:05 AM
06-19-2002 11:05 AM
Re: File System creation !
Arockia and Ramesh suggest me to create 2 differents file systems in each volume group, and create 2 differents directories under each file system for create the link.
Question : Then I'll have 2 differents file systems with differents names and 2 differents directories with differents names too, correct ?. The scenario will be:
/dev/vg01/fs_test1 ------> file system 1
/dev/vg02/fs_test2 ------> file system 2
# cd /fs_test1
# mkdir dir1 -----> directory 1
# cd /fs_test2
# mkdir dir2 -----> directory 2
Create the link :
# ln -s /dev/vg01/fs_test1/dir1 /dev/vg02/fs_test2/dir2
Question: When I use the file system , i must use the name for the first file system and when this first file system go growing , automatically will use the space in the second file system ?
P.D. Jeff mentioned something similar.
Best Regards !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 11:19 AM
06-19-2002 11:19 AM
Re: File System creation !
No it is not like that. If you are not storing the files in the /dir2 directory then its of no use.
If the files are getting stored in the /dir1 directory only then ou can store only upto 500MB.
If you application is like that and it stores some files in the /dir2 directory also then only this setup will work.
I suggest you buy an additional disk.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 11:35 AM
06-19-2002 11:35 AM
Re: File System creation !
You have posted essentially the same question (with variations depending on replies) three times. You should/can continue to refine your principal question within the same post. This will give continuity to the discussion. I think you will find more coherent answers, too!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 12:28 PM
06-19-2002 12:28 PM
Re: File System creation !
You cannot do anything. If you want a filesystem to have 1GB you need a disk / vg with 1GB of free disk space.
If you can split these into two directories then go ahead and create a lv each on the two availble vg's and then mount them at the respective directories.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 12:35 PM
06-19-2002 12:35 PM
Re: File System creation !
do you have Online JFS?
You can check by running 'swlist'
If you have this product installed, its possible (maybe) you can 'steal back' some space from existing filesystems which aren't full by reducing them on-line, then reducing the logical volumes and freeing up some extents in one of your volume groups.
If you have Online JFS, let us know!
Cheers
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 01:06 PM
06-19-2002 01:06 PM
Re: File System creation !
I am futher going to assume that you have 2 volume groups, which I am going to call vg1 and vg2. Each volume group has one or more Physical Volumes. vg1 has 500 MB free on one (more more) of its PVs. The same with vg2.
What you need is a volume group with 1 GB free on one (or more) of its PVs.
What I would suggest is to use ignite to combine the 2 volume groups into one large volume group consisting of all the PVs of the 2 groups. That will combine the free space into 1 volume group and allow you to create the 1 GB file system.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 09:14 PM
06-19-2002 09:14 PM
Re: File System creation !
The only last suggestion is this...
is there another lvol that is 500MB in either of the vg's. if so move it to the free 500MB & then delete the old one, this will leave 1000MB in one VG.
e.g
/dev/vg01/myfs is /myfs - 500MB
vg01 & vg02 have 500MB free each
# lvcreate -L 500 -n newmyfs vg02
# umount /myfs
# dd if=/dev/vg01/rmyfs bs=64k of=/dev/vg02/rnewmyfs
edit /etc/fstab so /dev/vg02/newmyfs mounts on /myfs; mount /myfs
# lvremove /dev/vg01/myfs
# lvcreate -L 1000 -n bigfs vg01
# newfs [-F vxfs] /dev/vg01/rbigfs
# mount /dev/vg01/bigfs /bigfs (or whatever)
You could use the above to migrate stuff into or out of vg00.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 09:20 PM
06-19-2002 09:20 PM
Re: File System creation !
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 11:30 PM
06-19-2002 11:30 PM
Re: File System creation !
Regards,
Trond