Contenida dentro deEncontrar más documentaciónRecursos de soporte técnico destacados de | Descargar este libro en PDF (510 KB)
"N"Name not unique on networkCauseThe given log name is not unique. Technical NotesThe symbolic name for this error is ENOTUNIQ, errno=80. named [pid]: hostname.domainname has CNAME and other data (illegal)CauseThis error message is displayed on the DNS server. ActionThis error indicates that an alias (CNAME) is associated with another type of DNS record. The DNS system allows you to set up an alias to a system using the CNAME record. See the following example:
The alias alias1 cannot appear in any other type of record. Only the actual name of the host can be used. So, if you wanted to use this host as a mail exchanger, the record
Instead, you should use:
Also, this error might occur without explicitly setting the left side of a record. The DNS system defaults the left side to the last given left side. So you might have the following in a named database file:
/net/string: No such file or directoryCauseA user tried to change directory--for example with cd(1)--to a network partition on the system specified after /net/, but this host either does not exist or has not shared (exported) any file system. ActionTo gain access to files on this system, try rlogin(1). To export file systems from the remote system, become superuser on that system and run the share(1M) command with the appropriate options. If that system is sharing file systems for the first time, also run /etc/init.d/nfs.server start to begin the NFS service. Network dropped connection because of resetCauseThe host you were connected to crashed and rebooted. Technical NotesThe symbolic name for this error is ENETRESET, errno=129. Network is downCauseA transport connection failed because it encountered a dead network. ActionReport this error to the system administrator for the network. If you are the person responsible for this network, check why the network is dead and what repairs are necessary. Technical NotesThis error results from status information delivered by the underlying communication interface. The symbolic name for this error is ENETDOWN, errno=127. Network is unreachableCauseAn operational error occurred either because there was no route to the network or because negative status information was returned by intermediate gateways or switching nodes. The returned status is not always sufficient to distinguish between a network that is down and a host that is down. See the No route to host message. ActionCheck the network routers and switches to see if they are disallowing these packet transfers. If they are allowing all packet transfers, check network cabling and connections. Technical NotesThe symbolic name for this error is ENETUNREACH, errno=128. NFS getattr failed for server string: RPC: Timed outCauseThis message appears on an NFS client that requested a service from an NFS server that has failing hardware. Often the message NFS read failed appears along with this message. If the server were merely down or slow to respond, the NFS server not responding message would appear instead. Data corruption on the server system is possible. ActionBecause this message usually indicates server hardware failure, initiate repair procedures as soon as possible. Check the memory modules, disk controllers, and CPU board. See AlsoFor more information on NFS tuning, see the chapter on monitoring network performance in the System Administration Guide, Volume 2. nfs mount: Couldn't bind to reserved portCauseThis message appears when a client attempts to use NFS to mount a file system from a server that has more than one Ethernet interface configured on the same physical subnet. ActionAlways connect multiple Ethernet interfaces on one router system to different physical subnetworks. nfs mount: mount: string: Device busyCauseThis message appears when the superuser attempts to NFS mount on top of an active directory. The busy device is actually the working directory of a process. ActionDetermine which shell on the workstation is currently located below the mount point, and change that directory. Be wary of subshells (such as su(1M) shells) that could be in different working directories while the parents remain below the mount point. NFS mount: /string mounted OKCauseWhile booting, the system failed to mount the directory specified after the first colon, probably because the NFS server involved was down or slow to respond. The mount ran in the background and successfully contacted the NFS server. ActionThis is strictly an informative message to notify you that the mount process has completed. NFS mounted callog file Unsupported.CauseAfter installing the Solaris 2.6 software on a system, when users try to start their calendars either with CDE's calendar manager (/usr/dt/bin/dtcm) or OpenWindows' calendar (/usr/openwin/bin/cm), they see this dialog box:
ActionIt has long been known that NFS-mounted calendars are not supported. The calendar can be corrupted when more than one person uses the calendar at the same time. If two rpc.cmsd daemons write to the callog file at the same time, the file becomes corrupt. However, two rpc.cmsd daemons could be run simultaneously on the Solaris 2.5.1 release, even though this is not a supported configuration. With the Solaris 2.6 release, this concurrency is no longer an option. rpc.cmsd does not allow the user to start a calendar that is NFS-mounted and produces the previous error message. NFS read failed for server stringCauseThis message generally indicates a permissions problem. Perhaps a directory or file permission was changed while the client kept the file open. Perhaps the file system's share or netgroup permissions changed. If the server were down or the network overloaded, the NFS server not responding message would appear instead. ActionLog in to the NFS server and check the permissions of directories leading to the file. Make certain that the file system is shared with (exported to) the client experiencing an NFS read failure. See AlsoFor more information, see the chapter on NFS troubleshooting in the System Administration Guide, Volume 3. nfs_server: bad getargs for int/intCauseThis message comes from the NFS server when it receives a request with unrecognized or incorrect arguments. Typically, it means the request could not be XDR decoded properly. This error can result from corruption of the packet over the network, or from an implementation bug causing the NFS client to encode its arguments improperly. ActionIf this message originates from a single client, investigate that machine for NFS client software bugs. If this message appears throughout a network, especially accompanied by other networking errors, investigate the network cabling and connectors. NFS server string not responding still tryingCauseIn most cases this common message indicates that the system has requested a service from an NFS server that is either down or extremely slow to respond. In some cases this message indicates that the network link to this NFS server is broken, although usually that condition generates other error messages as well. In a few cases this message indicates NFS client setup problems. ActionCheck the non-responding NFS server for the need for machine repair or rebooting. Encourage your user community to report such problems quickly but only once. See AlsoFor more information, see the chapter on NFS troubleshooting in the System Administration Guide, Volume 3. NFS server string okCauseThis message is the follow-up to the NFS server not responding error. It indicates that the NFS server is again operating. ActionWhen an NFS server first starts, it is busy fulfilling client requests for a while. Be patient and wait for your client system to respond. Making many extraneous requests only further slows the NFS server response time. NFS string failed for server string: error int (string)CauseThe failed NFS operation could be any one of the following: getattr, setattr, lookup, access, readlink, read, write, create, mkdir, symlink, mknod, remove, rmdir, rename, link, readdir, readdir+, fsstat, fsinfo, pathconf, or commit. See AlsoFor more information on NFS, see the System Administration Guide, Volume 3. nfs umount: string: is busyCauseThis message appears when the superuser attempts to unmount an active NFS file system. The busy point is the working directory of a process. ActionDetermine which shell (or process) on the workstation is currently located in the remotely mounted file system, and change--cd(1)--out of that directory. Be wary of subshells (such as su(1M) shells) that could be in different directories while the parent shells remain in the NFS file system. NFS write error on host string: No space left on device.CauseThis console message indicates that an NFS-mounted partition has filled up and cannot accept writing of new data. Unfortunately, software that attempts to overwrite existing files will usually zero-out all data in these files. This is particularly destructive on NFS-mounted /home partitions. ActionFind the user or process that is filling up the file system, and stop the out-of-control process as soon as you can. Then delete files as necessary to create more space on the file system (large core(4) files are good candidates for deletion). Have users write any modified files to local disk if possible. If this error occurs often, redistribute directories to ease the demand on this partition. See AlsoFor more information on disk usage, see the System Administration Guide, Volume 2. If you are using AnswerBook online documentation, "managing disk use" is a good search string. NFS write failed for server string: RPC: Timed outCauseThis error can occur when a file system is soft mounted, and server or network response time lags. Any data written to the server during this period could be corrupted. ActionIf you intend to write on a file system, never specify the soft-mount option. Use the default hard mount for all the file systems that are mounted read-write. See AlsoFor more information, see the chapter on NFS troubleshooting in the System Administration Guide, Volume 3. NIS+ authentication failureCauseThis is a Federated Naming Service message. The operation could not be completed because the principal making the request could not be authenticated with the name service involved. ActionRun the nisdefaults(1) command to verify that you are identified as the correct NIS+ principal. Also check that the system has specified the correct public key source. See AlsoFor more information, see the authentication and authorization overview in the NIS+ and FNS Administration Guide. nis_cachemgr: Error in reading NIS cold start file : '/var/nis/NIS_COLD_START'CauseAfter installing patches 104331-04 and 103612-33, nis_cachemgr(1M) failed to start. The symptoms are as follows during the reboot:
ActionThis error is a timing problem. Put a sleep(1) before the NIS+ initialization in /etc/init.d/rpc, after rpc.bind has been started. rpc.bind is slow initializing and needs a few extra seconds before nis_cachemgr(1M) takes effect. No buffer space availableCauseAn operation on a transport endpoint or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. The target system probably ran out of memory or swap space. Any data written during this condition is probably lost. ActionTo add more swap area, use the swap -a command on the target system. Alternatively, reconfigure the target system to have more swap space. As a general rule, swap space should be two to three times as large as physical memory. Technical NotesThe symbolic name for this error is ENOBUFS, errno=132. No child processesCauseThis message can appear when an application tries to communicate with a cooperating process that does not exist. ActionRestart the parent process so it can create the child processes again. If that does not help, this error could be the result of a programming error; contact the vendor or author of the program for an update. Technical NotesA wait(2) system call was executed by a process that had no existing or unwaited-for child processes. The child processes could have exited prematurely, or might never have been created. The symbolic name for this error is ECHILD, errno=10. No default media availableCauseThe volume manager issues this message if a user makes an eject(1) request when the drives contain no diskette or CD-ROM to eject. ActionInsert a diskette or CD-ROM. If the volume manager is confused and a diskette or CD-ROM is actually in a drive, run volcheck(1) to update the volume manager. If the system remains confused, try booting with the -r option to reconfigure devices. No directory! Logging in with home=/CauseThe login(1) program could not find the home directory listed in the password file or NIS passwd(4) map, so it deposited the user in the root directory. ActionCheck that the user's home directory is mounted and is owned by and accessible to that user. Perhaps the automounter tried to mount the home directory, but the NFS server did not respond quickly enough. Try listing the files in /home/username. If the NFS server responds to this request, have the user log out and log in again. The automounter daemon might not be running. Run the ps(1) command to see if automountd(1M) is present. If not, run the second command; if it appears to be wedged, run both these commands:
Also, the NFS server might not have shared (exported) this /home directory, or the NFS daemons on the server might have disappeared. See AlsoFor more information on NFS, see the System Administration Guide, Volume 3. No message of desired typeCauseAn attempt was made to receive a message of a type that does not exist on the specified message queue. See the msgsnd(2) and msgrcv(2) man pages for details. ActionThis message indicates an error in the System V IPC message facility. Generally the message queue is empty or devoid of the desired message type while IPC_NOWAIT is set. Technical NotesThe symbolic name for this error is ENOMSG, errno=35. No recipients specifiedCauseThis message comes from the mailx(1) command whenever a user does not provide an address in the To: field. ActionFor details, refer to "Recipient names must be specified". No record locks availableCauseNo more record locks are available. The system lock table is full. ActionTry again later, when more locks might be available. Technical NotesThe symbolic name for this error is ENOLCK, errno=46. Perhaps a process called fcntl(2) with the F_SETLK or F_SETLKW option, and the system maximum was exceeded. The system contains several different locking subsystems, including fcntl(2), the NFS lock daemon, and mail locking. All subsystems can produce this error. No route to hostCauseAn operational error occurred because there was no route to the destination host, or because of status information returned by intermediate gateways or switching nodes. The returned status is not always sufficient to distinguish between a host that is down and a network that is down. Refer to "Network is unreachable". ActionCheck that the network routers and switches are not disallowing these packet transfers. If they are allowing all packet transfers, check network cabling and connections. Technical NotesThe symbolic name for this error is EHOSTUNREACH, errno=148. No shell Connection closedCauseA user has attempted a remote login to the system, and has a valid account name and password, but the shell specified for the account is not available on that system. ActionIf you have a copy of the requested shell, become superuser and install the missing shell on that system. Otherwise, change the user's password file entry--perhaps only in the NIS+ or NIS passwd(4) map--to specify an available shell such as /bin/csh or /bin/ksh. No space left on deviceCauseWhile writing an ordinary file or creating a directory entry, there was no free space left on the device. The disk, tape, or diskette is full of data. Any data written to that device during this condition can be lost. ActionRemove unneeded files from the hard disk or diskette until there is space for all the data you are writing. You also might move some directories onto another file system and create symbolic links accordingly. When a tape is full, continue on another one, use a higher-density setting, or obtain a higher-capacity tape. To create multi-volume tapes or diskettes, use the pax(1) or cpio(1) command; tar(1) is still limited to a single volume. Technical NotesThe symbolic name for this error is ENOSPC, errno=28. No such deviceCauseAn attempt was made to apply an operation to an inappropriate device, such as writing to a nonexistent device. ActionCheck the /devices directory to find out why this device does not exist, or why the program expects it to exist. The similar No such device or address message tends to indicate I/O problems with an existing device, whereas this message tends to indicate a device that does not exist at all. Technical NotesThe symbolic name for this error is ENODEV, errno=19. No such device or addressCauseThis error can occur when a tape drive is offline or when a device has been powered off or removed from the system. ActionFor tape drives, make sure the device is connected, powered on, and toggled online (if applicable). For disk and CD-ROM drives, check that the device is connected and powered on. With all SCSI devices, ensure that the target switch or dial is set to the number where the system originally mounted it. To inform the system of a change to the target device number, reboot using the -r (reconfigure) option. Technical NotesThis message results from I/O to a special file's subdevice that either does not exist or that exists beyond the limit of the device. The symbolic name for this error is ENXIO, errno=6. No such file or directoryCauseThe specified file or directory does not exist. Either the file name or path name was entered incorrectly. ActionCheck the file name and path name for correctness and try again. If the specified file or directory is a symbolic link, it probably points to a nonexistent file or directory. Technical NotesThe symbolic name for this error is ENOENT, errno=2. no such map in server's domainCauseA user or an application tried to look up something using Network Information Services (NIS), but NIS has no corresponding database for this request. Action
No such processCauseThis process cannot be found. The process could have finished execution and disappeared, or it might still be in the system under a different numeric ID. ActionUse the ps(1) command to check that the process ID you are supplying is correct. Technical NotesNo process corresponds to the specified process ID (PID), lightweight process ID, or thread_t. The symbolic name for this error is ESRCH, errno=3. No such user as string-- cron entries not createdCauseA file exists in /var/spool/cron/crontabs for the specified user, but this user is not in /etc/passwd or the NIS passwd(4) map. The system cannot create cron(1M) entries for nonexistent users. ActionTo eliminate this message at boot time, remove the cron file for the nonexistent user, or rename it if the user's login name has changed. If this is a valid user, create an appropriate password entry for this name. No utmpx entryCauseDuring login, file system full errors are seen and the login fails with the message No utmpx entry. This error is caused by a full file system. The system has no space to write its utmpx (login information) entry. ActionTo correct this condition the system must be booted into single user mode. Then clear (do not delete) these files: /var/adm/utmp and /var/adm/utmpx. This can be done by typing:
In some cases, after clearing these files, the /var file system might still be full. In this case type:
no valid fm licenseCauseThe firewall gives you this error when the proper module is not updated. ActionWhen you run the VPN version, you need to use the module fwmodvpn 5.x.o. To make the update, you can follow these steps:
no VTOCCauseIn this case, the user installs the Solaris 2.6 IA software and receives this error when rebooting the system. Other error messages refer to not having a default boot device configured, but this is the usual error message. This error leaves the system unusable; the user cannot boot. ActionThe user needs to do the following:
Not a data messageCauseDuring a read(2), getmsg(2), or ioctl(2) I_RECVFD call to a STREAMS device, some data has come to the head of the queue that cannot be processed. That data depends on the call:
Technical NotesThe symbolic name for this error is EBADMSG, errno=77. Not a directoryCauseA non-directory was specified where a directory is required, such as a path prefix or an argument to the chdir(2) call. ActionLook at a listing of all the files in the current directory and try again, specifying a directory instead of a file. Technical NotesThe symbolic name for this error is ENOTDIR, errno=20. Not a stream deviceCauseA putmsg(2) or getmsg(2) system call was attempted on a file descriptor that is not a STREAMS device. Technical NotesThe symbolic name for this error is ENOSTR, errno=60. Not enough spaceCauseThis message indicates that the system is running many large applications simultaneously and has run out of swap space (virtual memory). It could also indicate that applications failed without freeing pages from the swap area. Swap space is an area of disk set aside to store portions of applications and data not immediately required in memory. Any data written during this condition is probably lost. ActionReinstall or reconfigure the system to have more swap space. A general rule is that swap space should be two to three times as large as physical memory. Alternatively, use mkfile(1M) and swap(1M) to add more swap area. This example shows how to add 16 Mbytes of virtual memory in the /usr/swap file (any file system with enough free space would work):
Technical NotesWhen calling the fork(2), exec(2), sbrk(2), or malloc(3C) routine, a program asked for more memory than the system could supply. This is not a temporary condition; swap space is a system parameter. The symbolic name for this error is ENOMEM, errno=12. not foundCauseThis message indicates that the Bourne shell could not find the program name given as a command. ActionCheck the form and spelling of the command line. If that data looks correct, do a echo $PATH to see if the user's search path is correct. When communications are garbled, it is possible to unset a search path to such an extent that only built-in shell commands are available. Below is a command to reset a basic search path:
Not login shellCauseThis message results when a user tries to use the logout(1) command from a shell other than the one started at login time. ActionTo quit a non-login shell, use the exit(1) command. Continue doing so until you have logged out. See AlsoFor more general information on the login shell, see the section on customizing your work environment in the Solaris Advanced User's Guide. Not on system consoleCauseA user tried to use the login(1) command to a system as the superuser (uid=0, which is not necessarily root) from a terminal other than the console. ActionLog in to that system as a normal user, then run su(1M) to become superuser. To allow superuser logins from any terminal, comment out the CONSOLE line in /etc/default/login (this is not recommended for security reasons). Not ownerCauseEither an ordinary user tried to do something reserved for the superuser, or the user tried to modify a file in a way restricted to the file's owner or to the superuser. ActionSwitch user to root and try again. Technical NotesThe symbolic name for this error is EPERM, errno=1. Not supportedCauseThis version of the system does not support the feature requested, although future versions of the system might provide support. ActionThis is generally not a system message from the kernel, but an error returned by an application. Contact the vendor or author of the application for an update. Technical NotesThe symbolic name for this error is ENOTSUP, errno=48. NOTICE: /string: out of inodesCauseThe file system specified after the first colon probably contains many small files, exceeding the per-file system limit for inodes (file information nodes). ActionIf many small files were created unintentionally, remove them to resolve the problem. Otherwise, follow these steps to increase file system capacity for small files:
Note - Increasing the inode density slightly reduces the total file system capacity. NOTICE: vxvm: unexpected status on closeCauseEvery time the system boots (or is shut down), the message is displayed on the console. Sometimes the following message is also displayed on the console and in the /var/adm/messages file: WARNING: /iommu@0,10000000/sbus@0,10001000/SUNW,soc@2,0/SUNW,pln@a0000000,74127a/ssd@4,2 (ssd22): Error for Command: <undecoded cmd 0x35> Error Level: Fatal Requested Block: 0 Error Block: 0 Vendor: CONNER Serial Number: 93081LPT Sense Key: Aborted Command ASC: 0xb3 (<vendor unique code 0xb3>), ASCQ: 0x0, FRU: 0x0 WARNING: /iommu@0,10000000/sbus@0,10001000/SUNW,soc@2,0/SUNW,pln@a0000000,74127a/ssd@4,2 (ssd22): ssd_synchronize_cache failed (5) ActionIn a High Availability system with NVRAM, this error would be caused by unprocessed data in a NVRAM cache of the active logical host that has been down and started again later. Because of the possibility of error, NVRAM should not be used in an HA system. The problem can be solved in this case by removing the NVRAM on the HA system. In a non-HA system, this error can also be caused by stale data in the NVRAM cache. (The example commands that follow assume the controller for the array is c1.) To fix for a non-HA system:
nsrck: SYSTEM error, more space needed to compress [client] index, 8.1 MB requiredCauseIn networker, you cannot use the Remove Oldest Cycle feature because the /nsr file system is too full to perform a remove. An error message appears in the console window indicating that the file system is full. Action
Tweaking of the browse policy and retention policy might be necessary to prevent this situation from happening in the future. Otherwise, as long-term solutions, add more hard disk and run growfs, or move /nsr to a drive with more space on it. |
||||||||||||||||||||||