Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rename Filesystems on 5.2 AIX

Status
Not open for further replies.

june54

Technical User
Jun 4, 2003
160
US
Hello Folks

Is there a command to rename a filesystem .. I have several file systems I need to rename for a SAP restore . Or do i need to go into /etc/filesystem and rename ... Trying to save some time .. Any help will be thankful ...

Warm Regards,
 

Hi, use chfs:

root@aixtest01:/# chfs
Usage: chfs [-n Nodename] [-m NewMountpoint] [-u Group] [-A {yes|no}]
[-t {yes|no}] [-p {ro|rw}] [-a Attribute=Value] [-d Attribute]
Filesystem

 
one more step....
mount /filesystem

I just tried this (using smit chjfs2) and it worked fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top