How do I disable NFS client in Solaris 10

I am trying to disable NFS client in Solaris 10. In Solaris 9 I would simply rename /etc/rc2.d/S73nfs.client to /etc/rc2.d/s73nfs.client
Since /etc/rc2.d/nfs.client does not seem to exist in 10 I'm wondering how to do this.
Thanks in advance for the help.
Max

Since /etc/rc2.d/nfs.client does not seem to exist in
10 I'm wondering how to do this.Read up on the new Solaris 10 service management faciities. Info at http://docs.sun.com/ There are a couple of tutorial doc's at bigadmin

Similar Messages

  • How do I disable NFS?

    I am setting up a SunBlade 150 with Solaris 2.9 .The machine seems to be working fine , but I noticed this error message in my console when booting up .How do I disable NFS?
    Nov 4 08:40:35 bemm1a1 nfs: NFS server for volume management (/vol) not responding still trying
    Nov 4 08:40:35 bemm1a1 nfs: NFS getattr failed for server for volume management (/vol): error 16 (RPC: Failed (unspecified error))

    Thanks for the reply Jay
    The strange thing is there is no nfs entry in the vfstab and I would like to permanently disable nfs as we do not need it and the error messages only appear on startup and eventually timeout.
    Thanks

  • How to install directory server/client on Solaris 9 for dummys

    Hi,
    after reading hunderts of pages, after asking questions in forums without getting the right answers, i was able to install the directory server in our company.
    Here is the summary i made for myself. Perhaps it helps others to avoid the same problems.
    Set up a Directory Server (sun one ds 5.1)
    Present situation:
    -Nisplus is installed
    -Solaris OS 9 sparc 64bit is installed
    -DS5 Software is normally already installed in Solaris 9. Check off with 'pkginfo | grep IPLT*'
    -Otherwise install from Solaris OS 9 Disc1 with 'pkgadd -d IPLTxxxx .'
    -Software setup with '/usr/sbin/directoryserver setup'
         Install admin- and directory server.
         For Directory Server use port 389 (necessary for later use of SSL)
         For Admin Server use any empty port > 1024
         Run directoryserver as root (necessary for using port 389 and for -starting servers from console)
         Use default Directory Manager DN cn=Directory manager
         Use your domain as DIT (default information tree) example: dc=example, dc=com
         As second DIT, setup installs o=NetscapeRoot. Don't change this DIT at all!!!!!
    The server stores all the default schemas there which are absolutely important for the directoy
    server. Don't change anything there !
    -Configure software with 'idsconfig'
         Preferred - and default server xxx.xxx.xxx.xxx (ip_adds of your directory server)
         Use default search scope one
         Use credential's Proxy
         Use authentication Simple (you may change this later if needed)
         All the rest should remain on default settings
         You will be asked for a proxy passwort
    -Start the directoryserver console with '/usr/sbin/directoryserver startconsole'
    -If it's not yet running, start the directory server from console or with command 'directoryserver -s instance_name start'
    -If it's not yet running, start the admin server from console or with command 'directoyserver start-admin'
    -On directoryserver's gui at configuraton/password set password encryption to 'unix crypt algorithm (CRYPT)'
    Import Data
    -Get Data from Nisplus with
         'niscat passwd.org_dir passwd.ldap'
         'niscat hosts.org_dir hosts.ldap'
         'niscat groups.org_dir groups.ldap'
         etc
    -adjust the files. (try it out with one entry of a file only. You may delete this entry with the gui very easy if it's not successfull.
    -hosts.ldap must look like
    xxx.xxx.xxx.xxx machine1
    xxx.xxx.xxx.xxx machine2
    xxx.xxx.xxx.xxx machine3
         First value is the ip-address, second one is the hostname.
         If you have more than one hostname per machine, use a second line (don't write 2 names behind the ip-address like you did in nisplus!!!)
    Change content of files into ldif format
    -perl migrate_hosts.pl hosts.ldap hosts.ldif
    -perl migrate passwd.pl passwd.ldap passwd.ldif
    -You may download the above perl-Files from http://www.padl.com
    Change the converted passwd.ldif File as follows:
    -before change:
    dn: uid=mario,ou=People,dc=krinfo,dc=ch
    uid: mario
    cn: mario
    objectClass: account
    objectClass: posixAccount
    objectClass: top
    userPassword: {crypt}6O9m3uK./T/rM
    loginShell: /bin/bash
    uidNumber: 1020
    gidNumber: 14
    homeDirectory: /home/mario
    -after change:
    dn: uid=mario,ou=People,dc=krinfo,dc=ch
    uid: mario
    cn: mario
    objectClass: account
    objectClass: posixAccount
    objectClass: shadowAccount <--- this line must be inserted
    objectClass: top
    userPassword: {crypt}6O9m3uK./T/rM
    loginShell: /bin/bash
    uidNumber: 1020
    gidNumber: 14
    homeDirectory: /home/mario
    Insert the line for every entry in the passwd.ldif file
    You may now import all these xxxx.ldif files into the directory server with
    -ldapadd -h name_of_directoryserver -D "cn=Directory Manager" -w password -f XXXXX.ldif
    You may use this commands later to import further data.
    -Initialise a client
    'ldapclient -a proxyDN=cn=proxyagent,ou=profile,dc=example,dc=com init xxx.xxx.xxx.xxx'
    The xxx.xxx.xxx.xxx at the end is the ip address of the directory server
    -This will make a client with data taken from the default profile from the directory server. This profile has been produced with the earlier command idsconfig and can be changed if needed.
    -The System will ask you for the proxy password (given the first time in idsconfig dialog)
    -You may now look at the produces files
    in '/var/ldap/ldap_client_file' for the client settings
    in '/var/ldap/ldap_client_cred' for the proxy settings
    'ldapclient list' shows the settings of the client
    With 'ldaplist -h' you may see all the existing entries with their objects.
    Activate the client
    -If it's not yet running, start '/usr/lib/ldap/ldap_cachemgr'
    -All nisplus daemons/programs have been stopped by ldapclient command. If not, stop them manually.
    -/etc/nsswitch.conf should have been copied from /etc/nsswitch.ldap from ldapclient too.
    -If not, do it manually.
    example
    passwd: files ldap
    group: files ldap
    hosts ldap dns files
    etc
    I recommend to change the file '/etc/nsswitch.ldap' because the system oftens copies nsswitch.ldap to nsswitch.conf and if nsswitch.ldap is adapted, you must now change it again and again.
    you may now check whether ldap is working fine with the following requests:
    getent passwd username
    getent hosts hostname
    getent groups
    getent network
    These commands should give you the requested answer.
    Be sure to clean:
    /etc/hosts      inside is only your workstation and the directory server
    /etc/passwd     only default and local entries
    /etc/groups only default and local entries
    etc
    try a telnet to your own machine to check, whether password and automount of your home_dirctory works fine.
    I failed here. All was working fine, but the password exchange did not because of credential/authentication problems.
    Best regards and good luck
    Mario

    Directory Server 5.1 does not support Kerberos authentication.
    Beside this there are some extensions in MS kerberos authentication that makes it almost impossible to have a MS client authenticate with something else than AD.
    Regards,
    Ludovic.

  • How to change default Server NFS version in Solaris 10 ?

    How to change default Server NFS version in Solaris 10 ?
    I need to change default version of NFS server version, currently i have NFS_SERVER_VERSMAX=2, for changing NFS version i changed this variable in /etc/default/nfs, but still its using version 2,
    Please let me know where else i need to change./
    Thanks a lot in advance!!!

    Did you change the /etc/default/nfs on the server or on the client?
    What is NFS_SERVER_VERSMIN set to? The NFS server is allowed to use any version in the span of NFS_SERVER_VERSMIN and NFS_SERVER_VERSMAX.
    NFS_SERVER_VERSMAX=4
    The default of NFS_SERVER_VERSMIN is 2.
    And, as mentioned, you will have to restart your NFS server for changes to take effect.
    .7/M.

  • Svc:/network/nfs/client problem in Solaris 10

    Hi,
    I`ve been trying to figure out what is the problem with the below scenario for so long and till now i`m not able to.
    i have a X4100 SunFire system with solaris 10 installed.
    most of the services are not coming up (ssh,ftp,etc....) each time i reboot the server, and after approximately 3 hours everything comes fine by it self.
    i noticed that the service :/network/nfs/client is taking too long while starting. This might be related to the problem.
    See below the svcs command : hope this will be usefull :)
    bash-3.00# svcs -xv ssh
    svc:/network/ssh:default (SSH server)
    State: offline since Wed May 20 16:37:45 2009
    Reason: Service svc:/network/nfs/client:default is starting.
    See: http://sun.com/msg/SMF-8000-GE
    Path: svc:/network/ssh:default
    svc:/system/filesystem/autofs:default
    svc:/network/nfs/client:default
    See: man -M /usr/share/man -s 1M sshd
    Impact: 3 dependent services are not running:
    svc:/milestone/multi-user-server:default
    svc:/system/basicreg:default
    svc:/system/zones:default
    any advise on this ?
    Appreciate your help,

    hi all
    issue resolved actually port was conflicting in /etc/services i have readded the entry in /etc/service
    Thanks

  • How to umount a busy NFS mount in solaris 2.6?

    How can I umount a busy NFS mount in solaris 2.6 without rebooting the machine? I've tried to check what processes that might hold the mount with the command 'fuser -c /home/user' but it reports nothing.
    I wish I had solaris 8 so I could use 'umount -f'...
    Can anyone help me?

    If your nfs mount is under autofs' control, you would run into issue. Give this a try.
    # /etc/init.d/autofs stop
    # fuser -ck /home/user
    # umount /home/user

  • NFS latency when Solaris 10 client mounts Linux NFS server(EMC NAS)

    Hello,
    One of our developers discovered a problem that for simplicity we call "latency". We have several 5.10 clients that we see the exact same symptoms on when NFS mounting our Celerra. The NAS is running a Linux variant "2.4.9-34.5406.EMC", but before you all jump on the "it's EMC's problem" bandwagon, let me explain. We set up an automated process (Perl) that watches an exported folder for the appearance of a request file (rand.req). When the request file comes in we rename the request file to (rand.sav) and then return a "report" named (rand.res). Very elegent I thought, and it runs at near lightspeed when only Linux NFS clients mount the share and create, monitor, delete, etc any files. In fact there is zero recorded latency from the time the report file appears and when the client detects it. But for all our Solaris 10 clients, they create the request file just fine, and the Perl process running on the Linux box sees the file instantaneously and returns the report, but it takes the Solaris client anywhere from 5 to up to 50 seconds before it see's any change in status for any files the Linux box manipulates. I've tried every possible combination of mount -o options there are including noac, rsize and wsize variants, vers=2, proto=udp, actimeo=0, etc, etc, etc. Nothing seems to be the magic bullet. nfsstat -c shows nothing out of the ordinary. There are no retransmits or dropepd packets anywhere in between, no firewall loads, no connectivity delays whatsoever. I'm completely out of ideas. Any ideas or clues would be greatly appreciated!
    thanks
    Dave

    No specific recommendations. But maybe you can watch the cable and get more information.
    Set up a case where the file has been created, then have the client check and snoop the cable at the same time. Does the client actually issue a directory check (or is it just displaying cached information)? Does the response contain the new file?
    Something to test anyway...
    Darren

  • How to disable role password in Solaris 11

    Roles can only be assumed by logged in users. That is the definition of a role. Therefore role authentication is to some extent double authentication. The user has already authenticated as himself when he logged in and the sysadmin has enough trust in him to grant him a certain role. So why would he need to authenticate to the role? Isn't that double authentication ? Anyway I can see why that makes sense on a role like 'root' but on other more normal types of roles ? Really?
    Anyway that is not what this posting is about. It is about me not being able to figure out how to disable role password in Oracle 11.
    In Solaris 10 I would do:
    <pre>passwd -r files -d myrole</pre>
    That would set the myrole account to a no password account and that would be enough to disable it.
    In Solaris 11 I cannot make this work. I suspect this is because of the introduction of the roleauth attribute but I've tried all possible combinations:
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=user myrole</pre>
    or
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=role myrole</pre>
    Can't make any of these work.
    Pls help.

    Hello MrMonza,
    I do not completely understand what you are looking for. Perhaps it would help if you explained, for which purpose you want to use your new role.
    In short, a role is simply a user account, to which you cannot login directly. As to every user account, rights are assigned to each role. And as for every user account, you have to provide a password for it.
    If you want to switch to a role without password, this is nearly the same as extending the rights of your account.
    This is possible by assigning additional profiles to it via /etc/user_attr. Privileged commands, written by you, and connected to these profiles, can be defined in /etc/security/exec_attr.d/local-entries. These commands can be called via pfexec, see pfexec(1), which grants privileges (e.g. uid=0) for just the call.
    See also user_attr(4), prof_attr(4), exec_attr(4) and the "SEE ALSO" sections in there.
    Profiles can be chosen from the predefined profiles in /etc/security/prof_attr.d, or they can be self-assembled from these profiles and authorizations from /etc/security/auth_attr.d.
    New profiles should be stored in /etc/security/prof_attr.d/local-entries.

  • Hello Sir. This Is Nilesh B.Desai From India. Our Clients Need is Picture Should Not Be Download So How Can We Disable Keyboard Shortcut For That Website Only.

    Hello...
    We are In the Business Of developing Website and Software.. We Are facing A problem Regarding Download. Our Clients need is not to download or print a single picture from website. so need help how can i disable download or print by using keyboard or with use of mouse.. so need to block all keyboard shortcut for such website only.. so if it is possible then please help us. we will great thankful to you..
    thanking You.
    Nilesh Desai
    Marketing Executive
    WiseCom Technologies Pvt.Ltd.
    Amadpore , Navsari, India

    No, Firefox is user choice rules over the "wants" of individual websites as far as disabling contextual menus and the keyboard commands.
    Placing a transparent image over the image will keep the less technical user from saving the main image. If they do try to save it all they'll get is the transparent image overlay.

  • NFS Errors on Solaris 2.6 and 7 Systems running as a clear case client

    I read in a Rational Document that When Sun fixed defect #4271267 they introduced a problem that causes EAGAIN to be returned to fsync() andclose() system calls. The EAGAIN defect is being tracked by Sun as defect #4349744 and it is a problem for NFS clients running Solaris2.6, 7, and 8.
    Sun has released a patch for this on Solaris 8(108727-06 or later). Does anyone know, What are the Patches(Patch ID Numbers)to be installed on Solaris 2.6 and Solaris 7 Systems for the Problem when ClearCase Views or Vobs are on NetAPP with Solaris servers.
    I am getting NFS errors and I am not able to view the files, when I try accessing the Vobs from Solaris 2.6,7 systems. The Clear Case Server is on Solaris 8 and the VOBs are stored in Netapp Filer.
    TIA
    Regards
    Saravanan.C.S

    Hello:
    I have the same problem with an only Adaptec AHA-2940, but it is bigger....i can't install Solaris with this problem.
    I am sure that it isn't hardware problem becouse i have 3 IBM PC Servers 315 and i have the same problem with all them.
    Some help would be very grateful.
    Hello,
    I have an intel box running Solaris 2.6 with Oracle
    8.i.
    There are 2 SCSI cards. The first one has the
    following devices. [0 = Seagate 9.5gig drive] [4 =
    Seagate tape drive] [6 = TEAC cdrom] [7 = adaptec 2940
    SCSI card].
    The Second has the following devices. [0 = Seagate
    9.5gig drive] [1 = Seagate 9.5gig drive] [7 = Adaptec
    2040 SCSI card].
    Solaris is partitioned as followed. 1 root drive. 1
    /opt drive. And 1 /backup drive.
    My problem is periodically we get Transport errors.
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: abort
    request, target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: abort device,
    target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: reset target,
    target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: early
    timeout, target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4/cmdk@1,0 (Disk8):
    Dec 2 08:15:45 HAFC unix: SCSI transport failed:
    reason 'incomplete': retrying command
    Like this. When they come it is by the thousands.
    Sometimes locking up the system. Many times the errors
    indicate a disk and give a block error or two. If I
    replace the disk. The problem usually goes away.
    Sometimes replacing the cable clears the problem.
    Sometimes this happens when there is no real activity
    on the server. I have applied patch 111031-01 witch
    was supposed to fix this problem. But it hasnt. Unless
    I have bad hardware. Is it possible?

  • How can I temporarily disable dashboard client

    I want to install an updated version of Adobe Flash.  i am being instructed to close Safari (no problem) and Dashboard Client.  How can I temporarily disable Dashboard Client so that I can install the update?  I am currently using MacBook Pro with OS X 10.8.2.

    Use Terminal to disable the Dashboard. Go to Applications>Utilities>Terminal
    Once you have the window open in Terminal copy & paste this command to disable it:
    defaults write com.apple.dashboard mcx-disabled -boolean YES
    Then, restart the Dock using the following command:
    killall Dock
    If you want to enable your Dashboard again simply replaceYES with NO in the top command and repeat the process.

  • How to Disable Afaria client in Kapsel Logon plugin on Android?

    I want to disable Afaria client in Kapsel Logon plugin on android instead of iOS as follows:
    "The Afaria client is opening after calling sap.Logon.init(...), it can be disabled by modifying the file MAFLogonManagerOptions.plist. In Xcode this can be found under Resources > MAFLogonManagerNG.bundle > MAFLogonManagerOptions.plist. Set keyMAFUseAfaria to false."
    as mentioned in Getting Started with Kapsel - Part 2 -- Logon

    Also I need to disable Afaria in Logon plugin, as I get the following error while debugging the application on Android platform:
    Failed to find provider info for com.Android.provider.Afaria

  • How to config nfs client in netware 6 SP5

    Hello, I'm with some problems to find some information. It becomes difficult to find on a system already without support. I need to access an NFS from NetWare 6 SP5, and the truth can not find anything, so some links are broken. Anyone have any idea.

    The NFS documentation for NetWare 6.0 can be found:
    Novell Documentation: NetWare 6 - Working with UNIX Machines
    Now this is about th eNFS service.
    From your message title, are you talking about connecting a NFS client to a NetWare server, or about using NetWare as an NFS client? In the later case, you would need tu purchase an extra product callled NetWare NFS gateway.

  • How to mount a NFS that filename will forces to lowercase

    Hi all,
    How can I mount an NFS that filename will appear as lower case?
    The NFS used stores filename in upper case while application porgram run on Sun Solaris only accept lowercase filename. now I'm getting trouble in upper/lower case file name.
    All nightmare begins in a product named "Snap! Server" . This server claims compatible with Microsoft Windows NT server, Novell Netware server, Apple Share Server, UNIX NFS server and WWW server. In my case, I used it as a Novell Netware and UNIX NFS.
    The Snap Server is considered to replace my old Novell Netware Server, with can exports it volume as NFS, such that Solaris machine can mount it. Files are required to import/export form Dos/Windows client and process in Solaris via Novell. And the Snap! server will be a bridge between DOS/Windows client and Solars workstation since it can as Netware Server and NFS as the same time.
    It works well in both Novell Netware and NFS well, but ...
    When I trying to write a file from DOS client and read it in Solaris, the filename appears as UPPERCASE! The old Novell store filename in 8.3 upper case and the NFS module can convert filename into lowercase. While Snap! considers as NFS, it exports filename as uppercase ( I just simpley use command "mount server_name:/export_volume /mount_point") I'm now seeking solution that, after Solaris mount this server, filename will be seen as lowecase all the time, without user involve.( I have no case-sensitive problem in my case). When I ask my vendor, he said he never met such case before! The OS version is Solaris 2.5.1.
    If anyone know how to made it, please send me a e-mail.
    Sodium

    Answer for NFS who forces lowercase filenames:
    You can mount that filesystem as a PCFS type filesys. You can then use
    the mount option foldcase to force an uppercase file to be seen as a lowercase file. And that's about all. If you have any questions you can mail me at:
    [email protected]

  • NFS client problem

    Hi,
    I have setuped NFS environment on solaris 9.
    All the services are running in Server and Client side.
    While the client rebooted im getting the mount point is not found.
    like : /pani/notape is not found or does not exist.
    When i umount /pani im getting mounted with some delay....
    Any body tell me if any solution is there.
    Thanks in advance.
    Pani.

    How does the client mount the share -- you use automount maps or just an entry in vfstab? Did you try snooping the traffic to see if the client is at least attempting to mount the share?

Maybe you are looking for

  • Conky doesn't display bash-script variables (array)

    I've been playing around with Conky and a bash script of mine. Unfortunately Conky displays only static text and not the array-variables in my script. In my script: ...some code here... echo "Static text: ${Variable[1]}" In my conkyrc: ...some code h

  • NAC-L2-802.1x with 7940 IP Phones and builtin swithport?

    Hi I've got the NAC Framework, NAC-L2-802.1x working in a test LAB with network hosts (PCs) connected directly to the L2 switch. In our production environment, we have Cisco 7940 IP phones on every desk, and the PCs connect to the switchport on the b

  • Automating sequence analyzer

    TestStand Sequence Analyzer (running TS 2012 if that makes a difference): I'm using TestStand Sequence Analyzer to check for problems in my sequences (built-in rules, and a bunch of custom rules).  It works fine for working in sequence editor and run

  • Managing Space on my phone. Majority of space is occupied by "Documents and Data." What is Documents and Data?

    Trying to free up space on my phone, but when I plug my phone into my computer, it tells me that a majority of the space occupied is by "Documents and Data." I don't know what Documents and Data is and I don't know what I have to delete to free up sp

  • 5508 controller coexisting with Autonomous and LWAPs

    v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-