Transfer data between RHEL and Solaris

Transfer Data between RHEL and Solaris

On SUN:

in /etc/dfs/dfstab file add
share -F nfs /export/home
then type:
/etc/init.d/nfs.server start

On RHEL:

to mount
type mount host:/export/home /mnt/sundisk

Or in /etc/fstab

host:/export/home /home/sundisk nfs defaults 0 0

Then type mount /home/sundisk

Or type mount -a
To make nfs start at boot type:

chkconfig nfs on

to share
in file /etc/exports add
/home/vnmr1 *(rw) <== rw to world
then type exportfs -ra <== to reread exportfs

other comands:
exportfs -a <== to export
exportfs -v <== to show

Similar Posts

  • How to mount Windows share on Red Hat Enterprise Linux system using CIFS?

    Solution Verified – Updated April 4 2022 at 8:28 PM – Environment Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 7 Red Hat Enterprise Linux 6 Red Hat Enterprise Linux 5 Issue How can Windows shares be mounted on Red Hat Enterprise Linux? Resolution To run the following commands, you need to install cifs-utils…

  • RHEL 6 Samba

    Samba and Samba Client Samba allows both RHEL resources to be shared with Windows systems and Windows resources to be shared with RHEL systems. RHEL accesses Windows resources using a package named samba-client. RHEL resources, on the other hand, are shared with Windows systems using a package named samba. Typically, the samba-client is installed and…

  • Authentication Error with VNC

    Issue User is reciving a GUI pop-up messages that says the following, and asks for the root password at login: When logging into a VNC session as user the following message is received: Environment Red Hat Enterprise Linux 6 gnome-packagekit, several versions  Resolution Solution 1: Ensure that the system is properly registered with RHN/Satellite (Re)register…

  • RHEL 6 Install Info

    Bios Settings on HPZ420 Enter BIOS and change the following settings: Storage                 Storage options                                 SATA Mode ==> IDE                 Boot Order                                 UEFI Boot Sources ==> Disable All                                 Legacy Boot Sources ==> Enable All Installing RHEL 6.3 Prerequisites You will need: The RHEL 6.3 Installation DVD and license from RedHat (you need the Workstation…