First, thank you very  much for your reply and for offering guidance.

The IP address is fine - I'm able to connect through ssh and login as root 
after :
#grep Root /etc/ssh/sshd_config
PermitRootLogin yes

#ps -ef
     UID   PID  PPID   C    STIME TTY         TIME CMD
    root     0     0   0 16:26:29 ?           0:02 sched
    root     1     0   0 16:26:30 ?           0:00 /sbin/init
    root     2     0   0 16:26:30 ?           0:00 pageout
    root     3     0   0 16:26:30 ?           0:02 fsflush
    root   196     1   0 16:26:56 ?           0:01 devfsadmd
    root     7     1   0 16:26:31 ?           0:08 /lib/svc/bin/svc.startd
    root     9     1   0 16:26:31 ?           0:11 /lib/svc/bin/svc.configd
    root   958   957   0 21:45:50 ?           0:01 /usr/lib/ssh/sshd
   dladm    12     1   0 16:26:33 ?           0:00 /sbin/dlmgmtd
    root   711     1   0 16:27:18 ?           0:00 /usr/lib/utmpd
    root   987   961   0 22:29:06 pts/1       0:00 ps -ef
    root   191     1   0 16:26:55 ?           0:00 /usr/lib/sysevent/syseventd
    root    62     1   0 16:26:43 ?           0:00 /sbin/dhcpagent
  daemon   192     1   0 16:26:55 ?           0:00 /lib/crypto/kcfd
    root   555     1   0 16:27:11 ?           0:01 /usr/sbin/ipmon -Ds
    root   647     1   0 16:27:15 ?           0:00 /usr/sfw/sbin/smbd -D
    root   553     1   0 16:27:11 ?           0:01 /lib/svc/bin/svc.ipfd
    root   630     1   0 16:27:15 ?           0:00 /usr/sbin/cron
    root   961   958   0 21:45:59 pts/1       0:00 -bash
    root   713     7   0 16:27:18 console     0:01 -bash
    root   957   720   0 21:45:49 ?           0:00 /usr/lib/ssh/sshd
    root   650   647   0 16:27:16 ?           0:00 /usr/sfw/sbin/smbd -D
    root   728     1   0 16:27:20 ?           0:00 /usr/sbin/syslogd
    root   720     1   0 16:27:18 ?           0:00 /usr/lib/ssh/sshd
    root   799     1   0 16:27:23 ?           0:01 /usr/sbin/nscd
    root   802     1   0 16:27:23 ?           0:02 /usr/lib/inet/ntpd -p 
/var/run/ntp.pid -g
    root   825     1   0 16:27:25 ?           0:00 /usr/bin/rsync --daemon

The smbd service is running as proc 650.

While doing the same example on the 
http://sites.google.com/site/eonstorage/begin page, I'm getting the following 
error :

# ramdiskadm
Block Device                                                  Size  Removable
/dev/ramdisk/a                                           269746177    Yes
#ramdiskadm -a ram1 64m
/dev/ramdisk/ram1
#zpool create abyss /dev/ramdisk/ram1
#zpool list
NAME    SIZE  ALLOC   FREE    CAP  DEDUP  HEALTH  ALTROOT
abyss  59.5M   124K  59.4M     0%  1.00x  ONLINE  -
#zpool status
  pool: abyss
 state: ONLINE
 scrub: none requested
config:

        NAME                 STATE     READ WRITE CKSUM
        abyss                ONLINE       0     0     0
          /dev/ramdisk/ram1  ONLINE       0     0     0

errors: No known data errors

#### ERROR ####

#zfs create -o casesensitivity=mixed -o sharesmb=on abyss/media
cannot share 'abyss/media': smb add share failed
filesystem successfully created, but not shared

#zfs set sharesmb=name=media abyss/media
cannot set property for 'abyss/media': 'sharesmb' cannot be set to invalid 
options

Any clues why I'm getting this errors ?
The same thing happens if I'm using a real harddisk instead of the virtual 
ramdrive.

Also, when accessing the \\IP_address_eon\ I'm getting the "

Extra info : This is a virtual machine running in Microsoft Virtual PC where 
eon-0.600-130-32-smb.iso was used as install media.

#isainfo -v
32-bit i386 applications
        ahf sse2 sse fxsr mmx cmov sep cx8 tsc fpu
#psrinfo -v
Status of virtual processor 0 as of: 03/30/2011 22:36:51
  on-line since 03/30/2011 16:26:29.
  The i386 processor operates at 2400 MHz,
        and has an i387 compatible floating point processor.

On the real machine I was using the 64bit CIFS version and when accessing the 
\\IP_address_eon\, I was getting an empty window (without any share names) and 
an error when trying to access \IP_address_eon\abyss - which I can post it 
tomorrow as I'm not near the machine at the moment.

Regards,
Adrian
-- 
This message posted from opensolaris.org
_______________________________________________
distribution-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/distribution-discuss

Reply via email to