Showing posts with label mount. Show all posts
Showing posts with label mount. Show all posts
Tuesday, July 3, 2012
Procedure to mount and unmount NFS filesystems on AIX
1) Show what is being exported on the source server showmount -e Note: If the command above does not show the correct mount points that needs to be exported. You can run the following command to attempt to export the filesystems. exportfs -a2) To unmount the filesystem on the source server that is being NFS on other systems. a) unmount the NFS mount points on the target
Thursday, June 28, 2012
How to mount CD-ROM in AIX
Steps to mount a CD-ROM in AIX
1. Insert the CD-ROM into the CD-ROM
drive.
2. Log in as user ROOT or type su - root
to login using the root profile.
3. Create a /cdrom directory by entering
mkdir /cdrom.
4. Enter smit to add a CD-ROM file system.
5. Select System Storage Management
(Physical & Logical Storage) -> File Systems -> Add/Change/Show/Delete
Subscribe to:
Posts (Atom)