Menu Close

How do I restart NFS client on Solaris 10?

How do I restart NFS client on Solaris 10?

How to Restart NFS Services

  1. Become an administrator. For more information, see How to Obtain Administrative Rights in Oracle Solaris Administration: Security Services.
  2. Restart the NFS service on the server. Type the following command. # svcadm restart network/nfs/server.

How do I create a filesystem in Solaris 10?

How to Create an ZFS File System

  1. Become superuser or assume an equivalent role.
  2. Create a ZFS storage pool. The following example illustrates how to create a simple mirrored storage pool named tank and a ZFS file system named tank in one command.
  3. Create a ZFS file system.
  4. Confirm that the file system is created.

How can we start NFS service?

Procedure

  1. Install the required nfs-utils package if it was not already installed by default.
  2. Start the NFS services by issuing the following commands: systemctl start rpcbind systemctl start nfs-server.
  3. Enable the NFS services by issuing the following command: systemctl enable nfs-server.

How do you create a filesystem?

To create a filesystem, there are three steps:

  1. Create partitions using fdisk or Disk Utility.
  2. Format the partitions using mkfs or Disk Utility.
  3. Mount the partitions using the mount command or automate it using the /etc/fstab file.

How do I create a ZFS file in Solaris 11?

How to Create ZFS File Systems

  1. Become root or assume an equivalent role with the appropriate ZFS rights profile.
  2. Create the desired hierarchy.
  3. Set the inherited properties.
  4. Create the individual file systems.
  5. Set the file system-specific properties.
  6. View the results.

What ports should be open for NFS?

Port 111 (TCP and UDP) and 2049 (TCP and UDP) for the NFS server. There are also ports for Cluster and client status (Port 1110 TCP for the former, and 1110 UDP for the latter) as well as a port for the NFS lock manager (Port 4045 TCP and UDP).

Which port does NFS use?

port 2049
NFS uses port 2049. NFSv3 and NFSv2 use the portmapper service on TCP or UDP port 111. The portmapper service is consulted to get the port numbers for services used with NFSv3 or NFSv2 protocols such as mountd, statd, and nlm.

Why does my NFS service report as unknown on Solaris 10?

On a Solaris cluster using Veritas Cluster Server (VCS), at times the NFS services would report an UNKNOWN state for the service. On Solaris 10, the Solaris Management Facility controls NFS services, causing the report of the UNKNOWN state. Starting with Solaris 10, services are no longer controlled by the use of run control (rc) scripts.

How do I enable NFS in Oracle Solaris?

For more information, see How to Obtain Administrative Rights in Oracle Solaris Administration: Security Services. Enable the NFS service on the server. Type the following command. This command enables the NFS service. Note – The NFS server starts automatically when you boot the system.

What does unknown state mean on a Solaris Cluster using VCS?

On a Solaris cluster using Veritas Cluster Server (VCS), at times the NFS services would report an UNKNOWN state for the service. On Solaris 10, the Solaris Management Facility controls NFS services, causing the report of the UNKNOWN state.

Is nfs4cbd and nfsmapid available in Solaris?

Note: nfs4cbd and nfsmapid – solaris 10 only. Solaris 11 uses idmap daemon instead of nfsmapid. Another service present on NFS clients is – svc:/network/nfs/client:default used to mount NFS file systems from /etc/vfstab on boot.