svcadm with Solaris 10


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users svcadm with Solaris 10
# 1  
Old 08-07-2007
svcadm with Solaris 10

Hi,

I just upgraded my Ultra 5 to Solaris 10.
Now I get this error when I try to start the nfs.server;

# svcadm enable svc:/network/nfs/server
svcadm: Pattern 'svc:/network/nfs/server' doesn't match any instances

Also I cannot use either:
# inetadm -l nfs/server
Pattern 'nfs/server' doesn't match any instances

# svcs -l svc:/network/nfs/server
svcs: Pattern 'svc:/network/nfs/server' doesn't match any instances

And "svcs -x" does not show the nfs service altogether.

Help me to start the nfs/server service.

Thanks
# 2  
Old 08-07-2007
Which metacluster did you install?
# 3  
Old 08-08-2007
Hi,
please check with
pkginfo | grep nfs
if there are all packets .


system SUNWnfsckr Network File System (NFS) client kernel support (Root)
system SUNWnfscr Network File System (NFS) client support (Root)
system SUNWnfscu Network File System (NFS) client support (Usr)
system SUNWnfsskr Network File System (NFS) server kernel support (Root)
system SUNWnfssr Network File System (NFS) server support (Root)
system SUNWnfssu Network File System (NFS) server support (Usr)


And one more test if the manifest is installed:

more /var/sadm/install/contents | grep "/var/svc/manifest/network/nfs"


/var/svc/manifest/network/nfs d none 0755 root sys SUNWnfssr SUNWnfscr
/var/svc/manifest/network/nfs/cbd.xml f manifest 0444 root sys 2204 53695 1106350153 SUNWnfscr
/var/svc/manifest/network/nfs/client.xml f manifest 0444 root sys 2980 51885 1106350149 SUNWnfscr
/var/svc/manifest/network/nfs/mapid.xml f manifest 0444 root sys 2364 975 1106350150 SUNWnfscr
/var/svc/manifest/network/nfs/nlockmgr.xml f manifest 0444 root sys 2204 53993 1166763677 SUNWnfscr
/var/svc/manifest/network/nfs/rquota.xml f manifest 0444 root sys 2288 62355 1106350149 SUNWnfssr
/var/svc/manifest/network/nfs/server.xml f manifest 0444 root sys 3333 18726 1106350148 SUNWnfssr
/var/svc/manifest/network/nfs/status.xml f manifest 0444 root sys 2023 38699 1106350152 SUNWnfscr




regards joerg
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Apache 2.4 User/Group option with svcadm

Hello all, Solaris 11. Branch: 0.175.3.35.0.6.0 Asking for some assistance in trying to understand how Apache24 works with svcadm. I used: svccfg -s network/http:apache24 listprop setprop start/user=<rabbit> setprop start/group=<pod> This is also set in... (1 Reply)
Discussion started by: smiloo
1 Replies

2. Solaris

Svcadm disable in global zone affects same service in ngz

I have a service that resides in both the global and non global zones. When I disable the service in the global zone, a svcs -p on that service shows the process name and ID of the svcadmd for the non global. An svcs -l on the service in the global shows online with an intended state of disabled.... (0 Replies)
Discussion started by: Cbrown31
0 Replies

3. Solaris

svcadm not running on Solaris 9. (Any alternates?)

Hi All, Yet another problem where I need your help. Guys , I am on a Solaris 9 Machine where svcadm command doesn't work I want to issue a command svcadm restart ntpas I normally do in Solaris 10. However I want to know is there any alternate way to do it in solaris 9 as it doesn't support the... (5 Replies)
Discussion started by: vivek.goel.piet
5 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. Solaris

difference between inetadm and svcadm

Can anyone tell me the difference between inetadm and svcadm in solaris. As per my knowledge svcadm will use to start/stop services . Any help on this is really helpful (2 Replies)
Discussion started by: rogerben
2 Replies

6. Solaris

svcadm issues

HI All, When i booted a server through its console. A message appeared . svc:/system/filesystem/local:default: WARNING: /sbin/mountall -l failed: exit status 1 May 27 03:55:32 svc.startd: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status... (3 Replies)
Discussion started by: jegaraman
3 Replies

7. Solaris

svcadm fails to enable nfs/server

When trying to enable nfs/server, I keep getting this message that another entity has disabled the service but I cannot find where the problem is. hostname:> svcadm -v enable -s svc:/network/nfs/server svc:/network/nfs/server:default enabled. svcadm: Instance "svc:/network/nfs/server:default"... (9 Replies)
Discussion started by: Vi-Curious
9 Replies
Login or Register to Ask a Question