Network Path Not Found Error "Sunfire V100"


 
Thread Tools Search this Thread
Operating Systems Solaris Network Path Not Found Error "Sunfire V100"
# 1  
Old 12-12-2006
Network Path Not Found Error "Sunfire V100"

I recently got this new old server from a friend. I just installed a fresh version of Solaris 10 on it. I have put a static IP of 192.168.100.10 the server. Their is no subnetting scheme on the network. And I made the hostname "SunServ." And I also changed the folder "/etc/inet/hosts" because I kept getting this error

Quote:
"Dec 12 10:37:06 SunServ sendmail[278]: unable to qualify my own domain name (S
unServ) -- using short name
Dec 12 10:37:06 SunServ sendmail[278]: [ID 702911 mail.alert] unable to qualify
my own domain name (SunServ) -- using short name
Dec 12 10:37:06 SunServ sendmail[279]: unable to qualify my own domain name (Sun
Serv) -- using short name
Dec 12 10:37:06 SunServ sendmail[279]: [ID 702911 mail.alert] unable to qualify"
So I added the line Sunserv.ciscolab.com because we do have a domain name on our network. So I would like to access ther server and put files on it. But when I go on a windows machinen and type in "\\SunServ" in run I get the "Cannot find the network path" error. And the same error comes up when I type in the IP. SO how do I add the server to the network so I can add files and folders?
# 2  
Old 12-12-2006
\\SunServ will not work, maybe if you had samba installed it might..
Use ftp
Tornado
# 3  
Old 12-13-2006
SO I can't use it as a network storage device? How can I enable FTP on the machine?
# 4  
Old 12-13-2006
Quote:
Originally Posted by louisd11
SO I can't use it as a network storage device? How can I enable FTP on the machine?
you CAN use it as network storage device... with nfs (which is the default in unix) or you can install samba to use it in your windows environment. ftp is enabled by default! look in "/etc/inetd.conf" for "ftpd" and make sure the user you use for ftp is NOT in "/etc/ftpd/ftpusers" (afair....)

hth,
DN2
# 5  
Old 12-13-2006
Quote:
Originally Posted by DukeNuke2
you CAN use it as network storage device... with nfs (which is the default in unix) or you can install samba to use it in your windows environment. ftp is enabled by default! look in "/etc/inetd.conf" for "ftpd" and make sure the user you use for ftp is NOT in "/etc/ftpd/ftpusers" (afair....)

hth,
DN2
This is what was in /etc/inetd.conf:
Quote:
# Legacy configuration file for inetd(1M). See inetd.conf(4).
#
# This file is no longer directly used to configure inetd.
# The Solaris services which were formerly configured using this file
# are now configured in the Service Management Facility (see smf(5))
# using inetadm(1M).
#
# Any records remaining in this file after installation or upgrade,
# or later created by installing additional software, must be converted
# to smf(5) services and imported into the smf repository using
# inetconv(1M), otherwise the service will not be available. Once
# a service has been converted using inetconv, further changes made to
# its entry here are not reflected in the service.
#
#
# CacheFS daemon. Provided only as a basis for conversion by inetconv(1M).
#
100235/1 tli rpc/ticotsord wait root /usr/lib/fs/cachefs/cachefsd cachefsd"
# TFTPD - tftp server (primarily used for booting)
#tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tft
pboot
What do I need to edit in this file?



Edit: Nm I figured it out Thankyou for your help

Last edited by louisd11; 12-13-2006 at 01:26 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Changing "rx_queue_number" in "ixgbe.conf". Reboot or Network Restart?

Hi all, First post here. Working on Solaris 10, on a Sun t4-4, need to change RX queue depth(ethernet, not HBA) and was wondering if i could get by with just restarting the network or if i should just bounce the whole shebang. Apologies if i missed a similar thread. if there is one, please... (2 Replies)
Discussion started by: caspnx
2 Replies

2. Shell Programming and Scripting

find . -path "*_nobackup*" -prune -iname "*.PDF" \( ! -name "*_nobackup.*" \)

These three finds worked as expected: $ find . -iname "*.PDF" $ find . -iname "*.PDF" \( ! -name "*_nobackup.*" \) $ find . -path "*_nobackup*" -prune -iname "*.PDF" They all returned the match: ./folder/file.pdf :b: This find returned no matches: $ find . -path "*_nobackup*" -prune... (3 Replies)
Discussion started by: wolfv
3 Replies

3. Shell Programming and Scripting

Bash script fails with "function: not found" error

Hello everyone, I am having problems figuring this out. This script below is supposed to create a list of file names with their "md5sum", in a file "lib-list.txt" When I run it "sh component-list.sh " I get this:component-list.sh: 4: component-list.sh: function: not found component-list.sh:... (4 Replies)
Discussion started by: joemb
4 Replies

4. Windows & DOS: Issues & Discussions

Avoiding DOS space related "path not found errors"

Well I have a lot of scripts that require dragging and dropping files in order to define Source files etc. However more often then not it is the case that the path to said file contains NUMEROUS spaces. I know one way to evade this problem is to encase the path in Quotes like this: ... (7 Replies)
Discussion started by: pasc
7 Replies

5. Red Hat

Could interrupt disabled cause "opreport error: No sample file found"?

Hi All I would like to profile my application with oprofile but I can't since no samples are collected. The kernel of my app is 2.6 on RED HAT Enterprise 5.3 (Tikanga) so OProfile is setup in timer interrupt mode # opcontrol --list-events Using timer interrupt. I... (0 Replies)
Discussion started by: manustone
0 Replies

6. Shell Programming and Scripting

"find . -printf" without prepended "." path? Getting path to current working directory?

If I enter (simplified): find . -printf "%p\n" then all files in the output are prepended by a "." like ./local/share/test23.log How can achieve that a.) the leading "./" is omitted and/or b.) the full path to the current directory is inserted (enclosed by brackets and a blank)... (1 Reply)
Discussion started by: pstein
1 Replies

7. Solaris

Solaris9 - qlogic HBAs - luxadm reports "Found path to 0 HBA ports"

Hi All, I'm actually trying to configure a Qlogic HBA on a solaris9 connecting in a Brocade SAN. I installed Solaris9 and now trying to look at FC devices.. bash-2.05# luxadm -e port Found path to 0 HBA ports bash-2.05# luxadm probe No Network Array enclosures found in /dev/es... (7 Replies)
Discussion started by: ilan
7 Replies

8. Red Hat

"No Drives Found" error during Redhat Linux AS 4 installation

I'm trying to install Redhat LInux AS 4 update 4 on an IBM x306 series server. I keep getting following error: "No Drives Found. An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem." I called IBM and... (2 Replies)
Discussion started by: pieman8080
2 Replies

9. UNIX for Dummies Questions & Answers

Same ol "no acceptable cc found in $PATH" but I'm not clueless... just still a noob

Hey All, Let me start out w/ I have serched the forums and found this to be a typical problem. None of the threads have been able to help in my situation though. I know cc or gcc needs to be installed in ...bin]# (or lead the path of the app to wherever gcc is when compiling) so the app can... (4 Replies)
Discussion started by: SloYerRoll
4 Replies
Login or Register to Ask a Question