Sponsored Content
Operating Systems Solaris svcs command shows the state as disabled Post 302574722 by newtoaixos on Friday 18th of November 2011 07:12:26 AM
Old 11-18-2011
svcs command shows the state as disabled

Hi

I need to export a directory named /sybase from my solaris machine via NFS. The svcs command shows the state as disabled. Please let me know how to export the directory.

Once the directory is exported from the solaris machine it has to be mounted locally in an aix machine. Can some one tell me the commands to do this.

Code:
cbspsrd01:# uname -X
System = SunOS
Node = cbspsrd01
Release = 5.10
KernelID = Generic_142909-17
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 32

0:0:0 /
cbspsrd01:# svcs network/nfs/server
STATE          STIME    FMRI
disabled       14:03:43 svc:/network/nfs/server:default

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

who -9 command shows logged out users

List using 'who -u' command shows logged out user name along with active users. 'kill -9' command fails to kill the user as there no prcess is running. Any solution regarding this problem. (5 Replies)
Discussion started by: utpol_68
5 Replies

2. UNIX for Advanced & Expert Users

inetd smserver state disabled

Since a third party supplier upgraded our solaris server from version 8 to 10 the automatic mounting of the CD drive has stopped. I have ran that inetadm command and can see that the smserver shows as enabled but the STATE is disabled. Is there a command I can run that will show the state of... (1 Reply)
Discussion started by: miredale
1 Replies

3. Solaris

svcs command on solaris 8 and 9

Hi, Can anybody tell me what is the command to start and stop services on solaris 8. I found command svcs on solaris 10 but not on 8 or 9. Please guilde me. Thanks, Rucha (7 Replies)
Discussion started by: rucha_mahajan
7 Replies

4. Linux

Command for list of active/disabled users

Hi, I want to know the command for finding out the list of active/disabled users in Linux System. Model:x86_64. Rev:2.6.9 Thanks in advance for your help Mike (1 Reply)
Discussion started by: Mike1234
1 Replies

5. UNIX for Advanced & Expert Users

Need svcs equivalent command

Hi, I am new to HP-UX. Can someboby help me with the svcs equivalent command in HP-UX ??? svcs is command that we use in Solaris for service status. I need to get the status of services in HP-UX. Thanks in advance. (2 Replies)
Discussion started by: EmbedUX
2 Replies

6. AIX

Command that shows mem slots

A while back I had a command that shows the memory slots (and info on the modules inserter) in an IBM AIX machine. I cannot remember it at this time, can someone help me out with this command please? (4 Replies)
Discussion started by: bbbngowc
4 Replies

7. Shell Programming and Scripting

Check & use output of svcs command

Hello Dear Friends, I need to check output of svcs command and so the status of some instances. -bash-3.00$ svcs -a | grep rfe online Aug_04 svc:/application/rfe/rfe_master_3:default online Aug_04 svc:/application/rfe/rfe_master_4:default as you can see there are two... (1 Reply)
Discussion started by: EAGL€
1 Replies

8. Solaris

FATAL: system is not bootable, boot command is disabled

Dear all, I Need your help,my server v240 with sun solaris 10 can't remote login.I try conncet via rsc and then go to OK prom....and i get the status : {1} ok boot -a FATAL: system is not bootable, boot command is disabled {1} ok boot cdrom -s FATAL: system is not bootable, boot command is... (2 Replies)
Discussion started by: fredginting
2 Replies

9. UNIX for Dummies Questions & Answers

Ls command shows : NOT A DIRECTORY

I am working on ksh shell. In some folders if i write ls *MYFILE* > NEWFILE then it shows error on few files as <filename>/:NOT A DIRECTORY i have around 9 thousand files in this folder and out of them around 61 are showing error. However, when i created softlink of that directory and... (3 Replies)
Discussion started by: JYOTIHA
3 Replies

10. Solaris

Metastat shows state needs maintenance

Hi, We have a Solaris 10 machine with update 11 and was configured with IBM storage. It was assigned 2 LUNs (each 70GB) which were striped to make it 140GB. we have taken full backup of entire machine and Our storage team replaced IBM storage with Nimble storage (they did storage-level... (6 Replies)
Discussion started by: prvnrk
6 Replies
nfsmapid(1M)						  System Administration Commands					      nfsmapid(1M)

NAME
nfsmapid - NFS user and group id mapping daemon SYNOPSIS
/usr/lib/nfs/nfsmapid DESCRIPTION
The nfsmapid daemon maps to and from NFS version 4 owner and owner_group identification attributes and local UID and GID numbers used by both the NFS version 4 client and server. nfsmapid uses the passwd and group entries in the /etc/nsswitch.conf file to direct how it performs the mappings. The nfsmapid daemon has no external, customer-accessible interfaces. You can, however, administratively configure nfsmapid in one of the following ways: o Specify the NFSMAPID_DOMAIN parameter in nfs(4) o Specify the _nfsv4idmapdomain DNS resource record. Please refer to the for further details. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnfscu | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), automountd(1M), groupdel(1M), groupmod(1M), mount_nfs(1M), passmgmt(1M), svcadm(1M), share_nfs(1M), userdel(1M), usermod(1M), nfs(4), attributes(5), smf(5) NOTES
The nfsmapid service is managed by the service management facility, smf(5), under the service identifier: svc:/network/nfs/mapid Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. If it is disabled, it will be enabled by mount_nfs(1M), share_nfs(1M), and automountd(1M), unless its application/auto_enable prop- erty is set to false. nfsmapid caches a user's UID and GID. If a user subsequently changes a UID or GID, using one of the utilities listed below, the nfsmapid cache becomes stale. At this point, any NFS operation that gets or set attributes will result in the exchange of this stale information. To resolve this situation, restart nfsmapid, as follows: # svcadm restart svc:/network/nfs/mapid:default The utilities that allow you to change UID and GID are: o usermod(1M) o userdel(1M) o groupmod(1M) o groupdel(1M) o passmgmt(1M) The nfsmapid daemon might not exist in a future release of Solaris. SunOS 5.11 30 Oct 2007 nfsmapid(1M)
All times are GMT -4. The time now is 07:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy