« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

FEEDS

SEARCH



LINKS




CONTACT
tdh
Template by
Helquin

Wednesday Mar 15, 2006

Q6: How do I change the ID domain?

Q: How do I change the ID domain (without rebooting)?

A:

  • Data ONTAP:
    simcity> options nfs.v4.id.domain
    internal.excfb.com
    simcity> options nfs.v4.id.domain excfb.com
    simcity>
    
  • Linux:

    Edit /etc/idmapd.conf and then:

    [tdh@adept ~]> sudo chkconfig rpcidmapd reset
    [tdh@adept ~]> 
    
  • Solaris:

    Edit /etc/default/nfs and then:

    ultralord # cat /var/run/nfs4_domain
    internal.excfb.com
    ultralord # svcadm restart svc:/network/nfs/mapid
    ultralord # cat /var/run/nfs4_domain
    excfb.com
    
  • AIX 5.3:
    # chnfsdmn internal.excfb.com
    # startsrc -s nfsrgyd
    # chnfsdmn
    internal.excfb.com
    

Technorati Tags:
Orginaly posted on NFSv4 in Action
Copyright (C) 2006, NFSv4 in Action

Comments:

AIX 5.3:
   # chnfsdmn internal.excfb.com
   # startsrc -s nfsrgyd
   # chnfsdmn
   internal.excfb.com

Posted by Menno Lageman on March 15, 2006 at 01:50 PM CST #

I can't tell if you're saying "ID" or "ld" here due to fonts. You might want to change it to "ID" if that's what you mean.

Posted by Dave Marquardt on March 15, 2006 at 02:08 PM CST #

Post a Comment:
  • HTML Syntax: NOT allowed