Sie sind auf Seite 1von 5

How to Relocate an ACFS Filesystem to Another Diskgroup in Exadata (Doc ID 2133396.

1)

In this Document

Goal
Solution
  Community Discussions ACFS
  Community Discussions Exadata
References

APPLIES TO:

Oracle Database ­ Enterprise Edition ­ Version 12.1.0.2 to 12.1.0.2 [Release 12.1]
Oracle Exadata Storage Server Software ­ Version 12.1.2.2.2 to 12.1.2.2.2 [Release 12.1]
Information in this document applies to any platform.

GOAL

This document provides an example about how to relocate an ACFS filesystem to another diskgroup in Exadata.
 

SOLUTION

1) Backup all the files and directories currently allocated in the current ACFS filesystem (e.g. “/goldengate”), you can copy
them to another transient filesystem using OS commands like “cp”.

2) Obtain the information about the current ACFS filesystem and ADVM volume:

$> asmcmd volinfo ­­all

Diskgroup Name: RECO

Volume Name: ACFSVOL
Volume Device: /dev/asm/acfsvol­286
State: ENABLED
Size (MB): 614400
Resize Unit (MB): 64
Redundancy: HIGH
Stripe Columns: 8
Stripe Width (K): 1024
Usage: ACFS
Mountpath: /goldengate

$> df ­m /goldengate

Filesystem 1M­blocks Used Available Use% Mounted on
/dev/asm/acfsvol­286 600G 1.4G 599G 1% /goldengate

3) Stop and dismount the associated filesystem clusterwide as follows (as root user):  

# srvctl stop filesystem ­d /dev/asm/acfsvol­286

  

4) Then disable the associated volume in every node:  

$> asmcmd voldisable ­G RECO ACFSVOL

  

5) After the volume is disabled in every node, it can be deleted from node #1 as follows:  

$> asmcmd voldelete ­G RECO ACFSVOL

  

6) Remove the associated ACFS and ADVM CRS resources as follows (as root user from node #1):  

# srvctl remove filesystem ­device /dev/asm/acfsvol­286 ­force

  

7) Recreate the ADVM volume in the new diskgroup (e.g. ACFSDG):  

SQL> ALTER DISKGROUP ACFSDG ADD VOLUME ACFSVOL SIZE 600G;

  

8) Obtain the information about the new ADVM volume:

$> asmcmd volinfo ­­all

Diskgroup Name: ACFSDG

Volume Name: ACFSVOL
Volume Device: /dev/asm/acfsvol­286
State: ENABLED
Size (MB): 614400
Resize Unit (MB): 64
Redundancy: HIGH
Stripe Columns: 8
Stripe Width (K): 1024
Usage: ACFS
Mountpath:

   

9) Create an ACFS filesystem in the new volume:  

$> /sbin/mkfs ­t acfs /dev/asm/acfsvol­286
  

10) Create the CRS resource associated to the new ACFS filesystem as follows (as root user from node #1):  

# srvctl add filesystem ­d /dev/asm/acfsvol­286 ­g 'ACFSDG' ­v ACFSVOL ­m /goldengate ­u
grid

  

Note: The same mount point (e.g. “/goldengate”) is used in this case.

11) Finally, start and mount the filesystem as follows (as root user from node #1):  

# srvctl start filesystem ­d /dev/asm/acfsvol­286

  

12) Verify the new ACFS filesystem is mounted on all the nodes:

$> df ­m /goldengate

Filesystem 1M­blocks Used Available Use% Mounted on

/dev/asm/acfsvol­286 600G 1.4G 599G 1% /goldengate

13) Copy back the files and directories from your backup (transient filesystem) to your new ACFS filesystem (“/goldengate”).

14) For additional information please check the following document:

12c ACFS Filesystem Configuration on Standard ASM Cluster configurations (White Paper)(Doc ID
2033458.1)

  
 

Community Discussions ACFS

Still have questions? Use the communities window below to search for similar discussions or start a new discussion on this
subject. (Window is the live community not a screenshot)

Click here to open in main browser window
Storage Management (ASM ACFS DNFS ODM) (MOSC)
in Oracle Database (MOSC) 

Overview Content People Subspaces

SPACES YOU FOLLOW ASK STORAGE MANAGEMENT (ASM ACFS DNFS ODM) (MOSC)

Spaces Type your question

Find Space

Type to begin your search

Storage Management News & Announcements Alerts

Oracle 12c is now Available!
Oracle Database 12c (Overview)
12c Software is Available
12c Documents
Oracle Magazine: SPARC microprocessors, SPARC T5 and SPARC M5.
Archive Issues
Technical Articles
Communities
Storage Search Assistant [ID 1552419.2]

Community Discussions Exadata

Still have questions? Use the communities window below to search for similar discussions or start a new discussion on this
subject. (Window is the live community not a screenshot)

Click here to open in main browser window
Exadata General (MOSC)
in Engineered Systems (MOSC) 

Overview Content People Subspaces

SPACES YOU FOLLOW ASK EXADATA GENERAL (MOSC)

Spaces Type your question

Find Space

Type to begin your search

News Alerts Most Popular Knowledge Documents

Welcome to YOUR Exadata Community!
The following Advisor Webcast was held recently:
Exadata Smart Scan Deep Dive
Recordings are available if you missed it or any previous ones.
All the Scheduled and Archived Webcasts relative to Exadata Database Machine
Oracle Engineered Systems Advisor Webcast Schedule and Archive recordings (

Oracle Platinum Services High Availability Support for Engineered Sys
Available at no additional cost to Oracle Premier Support customers who maint

REFERENCES

NOTE:2033458.1 ­ 12c ACFS Filesystem Configuration on Standard ASM Cluster configurations (White Paper)
Didn't find what you are looking for?

Das könnte Ihnen auch gefallen