Tags: mounting
Sep
24
To mount directories via NFS from the host on which the central instance runs, log on as user root and proceed as follows:On the host on which the main instance runs:1. Enter the command:/usr/sbin/share2. Edit the file /etc/dfs/dfstab to add file systems… more »
Sep
24
To export directories via NFS, perform the following steps (the following assumes that the central instance host is the NFS server):1. Log on as user root to the NFS server.2. Make sure that your host is configured as NFS server by making sure that the o… more »
Sep
24
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first.
(The system used for this example is running Red Hat Enterprise L… more »
Sep
22
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the first CD-ROM device with the command:mount -t iso9660 -r <device> <CD-mountdir>w… more »
Sep
22
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the CD-ROM with the command:mount -dr -t cdfs /dev/rz<n>c <CD-mountdir><n> is… more »
Recent comments