- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SG, vxfs, file system reorganization help need...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-16-2008 08:05 AM
тАО04-16-2008 08:05 AM
SG, vxfs, file system reorganization help needed.
I need assistance on the correct procedure for reorganizing a file system on one VG. I am not very familiar with SG, but have been reading posts and manuals and need to make sure this procedure I am to do on Friday will work correctly.
The facts:
HPUX 11.31 on ia rx4640
A.11.18.00 SG Cluster CVM CFS SD installed.
OnLineJFS installed.
SG-Oracle-Tool.CM-ORACLE installed.
The tasking:
I need to reduce two lvols to obtain spare disk space, and then increase one lvol. These are all on one volume group.
My concerns are:
1. Am I forgetting something?
2. Should I bring the cluster node down first?
(Based upon what I've read, it's not necessary to)
3. Do I have to do this procedure on both nodes?
Procedure steps below:
------SNIP---------------
DBA backs up DB
DBA brings Oracle Down
SA:
1. Create new mountpoints
a. # mkdir /var/opt/apps/oracle/backup
b. # mkdir /var/opt/apps/oracle/archivelogs
2. Reduce /var/opt/apps/oracle/backup/myname/null (/dev/vg_05/lvol51) to 56GB.
a. # fsadm -F vxfs -b 58720256 -r /dev/vg_05/rlvol51
OR
# fsadm -F vxfs -b 58720256 /var/opt/apps/oracle/backup/myname/null
b. # lvreduce -l 57344 /dev/vg_05/lvol51
3. Reduce /var/opt/apps/oracle/achivelogs/myname/null (/dev/vg_05/lvol52) to 15GB.
a. # fsadm -F vxfs -b 15728640 -r /dev/vg_05/rlvol52
OR
# fsadm -f vxfs -b 15728640 /var/opt/apps/oracle/archivelogs/myname/null
b. # lvreduce -l 15360 /dev/vg_05/lvol52
4. Extend /var/opt/apps/oracle (/dev/vg_05/lvol50) to 90GB
a. # lvextend -l 92160 /dev/vg_05/lvol50
b. # fsadm -F vxfs -b 94371840 /var/opt/apps/oracle
5. vi /etc/fstab to accomodate new mountpints
6. Unmount the newly reduced filesystems
# umount /var/opt/apps/oracle/backup/myname/null
# umount /var/opt/apps/oracle/archivelogs/myname/null
7. Mount the newly-reduced lvols on the new mountpoints.
# mount -F vxfs /dev/vg_05/lvol51 /var/opt/apps/oracle/backup
# mount -F vxfs /dev/vg_05/lvol52 /var/opt/apps/oracle/archivelogs
DBA restores Oracle DB
DBA brings up Oracle & verifies.
---------SNIP-------------------------
Could someone out there give me an opinion or guidance please? I'm real nervous about this!
Thanks much!
Connie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 09:59 AM
тАО04-16-2008 09:59 AM
Re: SG, vxfs, file system reorganization help needed.
Firstly you want to reduce the lvol and increase one lvol but in the procedure after reduce you umount the filesystem why?
if you want to reduce and increase, no need to halt the cluster coz U have online jfs.
if you want to remove the mount point and create new mount point for this purpose need to halt the cluster must. then your procedure is ok.
Thanks & regards
Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 10:48 AM
тАО04-16-2008 10:48 AM
Re: SG, vxfs, file system reorganization help needed.
I need to reduce 2 lvols and increase 1 in the same VG. The customer is requesting a new mount point name for these.
So, are you saying I need to stop the cluster to umount and then mount to the new mount point name (dir name)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 10:55 AM
тАО04-16-2008 10:55 AM
Re: SG, vxfs, file system reorganization help needed.
Is this Active/Passive cluster?
If yes and If you want to add the new mount point in the cluster system then you must halt the cluster to activate the new mount point.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 11:29 AM
тАО04-16-2008 11:29 AM
Re: SG, vxfs, file system reorganization help needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2008 08:13 PM
тАО04-16-2008 08:13 PM
Re: SG, vxfs, file system reorganization help needed.
send me the bdf output of both nodes and also cmviewcl output.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2008 01:13 AM
тАО04-19-2008 01:13 AM
Re: SG, vxfs, file system reorganization help needed.
I need u need some chnages in the volume group vg05 am i right?
Is it shared or not
can u give me vgdisplay /dev/vg05 then i can give u
complete procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2008 09:40 PM
тАО04-19-2008 09:40 PM
Re: SG, vxfs, file system reorganization help needed.
I asked u u volume group is shared or not
vgdiplay will give u an output
eg: data1# vgdisplay /dev/vgrac3
--- Volume groups ---
VG Name /dev/vgrac3
VG Write Access read/write
VG Status available, shared, client
Max LV 255
Cur LV 25
Open LV 25
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 50000
VGDA 2
PE Size (Mbytes) 32
Total PE 12798
Alloc PE 1046
Free PE 11752
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
on shared volume group u must remove deactivate the volume group
then only u can make changes on that volume group
also
regarding cluster down
it is highly recommednded way is shutdown cluster.
but i need from u end u volume group is shared or not shared then only i can give u suggestion
thanks and regards
sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2011 09:41 AM
тАО03-14-2011 09:41 AM